{
  "_from": "@firebase/auth-compat@0.4.2",
  "_id": "@firebase/auth-compat@0.4.2",
  "_inBundle": false,
  "_integrity": "sha512-Q30e77DWXFmXEt5dg5JbqEDpjw9y3/PcP9LslDPR7fARmAOTIY9MM6HXzm9KC+dlrKH/+p6l8g9ifJiam9mc4A==",
  "_location": "/@firebase/auth-compat",
  "_phantomChildren": {
    "whatwg-url": "5.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/auth-compat@0.4.2",
    "name": "@firebase/auth-compat",
    "escapedName": "@firebase%2fauth-compat",
    "scope": "@firebase",
    "rawSpec": "0.4.2",
    "saveSpec": null,
    "fetchSpec": "0.4.2"
  },
  "_requiredBy": [
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/auth-compat/-/auth-compat-0.4.2.tgz",
  "_shasum": "cb65edc2fbd5f72fff32310409f2fd702b5145e7",
  "_spec": "@firebase/auth-compat@0.4.2",
  "_where": "/var/www/justnowapp/node_modules/firebase",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "browser": "dist/index.esm2017.js",
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@firebase/auth": "0.23.2",
    "@firebase/auth-types": "0.12.0",
    "@firebase/component": "0.6.4",
    "@firebase/util": "1.9.3",
    "node-fetch": "2.6.7",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
  "devDependencies": {
    "@firebase/app-compat": "0.2.10",
    "@rollup/plugin-json": "4.1.0",
    "rollup": "2.79.1",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-typescript2": "0.31.2",
    "selenium-webdriver": "4.8.0",
    "typescript": "4.7.4"
  },
  "esm5": "dist/index.esm.js",
  "exports": {
    ".": {
      "types": "./dist/auth-compat/index.d.ts",
      "node": {
        "types": "./dist/auth-compat/index.node.d.ts",
        "import": "./dist/esm/index.node.esm.js",
        "require": "./dist/index.node.cjs.js"
      },
      "esm5": "./dist/index.esm.js",
      "browser": {
        "require": "./dist/index.cjs.js",
        "import": "./dist/index.esm2017.js"
      },
      "default": "./dist/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.node.cjs.js",
  "module": "dist/index.esm2017.js",
  "name": "@firebase/auth-compat",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {
    "@firebase/app-compat": "0.x"
  },
  "repository": {
    "directory": "packages/auth-compat",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../auth/dist/auth-public.d.ts -o dist/auth-compat/index.d.ts -a -r Auth:types.FirebaseAuth -r User:types.User -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/auth",
    "build": "rollup -c",
    "build:deps": "lerna run --scope @firebase/auth-compat --include-dependencies build",
    "build:release": "yarn build && yarn add-compat-overloads",
    "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:integration",
    "test:browser": "karma start --single-run",
    "test:browser:integration": "karma start --single-run --integration",
    "test:browser:unit": "karma start --single-run --unit",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
    "test:integration": "firebase emulators:exec --project demo-emulatedproject --only auth \"run-s test:browser:integration test:node:integration test:webdriver\"",
    "test:node": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts",
    "test:node:integration": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration",
    "test:webdriver": "rollup -c test/integration/webdriver/static/rollup.config.js && ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --webdriver"
  },
  "typings": "dist/auth-compat/index.d.ts",
  "version": "0.4.2"
}
