package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "istanbul-reports@^3.1.3",
  3. "_id": "istanbul-reports@3.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
  6. "_location": "/istanbul-reports",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-reports@^3.1.3",
  12. "name": "istanbul-reports",
  13. "escapedName": "istanbul-reports",
  14. "rawSpec": "^3.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.3"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
  22. "_shasum": "1b6f068ecbc6c331040aab5741991273e609e40c",
  23. "_spec": "istanbul-reports@^3.1.3",
  24. "_where": "H:\\gs_nuxt\\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. "homepage": "https://istanbul.js.org/",
  62. "keywords": [
  63. "istanbul",
  64. "reports"
  65. ],
  66. "license": "BSD-3-Clause",
  67. "main": "index.js",
  68. "name": "istanbul-reports",
  69. "nyc": {
  70. "exclude": [
  71. "lib/html/assets/**",
  72. "lib/html-spa/assets/**",
  73. "lib/html-spa/rollup.config.js",
  74. "test/**"
  75. ]
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  80. "directory": "packages/istanbul-reports"
  81. },
  82. "scripts": {
  83. "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
  84. "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development",
  85. "test": "nyc mocha --recursive"
  86. },
  87. "version": "3.1.4"
  88. }