{
  "_args": [
    [
      "karma-coverage-istanbul-reporter@3.0.3",
      "D:\\ASHWIN\\BITBUCKET\\FDSHUTTERS\\FD\\fdui"
    ]
  ],
  "_development": true,
  "_from": "karma-coverage-istanbul-reporter@3.0.3",
  "_id": "karma-coverage-istanbul-reporter@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-wE4VFhG/QZv2Y4CdAYWDbMmcAHeS926ZIji4z+FkB2aF/EposRb6DP6G5ncT/wXhqUfAb/d7kZrNKPonbvsATw==",
  "_location": "/karma-coverage-istanbul-reporter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "karma-coverage-istanbul-reporter@3.0.3",
    "name": "karma-coverage-istanbul-reporter",
    "escapedName": "karma-coverage-istanbul-reporter",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "D:\\ASHWIN\\BITBUCKET\\FDSHUTTERS\\FD\\fdui",
  "author": {
    "name": "Matt Lewis"
  },
  "bugs": {
    "url": "https://github.com/mattlewis92/karma-coverage-istanbul-reporter/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/prompt"
    }
  },
  "dependencies": {
    "istanbul-lib-coverage": "^3.0.0",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-lib-source-maps": "^3.0.6",
    "istanbul-reports": "^3.0.2",
    "minimatch": "^3.0.4"
  },
  "description": "A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.",
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@commitlint/prompt": "^8.3.5",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "chai": "^4.2.0",
    "codecov": "^3.6.5",
    "commitizen": "^4.0.5",
    "coverage-istanbul-loader": "^3.0.3",
    "husky": "^4.2.5",
    "karma": "^5.0.4",
    "karma-mocha": "^2.0.1",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "mocha": "^7.1.2",
    "nyc": "^15.0.1",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "rimraf": "^3.0.2",
    "sinon": "^9.0.2",
    "standard-version": "^7.1.0",
    "ts-loader": "^7.0.2",
    "tslint": "^6.1.2",
    "tslint-loader": "^3.6.0",
    "typescript": "^3.8.3",
    "webpack": "^4.43.0",
    "xo": "^0.30.0"
  },
  "files": [
    "src"
  ],
  "funding": {
    "url": "https://github.com/sponsors/mattlewis92"
  },
  "homepage": "https://github.com/mattlewis92/karma-coverage-istanbul-reporter#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e",
      "pre-commit": "pretty-quick --staged"
    }
  },
  "keywords": [
    "karma-plugin",
    "karma-reporter",
    "coverage",
    "istanbul",
    "istanbuljs"
  ],
  "license": "MIT",
  "main": "src/reporter.js",
  "mocha": {
    "timeout": 10000
  },
  "name": "karma-coverage-istanbul-reporter",
  "nyc": {
    "reporter": [
      "html",
      "text-summary",
      "lcovonly"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattlewis92/karma-coverage-istanbul-reporter.git"
  },
  "scripts": {
    "codecov": "cat coverage/lcov.info | codecov",
    "commit": "git-cz",
    "lint": "xo",
    "postrelease": "npm publish",
    "prerelease": "npm test",
    "pretest": "npm run lint",
    "release": "standard-version && git push --follow-tags origin master",
    "start": "npm run test:watch",
    "test": "nyc mocha",
    "test:watch": "mocha --watch"
  },
  "version": "3.0.3",
  "xo": {
    "space": true,
    "prettier": true,
    "envs": [
      "node",
      "mocha"
    ],
    "rules": {
      "space-before-function-paren": 0,
      "object-curly-spacing": 0,
      "operator-linebreak": 0,
      "indent": 0
    },
    "ignore": [
      "{test,tests,spec,__tests__}/fixture{s,}/**"
    ]
  }
}
