mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
91 lines
3.0 KiB
JSON
91 lines
3.0 KiB
JSON
{
|
|
"_from": "@firebase/functions@0.4.31",
|
|
"_id": "@firebase/functions@0.4.31",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6AiAoABRaFb0M0MMIHDXfbvNVduKNdLAGG+6FtMNuUzFbWiLLKsPgFy0jMkF874z7eIDT4XhZLNAasFVor/alw==",
|
|
"_location": "/@firebase/functions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@firebase/functions@0.4.31",
|
|
"name": "@firebase/functions",
|
|
"escapedName": "@firebase%2ffunctions",
|
|
"scope": "@firebase",
|
|
"rawSpec": "0.4.31",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.31"
|
|
},
|
|
"_requiredBy": [
|
|
"/firebase"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.4.31.tgz",
|
|
"_shasum": "d0b0cc21b47c52bcb34f4f361fdd57099ceaa163",
|
|
"_spec": "@firebase/functions@0.4.31",
|
|
"_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/functions-types": "0.3.13",
|
|
"@firebase/messaging-types": "0.4.1",
|
|
"isomorphic-fetch": "2.2.1",
|
|
"tslib": "1.10.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "This is the Firebase Functions component of the Firebase JS SDK.",
|
|
"devDependencies": {
|
|
"@firebase/messaging": "0.6.3",
|
|
"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.node.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"name": "@firebase/functions",
|
|
"nyc": {
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"reportDir": "./coverage/node"
|
|
},
|
|
"peerDependencies": {
|
|
"@firebase/app": "0.x",
|
|
"@firebase/app-types": "0.x"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/functions",
|
|
"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:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p test:node",
|
|
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts",
|
|
"type-check": "tsc -p . --noEmit"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"version": "0.4.31"
|
|
}
|