package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "istanbul-reports@^3.0.2",
  3. "_id": "istanbul-reports@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==",
  6. "_location": "/istanbul-reports",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-reports@^3.0.2",
  12. "name": "istanbul-reports",
  13. "escapedName": "istanbul-reports",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz",
  22. "_shasum": "d593210e5000683750cb09fc0644e4b6e27fd53b",
  23. "_spec": "istanbul-reports@^3.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\reporters",
  25. "author": {
  26. "name": "Krishnan Anantheswaran",
  27. "email": "kananthmail-github@yahoo.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "html-escaper": "^2.0.0",
  35. "istanbul-lib-report": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "istanbul reports",
  39. "devDependencies": {
  40. "@babel/core": "^7.7.5",
  41. "@babel/preset-env": "^7.7.5",
  42. "@babel/preset-react": "^7.7.4",
  43. "babel-loader": "^8.0.6",
  44. "chai": "^4.2.0",
  45. "is-windows": "^1.0.2",
  46. "istanbul-lib-coverage": "^3.0.0",
  47. "mocha": "^6.2.2",
  48. "nyc": "^15.0.0-beta.2",
  49. "react": "^16.12.0",
  50. "react-dom": "^16.12.0",
  51. "webpack": "^4.41.2",
  52. "webpack-cli": "^3.3.10"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "index.js",
  59. "lib"
  60. ],
  61. "gitHead": "73c25ce79f91010d1ff073aa6ff3fd01114f90db",
  62. "homepage": "https://istanbul.js.org/",
  63. "keywords": [
  64. "istanbul",
  65. "reports"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "index.js",
  69. "name": "istanbul-reports",
  70. "nyc": {
  71. "exclude": [
  72. "lib/html/assets/**",
  73. "lib/html-spa/assets/**",
  74. "lib/html-spa/rollup.config.js",
  75. "test/**"
  76. ]
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  81. "directory": "packages/istanbul-reports"
  82. },
  83. "scripts": {
  84. "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
  85. "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development",
  86. "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha --recursive"
  87. },
  88. "version": "3.0.2"
  89. }