{
  "_args": [
    [
      "@firebase/performance@0.2.19",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "@firebase/performance@0.2.19",
  "_id": "@firebase/performance@0.2.19",
  "_inBundle": false,
  "_integrity": "sha512-dINWwR/XcSiSnFNNX7QWfec8bymiXk1Zp6mPyPN+R9ONMrpDbygQUy06oT/6r/xx9nHG4Za6KMUJag3sWNKqnQ==",
  "_location": "/@firebase/performance",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/performance@0.2.19",
    "name": "@firebase/performance",
    "escapedName": "@firebase%2fperformance",
    "scope": "@firebase",
    "rawSpec": "0.2.19",
    "saveSpec": null,
    "fetchSpec": "0.2.19"
  },
  "_requiredBy": [
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.2.19.tgz",
  "_spec": "0.2.19",
  "_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/installations": "0.2.7",
    "@firebase/logger": "0.1.25",
    "@firebase/performance-types": "0.0.3",
    "@firebase/util": "0.2.28",
    "tslib": "1.10.0"
  },
  "description": "Firebase performance for web",
  "devDependencies": {
    "@types/chai": "4.2.0",
    "@types/chai-as-promised": "7.1.2",
    "@types/mocha": "5.2.7",
    "@types/sinon": "7.0.13",
    "@types/sinon-chai": "3.2.3",
    "@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",
    "chai-as-promised": "7.1.1",
    "eslint": "5.16.0",
    "eslint-plugin-import": "2.18.2",
    "mocha": "6.2.0",
    "rollup": "1.20.3",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-typescript2": "0.24.0",
    "sinon": "7.4.1",
    "sinon-chai": "3.3.0",
    "typescript": "3.5.3"
  },
  "esm2017": "dist/index.esm2017.js",
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "@firebase/performance",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {
    "@firebase/app": "0.x",
    "@firebase/app-types": "0.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/firebase/firebase-js-sdk/tree/master/packages/performance"
  },
  "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'",
    "prepare": "yarn build",
    "prettier": "prettier --write '{src,test}/**/*.{js,ts}'",
    "test": "run-p lint test:browser",
    "test:browser": "karma start --single-run",
    "test:debug": "karma start --browsers=Chrome --auto-watch"
  },
  "typings": "dist/index.d.ts",
  "version": "0.2.19"
}
