{
  "_from": "@firebase/app-check@0.8.0",
  "_id": "@firebase/app-check@0.8.0",
  "_inBundle": false,
  "_integrity": "sha512-dRDnhkcaC2FspMiRK/Vbp+PfsOAEP6ZElGm9iGFJ9fDqHoPs0HOPn7dwpJ51lCFi1+2/7n5pRPGhqF/F03I97g==",
  "_location": "/@firebase/app-check",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/app-check@0.8.0",
    "name": "@firebase/app-check",
    "escapedName": "@firebase%2fapp-check",
    "scope": "@firebase",
    "rawSpec": "0.8.0",
    "saveSpec": null,
    "fetchSpec": "0.8.0"
  },
  "_requiredBy": [
    "/@firebase/app-check-compat",
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/app-check/-/app-check-0.8.0.tgz",
  "_shasum": "b531ec40900af9c3cf1ec63de9094a0ddd733d6a",
  "_spec": "@firebase/app-check@0.8.0",
  "_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/component": "0.6.4",
    "@firebase/logger": "0.4.0",
    "@firebase/util": "1.9.3",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "The App Check component of the Firebase JS SDK",
  "devDependencies": {
    "@firebase/app": "0.9.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/app-check-public.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",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {
    "@firebase/app": "0.x"
  },
  "repository": {
    "directory": "packages/app-check",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "api-report": "api-extractor run --local --verbose",
    "build": "rollup -c && yarn api-report",
    "build:deps": "lerna run --scope @firebase/app-check --include-dependencies build",
    "build:doc": "yarn build && yarn doc",
    "build:release": "yarn build && yarn api-report && yarn typings:public",
    "dev": "rollup -c -w",
    "doc": "api-documenter markdown --input temp --output docs",
    "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:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
  },
  "typings": "./dist/app-check-public.d.ts",
  "version": "0.8.0"
}
