{ "_args": [ [ "karma-coverage-istanbul-reporter@2.0.6", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_development": true, "_from": "karma-coverage-istanbul-reporter@2.0.6", "_id": "karma-coverage-istanbul-reporter@2.0.6", "_inBundle": false, "_integrity": "sha512-WFh77RI8bMIKdOvI/1/IBmgnM+Q7NOLhnwG91QJrM8lW+CIXCjTzhhUsT/svLvAkLmR10uWY4RyYbHMLkTglvg==", "_location": "/karma-coverage-istanbul-reporter", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "karma-coverage-istanbul-reporter@2.0.6", "name": "karma-coverage-istanbul-reporter", "escapedName": "karma-coverage-istanbul-reporter", "rawSpec": "2.0.6", "saveSpec": null, "fetchSpec": "2.0.6" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.0.6.tgz", "_spec": "2.0.6", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "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-api": "^2.1.6", "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.1.0", "@commitlint/config-conventional": "^8.1.0", "@commitlint/prompt": "^8.1.0", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "codecov": "^3.5.0", "commitizen": "^4.0.3", "husky": "^1.3.1", "istanbul-instrumenter-loader": "^3.0.1", "karma": "^3.1.4", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.2", "mocha": "^5.2.0", "nyc": "^14.1.1", "prettier": "^1.18.2", "pretty-quick": "^1.11.1", "rimraf": "^2.6.3", "standard-version": "^5.0.2", "ts-loader": "^5.4.5", "tslint": "^5.18.0", "tslint-loader": "^3.6.0", "typescript": "^3.5.3", "webpack": "^4.36.1", "xo": "^0.24.0" }, "files": [ "src" ], "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", "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": "2.0.6", "xo": { "space": 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,}/**" ] } }