package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-instrument@1.10.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-instrument@1.10.2",
  10. "_id": "istanbul-lib-instrument@1.10.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A==",
  13. "_location": "/istanbul-lib-instrument",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-instrument@1.10.2",
  19. "name": "istanbul-lib-instrument",
  20. "escapedName": "istanbul-lib-instrument",
  21. "rawSpec": "1.10.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.10.2"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-instrumenter-loader"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz",
  29. "_spec": "1.10.2",
  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. "babel-generator": "^6.18.0",
  40. "babel-template": "^6.16.0",
  41. "babel-traverse": "^6.18.0",
  42. "babel-types": "^6.18.0",
  43. "babylon": "^6.18.0",
  44. "istanbul-lib-coverage": "^1.2.1",
  45. "semver": "^5.3.0"
  46. },
  47. "description": "Core istanbul API for JS code coverage",
  48. "devDependencies": {
  49. "babel-cli": "^6.3.17",
  50. "babel-plugin-istanbul": "^2.0.3",
  51. "babel-preset-env": "^1.6.1",
  52. "babel-register": "^6.16.3",
  53. "chai": "^3.0.0",
  54. "clone": "^2.0.0",
  55. "coveralls": "^2.11.4",
  56. "cross-env": "^2.0.1",
  57. "documentation": "^4.0.0-beta9",
  58. "js-yaml": "^3.3.1",
  59. "jshint": "^2.8.0",
  60. "mocha": "^3.1.2",
  61. "nopt": "^3.0.6"
  62. },
  63. "files": [
  64. "dist"
  65. ],
  66. "homepage": "https://github.com/istanbuljs/istanbuljs",
  67. "keywords": [
  68. "coverage",
  69. "istanbul",
  70. "js",
  71. "instrumentation"
  72. ],
  73. "license": "BSD-3-Clause",
  74. "main": "dist/index.js",
  75. "name": "istanbul-lib-instrument",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  79. },
  80. "scripts": {
  81. "prepublish": "npm run release",
  82. "pretest": "jshint src/ test/",
  83. "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
  84. "test": "mocha --require=babel-register"
  85. },
  86. "version": "1.10.2"
  87. }