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