1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/@firebase/remote-config/package.json
2020-03-03 22:30:50 +02:00

89 lines
2.7 KiB
JSON

{
"_from": "@firebase/remote-config@0.1.12",
"_id": "@firebase/remote-config@0.1.12",
"_inBundle": false,
"_integrity": "sha512-L8Qr2waj5NjgWYsjjhvMmSnUaav4LPdrshdz/l/QPBCkNpF5+hIxbeG2f8609D5brcQVnG7uR4lcWfkzl+zsfQ==",
"_location": "/@firebase/remote-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@firebase/remote-config@0.1.12",
"name": "@firebase/remote-config",
"escapedName": "@firebase%2fremote-config",
"scope": "@firebase",
"rawSpec": "0.1.12",
"saveSpec": null,
"fetchSpec": "0.1.12"
},
"_requiredBy": [
"/firebase"
],
"_resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.1.12.tgz",
"_shasum": "db8584aef8826adda5b74e4bce46964fdbbe51f6",
"_spec": "@firebase/remote-config@0.1.12",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\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/component": "0.1.4",
"@firebase/installations": "0.4.1",
"@firebase/logger": "0.1.34",
"@firebase/remote-config-types": "0.1.5",
"@firebase/util": "0.2.39",
"tslib": "1.10.0"
},
"deprecated": false,
"description": "The Remote Config package of the Firebase JS SDK",
"devDependencies": {
"rollup": "1.28.0",
"rollup-plugin-typescript2": "0.25.3",
"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/remote-config",
"nyc": {
"extension": [
".ts"
],
"reportDir": "./coverage/node"
},
"peerDependencies": {
"@firebase/app": "0.x",
"@firebase/app-types": "0.x"
},
"repository": {
"directory": "packages/remote-config",
"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",
"prettier": "prettier --write '{src,test}/**/*.{js,ts}'",
"test": "run-p lint test:browser",
"test:browser": "karma start --single-run",
"test:debug": "karma start --browsers=Chrome --auto-watch"
},
"typings": "dist/index.d.ts",
"version": "0.1.12"
}