Initial commit
This commit is contained in:
+90
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"_from": "@firebase/[email protected]",
|
||||
"_id": "@firebase/[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oLCY3x9WbM5rn06qmUvbtJuPj4dIw/C9T4Th52IiHF5tiCRC5k6YthvhfUVcTwfoUhK0fOgtwuKJKA/LpCPjgA==",
|
||||
"_location": "/@firebase/component",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@firebase/[email protected]",
|
||||
"name": "@firebase/component",
|
||||
"escapedName": "@firebase%2fcomponent",
|
||||
"scope": "@firebase",
|
||||
"rawSpec": "0.5.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.5.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@firebase/database",
|
||||
"/@firebase/database-compat"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.5.9.tgz",
|
||||
"_shasum": "a859f655bd6e5b691bc5596fe43a91b12a443052",
|
||||
"_spec": "@firebase/[email protected]",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/@firebase/database-compat",
|
||||
"author": {
|
||||
"name": "Firebase",
|
||||
"email": "[email protected]",
|
||||
"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.4.2",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Firebase Component Platform",
|
||||
"devDependencies": {
|
||||
"rollup": "2.57.0",
|
||||
"rollup-plugin-typescript2": "0.30.0",
|
||||
"typescript": "4.2.2"
|
||||
},
|
||||
"esm5": "dist/esm/index.esm5.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"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.9"
|
||||
}
|
||||
Reference in New Issue
Block a user