package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "istanbul-api@2.1.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-api@2.1.6",
  10. "_id": "istanbul-api@2.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-x0Eicp6KsShG1k1rMgBAi/1GgY7kFGEBwQpw3PXGEmu+rBcBNhqU8g2DgY9mlepAsLPzrzrbqSgCGANnki4POA==",
  13. "_location": "/istanbul-api",
  14. "_phantomChildren": {
  15. "@babel/generator": "7.8.4",
  16. "@babel/parser": "7.8.4",
  17. "@babel/template": "7.8.3",
  18. "@babel/traverse": "7.8.4",
  19. "@babel/types": "7.8.3",
  20. "argparse": "1.0.10",
  21. "esprima": "4.0.0"
  22. },
  23. "_requested": {
  24. "type": "version",
  25. "registry": true,
  26. "raw": "istanbul-api@2.1.6",
  27. "name": "istanbul-api",
  28. "escapedName": "istanbul-api",
  29. "rawSpec": "2.1.6",
  30. "saveSpec": null,
  31. "fetchSpec": "2.1.6"
  32. },
  33. "_requiredBy": [
  34. "/karma-coverage-istanbul-reporter"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-2.1.6.tgz",
  37. "_spec": "2.1.6",
  38. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  39. "author": {
  40. "name": "Krishnan Anantheswaran",
  41. "email": "kananthmail-github@yahoo.com"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  45. },
  46. "dependencies": {
  47. "async": "^2.6.2",
  48. "compare-versions": "^3.4.0",
  49. "fileset": "^2.0.3",
  50. "istanbul-lib-coverage": "^2.0.5",
  51. "istanbul-lib-hook": "^2.0.7",
  52. "istanbul-lib-instrument": "^3.3.0",
  53. "istanbul-lib-report": "^2.0.8",
  54. "istanbul-lib-source-maps": "^3.0.6",
  55. "istanbul-reports": "^2.2.4",
  56. "js-yaml": "^3.13.1",
  57. "make-dir": "^2.1.0",
  58. "minimatch": "^3.0.4",
  59. "once": "^1.4.0"
  60. },
  61. "description": "High level API for istanbul features",
  62. "engines": {
  63. "node": ">=6"
  64. },
  65. "files": [
  66. "lib",
  67. "index.js"
  68. ],
  69. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
  70. "homepage": "https://istanbul.js.org/",
  71. "keywords": [
  72. "istanbul",
  73. "api"
  74. ],
  75. "license": "BSD-3-Clause",
  76. "main": "index.js",
  77. "name": "istanbul-api",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  81. },
  82. "scripts": {
  83. "fast": "mocha --slow 1000",
  84. "test": "mocha"
  85. },
  86. "version": "2.1.6"
  87. }