{
  "_from": "@firebase/installations@0.4.17",
  "_id": "@firebase/installations@0.4.17",
  "_inBundle": false,
  "_integrity": "sha512-AE/TyzIpwkC4UayRJD419xTqZkKzxwk0FLht3Dci8WI2OEKHSwoZG9xv4hOBZebe+fDzoV2EzfatQY8c/6Avig==",
  "_location": "/@firebase/installations",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/installations@0.4.17",
    "name": "@firebase/installations",
    "escapedName": "@firebase%2finstallations",
    "scope": "@firebase",
    "rawSpec": "0.4.17",
    "saveSpec": null,
    "fetchSpec": "0.4.17"
  },
  "_requiredBy": [
    "/@firebase/analytics",
    "/@firebase/messaging",
    "/@firebase/performance",
    "/@firebase/remote-config",
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.17.tgz",
  "_shasum": "1367b721e2c6c4880646bbc4f257e8616986a004",
  "_spec": "@firebase/installations@0.4.17",
  "_where": "D:\\Projects\\VueJS\\template\\minton-vue-template-v1.0.0\\Admin\\node_modules\\firebase",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@firebase/component": "0.1.19",
    "@firebase/installations-types": "0.3.4",
    "@firebase/util": "0.3.2",
    "idb": "3.0.2",
    "tslib": "^1.11.1"
  },
  "deprecated": false,
  "devDependencies": {
    "@firebase/app": "0.6.11",
    "rollup": "2.26.7",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-typescript2": "0.27.2",
    "rollup-plugin-uglify": "6.0.4",
    "typescript": "4.0.2"
  },
  "esm2017": "dist/index.esm2017.js",
  "homepage": "https://github.com/firebase/firebase-js-sdk#readme",
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "@firebase/installations",
  "peerDependencies": {
    "@firebase/app": "0.x",
    "@firebase/app-types": "0.x"
  },
  "repository": {
    "directory": "packages/installations",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "build": "rollup -c",
    "build:deps": "lerna run --scope @firebase/installations --include-dependencies build",
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'",
    "prepare": "yarn build",
    "serve": "yarn serve:build && yarn serve:host",
    "serve:build": "rollup -c test-app/rollup.config.js",
    "serve:host": "http-server -c-1 test-app",
    "test": "run-p lint test:karma",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:karma",
    "test:debug": "karma start --browsers=Chrome --auto-watch",
    "test:karma": "karma start --single-run"
  },
  "types": "dist/src/index.d.ts",
  "version": "0.4.17"
}
