HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@firebase/database-compat/package.json
{
  "name": "@firebase/database-compat",
  "version": "1.0.8",
  "description": "The Realtime Database component of the Firebase JS SDK.",
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
  "main": "dist/index.js",
  "browser": "dist/index.esm2017.js",
  "module": "dist/index.esm2017.js",
  "esm5": "dist/index.esm5.js",
  "license": "Apache-2.0",
  "typings": "dist/database-compat/src/index.d.ts",
  "files": [
    "dist",
    "standalone/package.json"
  ],
  "exports": {
    ".": {
      "types": "./dist/database-compat/src/index.d.ts",
      "node": {
        "types": "./dist/database-compat/src/index.node.d.ts",
        "import": "./dist/node-esm/index.js",
        "require": "./dist/index.js"
      },
      "esm5": "./dist/index.esm5.js",
      "browser": {
        "require": "./dist/index.js",
        "import": "./dist/index.esm2017.js"
      },
      "default": "./dist/index.esm2017.js"
    },
    "./standalone": {
      "types": "./dist/database-compat/src/index.standalone.d.ts",
      "node": "./dist/index.standalone.js",
      "default": "./dist/index.standalone.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'",
    "prettier": "prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'",
    "build": "rollup -c rollup.config.js",
    "build:release": "yarn build && yarn add-compat-overloads",
    "build:deps": "lerna run --scope @firebase/database-compat --include-dependencies build",
    "dev": "rollup -c -w",
    "test": "run-p --npm-path npm lint test:browser test:node",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test",
    "test:browser": "karma start",
    "test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
    "trusted-type-check": "tsec -p tsconfig.json --noEmit",
    "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../database/dist/public.d.ts -o dist/database-compat/src/index.d.ts -a -r Database:types.FirebaseDatabase -r Query:types.Query -r DatabaseReference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"
  },
  "dependencies": {
    "@firebase/database": "1.0.8",
    "@firebase/database-types": "1.0.5",
    "@firebase/logger": "0.4.2",
    "@firebase/util": "1.10.0",
    "@firebase/component": "0.6.9",
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "@firebase/app-compat": "0.2.41",
    "typescript": "4.7.4"
  },
  "repository": {
    "directory": "packages/database-compat",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  }
}