{
  "_args": [
    [
      "@firebase/functions@0.4.18",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "@firebase/functions@0.4.18",
  "_id": "@firebase/functions@0.4.18",
  "_inBundle": false,
  "_integrity": "sha512-N/ijwpxJy26kOErYIi5QS8pQgMZEuEMF/zDaNmgqcoN3J8P52NhBnVQZnIl+U4W96nQfNiURhSwXEERHFyvSZQ==",
  "_location": "/@firebase/functions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/functions@0.4.18",
    "name": "@firebase/functions",
    "escapedName": "@firebase%2ffunctions",
    "scope": "@firebase",
    "rawSpec": "0.4.18",
    "saveSpec": null,
    "fetchSpec": "0.4.18"
  },
  "_requiredBy": [
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.4.18.tgz",
  "_spec": "0.4.18",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "browser": "dist/index.cjs.js",
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "dependencies": {
    "@firebase/functions-types": "0.3.8",
    "@firebase/messaging-types": "0.3.2",
    "isomorphic-fetch": "2.2.1",
    "tslib": "1.10.0"
  },
  "description": "This is the Firebase Functions component of the Firebase JS SDK.",
  "devDependencies": {
    "@firebase/messaging": "0.4.11",
    "@types/chai": "4.2.0",
    "@types/chai-as-promised": "7.1.2",
    "@types/mocha": "5.2.7",
    "@types/sinon": "7.0.13",
    "@typescript-eslint/eslint-plugin": "2.0.0",
    "@typescript-eslint/eslint-plugin-tslint": "2.0.0",
    "@typescript-eslint/parser": "2.0.0",
    "chai": "4.2.0",
    "eslint": "5.16.0",
    "karma": "4.3.0",
    "karma-chrome-launcher": "3.1.0",
    "karma-cli": "2.0.0",
    "karma-firefox-launcher": "1.2.0",
    "karma-mocha": "1.3.0",
    "karma-sauce-launcher": "1.2.0",
    "karma-sourcemap-loader": "0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "4.0.2",
    "mocha": "6.2.0",
    "npm-run-all": "4.1.5",
    "nyc": "14.1.1",
    "rollup": "1.20.3",
    "rollup-plugin-typescript2": "0.24.0",
    "sinon": "7.4.1",
    "source-map-loader": "0.2.4",
    "ts-loader": "6.0.4",
    "ts-node": "8.3.0",
    "tslint": "5.19.0",
    "typescript": "3.5.3",
    "webpack": "4.39.3",
    "yargs": "14.0.0"
  },
  "esm2017": "dist/index.esm2017.js",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/firebase/firebase-js-sdk#readme",
  "license": "Apache-2.0",
  "main": "dist/index.node.cjs.js",
  "module": "dist/index.esm.js",
  "name": "@firebase/functions",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {
    "@firebase/app": "0.x",
    "@firebase/app-types": "0.x"
  },
  "repository": {
    "directory": "packages/functions",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "prepare": "yarn build",
    "test": "run-p lint test:browser test:node",
    "test:browser": "karma start --single-run",
    "test:browser:debug": "karma start --browsers=Chrome --auto-watch",
    "test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p test:node",
    "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --opts ../../config/mocha.node.opts"
  },
  "typings": "dist/index.d.ts",
  "version": "0.4.18"
}
