package.json 914 B

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