package.json 960 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "micromark-util-resolve-all",
  3. "version": "2.0.0",
  4. "description": "micromark utility to resolve subtokens",
  5. "license": "MIT",
  6. "keywords": [
  7. "micromark",
  8. "util",
  9. "utility",
  10. "resolve"
  11. ],
  12. "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-resolve-all",
  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. "index.d.ts",
  32. "index.js"
  33. ],
  34. "exports": "./index.js",
  35. "dependencies": {
  36. "micromark-util-types": "^2.0.0"
  37. },
  38. "xo": false
  39. }