package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "remark-html@8.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "remark-html@8.0.0",
  9. "_id": "remark-html@8.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3V2391GL3hxKhrkzYOyfPpxJ6taIKLCfuLVqumeWQOk3H9nTtSQ8St8kMYkBVIEAquXN1chT83qJ/2lAW+dpEg==",
  12. "_location": "/remark-html",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remark-html@8.0.0",
  18. "name": "remark-html",
  19. "escapedName": "remark-html",
  20. "rawSpec": "8.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "8.0.0"
  23. },
  24. "_requiredBy": [
  25. "/documentation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/remark-html/-/remark-html-8.0.0.tgz",
  28. "_spec": "8.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-html/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "http://wooorm.com"
  43. },
  44. {
  45. "name": "Ben Briggs",
  46. "email": "beneb.info@gmail.com"
  47. },
  48. {
  49. "name": "Seth Vincent",
  50. "email": "sethvincent@gmail.com"
  51. },
  52. {
  53. "name": "Junyoung Choi",
  54. "email": "fluke8259@gmail.com"
  55. },
  56. {
  57. "name": "Jonathan Soeder",
  58. "email": "jonathan.soeder@gmail.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "hast-util-sanitize": "^1.0.0",
  63. "hast-util-to-html": "^4.0.0",
  64. "mdast-util-to-hast": "^3.0.0",
  65. "xtend": "^4.0.1"
  66. },
  67. "description": "Compile Markdown to HTML with remark",
  68. "devDependencies": {
  69. "browserify": "^16.0.0",
  70. "commonmark.json": "^0.27.0",
  71. "is-hidden": "^1.0.1",
  72. "nyc": "^12.0.0",
  73. "prettier": "^1.14.2",
  74. "remark": "^9.0.0",
  75. "remark-cli": "^5.0.0",
  76. "remark-github": "^7.0.0",
  77. "remark-preset-wooorm": "^4.0.0",
  78. "remark-toc": "^5.0.0",
  79. "tape": "^4.0.0",
  80. "to-vfile": "^5.0.0",
  81. "xo": "^0.22.0"
  82. },
  83. "files": [
  84. "index.js"
  85. ],
  86. "homepage": "https://github.com/remarkjs/remark-html#readme",
  87. "keywords": [
  88. "markdown",
  89. "html",
  90. "stringify",
  91. "compile",
  92. "remark"
  93. ],
  94. "license": "MIT",
  95. "name": "remark-html",
  96. "nyc": {
  97. "check-coverage": true,
  98. "lines": 100,
  99. "functions": 100,
  100. "branches": 100
  101. },
  102. "prettier": {
  103. "tabWidth": 2,
  104. "useTabs": false,
  105. "singleQuote": true,
  106. "bracketSpacing": false,
  107. "semi": false,
  108. "trailingComma": "none"
  109. },
  110. "remarkConfig": {
  111. "plugins": [
  112. "preset-wooorm"
  113. ]
  114. },
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/remarkjs/remark-html.git"
  118. },
  119. "scripts": {
  120. "build": "npm run build-bundle && npm run build-mangle",
  121. "build-bundle": "browserify . -s remarkHtml > remark-html.js",
  122. "build-mangle": "browserify . -s remarkHtml -p tinyify > remark-html.js",
  123. "format": "remark *..md -qfo && prettier --write \"**/*.js\" && xo --fix",
  124. "test": "npm run format && npm run build && npm run test-coverage",
  125. "test-api": "node test",
  126. "test-coverage": "nyc --reporter lcov tape test/index.js"
  127. },
  128. "version": "8.0.0",
  129. "xo": {
  130. "prettier": true,
  131. "esnext": false,
  132. "ignores": [
  133. "remark-html.js"
  134. ]
  135. }
  136. }