package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "showdown@^1.8.6",
  3. "_id": "showdown@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9cGuS382HcvExtf5AHk7Cb4pAeQQ+h0eTr33V1mu+crYWV4KvWAw6el92bDrqGEk5d46Ai/fhbEUwqJ/mTCNEA==",
  6. "_location": "/showdown",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.2",
  9. "decamelize": "1.2.0",
  10. "locate-path": "3.0.0",
  11. "require-directory": "2.1.1",
  12. "set-blocking": "2.0.0"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "showdown@^1.8.6",
  18. "name": "showdown",
  19. "escapedName": "showdown",
  20. "rawSpec": "^1.8.6",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.8.6"
  23. },
  24. "_requiredBy": [
  25. "/devextreme"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/showdown/-/showdown-1.9.1.tgz",
  28. "_shasum": "134e148e75cd4623e09c21b0511977d79b5ad0ef",
  29. "_spec": "showdown@^1.8.6",
  30. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\devextreme",
  31. "author": {
  32. "name": "Estevão Santos"
  33. },
  34. "bin": {
  35. "showdown": "bin/showdown.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/showdownjs/showdown/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "John Gruber"
  44. },
  45. {
  46. "name": "John Fraser"
  47. },
  48. {
  49. "name": "Corey Innis"
  50. },
  51. {
  52. "name": "Remy Sharp"
  53. },
  54. {
  55. "name": "Konstantin Käfer"
  56. },
  57. {
  58. "name": "Roger Braun"
  59. },
  60. {
  61. "name": "Dominic Tarr"
  62. },
  63. {
  64. "name": "Cat Chen"
  65. },
  66. {
  67. "name": "Titus Stone"
  68. },
  69. {
  70. "name": "Rob Sutherland"
  71. },
  72. {
  73. "name": "Pavel Lang"
  74. },
  75. {
  76. "name": "Ben Combee"
  77. },
  78. {
  79. "name": "Adam Backstrom"
  80. },
  81. {
  82. "name": "Pascal Deschênes"
  83. },
  84. {
  85. "name": "Estevão Santos"
  86. }
  87. ],
  88. "dependencies": {
  89. "yargs": "^14.2"
  90. },
  91. "deprecated": false,
  92. "description": "A Markdown to HTML converter written in Javascript",
  93. "devDependencies": {
  94. "chai": "^4.0.2",
  95. "grunt": "^1.0.3",
  96. "grunt-contrib-clean": "^1.0.0",
  97. "grunt-contrib-concat": "^1.0.1",
  98. "grunt-contrib-jshint": "^1.1.0",
  99. "grunt-contrib-uglify": "^3.1.0",
  100. "grunt-conventional-changelog": "^6.1.0",
  101. "grunt-conventional-github-releaser": "^1.0.0",
  102. "grunt-endline": "^0.6.1",
  103. "grunt-eslint": "^22.0.0",
  104. "grunt-simple-mocha": "^0.4.0",
  105. "jsdom": "^13.0.0",
  106. "load-grunt-tasks": "^3.2.0",
  107. "performance-now": "^2.0.0",
  108. "quiet-grunt": "^0.2.3",
  109. "semver": "^5.4.1",
  110. "semver-sort": "0.0.4",
  111. "sinon": "^4.0.0",
  112. "source-map-support": "^0.5.0"
  113. },
  114. "homepage": "http://showdownjs.com/",
  115. "keywords": [
  116. "markdown",
  117. "converter"
  118. ],
  119. "license": "BSD-3-Clause",
  120. "main": "./dist/showdown.js",
  121. "name": "showdown",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/showdownjs/showdown.git",
  125. "web": "https://github.com/showdownjs/showdown"
  126. },
  127. "scripts": {
  128. "test": "grunt test"
  129. },
  130. "version": "1.9.1"
  131. }