mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
|
{
|
||
|
"_from": "@firebase/messaging@0.6.3",
|
||
|
"_id": "@firebase/messaging@0.6.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-PgkKsJwErLDsCqrcFSaLgFH/oXzMcwBbNN7HyAXTsWxUwhBbG7c5xtGRGd21F82EEmXcFl3VU/Y/kyYuXskrbQ==",
|
||
|
"_location": "/@firebase/messaging",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "@firebase/messaging@0.6.3",
|
||
|
"name": "@firebase/messaging",
|
||
|
"escapedName": "@firebase%2fmessaging",
|
||
|
"scope": "@firebase",
|
||
|
"rawSpec": "0.6.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.6.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/firebase"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.6.3.tgz",
|
||
|
"_shasum": "a9a2648c12dc0c5339c35afcd4588b62c7fd76ed",
|
||
|
"_spec": "@firebase/messaging@0.6.3",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\firebase",
|
||
|
"author": {
|
||
|
"name": "Firebase",
|
||
|
"email": "firebase-support@google.com",
|
||
|
"url": "https://firebase.google.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/firebase/firebase-js-sdk/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@firebase/component": "0.1.4",
|
||
|
"@firebase/installations": "0.4.1",
|
||
|
"@firebase/messaging-types": "0.4.1",
|
||
|
"@firebase/util": "0.2.39",
|
||
|
"idb": "3.0.2",
|
||
|
"tslib": "1.10.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "This is the Firebase Cloud Messaging component of the Firebase JS SDK.",
|
||
|
"devDependencies": {
|
||
|
"rollup": "1.28.0",
|
||
|
"rollup-plugin-typescript2": "0.25.3",
|
||
|
"ts-essentials": "4.0.0",
|
||
|
"typescript": "3.7.3"
|
||
|
},
|
||
|
"esm2017": "dist/index.esm2017.js",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"homepage": "https://github.com/firebase/firebase-js-sdk#readme",
|
||
|
"license": "Apache-2.0",
|
||
|
"main": "dist/index.cjs.js",
|
||
|
"module": "dist/index.esm.js",
|
||
|
"name": "@firebase/messaging",
|
||
|
"peerDependencies": {
|
||
|
"@firebase/app": "0.x",
|
||
|
"@firebase/app-types": "0.x"
|
||
|
},
|
||
|
"repository": {
|
||
|
"directory": "packages/messaging",
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c",
|
||
|
"dev": "rollup -c -w",
|
||
|
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
|
||
|
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
|
||
|
"prepare": "yarn build",
|
||
|
"test": "run-p test:karma type-check lint",
|
||
|
"test:debug": "karma start --browsers=Chrome --auto-watch",
|
||
|
"test:karma": "karma start --single-run",
|
||
|
"type-check": "tsc --noEmit"
|
||
|
},
|
||
|
"typings": "dist/index.d.ts",
|
||
|
"version": "0.6.3"
|
||
|
}
|