package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "istanbul-lib-report@^3.0.0",
  3. "_id": "istanbul-lib-report@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  6. "_location": "/istanbul-lib-report",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-report@^3.0.0",
  12. "name": "istanbul-lib-report",
  13. "escapedName": "istanbul-lib-report",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters",
  20. "/istanbul-reports"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  23. "_shasum": "7518fe52ea44de372f460a76b5ecda9ffb73d8a6",
  24. "_spec": "istanbul-lib-report@^3.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\reporters",
  26. "author": {
  27. "name": "Krishnan Anantheswaran",
  28. "email": "kananthmail-github@yahoo.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "istanbul-lib-coverage": "^3.0.0",
  36. "make-dir": "^3.0.0",
  37. "supports-color": "^7.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "Base reporting library for istanbul",
  41. "devDependencies": {
  42. "chai": "^4.2.0",
  43. "mocha": "^6.2.2",
  44. "nyc": "^15.0.0-beta.2",
  45. "rimraf": "^3.0.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "lib",
  52. "index.js"
  53. ],
  54. "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
  55. "homepage": "https://istanbul.js.org/",
  56. "keywords": [
  57. "istanbul",
  58. "report",
  59. "api",
  60. "lib"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "index.js",
  64. "name": "istanbul-lib-report",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  68. "directory": "packages/istanbul-lib-report"
  69. },
  70. "scripts": {
  71. "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
  72. },
  73. "version": "3.0.0"
  74. }