package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "remark@9.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "remark@9.0.0",
  9. "_id": "remark@9.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-amw8rGdD5lHbMEakiEsllmkdBP+/KpjW/PRK6NSGPZKCQowh0BT4IWXDAkRMyG3SB9dKPXWMviFjNusXzXNn3A==",
  12. "_location": "/remark",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remark@9.0.0",
  18. "name": "remark",
  19. "escapedName": "remark",
  20. "rawSpec": "9.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "9.0.0"
  23. },
  24. "_requiredBy": [
  25. "/documentation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/remark/-/remark-9.0.0.tgz",
  28. "_spec": "9.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. "dependencies": {
  46. "remark-parse": "^5.0.0",
  47. "remark-stringify": "^5.0.0",
  48. "unified": "^6.0.0"
  49. },
  50. "description": "Markdown processor powered by plugins",
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "http://remark.js.org",
  55. "keywords": [
  56. "markdown",
  57. "abstract",
  58. "syntax",
  59. "tree",
  60. "ast",
  61. "parse",
  62. "stringify",
  63. "process"
  64. ],
  65. "license": "MIT",
  66. "name": "remark",
  67. "repository": {
  68. "type": "git",
  69. "url": "https://github.com/remarkjs/remark/tree/master/packages/remark"
  70. },
  71. "scripts": {},
  72. "version": "9.0.0",
  73. "xo": false
  74. }