package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "istanbul-lib-coverage@^3.0.0",
  3. "_id": "istanbul-lib-coverage@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==",
  6. "_location": "/istanbul-lib-coverage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-coverage@^3.0.0",
  12. "name": "istanbul-lib-coverage",
  13. "escapedName": "istanbul-lib-coverage",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  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-3.0.0.tgz",
  25. "_shasum": "f5944a37c70b550b02a78a5c3b2055b280cec8ec",
  26. "_spec": "istanbul-lib-coverage@^3.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "devDependencies": {
  39. "chai": "^4.2.0",
  40. "mocha": "^6.2.2",
  41. "nyc": "^15.0.0-beta.2"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "lib",
  48. "index.js"
  49. ],
  50. "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
  51. "homepage": "https://istanbul.js.org/",
  52. "karmaDeps": {
  53. "browserify-istanbul": "^0.2.1",
  54. "karma": "^0.13.10",
  55. "karma-browserify": "^4.2.1",
  56. "karma-chrome-launcher": "^0.2.0",
  57. "karma-coverage": "^0.4.2",
  58. "karma-mocha": "^0.2.0",
  59. "karma-phantomjs-launcher": "^0.2.0",
  60. "phantomjs": "^1.9.17"
  61. },
  62. "keywords": [
  63. "istanbul",
  64. "coverage",
  65. "data"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "index.js",
  69. "name": "istanbul-lib-coverage",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  73. "directory": "packages/istanbul-lib-coverage"
  74. },
  75. "scripts": {
  76. "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
  77. },
  78. "version": "3.0.0"
  79. }