mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"_from": "@firebase/app@0.5.3",
|
|
"_id": "@firebase/app@0.5.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cQn8eQSJRMpyIRfBi2roIiw0weAorpdJ2Ssn7yDlkMo0ZSE56MgMSlX1mcDupXgNZtG+k3E+IEr+FfzD9SQBGg==",
|
|
"_location": "/@firebase/app",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@firebase/app@0.5.3",
|
|
"name": "@firebase/app",
|
|
"escapedName": "@firebase%2fapp",
|
|
"scope": "@firebase",
|
|
"rawSpec": "0.5.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.5.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/firebase"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.5.3.tgz",
|
|
"_shasum": "62d3575c618c020d6bc9fc4f59e4988e9e7fe4b2",
|
|
"_spec": "@firebase/app@0.5.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/"
|
|
},
|
|
"browser": "dist/index.cjs.js",
|
|
"bugs": {
|
|
"url": "https://github.com/firebase/firebase-js-sdk/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@firebase/app-types": "0.5.0",
|
|
"@firebase/component": "0.1.4",
|
|
"@firebase/logger": "0.1.34",
|
|
"@firebase/util": "0.2.39",
|
|
"dom-storage": "2.1.0",
|
|
"tslib": "1.10.0",
|
|
"xmlhttprequest": "1.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The primary entrypoint to the Firebase JS SDK",
|
|
"devDependencies": {
|
|
"rollup": "1.28.0",
|
|
"rollup-plugin-json": "4.0.0",
|
|
"rollup-plugin-replace": "2.2.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",
|
|
"lite": "dist/index.lite.js",
|
|
"lite-esm2017": "dist/index.lite.esm2017.js",
|
|
"main": "dist/index.node.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"name": "@firebase/app",
|
|
"nyc": {
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"reportDir": "./coverage/node"
|
|
},
|
|
"react-native": "dist/index.rn.cjs.js",
|
|
"repository": {
|
|
"directory": "packages/app",
|
|
"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": "yarn type-check && run-p lint test:browser test:node",
|
|
"test:browser": "karma start --single-run",
|
|
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
|
|
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --opts ../../config/mocha.node.opts",
|
|
"type-check": "tsc -p . --noEmit"
|
|
},
|
|
"typings": "dist/packages/app/index.d.ts",
|
|
"version": "0.5.3"
|
|
}
|