package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "karma-coverage-istanbul-reporter@2.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "karma-coverage-istanbul-reporter@2.0.6",
  10. "_id": "karma-coverage-istanbul-reporter@2.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WFh77RI8bMIKdOvI/1/IBmgnM+Q7NOLhnwG91QJrM8lW+CIXCjTzhhUsT/svLvAkLmR10uWY4RyYbHMLkTglvg==",
  13. "_location": "/karma-coverage-istanbul-reporter",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "karma-coverage-istanbul-reporter@2.0.6",
  19. "name": "karma-coverage-istanbul-reporter",
  20. "escapedName": "karma-coverage-istanbul-reporter",
  21. "rawSpec": "2.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.6"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.0.6.tgz",
  29. "_spec": "2.0.6",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Matt Lewis"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mattlewis92/karma-coverage-istanbul-reporter/issues"
  36. },
  37. "commitlint": {
  38. "extends": [
  39. "@commitlint/config-conventional"
  40. ]
  41. },
  42. "config": {
  43. "commitizen": {
  44. "path": "@commitlint/prompt"
  45. }
  46. },
  47. "dependencies": {
  48. "istanbul-api": "^2.1.6",
  49. "minimatch": "^3.0.4"
  50. },
  51. "description": "A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.",
  52. "devDependencies": {
  53. "@commitlint/cli": "^8.1.0",
  54. "@commitlint/config-conventional": "^8.1.0",
  55. "@commitlint/prompt": "^8.1.0",
  56. "@types/chai": "^4.1.7",
  57. "@types/mocha": "^5.2.7",
  58. "chai": "^4.2.0",
  59. "codecov": "^3.5.0",
  60. "commitizen": "^4.0.3",
  61. "husky": "^1.3.1",
  62. "istanbul-instrumenter-loader": "^3.0.1",
  63. "karma": "^3.1.4",
  64. "karma-mocha": "^1.3.0",
  65. "karma-phantomjs-launcher": "^1.0.2",
  66. "karma-sourcemap-loader": "^0.3.7",
  67. "karma-webpack": "^4.0.2",
  68. "mocha": "^5.2.0",
  69. "nyc": "^14.1.1",
  70. "prettier": "^1.18.2",
  71. "pretty-quick": "^1.11.1",
  72. "rimraf": "^2.6.3",
  73. "standard-version": "^5.0.2",
  74. "ts-loader": "^5.4.5",
  75. "tslint": "^5.18.0",
  76. "tslint-loader": "^3.6.0",
  77. "typescript": "^3.5.3",
  78. "webpack": "^4.36.1",
  79. "xo": "^0.24.0"
  80. },
  81. "files": [
  82. "src"
  83. ],
  84. "homepage": "https://github.com/mattlewis92/karma-coverage-istanbul-reporter#readme",
  85. "husky": {
  86. "hooks": {
  87. "commit-msg": "commitlint -e",
  88. "pre-commit": "pretty-quick --staged"
  89. }
  90. },
  91. "keywords": [
  92. "karma-plugin",
  93. "karma-reporter",
  94. "coverage",
  95. "istanbul",
  96. "istanbuljs"
  97. ],
  98. "license": "MIT",
  99. "main": "src/reporter.js",
  100. "name": "karma-coverage-istanbul-reporter",
  101. "nyc": {
  102. "reporter": [
  103. "html",
  104. "text-summary",
  105. "lcovonly"
  106. ]
  107. },
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/mattlewis92/karma-coverage-istanbul-reporter.git"
  111. },
  112. "scripts": {
  113. "codecov": "cat coverage/lcov.info | codecov",
  114. "commit": "git-cz",
  115. "lint": "xo",
  116. "postrelease": "npm publish",
  117. "prerelease": "npm test",
  118. "pretest": "npm run lint",
  119. "release": "standard-version && git push --follow-tags origin master",
  120. "start": "npm run test:watch",
  121. "test": "nyc mocha",
  122. "test:watch": "mocha --watch"
  123. },
  124. "version": "2.0.6",
  125. "xo": {
  126. "space": true,
  127. "envs": [
  128. "node",
  129. "mocha"
  130. ],
  131. "rules": {
  132. "space-before-function-paren": 0,
  133. "object-curly-spacing": 0,
  134. "operator-linebreak": 0,
  135. "indent": 0
  136. },
  137. "ignore": [
  138. "{test,tests,spec,__tests__}/fixture{s,}/**"
  139. ]
  140. }
  141. }