{
  "_from": "@firebase/app-check-compat@0.3.7",
  "_id": "@firebase/app-check-compat@0.3.7",
  "_inBundle": false,
  "_integrity": "sha512-cW682AxsyP1G+Z0/P7pO/WT2CzYlNxoNe5QejVarW2o5ZxeWSSPAiVEwpEpQR/bUlUmdeWThYTMvBWaopdBsqw==",
  "_location": "/@firebase/app-check-compat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/app-check-compat@0.3.7",
    "name": "@firebase/app-check-compat",
    "escapedName": "@firebase%2fapp-check-compat",
    "scope": "@firebase",
    "rawSpec": "0.3.7",
    "saveSpec": null,
    "fetchSpec": "0.3.7"
  },
  "_requiredBy": [
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/app-check-compat/-/app-check-compat-0.3.7.tgz",
  "_shasum": "e150f61d653a0f2043a34dcb995616a717161839",
  "_spec": "@firebase/app-check-compat@0.3.7",
  "_where": "/var/www/justnowapp/node_modules/firebase",
  "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/app-check": "0.8.0",
    "@firebase/app-check-types": "0.5.0",
    "@firebase/component": "0.6.4",
    "@firebase/logger": "0.4.0",
    "@firebase/util": "1.9.3",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "A compat App Check package for new firebase packages",
  "devDependencies": {
    "@firebase/app-compat": "0.2.11",
    "@rollup/plugin-commonjs": "21.1.0",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "13.3.0",
    "rollup": "2.79.1",
    "rollup-plugin-typescript2": "0.31.2",
    "typescript": "4.7.4"
  },
  "esm5": "dist/esm/index.esm.js",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "require": "./dist/index.cjs.js",
      "esm5": "./dist/esm/index.esm.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/app-check-compat",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {
    "@firebase/app-compat": "0.x"
  },
  "repository": {
    "directory": "packages/app-check",
    "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 ../app-check/dist/app-check-public.d.ts -o dist/src/index.d.ts -a -r AppCheck:FirebaseAppCheck -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/app-check",
    "build": "rollup -c",
    "build:deps": "lerna run --scope @firebase/app-check-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:browser",
    "test:browser": "karma start --single-run --nocache",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser"
  },
  "typings": "dist/src/index.d.ts",
  "version": "0.3.7"
}
