1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-01-12 12:04:48 +00:00
musix-oss/node_modules/@firebase/database/package.json
2019-10-10 16:43:04 +03:00

108 lines
3.4 KiB
JSON

{
"_from": "@firebase/database@0.5.2",
"_id": "@firebase/database@0.5.2",
"_inBundle": false,
"_integrity": "sha512-LnXKRE1AmjlS+iRF7j8vx+Ni8x85CmLP5u5Pw5rDKhKLn2eTR1tJKD937mUeeGEtDHwR1rrrkLYOqRR2cSG3hQ==",
"_location": "/@firebase/database",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@firebase/database@0.5.2",
"name": "@firebase/database",
"escapedName": "@firebase%2fdatabase",
"scope": "@firebase",
"rawSpec": "0.5.2",
"saveSpec": null,
"fetchSpec": "0.5.2"
},
"_requiredBy": [
"/firebase"
],
"_resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.5.2.tgz",
"_shasum": "9f480c64f7a16569ae8cf18ed82b22acf0ea0885",
"_spec": "@firebase/database@0.5.2",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\firebase",
"author": {
"name": "Firebase",
"email": "firebase-support@google.com",
"url": "https://firebase.google.com/"
},
"browser": "dist/index.cjs.js",
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"description": "This is the Firebase Realtime Database component of the Firebase JS SDK.",
"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"
},
"esm2017": "dist/index.esm2017.js",
"files": [
"dist"
],
"homepage": "https://github.com/firebase/firebase-js-sdk#readme",
"license": "Apache-2.0",
"main": "dist/index.node.cjs.js",
"module": "dist/index.esm.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": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepare": "yarn build",
"test": "yarn test:emulator",
"test:all": "run-p test:browser test:node",
"test:browser": "karma start --single-run",
"test:emulator": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts",
"test:node": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts"
},
"typings": "dist/index.d.ts",
"version": "0.5.2"
}