{
  "_from": "@firebase/installations@0.4.28",
  "_id": "@firebase/installations@0.4.28",
  "_inBundle": false,
  "_integrity": "sha512-M8hpEbey+36/Uv6nlHlFq578ti/kw8vezR+RK93LD+62Muo0zakzmQ7KcGsOzzQ2BH28IwHL9Y7DZlLZTcttkg==",
  "_location": "/@firebase/installations",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/installations@0.4.28",
    "name": "@firebase/installations",
    "escapedName": "@firebase%2finstallations",
    "scope": "@firebase",
    "rawSpec": "0.4.28",
    "saveSpec": null,
    "fetchSpec": "0.4.28"
  },
  "_requiredBy": [
    "/@firebase/analytics",
    "/@firebase/messaging",
    "/@firebase/performance",
    "/@firebase/remote-config",
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.28.tgz",
  "_shasum": "700385099a863355b31e271bde5807a86e0fed1e",
  "_spec": "@firebase/installations@0.4.28",
  "_where": "/var/www/html/DIALDIGITV2/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.5.2",
    "@firebase/installations-types": "0.3.4",
    "@firebase/util": "1.1.0",
    "idb": "3.0.2",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "devDependencies": {
    "@firebase/app": "0.6.25",
    "@rollup/plugin-commonjs": "17.1.0",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "11.2.0",
    "rollup": "2.35.1",
    "rollup-plugin-typescript2": "0.29.0",
    "rollup-plugin-uglify": "6.0.4",
    "typescript": "4.2.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'",
    "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.28"
}
