package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "remark-stringify@5.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "remark-stringify@5.0.0",
  9. "_id": "remark-stringify@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ws5MdA69ftqQ/yhRF9XhVV29mhxbfGhbz0Rx5bQH+oJcNhhSM6nCu1EpLod+DjrFGrU0BMPs+czVmJZU7xiS7w==",
  12. "_location": "/remark-stringify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remark-stringify@5.0.0",
  18. "name": "remark-stringify",
  19. "escapedName": "remark-stringify",
  20. "rawSpec": "5.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.0"
  23. },
  24. "_requiredBy": [
  25. "/remark"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-5.0.0.tgz",
  28. "_spec": "5.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Titus Wormer",
  32. "email": "tituswormer@gmail.com",
  33. "url": "http://wooorm.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/remarkjs/remark/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "http://wooorm.com"
  43. },
  44. {
  45. "name": "Eugene Sharygin",
  46. "email": "eush77@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "ccount": "^1.0.0",
  51. "is-alphanumeric": "^1.0.0",
  52. "is-decimal": "^1.0.0",
  53. "is-whitespace-character": "^1.0.0",
  54. "longest-streak": "^2.0.1",
  55. "markdown-escapes": "^1.0.0",
  56. "markdown-table": "^1.1.0",
  57. "mdast-util-compact": "^1.0.0",
  58. "parse-entities": "^1.0.2",
  59. "repeat-string": "^1.5.4",
  60. "state-toggle": "^1.0.0",
  61. "stringify-entities": "^1.0.1",
  62. "unherit": "^1.0.4",
  63. "xtend": "^4.0.1"
  64. },
  65. "description": "Markdown compiler for remark",
  66. "files": [
  67. "index.js",
  68. "lib"
  69. ],
  70. "homepage": "http://remark.js.org",
  71. "keywords": [
  72. "markdown",
  73. "abstract",
  74. "syntax",
  75. "tree",
  76. "ast",
  77. "stringify"
  78. ],
  79. "license": "MIT",
  80. "name": "remark-stringify",
  81. "repository": {
  82. "type": "git",
  83. "url": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify"
  84. },
  85. "version": "5.0.0",
  86. "xo": false
  87. }