summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/@firebase/analytics/package.json
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
committeraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
commit8eff962cab608341a6f2fedc640a0e32d96f26e2 (patch)
tree05534d1a720ddc3691d346c69b4972555820a061 /frontend-old/node_modules/@firebase/analytics/package.json
pain
Diffstat (limited to 'frontend-old/node_modules/@firebase/analytics/package.json')
-rw-r--r--frontend-old/node_modules/@firebase/analytics/package.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/frontend-old/node_modules/@firebase/analytics/package.json b/frontend-old/node_modules/@firebase/analytics/package.json
new file mode 100644
index 0000000..512d8f4
--- /dev/null
+++ b/frontend-old/node_modules/@firebase/analytics/package.json
@@ -0,0 +1,74 @@
+{
+ "name": "@firebase/analytics",
+ "version": "0.10.19",
+ "description": "A analytics package for new firebase packages",
+ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
+ "main": "dist/index.cjs.js",
+ "browser": "dist/esm/index.esm.js",
+ "module": "dist/esm/index.esm.js",
+ "exports": {
+ ".": {
+ "types": "./dist/analytics-public.d.ts",
+ "require": "./dist/index.cjs.js",
+ "default": "./dist/esm/index.esm.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "files": [
+ "dist"
+ ],
+ "scripts": {
+ "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
+ "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
+ "build": "rollup -c && yarn api-report",
+ "build:release": "yarn build && yarn typings:public",
+ "build:deps": "lerna run --scope @firebase/analytics --include-dependencies build",
+ "dev": "rollup -c -w",
+ "test": "run-p --npm-path npm lint test:all",
+ "test:all": "run-p --npm-path npm test:browser test:integration",
+ "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
+ "test:browser": "karma start --nocache",
+ "test:integration": "karma start ./karma.integration.conf.js --nocache",
+ "trusted-type-check": "tsec -p tsconfig.json --noEmit",
+ "api-report": "api-extractor run --local --verbose",
+ "doc": "api-documenter markdown --input temp --output docs",
+ "build:doc": "yarn build && yarn doc",
+ "typings:public": "node ../../scripts/build/use_typings.js ./dist/analytics-public.d.ts"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ },
+ "dependencies": {
+ "@firebase/installations": "0.6.19",
+ "@firebase/logger": "0.5.0",
+ "@firebase/util": "1.13.0",
+ "@firebase/component": "0.7.0",
+ "tslib": "^2.1.0"
+ },
+ "license": "Apache-2.0",
+ "devDependencies": {
+ "@firebase/app": "0.14.4",
+ "rollup": "2.79.2",
+ "rollup-plugin-dts": "5.3.1",
+ "@rollup/plugin-commonjs": "21.1.0",
+ "@rollup/plugin-json": "6.1.0",
+ "@rollup/plugin-node-resolve": "16.0.0",
+ "rollup-plugin-typescript2": "0.36.0",
+ "typescript": "5.5.4"
+ },
+ "repository": {
+ "directory": "packages/analytics",
+ "type": "git",
+ "url": "git+https://github.com/firebase/firebase-js-sdk.git"
+ },
+ "bugs": {
+ "url": "https://github.com/firebase/firebase-js-sdk/issues"
+ },
+ "typings": "./dist/analytics-public.d.ts",
+ "nyc": {
+ "extension": [
+ ".ts"
+ ],
+ "reportDir": "./coverage/node"
+ }
+}