mirror of
https://github.com/musix-org/musix-oss
synced 2025-01-12 12:04:48 +00:00
91 lines
2.9 KiB
JSON
91 lines
2.9 KiB
JSON
{
|
|
"_from": "@firebase/installations@0.2.6",
|
|
"_id": "@firebase/installations@0.2.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hkuKmBtnsmqIfWxt9KyaN+cP574pfTcB81IG5tnmVcgP1xQ4hyQ9LRP0M7jDTGWMw272TInBzUuaM05xw9GMnA==",
|
|
"_location": "/@firebase/installations",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@firebase/installations@0.2.6",
|
|
"name": "@firebase/installations",
|
|
"escapedName": "@firebase%2finstallations",
|
|
"scope": "@firebase",
|
|
"rawSpec": "0.2.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/@firebase/performance",
|
|
"/firebase"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.2.6.tgz",
|
|
"_shasum": "a4b55e7ffc57eb4619478f9f54784626e0c22d6b",
|
|
"_spec": "@firebase/installations@0.2.6",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\firebase",
|
|
"author": {
|
|
"name": "Firebase",
|
|
"email": "firebase-support@google.com",
|
|
"url": "https://firebase.google.com/"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@firebase/installations-types": "0.1.2",
|
|
"@firebase/util": "0.2.27",
|
|
"idb": "3.0.2",
|
|
"tslib": "1.10.0"
|
|
},
|
|
"deprecated": false,
|
|
"devDependencies": {
|
|
"@types/chai": "4.2.0",
|
|
"@types/chai-as-promised": "7.1.2",
|
|
"@types/mocha": "5.2.7",
|
|
"@types/sinon": "7.0.13",
|
|
"@types/sinon-chai": "3.2.3",
|
|
"@typescript-eslint/eslint-plugin": "2.0.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "2.0.0",
|
|
"@typescript-eslint/parser": "2.0.0",
|
|
"chai": "4.2.0",
|
|
"chai-as-promised": "7.1.1",
|
|
"eslint": "5.16.0",
|
|
"eslint-plugin-import": "2.18.2",
|
|
"http-server": "0.11.1",
|
|
"mocha": "6.2.0",
|
|
"rollup": "1.20.3",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-json": "4.0.0",
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
"rollup-plugin-typescript2": "0.24.0",
|
|
"rollup-plugin-uglify": "6.0.3",
|
|
"sinon": "7.4.1",
|
|
"sinon-chai": "3.3.0",
|
|
"tslint": "5.19.0",
|
|
"typescript": "3.5.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.json '**/*.ts' --ignore-path '../../.gitignore'",
|
|
"lint:fix": "eslint --fix -c .eslintrc.json '**/*.ts'",
|
|
"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.2.6"
|
|
}
|