{
  "_from": "@firebase/remote-config@0.1.39",
  "_id": "@firebase/remote-config@0.1.39",
  "_inBundle": false,
  "_integrity": "sha512-yQMovYpzrjTNvIFz6tOToQGf7+VQp3BI/dydUh5Vse6FMMq8/ZLTzMjcm4bZFb4Yd6yFlECXFBcXHSO/j2Wxiw==",
  "_location": "/@firebase/remote-config",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/remote-config@0.1.39",
    "name": "@firebase/remote-config",
    "escapedName": "@firebase%2fremote-config",
    "scope": "@firebase",
    "rawSpec": "0.1.39",
    "saveSpec": null,
    "fetchSpec": "0.1.39"
  },
  "_requiredBy": [
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.1.39.tgz",
  "_shasum": "1ba903465c746b6ab559b769925bfeeb88f7eb31",
  "_spec": "@firebase/remote-config@0.1.39",
  "_where": "/var/www/html/DIALDIGITV2/node_modules/firebase",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "browser": "dist/index.esm.js",
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@firebase/component": "0.5.2",
    "@firebase/installations": "0.4.28",
    "@firebase/logger": "0.2.6",
    "@firebase/remote-config-types": "0.1.9",
    "@firebase/util": "1.1.0",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "The Remote Config package of the Firebase JS SDK",
  "devDependencies": {
    "@firebase/app": "0.6.25",
    "rollup": "2.35.1",
    "rollup-plugin-typescript2": "0.29.0",
    "typescript": "4.2.2"
  },
  "esm2017": "dist/index.esm2017.js",
  "files": [
    "dist"
  ],
  "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/remote-config",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {
    "@firebase/app": "0.x",
    "@firebase/app-types": "0.x"
  },
  "repository": {
    "directory": "packages/remote-config",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "build": "rollup -c",
    "build:deps": "lerna run --scope @firebase/remote-config --include-dependencies build",
    "dev": "rollup -c -w",
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "prettier": "prettier --write '{src,test}/**/*.{js,ts}'",
    "test": "run-p lint test:browser",
    "test:browser": "karma start --single-run",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
    "test:debug": "karma start --browsers=Chrome --auto-watch"
  },
  "typings": "dist/index.d.ts",
  "version": "0.1.39"
}
