package.json 929 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "micromark-util-html-tag-name",
  3. "version": "2.0.0",
  4. "description": "micromark utility with list of html tag names",
  5. "license": "MIT",
  6. "keywords": [
  7. "micromark",
  8. "util",
  9. "utility",
  10. "html",
  11. "tag",
  12. "name"
  13. ],
  14. "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-html-tag-name",
  15. "bugs": "https://github.com/micromark/micromark/issues",
  16. "funding": [
  17. {
  18. "type": "GitHub Sponsors",
  19. "url": "https://github.com/sponsors/unifiedjs"
  20. },
  21. {
  22. "type": "OpenCollective",
  23. "url": "https://opencollective.com/unified"
  24. }
  25. ],
  26. "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
  27. "contributors": [
  28. "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
  29. ],
  30. "sideEffects": false,
  31. "type": "module",
  32. "files": [
  33. "index.d.ts",
  34. "index.js"
  35. ],
  36. "exports": "./index.js",
  37. "xo": false
  38. }