package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "hast-util-to-html@4.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "hast-util-to-html@4.0.1",
  9. "_id": "hast-util-to-html@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2emzwyf0xEsc4TBIPmDJmBttIw8R4SXAJiJZoiRR/s47ODYWgOqNoDbf2SJAbMbfNdFWMiCSOrI3OVnX6Qq2Mg==",
  12. "_location": "/hast-util-to-html",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hast-util-to-html@4.0.1",
  18. "name": "hast-util-to-html",
  19. "escapedName": "hast-util-to-html",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/remark-html"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz",
  28. "_spec": "4.0.1",
  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/syntax-tree/hast-util-to-html/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "http://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "ccount": "^1.0.0",
  47. "comma-separated-tokens": "^1.0.1",
  48. "hast-util-is-element": "^1.0.0",
  49. "hast-util-whitespace": "^1.0.0",
  50. "html-void-elements": "^1.0.0",
  51. "property-information": "^4.0.0",
  52. "space-separated-tokens": "^1.0.0",
  53. "stringify-entities": "^1.0.1",
  54. "unist-util-is": "^2.0.0",
  55. "xtend": "^4.0.1"
  56. },
  57. "description": "Transform HAST to HTML",
  58. "devDependencies": {
  59. "browserify": "^16.0.0",
  60. "hastscript": "^4.0.0",
  61. "nyc": "^12.0.0",
  62. "prettier": "^1.13.5",
  63. "remark-cli": "^5.0.0",
  64. "remark-preset-wooorm": "^4.0.0",
  65. "tape": "^4.0.0",
  66. "tinyify": "^2.4.3",
  67. "unist-builder": "^1.0.1",
  68. "xo": "^0.21.0"
  69. },
  70. "files": [
  71. "lib",
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/syntax-tree/hast-util-to-html#readme",
  75. "keywords": [
  76. "hast",
  77. "util",
  78. "html"
  79. ],
  80. "license": "MIT",
  81. "name": "hast-util-to-html",
  82. "nyc": {
  83. "check-coverage": true,
  84. "lines": 100,
  85. "functions": 100,
  86. "branches": 100
  87. },
  88. "prettier": {
  89. "tabWidth": 2,
  90. "useTabs": false,
  91. "singleQuote": true,
  92. "bracketSpacing": false,
  93. "semi": false,
  94. "trailingComma": "none"
  95. },
  96. "remarkConfig": {
  97. "plugins": [
  98. "preset-wooorm"
  99. ]
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/syntax-tree/hast-util-to-html.git"
  104. },
  105. "scripts": {
  106. "build": "npm run build-bundle && npm run build-mangle",
  107. "build-bundle": "browserify index.js -s hastUtilToHTML > hast-util-to-html.js",
  108. "build-mangle": "browserify index.js -p tinyify -s hastUtilToHTML > hast-util-to-html.min.js",
  109. "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
  110. "test": "npm run format && npm run build && npm run test-coverage",
  111. "test-api": "node test",
  112. "test-coverage": "nyc --reporter lcov tape test"
  113. },
  114. "version": "4.0.1",
  115. "xo": {
  116. "prettier": true,
  117. "esnext": false,
  118. "rules": {
  119. "guard-for-in": "off",
  120. "eqeqeq": "off",
  121. "no-eq-null": "off"
  122. },
  123. "ignores": [
  124. "hast-util-to-html.js"
  125. ]
  126. }
  127. }