package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "istanbul-reports@2.2.7",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-reports@2.2.7",
  10. "_id": "istanbul-reports@2.2.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uu1F/L1o5Y6LzPVSVZXNOoD/KXpJue9aeLRd0sM9uMXfZvzomB0WxVamWb5ue8kA2vVWEmW7EG+A5n3f1kqHKg==",
  13. "_location": "/istanbul-reports",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-reports@2.2.7",
  19. "name": "istanbul-reports",
  20. "escapedName": "istanbul-reports",
  21. "rawSpec": "2.2.7",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.7"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-api"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.7.tgz",
  29. "_spec": "2.2.7",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Krishnan Anantheswaran",
  33. "email": "kananthmail-github@yahoo.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  37. },
  38. "dependencies": {
  39. "html-escaper": "^2.0.0"
  40. },
  41. "description": "istanbul reports",
  42. "devDependencies": {
  43. "istanbul-lib-coverage": "^2.0.5",
  44. "istanbul-lib-report": "^2.0.8"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "lib"
  52. ],
  53. "homepage": "https://istanbul.js.org/",
  54. "keywords": [
  55. "istanbul",
  56. "reports"
  57. ],
  58. "license": "BSD-3-Clause",
  59. "main": "index.js",
  60. "name": "istanbul-reports",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --recursive"
  67. },
  68. "version": "2.2.7"
  69. }