package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "istanbul-lib-coverage@^2.0.5",
  3. "_id": "istanbul-lib-coverage@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==",
  6. "_location": "/istanbul-lib-coverage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-coverage@^2.0.5",
  12. "name": "istanbul-lib-coverage",
  13. "escapedName": "istanbul-lib-coverage",
  14. "rawSpec": "^2.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.5"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters",
  20. "/istanbul-lib-instrument",
  21. "/istanbul-lib-report",
  22. "/istanbul-lib-source-maps"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz",
  25. "_shasum": "675f0ab69503fad4b1d849f736baaca803344f49",
  26. "_spec": "istanbul-lib-coverage@^2.0.5",
  27. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\istanbul-lib-instrument",
  28. "author": {
  29. "name": "Krishnan Anantheswaran",
  30. "email": "kananthmail-github@yahoo.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Data library for istanbul coverage objects",
  38. "engines": {
  39. "node": ">=6"
  40. },
  41. "files": [
  42. "lib",
  43. "index.js"
  44. ],
  45. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
  46. "homepage": "https://istanbul.js.org/",
  47. "karmaDeps": {
  48. "browserify-istanbul": "^0.2.1",
  49. "karma": "^0.13.10",
  50. "karma-browserify": "^4.2.1",
  51. "karma-chrome-launcher": "^0.2.0",
  52. "karma-coverage": "^0.4.2",
  53. "karma-mocha": "^0.2.0",
  54. "karma-phantomjs-launcher": "^0.2.0",
  55. "phantomjs": "^1.9.17"
  56. },
  57. "keywords": [
  58. "istanbul",
  59. "coverage",
  60. "data"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "index.js",
  64. "name": "istanbul-lib-coverage",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "2.0.5"
  73. }