mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"_from": "@firebase/app@^0.3.1",
|
|
"_id": "@firebase/app@0.3.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DaAlb74yzwXbkFXvfsUVFeurSETPJAvKNtVpAKlS6RThyD+Y+ci1/8JVw4INm2hihbj/edxlAUelg9eoOZNCKA==",
|
|
"_location": "/@firebase/app",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@firebase/app@^0.3.1",
|
|
"name": "@firebase/app",
|
|
"escapedName": "@firebase%2fapp",
|
|
"scope": "@firebase",
|
|
"rawSpec": "^0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/firebase-admin"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.3.5.tgz",
|
|
"_shasum": "7011ab5a16604d6c1b2964d513b88c61a0a5387c",
|
|
"_spec": "@firebase/app@^0.3.1",
|
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\firebase-admin",
|
|
"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.3.2",
|
|
"@firebase/util": "0.2.3",
|
|
"dom-storage": "2.1.0",
|
|
"tslib": "1.9.0",
|
|
"xmlhttprequest": "1.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The primary entrypoint to the Firebase JS SDK",
|
|
"devDependencies": {
|
|
"@types/chai": "4.1.2",
|
|
"@types/mocha": "5.0.0",
|
|
"@types/sinon": "4.3.1",
|
|
"chai": "4.1.2",
|
|
"karma": "2.0.0",
|
|
"karma-chrome-launcher": "2.2.0",
|
|
"karma-cli": "1.0.1",
|
|
"karma-coverage-istanbul-reporter": "1.4.2",
|
|
"karma-firefox-launcher": "1.1.0",
|
|
"karma-mocha": "1.3.0",
|
|
"karma-sauce-launcher": "1.2.0",
|
|
"karma-sourcemap-loader": "0.3.7",
|
|
"karma-spec-reporter": "0.0.32",
|
|
"karma-webpack": "2.0.9",
|
|
"mocha": "5.2.0",
|
|
"npm-run-all": "4.1.2",
|
|
"nyc": "11.6.0",
|
|
"rollup": "0.57.1",
|
|
"rollup-plugin-commonjs": "9.1.0",
|
|
"rollup-plugin-node-resolve": "3.3.0",
|
|
"rollup-plugin-replace": "2.0.0",
|
|
"rollup-plugin-typescript2": "0.12.0",
|
|
"sinon": "4.5.0",
|
|
"source-map-loader": "0.2.3",
|
|
"ts-loader": "3.5.0",
|
|
"ts-node": "5.0.1",
|
|
"typescript": "2.8.1",
|
|
"webpack": "3.11.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"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": {
|
|
"type": "git",
|
|
"url": "https://github.com/firebase/firebase-js-sdk/tree/master/packages/app"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"prepare": "npm run build",
|
|
"test": "run-p test:browser test:node",
|
|
"test:browser": "karma start --single-run",
|
|
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
|
|
"test:node": "TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha test/**/*.test.* --compilers ts:ts-node/register/type-check --exit"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"version": "0.3.5"
|
|
}
|