package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "html-void-elements@^2.0.0",
  3. "_id": "html-void-elements@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
  6. "_location": "/html-void-elements",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "html-void-elements@^2.0.0",
  12. "name": "html-void-elements",
  13. "escapedName": "html-void-elements",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@wangeditor/core"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-2.0.1.tgz",
  22. "_shasum": "29459b8b05c200b6c5ee98743c41b979d577549f",
  23. "_spec": "html-void-elements@^2.0.0",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\core",
  25. "author": {
  26. "name": "Titus Wormer",
  27. "email": "tituswormer@gmail.com",
  28. "url": "https://wooorm.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wooorm/html-void-elements/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Titus Wormer",
  37. "email": "tituswormer@gmail.com",
  38. "url": "https://wooorm.com"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "List of HTML void tag names",
  43. "devDependencies": {
  44. "@types/concat-stream": "^1.0.0",
  45. "@types/node": "^16.0.0",
  46. "@types/tape": "^4.0.0",
  47. "bail": "^2.0.0",
  48. "c8": "^7.0.0",
  49. "concat-stream": "^2.0.0",
  50. "hast-util-select": "^5.0.0",
  51. "hast-util-to-string": "^2.0.0",
  52. "prettier": "^2.0.0",
  53. "rehype-parse": "^8.0.0",
  54. "remark-cli": "^10.0.0",
  55. "remark-preset-wooorm": "^9.0.0",
  56. "rimraf": "^3.0.0",
  57. "tape": "^5.0.0",
  58. "type-coverage": "^2.0.0",
  59. "typescript": "^4.0.0",
  60. "unified": "^10.0.0",
  61. "xo": "^0.46.0"
  62. },
  63. "files": [
  64. "index.d.ts",
  65. "index.js"
  66. ],
  67. "funding": {
  68. "type": "github",
  69. "url": "https://github.com/sponsors/wooorm"
  70. },
  71. "homepage": "https://github.com/wooorm/html-void-elements#readme",
  72. "keywords": [
  73. "html",
  74. "void",
  75. "tag",
  76. "name",
  77. "element",
  78. "tagname",
  79. "w3c",
  80. "whatwg"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "html-void-elements",
  85. "prettier": {
  86. "tabWidth": 2,
  87. "useTabs": false,
  88. "singleQuote": true,
  89. "bracketSpacing": false,
  90. "semi": false,
  91. "trailingComma": "none"
  92. },
  93. "remarkConfig": {
  94. "plugins": [
  95. "preset-wooorm"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/wooorm/html-void-elements.git"
  101. },
  102. "scripts": {
  103. "build": "rimraf \"*.d.ts\" && tsc && type-coverage",
  104. "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
  105. "generate": "node build",
  106. "prepublishOnly": "npm run build && npm run format",
  107. "test": "npm run generate && npm run build && npm run format && npm run test-coverage",
  108. "test-api": "node --conditions development test.js",
  109. "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api"
  110. },
  111. "sideEffects": false,
  112. "type": "module",
  113. "typeCoverage": {
  114. "atLeast": 100,
  115. "detail": true,
  116. "strict": true,
  117. "ignoreCatch": true
  118. },
  119. "types": "index.d.ts",
  120. "version": "2.0.1",
  121. "xo": {
  122. "prettier": true
  123. }
  124. }