mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
78 lines
2.5 KiB
JSON
78 lines
2.5 KiB
JSON
{
|
|
"_from": "@firebase/installations@0.4.1",
|
|
"_id": "@firebase/installations@0.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-rZj3dce54YkKHLJpSvxtf+OWF1/yaQe3jRWt5Fy70XTTYv60RM5DkjbbjL7ItflBMzXZCVUTiBUogFWN4Y1LVg==",
|
|
"_location": "/@firebase/installations",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@firebase/installations@0.4.1",
|
|
"name": "@firebase/installations",
|
|
"escapedName": "@firebase%2finstallations",
|
|
"scope": "@firebase",
|
|
"rawSpec": "0.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@firebase/analytics",
|
|
"/@firebase/messaging",
|
|
"/@firebase/performance",
|
|
"/@firebase/remote-config",
|
|
"/firebase"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.1.tgz",
|
|
"_shasum": "af43aed28ac1d64717046462c3ffc5719fe5a1e9",
|
|
"_spec": "@firebase/installations@0.4.1",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\firebase",
|
|
"author": {
|
|
"name": "Firebase",
|
|
"email": "firebase-support@google.com",
|
|
"url": "https://firebase.google.com/"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@firebase/component": "0.1.4",
|
|
"@firebase/installations-types": "0.3.0",
|
|
"@firebase/util": "0.2.39",
|
|
"idb": "3.0.2",
|
|
"tslib": "1.10.0"
|
|
},
|
|
"deprecated": false,
|
|
"devDependencies": {
|
|
"rollup": "1.28.0",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-json": "4.0.0",
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
"rollup-plugin-typescript2": "0.25.3",
|
|
"rollup-plugin-uglify": "6.0.4",
|
|
"typescript": "3.7.3"
|
|
},
|
|
"esm2017": "dist/index.esm2017.js",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"name": "@firebase/installations",
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x",
|
|
"@firebase/app-types": "0.x"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
|
|
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
|
|
"prepare": "yarn build",
|
|
"serve": "yarn serve:build && yarn serve:host",
|
|
"serve:build": "rollup -c test-app/rollup.config.js",
|
|
"serve:host": "http-server -c-1 test-app",
|
|
"test": "yarn type-check && yarn test:karma && yarn lint",
|
|
"test:debug": "karma start --browsers=Chrome --auto-watch",
|
|
"test:karma": "karma start --single-run",
|
|
"type-check": "tsc -p . --noEmit"
|
|
},
|
|
"types": "dist/src/index.d.ts",
|
|
"version": "0.4.1"
|
|
}
|