{
  "_args": [
    [
      "@firebase/component@0.1.19",
      "D:\\ASHWIN\\BITBUCKET\\FDSHUTTERS\\FD\\fdui"
    ]
  ],
  "_from": "@firebase/component@0.1.19",
  "_id": "@firebase/component@0.1.19",
  "_inBundle": false,
  "_integrity": "sha512-L0S3g8eqaerg8y0zox3oOHSTwn/FE8RbcRHiurnbESvDViZtP5S5WnhuAPd7FnFxa8ElWK0z1Tr3ikzWDv1xdQ==",
  "_location": "/@firebase/component",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/component@0.1.19",
    "name": "@firebase/component",
    "escapedName": "@firebase%2fcomponent",
    "scope": "@firebase",
    "rawSpec": "0.1.19",
    "saveSpec": null,
    "fetchSpec": "0.1.19"
  },
  "_requiredBy": [
    "/@firebase/analytics",
    "/@firebase/app",
    "/@firebase/database",
    "/@firebase/firestore",
    "/@firebase/functions",
    "/@firebase/installations",
    "/@firebase/messaging",
    "/@firebase/performance",
    "/@firebase/remote-config",
    "/@firebase/storage"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.1.19.tgz",
  "_spec": "0.1.19",
  "_where": "D:\\ASHWIN\\BITBUCKET\\FDSHUTTERS\\FD\\fdui",
  "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/util": "0.3.2",
    "tslib": "^1.11.1"
  },
  "description": "Firebase Component Platform",
  "devDependencies": {
    "rollup": "2.26.7",
    "rollup-plugin-typescript2": "0.27.2",
    "typescript": "4.0.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/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'",
    "prepare": "yarn build",
    "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.1.19"
}
