package.json 1.8 KB

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