package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "remark-parse@5.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "remark-parse@5.0.0",
  9. "_id": "remark-parse@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==",
  12. "_location": "/remark-parse",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remark-parse@5.0.0",
  18. "name": "remark-parse",
  19. "escapedName": "remark-parse",
  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-parse/-/remark-parse-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. "collapse-white-space": "^1.0.2",
  51. "is-alphabetical": "^1.0.0",
  52. "is-decimal": "^1.0.0",
  53. "is-whitespace-character": "^1.0.0",
  54. "is-word-character": "^1.0.0",
  55. "markdown-escapes": "^1.0.0",
  56. "parse-entities": "^1.1.0",
  57. "repeat-string": "^1.5.4",
  58. "state-toggle": "^1.0.0",
  59. "trim": "0.0.1",
  60. "trim-trailing-lines": "^1.0.0",
  61. "unherit": "^1.0.4",
  62. "unist-util-remove-position": "^1.0.0",
  63. "vfile-location": "^2.0.0",
  64. "xtend": "^4.0.1"
  65. },
  66. "description": "Markdown parser for remark",
  67. "files": [
  68. "index.js",
  69. "lib"
  70. ],
  71. "homepage": "http://remark.js.org",
  72. "keywords": [
  73. "markdown",
  74. "abstract",
  75. "syntax",
  76. "tree",
  77. "ast",
  78. "parse"
  79. ],
  80. "license": "MIT",
  81. "name": "remark-parse",
  82. "repository": {
  83. "type": "git",
  84. "url": "https://github.com/remarkjs/remark/tree/master/packages/remark-parse"
  85. },
  86. "version": "5.0.0",
  87. "xo": false
  88. }