mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
109 lines
4.9 KiB
JSON
109 lines
4.9 KiB
JSON
|
{
|
||
|
"_from": "@firebase/firestore@1.10.0",
|
||
|
"_id": "@firebase/firestore@1.10.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-m7RjiEmACg7BHZdAgWKEE5NGbXrc56cQeVqh1ptRNTjPZG0W0Ygtp4hmU5k9FuN9JogIZqBqcXRmRQcq9qOkNw==",
|
||
|
"_location": "/@firebase/firestore",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "@firebase/firestore@1.10.0",
|
||
|
"name": "@firebase/firestore",
|
||
|
"escapedName": "@firebase%2ffirestore",
|
||
|
"scope": "@firebase",
|
||
|
"rawSpec": "1.10.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.10.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/firebase"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.10.0.tgz",
|
||
|
"_shasum": "e630b3091cae1b60e3239a83c8b7be9a5132bcc1",
|
||
|
"_spec": "@firebase/firestore@1.10.0",
|
||
|
"_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",
|
||
|
"browserMinified": "dist/index.cjs.min.js",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/firebase/firebase-js-sdk/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@firebase/component": "0.1.4",
|
||
|
"@firebase/firestore-types": "1.9.0",
|
||
|
"@firebase/logger": "0.1.34",
|
||
|
"@firebase/util": "0.2.39",
|
||
|
"@firebase/webchannel-wrapper": "0.2.35",
|
||
|
"@grpc/proto-loader": "^0.5.0",
|
||
|
"grpc": "1.24.2",
|
||
|
"tslib": "1.10.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "This is the [Cloud Firestore](https://firebase.google.com/docs/firestore/) component of the [Firebase JS SDK](https://www.npmjs.com/package/firebase).",
|
||
|
"devDependencies": {
|
||
|
"protobufjs": "6.8.8",
|
||
|
"rollup": "1.28.0",
|
||
|
"rollup-plugin-copy-assets": "1.1.0",
|
||
|
"rollup-plugin-json": "4.0.0",
|
||
|
"rollup-plugin-node-resolve": "5.2.0",
|
||
|
"rollup-plugin-replace": "2.2.0",
|
||
|
"rollup-plugin-terser": "5.1.3",
|
||
|
"rollup-plugin-typescript2": "0.25.3",
|
||
|
"typescript": "3.7.3"
|
||
|
},
|
||
|
"esm2017": "dist/index.esm2017.js",
|
||
|
"esm2017Minified": "dist/index.esm2017.min.js",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"homepage": "https://github.com/firebase/firebase-js-sdk#readme",
|
||
|
"license": "Apache-2.0",
|
||
|
"main": "dist/index.node.cjs.js",
|
||
|
"module": "dist/index.esm.js",
|
||
|
"moduleMinified": "dist/index.esm.min.js",
|
||
|
"name": "@firebase/firestore",
|
||
|
"nyc": {
|
||
|
"extension": [
|
||
|
".ts"
|
||
|
],
|
||
|
"reportDir": "./coverage/node"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@firebase/app": "0.x",
|
||
|
"@firebase/app-types": "0.x"
|
||
|
},
|
||
|
"repository": {
|
||
|
"directory": "packages/firestore",
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c",
|
||
|
"build:console": "node tools/console.build.js",
|
||
|
"dev": "rollup -c -w",
|
||
|
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
|
||
|
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
|
||
|
"prebuild": "tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ",
|
||
|
"prepare": "yarn build",
|
||
|
"prettier": "prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'",
|
||
|
"test": "run-s lint test:all",
|
||
|
"test:all": "run-p test:browser test:travis test:minified",
|
||
|
"test:browser": "karma start --single-run",
|
||
|
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
|
||
|
"test:minified": "(cd ../../integration/firestore ; yarn test:manual)",
|
||
|
"test:node": "FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts",
|
||
|
"test:node:persistence": "FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts",
|
||
|
"test:node:persistence:prod": "USE_MOCK_PERSISTENCE=YES TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --require test/util/node_persistence.ts --opts ../../config/mocha.node.opts",
|
||
|
"test:node:prod": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts",
|
||
|
"test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts"
|
||
|
},
|
||
|
"typings": "dist/index.d.ts",
|
||
|
"version": "1.10.0"
|
||
|
}
|