API/api.medcify.app/node_modules/@firebase/component/package.json
2022-09-26 11:41:44 +05:30

92 lines
2.9 KiB
JSON

{
"_from": "@firebase/component@0.5.17",
"_id": "@firebase/component@0.5.17",
"_inBundle": false,
"_integrity": "sha512-mTM5CBSIlmI+i76qU4+DhuExnWtzcPS3cVgObA3VAjliPPr3GrUlTaaa8KBGfxsD27juQxMsYA0TvCR5X+GQ3Q==",
"_location": "/@firebase/component",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@firebase/component@0.5.17",
"name": "@firebase/component",
"escapedName": "@firebase%2fcomponent",
"scope": "@firebase",
"rawSpec": "0.5.17",
"saveSpec": null,
"fetchSpec": "0.5.17"
},
"_requiredBy": [
"/@firebase/database",
"/@firebase/database-compat"
],
"_resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.5.17.tgz",
"_shasum": "89291f378714df05d44430c524708669380d8ea6",
"_spec": "@firebase/component@0.5.17",
"_where": "/var/www/api.medcify.app/node_modules/@firebase/database-compat",
"author": {
"name": "Firebase",
"email": "firebase-support@google.com",
"url": "https://firebase.google.com/"
},
"browser": "dist/esm/index.esm2017.js",
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"bundleDependencies": false,
"dependencies": {
"@firebase/util": "1.6.3",
"tslib": "^2.1.0"
},
"deprecated": false,
"description": "Firebase Component Platform",
"devDependencies": {
"rollup": "2.72.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"esm5": "dist/esm/index.esm5.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.js",
"esm5": "./dist/esm/index.esm5.js",
"default": "./dist/esm/index.esm2017.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"homepage": "https://github.com/firebase/firebase-js-sdk#readme",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"module": "dist/esm/index.esm2017.js",
"name": "@firebase/component",
"nyc": {
"extension": [
".ts"
],
"reportDir": "./coverage/node"
},
"repository": {
"directory": "packages/component",
"type": "git",
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"scripts": {
"build": "rollup -c",
"build:deps": "lerna run --scope @firebase/component --include-dependencies build",
"dev": "rollup -c -w",
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"test": "run-p lint test:all",
"test:all": "run-p test:browser test:node",
"test:browser": "karma start --single-run",
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js"
},
"typings": "dist/index.d.ts",
"version": "0.5.17"
}