{
  "_from": "@firebase/component@0.5.13",
  "_id": "@firebase/component@0.5.13",
  "_inBundle": false,
  "_integrity": "sha512-hxhJtpD8Ppf/VU2Rlos6KFCEV77TGIGD5bJlkPK1+B/WUe0mC6dTjW7KhZtXTc+qRBp9nFHWcsIORnT8liHP9w==",
  "_location": "/@firebase/component",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/component@0.5.13",
    "name": "@firebase/component",
    "escapedName": "@firebase%2fcomponent",
    "scope": "@firebase",
    "rawSpec": "0.5.13",
    "saveSpec": null,
    "fetchSpec": "0.5.13"
  },
  "_requiredBy": [
    "/@firebase/database",
    "/@firebase/database-compat"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.5.13.tgz",
  "_shasum": "65a382e83bddd109380c9aa1f280791b1b4567c4",
  "_spec": "@firebase/component@0.5.13",
  "_where": "/home/thermalcoderz/group-buy.thermalcode.com/server/node_modules/@firebase/database-compat",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "browser": "dist/esm/index.esm2017.js",
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@firebase/util": "1.5.2",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "Firebase Component Platform",
  "devDependencies": {
    "rollup": "2.57.0",
    "rollup-plugin-typescript2": "0.30.0",
    "typescript": "4.2.2"
  },
  "esm5": "dist/esm/index.esm5.js",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "esm5": "./dist/esm/index.esm5.js",
      "default": "./dist/esm/index.esm2017.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/firebase/firebase-js-sdk#readme",
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "module": "dist/esm/index.esm2017.js",
  "name": "@firebase/component",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "repository": {
    "directory": "packages/component",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "build": "rollup -c",
    "build:deps": "lerna run --scope @firebase/component --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'",
    "test": "run-p lint test:all",
    "test:all": "run-p test:browser test:node",
    "test:browser": "karma start --single-run",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
    "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js"
  },
  "typings": "dist/index.d.ts",
  "version": "0.5.13"
}
