package.json 863 B

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