package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-source-maps@3.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-source-maps@3.0.6",
  10. "_id": "istanbul-lib-source-maps@3.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==",
  13. "_location": "/istanbul-lib-source-maps",
  14. "_phantomChildren": {
  15. "fs.realpath": "1.0.0",
  16. "inflight": "1.0.6",
  17. "inherits": "2.0.3",
  18. "minimatch": "3.0.4",
  19. "once": "1.4.0",
  20. "path-is-absolute": "1.0.1"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "istanbul-lib-source-maps@3.0.6",
  26. "name": "istanbul-lib-source-maps",
  27. "escapedName": "istanbul-lib-source-maps",
  28. "rawSpec": "3.0.6",
  29. "saveSpec": null,
  30. "fetchSpec": "3.0.6"
  31. },
  32. "_requiredBy": [
  33. "/istanbul-api"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz",
  36. "_spec": "3.0.6",
  37. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  38. "author": {
  39. "name": "Krishnan Anantheswaran",
  40. "email": "kananthmail-github@yahoo.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  44. },
  45. "dependencies": {
  46. "debug": "^4.1.1",
  47. "istanbul-lib-coverage": "^2.0.5",
  48. "make-dir": "^2.1.0",
  49. "rimraf": "^2.6.3",
  50. "source-map": "^0.6.1"
  51. },
  52. "description": "Source maps support for istanbul",
  53. "devDependencies": {
  54. "ts-node": "^8.1.0"
  55. },
  56. "engines": {
  57. "node": ">=6"
  58. },
  59. "files": [
  60. "lib",
  61. "index.js"
  62. ],
  63. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
  64. "homepage": "https://istanbul.js.org/",
  65. "keywords": [
  66. "istanbul",
  67. "sourcemaps",
  68. "sourcemap",
  69. "source",
  70. "maps"
  71. ],
  72. "license": "BSD-3-Clause",
  73. "main": "index.js",
  74. "name": "istanbul-lib-source-maps",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "version": "3.0.6"
  83. }