{
  "_from": "@firebase/installations@0.4.12",
  "_id": "@firebase/installations@0.4.12",
  "_inBundle": false,
  "_integrity": "sha512-DFN+lfrh+Yl2VoEuCZ4JpZQ2+F1C44gbOvmfVDoYEW4qDYgul7kP2jH+38xxdPubOpaNKZKmGKid4EkgtMnX0A==",
  "_location": "/@firebase/installations",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/installations@0.4.12",
    "name": "@firebase/installations",
    "escapedName": "@firebase%2finstallations",
    "scope": "@firebase",
    "rawSpec": "0.4.12",
    "saveSpec": null,
    "fetchSpec": "0.4.12"
  },
  "_requiredBy": [
    "/@firebase/analytics",
    "/@firebase/messaging",
    "/@firebase/performance",
    "/@firebase/remote-config",
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.12.tgz",
  "_shasum": "c4856c07c59c0ce383502a39f381a6700b3d359f",
  "_spec": "@firebase/installations@0.4.12",
  "_where": "/home/arun/Work/sdpk-content/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.14",
    "@firebase/installations-types": "0.3.4",
    "@firebase/util": "0.2.49",
    "idb": "3.0.2",
    "tslib": "^1.11.1"
  },
  "deprecated": false,
  "devDependencies": {
    "rollup": "2.7.6",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-typescript2": "0.27.0",
    "rollup-plugin-uglify": "6.0.4",
    "typescript": "3.8.3"
  },
  "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/'{app,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": "yarn type-check && yarn test:karma && yarn lint",
    "test:ci": "node ../../scripts/run_tests_in_ci.js",
    "test:debug": "karma start --browsers=Chrome --auto-watch",
    "test:karma": "karma start --single-run",
    "type-check": "tsc -p . --noEmit"
  },
  "types": "dist/src/index.d.ts",
  "version": "0.4.12"
}
