package.json 3.2 KB

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