cngpac 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/LICENSE +201 -0
  2. package/dist/bin.mjs +24025 -0
  3. package/dist/src/_virtual/_rolldown/runtime.mjs +35 -0
  4. package/dist/src/changelog.d.mts +71 -0
  5. package/dist/src/changelog.mjs +92 -0
  6. package/dist/src/changenote.d.mts +41 -0
  7. package/dist/src/changenote.mjs +184 -0
  8. package/dist/src/cli/commands/change.d.mts +4 -0
  9. package/dist/src/cli/commands/change.mjs +75 -0
  10. package/dist/src/formatter.d.mts +31 -0
  11. package/dist/src/formatter.mjs +50 -0
  12. package/dist/src/git.d.mts +20 -0
  13. package/dist/src/git.mjs +121 -0
  14. package/dist/src/index.d.mts +19 -0
  15. package/dist/src/index.mjs +20 -0
  16. package/dist/src/node_modules/.pnpm/@clack_core@1.2.0/node_modules/@clack/core/dist/index.mjs +530 -0
  17. package/dist/src/node_modules/.pnpm/@clack_prompts@1.2.0/node_modules/@clack/prompts/dist/index.mjs +110 -0
  18. package/dist/src/node_modules/.pnpm/@kwsites_file-exists@1.1.1/node_modules/@kwsites/file-exists/dist/index.mjs +13 -0
  19. package/dist/src/node_modules/.pnpm/@kwsites_file-exists@1.1.1/node_modules/@kwsites/file-exists/dist/src/index.mjs +59 -0
  20. package/dist/src/node_modules/.pnpm/@kwsites_promise-deferred@1.1.1/node_modules/@kwsites/promise-deferred/dist/index.mjs +55 -0
  21. package/dist/src/node_modules/.pnpm/@octokit_auth-token@6.0.0/node_modules/@octokit/auth-token/dist-bundle/index.mjs +32 -0
  22. package/dist/src/node_modules/.pnpm/@octokit_core@7.0.6/node_modules/@octokit/core/dist-src/index.mjs +94 -0
  23. package/dist/src/node_modules/.pnpm/@octokit_core@7.0.6/node_modules/@octokit/core/dist-src/version.mjs +4 -0
  24. package/dist/src/node_modules/.pnpm/@octokit_endpoint@11.0.3/node_modules/@octokit/endpoint/dist-bundle/index.mjs +223 -0
  25. package/dist/src/node_modules/.pnpm/@octokit_graphql@9.0.3/node_modules/@octokit/graphql/dist-bundle/index.mjs +90 -0
  26. package/dist/src/node_modules/.pnpm/@octokit_plugin-paginate-rest@14.0.0_@octokit_core@7.0.6/node_modules/@octokit/plugin-paginate-rest/dist-bundle/index.mjs +86 -0
  27. package/dist/src/node_modules/.pnpm/@octokit_plugin-request-log@6.0.0_@octokit_core@7.0.6/node_modules/@octokit/plugin-request-log/dist-src/index.mjs +22 -0
  28. package/dist/src/node_modules/.pnpm/@octokit_plugin-request-log@6.0.0_@octokit_core@7.0.6/node_modules/@octokit/plugin-request-log/dist-src/version.mjs +4 -0
  29. package/dist/src/node_modules/.pnpm/@octokit_plugin-rest-endpoint-methods@17.0.0_@octokit_core@7.0.6/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.mjs +94 -0
  30. package/dist/src/node_modules/.pnpm/@octokit_plugin-rest-endpoint-methods@17.0.0_@octokit_core@7.0.6/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.mjs +1295 -0
  31. package/dist/src/node_modules/.pnpm/@octokit_plugin-rest-endpoint-methods@17.0.0_@octokit_core@7.0.6/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.mjs +17 -0
  32. package/dist/src/node_modules/.pnpm/@octokit_plugin-rest-endpoint-methods@17.0.0_@octokit_core@7.0.6/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.mjs +4 -0
  33. package/dist/src/node_modules/.pnpm/@octokit_request-error@7.1.0/node_modules/@octokit/request-error/dist-src/index.mjs +30 -0
  34. package/dist/src/node_modules/.pnpm/@octokit_request@10.0.8/node_modules/@octokit/request/dist-bundle/index.mjs +146 -0
  35. package/dist/src/node_modules/.pnpm/@octokit_rest@22.0.1/node_modules/@octokit/rest/dist-src/index.mjs +9 -0
  36. package/dist/src/node_modules/.pnpm/@octokit_rest@22.0.1/node_modules/@octokit/rest/dist-src/version.mjs +4 -0
  37. package/dist/src/node_modules/.pnpm/@simple-git_args-pathspec@1.0.2/node_modules/@simple-git/args-pathspec/dist/index.mjs +14 -0
  38. package/dist/src/node_modules/.pnpm/@simple-git_argv-parser@1.0.3/node_modules/@simple-git/argv-parser/dist/index.mjs +369 -0
  39. package/dist/src/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.mjs +13 -0
  40. package/dist/src/node_modules/.pnpm/before-after-hook@4.0.0/node_modules/before-after-hook/index.mjs +43 -0
  41. package/dist/src/node_modules/.pnpm/before-after-hook@4.0.0/node_modules/before-after-hook/lib/add.mjs +28 -0
  42. package/dist/src/node_modules/.pnpm/before-after-hook@4.0.0/node_modules/before-after-hook/lib/register.mjs +16 -0
  43. package/dist/src/node_modules/.pnpm/before-after-hook@4.0.0/node_modules/before-after-hook/lib/remove.mjs +11 -0
  44. package/dist/src/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.mjs +2135 -0
  45. package/dist/src/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/browser.mjs +200 -0
  46. package/dist/src/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/common.mjs +206 -0
  47. package/dist/src/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/index.mjs +15 -0
  48. package/dist/src/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/node.mjs +212 -0
  49. package/dist/src/node_modules/.pnpm/decode-named-character-reference@1.3.0/node_modules/decode-named-character-reference/index.mjs +19 -0
  50. package/dist/src/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.mjs +4 -0
  51. package/dist/src/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.mjs +7 -0
  52. package/dist/src/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.mjs +76 -0
  53. package/dist/src/node_modules/.pnpm/fast-content-type-parse@3.0.0/node_modules/fast-content-type-parse/index.mjs +115 -0
  54. package/dist/src/node_modules/.pnpm/fast-string-truncated-width@1.2.1/node_modules/fast-string-truncated-width/dist/index.mjs +138 -0
  55. package/dist/src/node_modules/.pnpm/fast-string-truncated-width@1.2.1/node_modules/fast-string-truncated-width/dist/utils.mjs +12 -0
  56. package/dist/src/node_modules/.pnpm/fast-string-width@1.1.0/node_modules/fast-string-width/dist/index.mjs +12 -0
  57. package/dist/src/node_modules/.pnpm/fast-wrap-ansi@0.1.6/node_modules/fast-wrap-ansi/lib/main.mjs +165 -0
  58. package/dist/src/node_modules/.pnpm/fault@2.0.1/node_modules/fault/index.mjs +38 -0
  59. package/dist/src/node_modules/.pnpm/format@0.2.2/node_modules/format/format.mjs +87 -0
  60. package/dist/src/node_modules/.pnpm/glob@13.0.6/node_modules/glob/dist/esm/index.min.mjs +3125 -0
  61. package/dist/src/node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.mjs +13 -0
  62. package/dist/src/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.mjs +8 -0
  63. package/dist/src/node_modules/.pnpm/json-with-bigint@3.5.8/node_modules/json-with-bigint/json-with-bigint.mjs +137 -0
  64. package/dist/src/node_modules/.pnpm/localstorage-polyfill@1.0.1/node_modules/localstorage-polyfill/localStorage.mjs +39 -0
  65. package/dist/src/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.mjs +29 -0
  66. package/dist/src/node_modules/.pnpm/mdast-util-from-markdown@2.0.3/node_modules/mdast-util-from-markdown/lib/index.mjs +976 -0
  67. package/dist/src/node_modules/.pnpm/mdast-util-frontmatter@2.0.1/node_modules/mdast-util-frontmatter/lib/index.mjs +162 -0
  68. package/dist/src/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.mjs +36 -0
  69. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.mjs +48 -0
  70. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.mjs +27 -0
  71. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.mjs +20 -0
  72. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.mjs +62 -0
  73. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.mjs +61 -0
  74. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.mjs +51 -0
  75. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.mjs +47 -0
  76. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.mjs +20 -0
  77. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.mjs +50 -0
  78. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.mjs +69 -0
  79. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.mjs +47 -0
  80. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.mjs +40 -0
  81. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.mjs +50 -0
  82. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.mjs +93 -0
  83. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.mjs +35 -0
  84. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.mjs +48 -0
  85. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.mjs +22 -0
  86. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.mjs +20 -0
  87. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.mjs +51 -0
  88. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.mjs +17 -0
  89. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.mjs +19 -0
  90. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.mjs +161 -0
  91. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.mjs +18 -0
  92. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.mjs +223 -0
  93. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.mjs +31 -0
  94. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.mjs +15 -0
  95. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.mjs +19 -0
  96. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.mjs +15 -0
  97. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.mjs +15 -0
  98. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.mjs +15 -0
  99. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.mjs +15 -0
  100. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.mjs +15 -0
  101. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.mjs +15 -0
  102. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.mjs +15 -0
  103. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.mjs +15 -0
  104. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.mjs +16 -0
  105. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.mjs +56 -0
  106. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.mjs +75 -0
  107. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.mjs +14 -0
  108. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.mjs +74 -0
  109. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.mjs +15 -0
  110. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.mjs +24 -0
  111. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.mjs +17 -0
  112. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.mjs +32 -0
  113. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.mjs +27 -0
  114. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.mjs +116 -0
  115. package/dist/src/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.mjs +59 -0
  116. package/dist/src/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.mjs +83 -0
  117. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.mjs +224 -0
  118. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.mjs +213 -0
  119. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.mjs +60 -0
  120. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.mjs +130 -0
  121. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.mjs +62 -0
  122. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.mjs +141 -0
  123. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.mjs +418 -0
  124. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.mjs +147 -0
  125. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.mjs +187 -0
  126. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.mjs +137 -0
  127. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.mjs +223 -0
  128. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.mjs +59 -0
  129. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.mjs +189 -0
  130. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.mjs +777 -0
  131. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.mjs +617 -0
  132. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.mjs +479 -0
  133. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.mjs +95 -0
  134. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.mjs +50 -0
  135. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.mjs +32 -0
  136. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.mjs +177 -0
  137. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.mjs +155 -0
  138. package/dist/src/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.mjs +98 -0
  139. package/dist/src/node_modules/.pnpm/micromark-extension-frontmatter@2.0.0/node_modules/micromark-extension-frontmatter/lib/syntax.mjs +352 -0
  140. package/dist/src/node_modules/.pnpm/micromark-extension-frontmatter@2.0.0/node_modules/micromark-extension-frontmatter/lib/to-matters.mjs +109 -0
  141. package/dist/src/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.mjs +186 -0
  142. package/dist/src/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.mjs +134 -0
  143. package/dist/src/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.mjs +61 -0
  144. package/dist/src/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.mjs +148 -0
  145. package/dist/src/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.mjs +43 -0
  146. package/dist/src/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.mjs +229 -0
  147. package/dist/src/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.mjs +71 -0
  148. package/dist/src/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.mjs +25 -0
  149. package/dist/src/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.mjs +73 -0
  150. package/dist/src/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.mjs +22 -0
  151. package/dist/src/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.mjs +40 -0
  152. package/dist/src/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.mjs +100 -0
  153. package/dist/src/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.mjs +25 -0
  154. package/dist/src/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.mjs +31 -0
  155. package/dist/src/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.mjs +158 -0
  156. package/dist/src/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.mjs +231 -0
  157. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.mjs +101 -0
  158. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.mjs +473 -0
  159. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.mjs +70 -0
  160. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.mjs +220 -0
  161. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.mjs +51 -0
  162. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.mjs +178 -0
  163. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.mjs +52 -0
  164. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.mjs +17 -0
  165. package/dist/src/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.mjs +102 -0
  166. package/dist/src/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.mjs +121 -0
  167. package/dist/src/node_modules/.pnpm/remark-frontmatter@5.0.0/node_modules/remark-frontmatter/lib/index.mjs +35 -0
  168. package/dist/src/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.mjs +37 -0
  169. package/dist/src/node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.mjs +36 -0
  170. package/dist/src/node_modules/.pnpm/simple-git@3.35.2/node_modules/simple-git/dist/esm/index.mjs +3563 -0
  171. package/dist/src/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.mjs +57 -0
  172. package/dist/src/node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.mjs +72 -0
  173. package/dist/src/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.mjs +157 -0
  174. package/dist/src/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.mjs +13 -0
  175. package/dist/src/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.mjs +1088 -0
  176. package/dist/src/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.mjs +110 -0
  177. package/dist/src/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.mjs +65 -0
  178. package/dist/src/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.mjs +10 -0
  179. package/dist/src/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.mjs +328 -0
  180. package/dist/src/node_modules/.pnpm/unist-util-visit@5.1.0/node_modules/unist-util-visit/lib/index.mjs +287 -0
  181. package/dist/src/node_modules/.pnpm/universal-user-agent@7.0.3/node_modules/universal-user-agent/index.mjs +8 -0
  182. package/dist/src/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.mjs +247 -0
  183. package/dist/src/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.mjs +525 -0
  184. package/dist/src/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.mjs +2 -0
  185. package/dist/src/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.mjs +2 -0
  186. package/dist/src/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.mjs +3 -0
  187. package/dist/src/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.mjs +24 -0
  188. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.mjs +62 -0
  189. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.mjs +49 -0
  190. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.mjs +98 -0
  191. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.mjs +66 -0
  192. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.mjs +207 -0
  193. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.mjs +93 -0
  194. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.mjs +179 -0
  195. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.mjs +48 -0
  196. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.mjs +41 -0
  197. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.mjs +166 -0
  198. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.mjs +211 -0
  199. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.mjs +110 -0
  200. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.mjs +32 -0
  201. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.mjs +30 -0
  202. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.mjs +16 -0
  203. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.mjs +16 -0
  204. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.mjs +295 -0
  205. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.mjs +67 -0
  206. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.mjs +43 -0
  207. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.mjs +69 -0
  208. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.mjs +170 -0
  209. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.mjs +56 -0
  210. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.mjs +67 -0
  211. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.mjs +17 -0
  212. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.mjs +101 -0
  213. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.mjs +127 -0
  214. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.mjs +40 -0
  215. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.mjs +40 -0
  216. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.mjs +33 -0
  217. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.mjs +118 -0
  218. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.mjs +115 -0
  219. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.mjs +59 -0
  220. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.mjs +53 -0
  221. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.mjs +41 -0
  222. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.mjs +274 -0
  223. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.mjs +54 -0
  224. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.mjs +94 -0
  225. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.mjs +85 -0
  226. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.mjs +523 -0
  227. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.mjs +50 -0
  228. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.mjs +861 -0
  229. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.mjs +97 -0
  230. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.mjs +36 -0
  231. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.mjs +22 -0
  232. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.mjs +19 -0
  233. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.mjs +22 -0
  234. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.mjs +19 -0
  235. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.mjs +23 -0
  236. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.mjs +46 -0
  237. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.mjs +45 -0
  238. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.mjs +34 -0
  239. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.mjs +68 -0
  240. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.mjs +103 -0
  241. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.mjs +53 -0
  242. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.mjs +31 -0
  243. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.mjs +49 -0
  244. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.mjs +79 -0
  245. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.mjs +45 -0
  246. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.mjs +71 -0
  247. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.mjs +67 -0
  248. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.mjs +56 -0
  249. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.mjs +74 -0
  250. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.mjs +87 -0
  251. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.mjs +119 -0
  252. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.mjs +115 -0
  253. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.mjs +124 -0
  254. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.mjs +23 -0
  255. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.mjs +67 -0
  256. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.mjs +24 -0
  257. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.mjs +104 -0
  258. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.mjs +229 -0
  259. package/dist/src/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.mjs +194 -0
  260. package/dist/src/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.mjs +106 -0
  261. package/dist/src/pkg.d.mts +24 -0
  262. package/dist/src/pkg.mjs +39 -0
  263. package/dist/src/prepare.d.mts +14 -0
  264. package/dist/src/prepare.mjs +41 -0
  265. package/dist/src/publishers/npm.d.mts +21 -0
  266. package/dist/src/publishers/npm.mjs +42 -0
  267. package/dist/src/releasers/github.d.mts +10 -0
  268. package/dist/src/releasers/github.mjs +20 -0
  269. package/dist/src/saver.d.mts +42 -0
  270. package/dist/src/saver.mjs +39 -0
  271. package/dist/src/types.d.mts +150 -0
  272. package/dist/src/utils.d.mts +7 -0
  273. package/dist/src/utils.mjs +47 -0
  274. package/dist/src/version.d.mts +9 -0
  275. package/dist/src/version.mjs +18 -0
  276. package/package.json +156 -0
  277. package/templates/cngpac.config.ts +33 -0
  278. package/templates/version.yml +30 -0
@@ -0,0 +1,2135 @@
1
+ //#region node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js
2
+ /**
3
+ * Map of named character references.
4
+ *
5
+ * @type {Record<string, string>}
6
+ */
7
+ const characterEntities = {
8
+ AElig: "Æ",
9
+ AMP: "&",
10
+ Aacute: "Á",
11
+ Abreve: "Ă",
12
+ Acirc: "Â",
13
+ Acy: "А",
14
+ Afr: "𝔄",
15
+ Agrave: "À",
16
+ Alpha: "Α",
17
+ Amacr: "Ā",
18
+ And: "⩓",
19
+ Aogon: "Ą",
20
+ Aopf: "𝔸",
21
+ ApplyFunction: "⁡",
22
+ Aring: "Å",
23
+ Ascr: "𝒜",
24
+ Assign: "≔",
25
+ Atilde: "Ã",
26
+ Auml: "Ä",
27
+ Backslash: "∖",
28
+ Barv: "⫧",
29
+ Barwed: "⌆",
30
+ Bcy: "Б",
31
+ Because: "∵",
32
+ Bernoullis: "ℬ",
33
+ Beta: "Β",
34
+ Bfr: "𝔅",
35
+ Bopf: "𝔹",
36
+ Breve: "˘",
37
+ Bscr: "ℬ",
38
+ Bumpeq: "≎",
39
+ CHcy: "Ч",
40
+ COPY: "©",
41
+ Cacute: "Ć",
42
+ Cap: "⋒",
43
+ CapitalDifferentialD: "ⅅ",
44
+ Cayleys: "ℭ",
45
+ Ccaron: "Č",
46
+ Ccedil: "Ç",
47
+ Ccirc: "Ĉ",
48
+ Cconint: "∰",
49
+ Cdot: "Ċ",
50
+ Cedilla: "¸",
51
+ CenterDot: "·",
52
+ Cfr: "ℭ",
53
+ Chi: "Χ",
54
+ CircleDot: "⊙",
55
+ CircleMinus: "⊖",
56
+ CirclePlus: "⊕",
57
+ CircleTimes: "⊗",
58
+ ClockwiseContourIntegral: "∲",
59
+ CloseCurlyDoubleQuote: "”",
60
+ CloseCurlyQuote: "’",
61
+ Colon: "∷",
62
+ Colone: "⩴",
63
+ Congruent: "≡",
64
+ Conint: "∯",
65
+ ContourIntegral: "∮",
66
+ Copf: "ℂ",
67
+ Coproduct: "∐",
68
+ CounterClockwiseContourIntegral: "∳",
69
+ Cross: "⨯",
70
+ Cscr: "𝒞",
71
+ Cup: "⋓",
72
+ CupCap: "≍",
73
+ DD: "ⅅ",
74
+ DDotrahd: "⤑",
75
+ DJcy: "Ђ",
76
+ DScy: "Ѕ",
77
+ DZcy: "Џ",
78
+ Dagger: "‡",
79
+ Darr: "↡",
80
+ Dashv: "⫤",
81
+ Dcaron: "Ď",
82
+ Dcy: "Д",
83
+ Del: "∇",
84
+ Delta: "Δ",
85
+ Dfr: "𝔇",
86
+ DiacriticalAcute: "´",
87
+ DiacriticalDot: "˙",
88
+ DiacriticalDoubleAcute: "˝",
89
+ DiacriticalGrave: "`",
90
+ DiacriticalTilde: "˜",
91
+ Diamond: "⋄",
92
+ DifferentialD: "ⅆ",
93
+ Dopf: "𝔻",
94
+ Dot: "¨",
95
+ DotDot: "⃜",
96
+ DotEqual: "≐",
97
+ DoubleContourIntegral: "∯",
98
+ DoubleDot: "¨",
99
+ DoubleDownArrow: "⇓",
100
+ DoubleLeftArrow: "⇐",
101
+ DoubleLeftRightArrow: "⇔",
102
+ DoubleLeftTee: "⫤",
103
+ DoubleLongLeftArrow: "⟸",
104
+ DoubleLongLeftRightArrow: "⟺",
105
+ DoubleLongRightArrow: "⟹",
106
+ DoubleRightArrow: "⇒",
107
+ DoubleRightTee: "⊨",
108
+ DoubleUpArrow: "⇑",
109
+ DoubleUpDownArrow: "⇕",
110
+ DoubleVerticalBar: "∥",
111
+ DownArrow: "↓",
112
+ DownArrowBar: "⤓",
113
+ DownArrowUpArrow: "⇵",
114
+ DownBreve: "̑",
115
+ DownLeftRightVector: "⥐",
116
+ DownLeftTeeVector: "⥞",
117
+ DownLeftVector: "↽",
118
+ DownLeftVectorBar: "⥖",
119
+ DownRightTeeVector: "⥟",
120
+ DownRightVector: "⇁",
121
+ DownRightVectorBar: "⥗",
122
+ DownTee: "⊤",
123
+ DownTeeArrow: "↧",
124
+ Downarrow: "⇓",
125
+ Dscr: "𝒟",
126
+ Dstrok: "Đ",
127
+ ENG: "Ŋ",
128
+ ETH: "Ð",
129
+ Eacute: "É",
130
+ Ecaron: "Ě",
131
+ Ecirc: "Ê",
132
+ Ecy: "Э",
133
+ Edot: "Ė",
134
+ Efr: "𝔈",
135
+ Egrave: "È",
136
+ Element: "∈",
137
+ Emacr: "Ē",
138
+ EmptySmallSquare: "◻",
139
+ EmptyVerySmallSquare: "▫",
140
+ Eogon: "Ę",
141
+ Eopf: "𝔼",
142
+ Epsilon: "Ε",
143
+ Equal: "⩵",
144
+ EqualTilde: "≂",
145
+ Equilibrium: "⇌",
146
+ Escr: "ℰ",
147
+ Esim: "⩳",
148
+ Eta: "Η",
149
+ Euml: "Ë",
150
+ Exists: "∃",
151
+ ExponentialE: "ⅇ",
152
+ Fcy: "Ф",
153
+ Ffr: "𝔉",
154
+ FilledSmallSquare: "◼",
155
+ FilledVerySmallSquare: "▪",
156
+ Fopf: "𝔽",
157
+ ForAll: "∀",
158
+ Fouriertrf: "ℱ",
159
+ Fscr: "ℱ",
160
+ GJcy: "Ѓ",
161
+ GT: ">",
162
+ Gamma: "Γ",
163
+ Gammad: "Ϝ",
164
+ Gbreve: "Ğ",
165
+ Gcedil: "Ģ",
166
+ Gcirc: "Ĝ",
167
+ Gcy: "Г",
168
+ Gdot: "Ġ",
169
+ Gfr: "𝔊",
170
+ Gg: "⋙",
171
+ Gopf: "𝔾",
172
+ GreaterEqual: "≥",
173
+ GreaterEqualLess: "⋛",
174
+ GreaterFullEqual: "≧",
175
+ GreaterGreater: "⪢",
176
+ GreaterLess: "≷",
177
+ GreaterSlantEqual: "⩾",
178
+ GreaterTilde: "≳",
179
+ Gscr: "𝒢",
180
+ Gt: "≫",
181
+ HARDcy: "Ъ",
182
+ Hacek: "ˇ",
183
+ Hat: "^",
184
+ Hcirc: "Ĥ",
185
+ Hfr: "ℌ",
186
+ HilbertSpace: "ℋ",
187
+ Hopf: "ℍ",
188
+ HorizontalLine: "─",
189
+ Hscr: "ℋ",
190
+ Hstrok: "Ħ",
191
+ HumpDownHump: "≎",
192
+ HumpEqual: "≏",
193
+ IEcy: "Е",
194
+ IJlig: "IJ",
195
+ IOcy: "Ё",
196
+ Iacute: "Í",
197
+ Icirc: "Î",
198
+ Icy: "И",
199
+ Idot: "İ",
200
+ Ifr: "ℑ",
201
+ Igrave: "Ì",
202
+ Im: "ℑ",
203
+ Imacr: "Ī",
204
+ ImaginaryI: "ⅈ",
205
+ Implies: "⇒",
206
+ Int: "∬",
207
+ Integral: "∫",
208
+ Intersection: "⋂",
209
+ InvisibleComma: "⁣",
210
+ InvisibleTimes: "⁢",
211
+ Iogon: "Į",
212
+ Iopf: "𝕀",
213
+ Iota: "Ι",
214
+ Iscr: "ℐ",
215
+ Itilde: "Ĩ",
216
+ Iukcy: "І",
217
+ Iuml: "Ï",
218
+ Jcirc: "Ĵ",
219
+ Jcy: "Й",
220
+ Jfr: "𝔍",
221
+ Jopf: "𝕁",
222
+ Jscr: "𝒥",
223
+ Jsercy: "Ј",
224
+ Jukcy: "Є",
225
+ KHcy: "Х",
226
+ KJcy: "Ќ",
227
+ Kappa: "Κ",
228
+ Kcedil: "Ķ",
229
+ Kcy: "К",
230
+ Kfr: "𝔎",
231
+ Kopf: "𝕂",
232
+ Kscr: "𝒦",
233
+ LJcy: "Љ",
234
+ LT: "<",
235
+ Lacute: "Ĺ",
236
+ Lambda: "Λ",
237
+ Lang: "⟪",
238
+ Laplacetrf: "ℒ",
239
+ Larr: "↞",
240
+ Lcaron: "Ľ",
241
+ Lcedil: "Ļ",
242
+ Lcy: "Л",
243
+ LeftAngleBracket: "⟨",
244
+ LeftArrow: "←",
245
+ LeftArrowBar: "⇤",
246
+ LeftArrowRightArrow: "⇆",
247
+ LeftCeiling: "⌈",
248
+ LeftDoubleBracket: "⟦",
249
+ LeftDownTeeVector: "⥡",
250
+ LeftDownVector: "⇃",
251
+ LeftDownVectorBar: "⥙",
252
+ LeftFloor: "⌊",
253
+ LeftRightArrow: "↔",
254
+ LeftRightVector: "⥎",
255
+ LeftTee: "⊣",
256
+ LeftTeeArrow: "↤",
257
+ LeftTeeVector: "⥚",
258
+ LeftTriangle: "⊲",
259
+ LeftTriangleBar: "⧏",
260
+ LeftTriangleEqual: "⊴",
261
+ LeftUpDownVector: "⥑",
262
+ LeftUpTeeVector: "⥠",
263
+ LeftUpVector: "↿",
264
+ LeftUpVectorBar: "⥘",
265
+ LeftVector: "↼",
266
+ LeftVectorBar: "⥒",
267
+ Leftarrow: "⇐",
268
+ Leftrightarrow: "⇔",
269
+ LessEqualGreater: "⋚",
270
+ LessFullEqual: "≦",
271
+ LessGreater: "≶",
272
+ LessLess: "⪡",
273
+ LessSlantEqual: "⩽",
274
+ LessTilde: "≲",
275
+ Lfr: "𝔏",
276
+ Ll: "⋘",
277
+ Lleftarrow: "⇚",
278
+ Lmidot: "Ŀ",
279
+ LongLeftArrow: "⟵",
280
+ LongLeftRightArrow: "⟷",
281
+ LongRightArrow: "⟶",
282
+ Longleftarrow: "⟸",
283
+ Longleftrightarrow: "⟺",
284
+ Longrightarrow: "⟹",
285
+ Lopf: "𝕃",
286
+ LowerLeftArrow: "↙",
287
+ LowerRightArrow: "↘",
288
+ Lscr: "ℒ",
289
+ Lsh: "↰",
290
+ Lstrok: "Ł",
291
+ Lt: "≪",
292
+ Map: "⤅",
293
+ Mcy: "М",
294
+ MediumSpace: " ",
295
+ Mellintrf: "ℳ",
296
+ Mfr: "𝔐",
297
+ MinusPlus: "∓",
298
+ Mopf: "𝕄",
299
+ Mscr: "ℳ",
300
+ Mu: "Μ",
301
+ NJcy: "Њ",
302
+ Nacute: "Ń",
303
+ Ncaron: "Ň",
304
+ Ncedil: "Ņ",
305
+ Ncy: "Н",
306
+ NegativeMediumSpace: "​",
307
+ NegativeThickSpace: "​",
308
+ NegativeThinSpace: "​",
309
+ NegativeVeryThinSpace: "​",
310
+ NestedGreaterGreater: "≫",
311
+ NestedLessLess: "≪",
312
+ NewLine: "\n",
313
+ Nfr: "𝔑",
314
+ NoBreak: "⁠",
315
+ NonBreakingSpace: "\xA0",
316
+ Nopf: "ℕ",
317
+ Not: "⫬",
318
+ NotCongruent: "≢",
319
+ NotCupCap: "≭",
320
+ NotDoubleVerticalBar: "∦",
321
+ NotElement: "∉",
322
+ NotEqual: "≠",
323
+ NotEqualTilde: "≂̸",
324
+ NotExists: "∄",
325
+ NotGreater: "≯",
326
+ NotGreaterEqual: "≱",
327
+ NotGreaterFullEqual: "≧̸",
328
+ NotGreaterGreater: "≫̸",
329
+ NotGreaterLess: "≹",
330
+ NotGreaterSlantEqual: "⩾̸",
331
+ NotGreaterTilde: "≵",
332
+ NotHumpDownHump: "≎̸",
333
+ NotHumpEqual: "≏̸",
334
+ NotLeftTriangle: "⋪",
335
+ NotLeftTriangleBar: "⧏̸",
336
+ NotLeftTriangleEqual: "⋬",
337
+ NotLess: "≮",
338
+ NotLessEqual: "≰",
339
+ NotLessGreater: "≸",
340
+ NotLessLess: "≪̸",
341
+ NotLessSlantEqual: "⩽̸",
342
+ NotLessTilde: "≴",
343
+ NotNestedGreaterGreater: "⪢̸",
344
+ NotNestedLessLess: "⪡̸",
345
+ NotPrecedes: "⊀",
346
+ NotPrecedesEqual: "⪯̸",
347
+ NotPrecedesSlantEqual: "⋠",
348
+ NotReverseElement: "∌",
349
+ NotRightTriangle: "⋫",
350
+ NotRightTriangleBar: "⧐̸",
351
+ NotRightTriangleEqual: "⋭",
352
+ NotSquareSubset: "⊏̸",
353
+ NotSquareSubsetEqual: "⋢",
354
+ NotSquareSuperset: "⊐̸",
355
+ NotSquareSupersetEqual: "⋣",
356
+ NotSubset: "⊂⃒",
357
+ NotSubsetEqual: "⊈",
358
+ NotSucceeds: "⊁",
359
+ NotSucceedsEqual: "⪰̸",
360
+ NotSucceedsSlantEqual: "⋡",
361
+ NotSucceedsTilde: "≿̸",
362
+ NotSuperset: "⊃⃒",
363
+ NotSupersetEqual: "⊉",
364
+ NotTilde: "≁",
365
+ NotTildeEqual: "≄",
366
+ NotTildeFullEqual: "≇",
367
+ NotTildeTilde: "≉",
368
+ NotVerticalBar: "∤",
369
+ Nscr: "𝒩",
370
+ Ntilde: "Ñ",
371
+ Nu: "Ν",
372
+ OElig: "Œ",
373
+ Oacute: "Ó",
374
+ Ocirc: "Ô",
375
+ Ocy: "О",
376
+ Odblac: "Ő",
377
+ Ofr: "𝔒",
378
+ Ograve: "Ò",
379
+ Omacr: "Ō",
380
+ Omega: "Ω",
381
+ Omicron: "Ο",
382
+ Oopf: "𝕆",
383
+ OpenCurlyDoubleQuote: "“",
384
+ OpenCurlyQuote: "‘",
385
+ Or: "⩔",
386
+ Oscr: "𝒪",
387
+ Oslash: "Ø",
388
+ Otilde: "Õ",
389
+ Otimes: "⨷",
390
+ Ouml: "Ö",
391
+ OverBar: "‾",
392
+ OverBrace: "⏞",
393
+ OverBracket: "⎴",
394
+ OverParenthesis: "⏜",
395
+ PartialD: "∂",
396
+ Pcy: "П",
397
+ Pfr: "𝔓",
398
+ Phi: "Φ",
399
+ Pi: "Π",
400
+ PlusMinus: "±",
401
+ Poincareplane: "ℌ",
402
+ Popf: "ℙ",
403
+ Pr: "⪻",
404
+ Precedes: "≺",
405
+ PrecedesEqual: "⪯",
406
+ PrecedesSlantEqual: "≼",
407
+ PrecedesTilde: "≾",
408
+ Prime: "″",
409
+ Product: "∏",
410
+ Proportion: "∷",
411
+ Proportional: "∝",
412
+ Pscr: "𝒫",
413
+ Psi: "Ψ",
414
+ QUOT: "\"",
415
+ Qfr: "𝔔",
416
+ Qopf: "ℚ",
417
+ Qscr: "𝒬",
418
+ RBarr: "⤐",
419
+ REG: "®",
420
+ Racute: "Ŕ",
421
+ Rang: "⟫",
422
+ Rarr: "↠",
423
+ Rarrtl: "⤖",
424
+ Rcaron: "Ř",
425
+ Rcedil: "Ŗ",
426
+ Rcy: "Р",
427
+ Re: "ℜ",
428
+ ReverseElement: "∋",
429
+ ReverseEquilibrium: "⇋",
430
+ ReverseUpEquilibrium: "⥯",
431
+ Rfr: "ℜ",
432
+ Rho: "Ρ",
433
+ RightAngleBracket: "⟩",
434
+ RightArrow: "→",
435
+ RightArrowBar: "⇥",
436
+ RightArrowLeftArrow: "⇄",
437
+ RightCeiling: "⌉",
438
+ RightDoubleBracket: "⟧",
439
+ RightDownTeeVector: "⥝",
440
+ RightDownVector: "⇂",
441
+ RightDownVectorBar: "⥕",
442
+ RightFloor: "⌋",
443
+ RightTee: "⊢",
444
+ RightTeeArrow: "↦",
445
+ RightTeeVector: "⥛",
446
+ RightTriangle: "⊳",
447
+ RightTriangleBar: "⧐",
448
+ RightTriangleEqual: "⊵",
449
+ RightUpDownVector: "⥏",
450
+ RightUpTeeVector: "⥜",
451
+ RightUpVector: "↾",
452
+ RightUpVectorBar: "⥔",
453
+ RightVector: "⇀",
454
+ RightVectorBar: "⥓",
455
+ Rightarrow: "⇒",
456
+ Ropf: "ℝ",
457
+ RoundImplies: "⥰",
458
+ Rrightarrow: "⇛",
459
+ Rscr: "ℛ",
460
+ Rsh: "↱",
461
+ RuleDelayed: "⧴",
462
+ SHCHcy: "Щ",
463
+ SHcy: "Ш",
464
+ SOFTcy: "Ь",
465
+ Sacute: "Ś",
466
+ Sc: "⪼",
467
+ Scaron: "Š",
468
+ Scedil: "Ş",
469
+ Scirc: "Ŝ",
470
+ Scy: "С",
471
+ Sfr: "𝔖",
472
+ ShortDownArrow: "↓",
473
+ ShortLeftArrow: "←",
474
+ ShortRightArrow: "→",
475
+ ShortUpArrow: "↑",
476
+ Sigma: "Σ",
477
+ SmallCircle: "∘",
478
+ Sopf: "𝕊",
479
+ Sqrt: "√",
480
+ Square: "□",
481
+ SquareIntersection: "⊓",
482
+ SquareSubset: "⊏",
483
+ SquareSubsetEqual: "⊑",
484
+ SquareSuperset: "⊐",
485
+ SquareSupersetEqual: "⊒",
486
+ SquareUnion: "⊔",
487
+ Sscr: "𝒮",
488
+ Star: "⋆",
489
+ Sub: "⋐",
490
+ Subset: "⋐",
491
+ SubsetEqual: "⊆",
492
+ Succeeds: "≻",
493
+ SucceedsEqual: "⪰",
494
+ SucceedsSlantEqual: "≽",
495
+ SucceedsTilde: "≿",
496
+ SuchThat: "∋",
497
+ Sum: "∑",
498
+ Sup: "⋑",
499
+ Superset: "⊃",
500
+ SupersetEqual: "⊇",
501
+ Supset: "⋑",
502
+ THORN: "Þ",
503
+ TRADE: "™",
504
+ TSHcy: "Ћ",
505
+ TScy: "Ц",
506
+ Tab: " ",
507
+ Tau: "Τ",
508
+ Tcaron: "Ť",
509
+ Tcedil: "Ţ",
510
+ Tcy: "Т",
511
+ Tfr: "𝔗",
512
+ Therefore: "∴",
513
+ Theta: "Θ",
514
+ ThickSpace: "  ",
515
+ ThinSpace: " ",
516
+ Tilde: "∼",
517
+ TildeEqual: "≃",
518
+ TildeFullEqual: "≅",
519
+ TildeTilde: "≈",
520
+ Topf: "𝕋",
521
+ TripleDot: "⃛",
522
+ Tscr: "𝒯",
523
+ Tstrok: "Ŧ",
524
+ Uacute: "Ú",
525
+ Uarr: "↟",
526
+ Uarrocir: "⥉",
527
+ Ubrcy: "Ў",
528
+ Ubreve: "Ŭ",
529
+ Ucirc: "Û",
530
+ Ucy: "У",
531
+ Udblac: "Ű",
532
+ Ufr: "𝔘",
533
+ Ugrave: "Ù",
534
+ Umacr: "Ū",
535
+ UnderBar: "_",
536
+ UnderBrace: "⏟",
537
+ UnderBracket: "⎵",
538
+ UnderParenthesis: "⏝",
539
+ Union: "⋃",
540
+ UnionPlus: "⊎",
541
+ Uogon: "Ų",
542
+ Uopf: "𝕌",
543
+ UpArrow: "↑",
544
+ UpArrowBar: "⤒",
545
+ UpArrowDownArrow: "⇅",
546
+ UpDownArrow: "↕",
547
+ UpEquilibrium: "⥮",
548
+ UpTee: "⊥",
549
+ UpTeeArrow: "↥",
550
+ Uparrow: "⇑",
551
+ Updownarrow: "⇕",
552
+ UpperLeftArrow: "↖",
553
+ UpperRightArrow: "↗",
554
+ Upsi: "ϒ",
555
+ Upsilon: "Υ",
556
+ Uring: "Ů",
557
+ Uscr: "𝒰",
558
+ Utilde: "Ũ",
559
+ Uuml: "Ü",
560
+ VDash: "⊫",
561
+ Vbar: "⫫",
562
+ Vcy: "В",
563
+ Vdash: "⊩",
564
+ Vdashl: "⫦",
565
+ Vee: "⋁",
566
+ Verbar: "‖",
567
+ Vert: "‖",
568
+ VerticalBar: "∣",
569
+ VerticalLine: "|",
570
+ VerticalSeparator: "❘",
571
+ VerticalTilde: "≀",
572
+ VeryThinSpace: " ",
573
+ Vfr: "𝔙",
574
+ Vopf: "𝕍",
575
+ Vscr: "𝒱",
576
+ Vvdash: "⊪",
577
+ Wcirc: "Ŵ",
578
+ Wedge: "⋀",
579
+ Wfr: "𝔚",
580
+ Wopf: "𝕎",
581
+ Wscr: "𝒲",
582
+ Xfr: "𝔛",
583
+ Xi: "Ξ",
584
+ Xopf: "𝕏",
585
+ Xscr: "𝒳",
586
+ YAcy: "Я",
587
+ YIcy: "Ї",
588
+ YUcy: "Ю",
589
+ Yacute: "Ý",
590
+ Ycirc: "Ŷ",
591
+ Ycy: "Ы",
592
+ Yfr: "𝔜",
593
+ Yopf: "𝕐",
594
+ Yscr: "𝒴",
595
+ Yuml: "Ÿ",
596
+ ZHcy: "Ж",
597
+ Zacute: "Ź",
598
+ Zcaron: "Ž",
599
+ Zcy: "З",
600
+ Zdot: "Ż",
601
+ ZeroWidthSpace: "​",
602
+ Zeta: "Ζ",
603
+ Zfr: "ℨ",
604
+ Zopf: "ℤ",
605
+ Zscr: "𝒵",
606
+ aacute: "á",
607
+ abreve: "ă",
608
+ ac: "∾",
609
+ acE: "∾̳",
610
+ acd: "∿",
611
+ acirc: "â",
612
+ acute: "´",
613
+ acy: "а",
614
+ aelig: "æ",
615
+ af: "⁡",
616
+ afr: "𝔞",
617
+ agrave: "à",
618
+ alefsym: "ℵ",
619
+ aleph: "ℵ",
620
+ alpha: "α",
621
+ amacr: "ā",
622
+ amalg: "⨿",
623
+ amp: "&",
624
+ and: "∧",
625
+ andand: "⩕",
626
+ andd: "⩜",
627
+ andslope: "⩘",
628
+ andv: "⩚",
629
+ ang: "∠",
630
+ ange: "⦤",
631
+ angle: "∠",
632
+ angmsd: "∡",
633
+ angmsdaa: "⦨",
634
+ angmsdab: "⦩",
635
+ angmsdac: "⦪",
636
+ angmsdad: "⦫",
637
+ angmsdae: "⦬",
638
+ angmsdaf: "⦭",
639
+ angmsdag: "⦮",
640
+ angmsdah: "⦯",
641
+ angrt: "∟",
642
+ angrtvb: "⊾",
643
+ angrtvbd: "⦝",
644
+ angsph: "∢",
645
+ angst: "Å",
646
+ angzarr: "⍼",
647
+ aogon: "ą",
648
+ aopf: "𝕒",
649
+ ap: "≈",
650
+ apE: "⩰",
651
+ apacir: "⩯",
652
+ ape: "≊",
653
+ apid: "≋",
654
+ apos: "'",
655
+ approx: "≈",
656
+ approxeq: "≊",
657
+ aring: "å",
658
+ ascr: "𝒶",
659
+ ast: "*",
660
+ asymp: "≈",
661
+ asympeq: "≍",
662
+ atilde: "ã",
663
+ auml: "ä",
664
+ awconint: "∳",
665
+ awint: "⨑",
666
+ bNot: "⫭",
667
+ backcong: "≌",
668
+ backepsilon: "϶",
669
+ backprime: "‵",
670
+ backsim: "∽",
671
+ backsimeq: "⋍",
672
+ barvee: "⊽",
673
+ barwed: "⌅",
674
+ barwedge: "⌅",
675
+ bbrk: "⎵",
676
+ bbrktbrk: "⎶",
677
+ bcong: "≌",
678
+ bcy: "б",
679
+ bdquo: "„",
680
+ becaus: "∵",
681
+ because: "∵",
682
+ bemptyv: "⦰",
683
+ bepsi: "϶",
684
+ bernou: "ℬ",
685
+ beta: "β",
686
+ beth: "ℶ",
687
+ between: "≬",
688
+ bfr: "𝔟",
689
+ bigcap: "⋂",
690
+ bigcirc: "◯",
691
+ bigcup: "⋃",
692
+ bigodot: "⨀",
693
+ bigoplus: "⨁",
694
+ bigotimes: "⨂",
695
+ bigsqcup: "⨆",
696
+ bigstar: "★",
697
+ bigtriangledown: "▽",
698
+ bigtriangleup: "△",
699
+ biguplus: "⨄",
700
+ bigvee: "⋁",
701
+ bigwedge: "⋀",
702
+ bkarow: "⤍",
703
+ blacklozenge: "⧫",
704
+ blacksquare: "▪",
705
+ blacktriangle: "▴",
706
+ blacktriangledown: "▾",
707
+ blacktriangleleft: "◂",
708
+ blacktriangleright: "▸",
709
+ blank: "␣",
710
+ blk12: "▒",
711
+ blk14: "░",
712
+ blk34: "▓",
713
+ block: "█",
714
+ bne: "=⃥",
715
+ bnequiv: "≡⃥",
716
+ bnot: "⌐",
717
+ bopf: "𝕓",
718
+ bot: "⊥",
719
+ bottom: "⊥",
720
+ bowtie: "⋈",
721
+ boxDL: "╗",
722
+ boxDR: "╔",
723
+ boxDl: "╖",
724
+ boxDr: "╓",
725
+ boxH: "═",
726
+ boxHD: "╦",
727
+ boxHU: "╩",
728
+ boxHd: "╤",
729
+ boxHu: "╧",
730
+ boxUL: "╝",
731
+ boxUR: "╚",
732
+ boxUl: "╜",
733
+ boxUr: "╙",
734
+ boxV: "║",
735
+ boxVH: "╬",
736
+ boxVL: "╣",
737
+ boxVR: "╠",
738
+ boxVh: "╫",
739
+ boxVl: "╢",
740
+ boxVr: "╟",
741
+ boxbox: "⧉",
742
+ boxdL: "╕",
743
+ boxdR: "╒",
744
+ boxdl: "┐",
745
+ boxdr: "┌",
746
+ boxh: "─",
747
+ boxhD: "╥",
748
+ boxhU: "╨",
749
+ boxhd: "┬",
750
+ boxhu: "┴",
751
+ boxminus: "⊟",
752
+ boxplus: "⊞",
753
+ boxtimes: "⊠",
754
+ boxuL: "╛",
755
+ boxuR: "╘",
756
+ boxul: "┘",
757
+ boxur: "└",
758
+ boxv: "│",
759
+ boxvH: "╪",
760
+ boxvL: "╡",
761
+ boxvR: "╞",
762
+ boxvh: "┼",
763
+ boxvl: "┤",
764
+ boxvr: "├",
765
+ bprime: "‵",
766
+ breve: "˘",
767
+ brvbar: "¦",
768
+ bscr: "𝒷",
769
+ bsemi: "⁏",
770
+ bsim: "∽",
771
+ bsime: "⋍",
772
+ bsol: "\\",
773
+ bsolb: "⧅",
774
+ bsolhsub: "⟈",
775
+ bull: "•",
776
+ bullet: "•",
777
+ bump: "≎",
778
+ bumpE: "⪮",
779
+ bumpe: "≏",
780
+ bumpeq: "≏",
781
+ cacute: "ć",
782
+ cap: "∩",
783
+ capand: "⩄",
784
+ capbrcup: "⩉",
785
+ capcap: "⩋",
786
+ capcup: "⩇",
787
+ capdot: "⩀",
788
+ caps: "∩︀",
789
+ caret: "⁁",
790
+ caron: "ˇ",
791
+ ccaps: "⩍",
792
+ ccaron: "č",
793
+ ccedil: "ç",
794
+ ccirc: "ĉ",
795
+ ccups: "⩌",
796
+ ccupssm: "⩐",
797
+ cdot: "ċ",
798
+ cedil: "¸",
799
+ cemptyv: "⦲",
800
+ cent: "¢",
801
+ centerdot: "·",
802
+ cfr: "𝔠",
803
+ chcy: "ч",
804
+ check: "✓",
805
+ checkmark: "✓",
806
+ chi: "χ",
807
+ cir: "○",
808
+ cirE: "⧃",
809
+ circ: "ˆ",
810
+ circeq: "≗",
811
+ circlearrowleft: "↺",
812
+ circlearrowright: "↻",
813
+ circledR: "®",
814
+ circledS: "Ⓢ",
815
+ circledast: "⊛",
816
+ circledcirc: "⊚",
817
+ circleddash: "⊝",
818
+ cire: "≗",
819
+ cirfnint: "⨐",
820
+ cirmid: "⫯",
821
+ cirscir: "⧂",
822
+ clubs: "♣",
823
+ clubsuit: "♣",
824
+ colon: ":",
825
+ colone: "≔",
826
+ coloneq: "≔",
827
+ comma: ",",
828
+ commat: "@",
829
+ comp: "∁",
830
+ compfn: "∘",
831
+ complement: "∁",
832
+ complexes: "ℂ",
833
+ cong: "≅",
834
+ congdot: "⩭",
835
+ conint: "∮",
836
+ copf: "𝕔",
837
+ coprod: "∐",
838
+ copy: "©",
839
+ copysr: "℗",
840
+ crarr: "↵",
841
+ cross: "✗",
842
+ cscr: "𝒸",
843
+ csub: "⫏",
844
+ csube: "⫑",
845
+ csup: "⫐",
846
+ csupe: "⫒",
847
+ ctdot: "⋯",
848
+ cudarrl: "⤸",
849
+ cudarrr: "⤵",
850
+ cuepr: "⋞",
851
+ cuesc: "⋟",
852
+ cularr: "↶",
853
+ cularrp: "⤽",
854
+ cup: "∪",
855
+ cupbrcap: "⩈",
856
+ cupcap: "⩆",
857
+ cupcup: "⩊",
858
+ cupdot: "⊍",
859
+ cupor: "⩅",
860
+ cups: "∪︀",
861
+ curarr: "↷",
862
+ curarrm: "⤼",
863
+ curlyeqprec: "⋞",
864
+ curlyeqsucc: "⋟",
865
+ curlyvee: "⋎",
866
+ curlywedge: "⋏",
867
+ curren: "¤",
868
+ curvearrowleft: "↶",
869
+ curvearrowright: "↷",
870
+ cuvee: "⋎",
871
+ cuwed: "⋏",
872
+ cwconint: "∲",
873
+ cwint: "∱",
874
+ cylcty: "⌭",
875
+ dArr: "⇓",
876
+ dHar: "⥥",
877
+ dagger: "†",
878
+ daleth: "ℸ",
879
+ darr: "↓",
880
+ dash: "‐",
881
+ dashv: "⊣",
882
+ dbkarow: "⤏",
883
+ dblac: "˝",
884
+ dcaron: "ď",
885
+ dcy: "д",
886
+ dd: "ⅆ",
887
+ ddagger: "‡",
888
+ ddarr: "⇊",
889
+ ddotseq: "⩷",
890
+ deg: "°",
891
+ delta: "δ",
892
+ demptyv: "⦱",
893
+ dfisht: "⥿",
894
+ dfr: "𝔡",
895
+ dharl: "⇃",
896
+ dharr: "⇂",
897
+ diam: "⋄",
898
+ diamond: "⋄",
899
+ diamondsuit: "♦",
900
+ diams: "♦",
901
+ die: "¨",
902
+ digamma: "ϝ",
903
+ disin: "⋲",
904
+ div: "÷",
905
+ divide: "÷",
906
+ divideontimes: "⋇",
907
+ divonx: "⋇",
908
+ djcy: "ђ",
909
+ dlcorn: "⌞",
910
+ dlcrop: "⌍",
911
+ dollar: "$",
912
+ dopf: "𝕕",
913
+ dot: "˙",
914
+ doteq: "≐",
915
+ doteqdot: "≑",
916
+ dotminus: "∸",
917
+ dotplus: "∔",
918
+ dotsquare: "⊡",
919
+ doublebarwedge: "⌆",
920
+ downarrow: "↓",
921
+ downdownarrows: "⇊",
922
+ downharpoonleft: "⇃",
923
+ downharpoonright: "⇂",
924
+ drbkarow: "⤐",
925
+ drcorn: "⌟",
926
+ drcrop: "⌌",
927
+ dscr: "𝒹",
928
+ dscy: "ѕ",
929
+ dsol: "⧶",
930
+ dstrok: "đ",
931
+ dtdot: "⋱",
932
+ dtri: "▿",
933
+ dtrif: "▾",
934
+ duarr: "⇵",
935
+ duhar: "⥯",
936
+ dwangle: "⦦",
937
+ dzcy: "џ",
938
+ dzigrarr: "⟿",
939
+ eDDot: "⩷",
940
+ eDot: "≑",
941
+ eacute: "é",
942
+ easter: "⩮",
943
+ ecaron: "ě",
944
+ ecir: "≖",
945
+ ecirc: "ê",
946
+ ecolon: "≕",
947
+ ecy: "э",
948
+ edot: "ė",
949
+ ee: "ⅇ",
950
+ efDot: "≒",
951
+ efr: "𝔢",
952
+ eg: "⪚",
953
+ egrave: "è",
954
+ egs: "⪖",
955
+ egsdot: "⪘",
956
+ el: "⪙",
957
+ elinters: "⏧",
958
+ ell: "ℓ",
959
+ els: "⪕",
960
+ elsdot: "⪗",
961
+ emacr: "ē",
962
+ empty: "∅",
963
+ emptyset: "∅",
964
+ emptyv: "∅",
965
+ emsp13: " ",
966
+ emsp14: " ",
967
+ emsp: " ",
968
+ eng: "ŋ",
969
+ ensp: " ",
970
+ eogon: "ę",
971
+ eopf: "𝕖",
972
+ epar: "⋕",
973
+ eparsl: "⧣",
974
+ eplus: "⩱",
975
+ epsi: "ε",
976
+ epsilon: "ε",
977
+ epsiv: "ϵ",
978
+ eqcirc: "≖",
979
+ eqcolon: "≕",
980
+ eqsim: "≂",
981
+ eqslantgtr: "⪖",
982
+ eqslantless: "⪕",
983
+ equals: "=",
984
+ equest: "≟",
985
+ equiv: "≡",
986
+ equivDD: "⩸",
987
+ eqvparsl: "⧥",
988
+ erDot: "≓",
989
+ erarr: "⥱",
990
+ escr: "ℯ",
991
+ esdot: "≐",
992
+ esim: "≂",
993
+ eta: "η",
994
+ eth: "ð",
995
+ euml: "ë",
996
+ euro: "€",
997
+ excl: "!",
998
+ exist: "∃",
999
+ expectation: "ℰ",
1000
+ exponentiale: "ⅇ",
1001
+ fallingdotseq: "≒",
1002
+ fcy: "ф",
1003
+ female: "♀",
1004
+ ffilig: "ffi",
1005
+ fflig: "ff",
1006
+ ffllig: "ffl",
1007
+ ffr: "𝔣",
1008
+ filig: "fi",
1009
+ fjlig: "fj",
1010
+ flat: "♭",
1011
+ fllig: "fl",
1012
+ fltns: "▱",
1013
+ fnof: "ƒ",
1014
+ fopf: "𝕗",
1015
+ forall: "∀",
1016
+ fork: "⋔",
1017
+ forkv: "⫙",
1018
+ fpartint: "⨍",
1019
+ frac12: "½",
1020
+ frac13: "⅓",
1021
+ frac14: "¼",
1022
+ frac15: "⅕",
1023
+ frac16: "⅙",
1024
+ frac18: "⅛",
1025
+ frac23: "⅔",
1026
+ frac25: "⅖",
1027
+ frac34: "¾",
1028
+ frac35: "⅗",
1029
+ frac38: "⅜",
1030
+ frac45: "⅘",
1031
+ frac56: "⅚",
1032
+ frac58: "⅝",
1033
+ frac78: "⅞",
1034
+ frasl: "⁄",
1035
+ frown: "⌢",
1036
+ fscr: "𝒻",
1037
+ gE: "≧",
1038
+ gEl: "⪌",
1039
+ gacute: "ǵ",
1040
+ gamma: "γ",
1041
+ gammad: "ϝ",
1042
+ gap: "⪆",
1043
+ gbreve: "ğ",
1044
+ gcirc: "ĝ",
1045
+ gcy: "г",
1046
+ gdot: "ġ",
1047
+ ge: "≥",
1048
+ gel: "⋛",
1049
+ geq: "≥",
1050
+ geqq: "≧",
1051
+ geqslant: "⩾",
1052
+ ges: "⩾",
1053
+ gescc: "⪩",
1054
+ gesdot: "⪀",
1055
+ gesdoto: "⪂",
1056
+ gesdotol: "⪄",
1057
+ gesl: "⋛︀",
1058
+ gesles: "⪔",
1059
+ gfr: "𝔤",
1060
+ gg: "≫",
1061
+ ggg: "⋙",
1062
+ gimel: "ℷ",
1063
+ gjcy: "ѓ",
1064
+ gl: "≷",
1065
+ glE: "⪒",
1066
+ gla: "⪥",
1067
+ glj: "⪤",
1068
+ gnE: "≩",
1069
+ gnap: "⪊",
1070
+ gnapprox: "⪊",
1071
+ gne: "⪈",
1072
+ gneq: "⪈",
1073
+ gneqq: "≩",
1074
+ gnsim: "⋧",
1075
+ gopf: "𝕘",
1076
+ grave: "`",
1077
+ gscr: "ℊ",
1078
+ gsim: "≳",
1079
+ gsime: "⪎",
1080
+ gsiml: "⪐",
1081
+ gt: ">",
1082
+ gtcc: "⪧",
1083
+ gtcir: "⩺",
1084
+ gtdot: "⋗",
1085
+ gtlPar: "⦕",
1086
+ gtquest: "⩼",
1087
+ gtrapprox: "⪆",
1088
+ gtrarr: "⥸",
1089
+ gtrdot: "⋗",
1090
+ gtreqless: "⋛",
1091
+ gtreqqless: "⪌",
1092
+ gtrless: "≷",
1093
+ gtrsim: "≳",
1094
+ gvertneqq: "≩︀",
1095
+ gvnE: "≩︀",
1096
+ hArr: "⇔",
1097
+ hairsp: " ",
1098
+ half: "½",
1099
+ hamilt: "ℋ",
1100
+ hardcy: "ъ",
1101
+ harr: "↔",
1102
+ harrcir: "⥈",
1103
+ harrw: "↭",
1104
+ hbar: "ℏ",
1105
+ hcirc: "ĥ",
1106
+ hearts: "♥",
1107
+ heartsuit: "♥",
1108
+ hellip: "…",
1109
+ hercon: "⊹",
1110
+ hfr: "𝔥",
1111
+ hksearow: "⤥",
1112
+ hkswarow: "⤦",
1113
+ hoarr: "⇿",
1114
+ homtht: "∻",
1115
+ hookleftarrow: "↩",
1116
+ hookrightarrow: "↪",
1117
+ hopf: "𝕙",
1118
+ horbar: "―",
1119
+ hscr: "𝒽",
1120
+ hslash: "ℏ",
1121
+ hstrok: "ħ",
1122
+ hybull: "⁃",
1123
+ hyphen: "‐",
1124
+ iacute: "í",
1125
+ ic: "⁣",
1126
+ icirc: "î",
1127
+ icy: "и",
1128
+ iecy: "е",
1129
+ iexcl: "¡",
1130
+ iff: "⇔",
1131
+ ifr: "𝔦",
1132
+ igrave: "ì",
1133
+ ii: "ⅈ",
1134
+ iiiint: "⨌",
1135
+ iiint: "∭",
1136
+ iinfin: "⧜",
1137
+ iiota: "℩",
1138
+ ijlig: "ij",
1139
+ imacr: "ī",
1140
+ image: "ℑ",
1141
+ imagline: "ℐ",
1142
+ imagpart: "ℑ",
1143
+ imath: "ı",
1144
+ imof: "⊷",
1145
+ imped: "Ƶ",
1146
+ in: "∈",
1147
+ incare: "℅",
1148
+ infin: "∞",
1149
+ infintie: "⧝",
1150
+ inodot: "ı",
1151
+ int: "∫",
1152
+ intcal: "⊺",
1153
+ integers: "ℤ",
1154
+ intercal: "⊺",
1155
+ intlarhk: "⨗",
1156
+ intprod: "⨼",
1157
+ iocy: "ё",
1158
+ iogon: "į",
1159
+ iopf: "𝕚",
1160
+ iota: "ι",
1161
+ iprod: "⨼",
1162
+ iquest: "¿",
1163
+ iscr: "𝒾",
1164
+ isin: "∈",
1165
+ isinE: "⋹",
1166
+ isindot: "⋵",
1167
+ isins: "⋴",
1168
+ isinsv: "⋳",
1169
+ isinv: "∈",
1170
+ it: "⁢",
1171
+ itilde: "ĩ",
1172
+ iukcy: "і",
1173
+ iuml: "ï",
1174
+ jcirc: "ĵ",
1175
+ jcy: "й",
1176
+ jfr: "𝔧",
1177
+ jmath: "ȷ",
1178
+ jopf: "𝕛",
1179
+ jscr: "𝒿",
1180
+ jsercy: "ј",
1181
+ jukcy: "є",
1182
+ kappa: "κ",
1183
+ kappav: "ϰ",
1184
+ kcedil: "ķ",
1185
+ kcy: "к",
1186
+ kfr: "𝔨",
1187
+ kgreen: "ĸ",
1188
+ khcy: "х",
1189
+ kjcy: "ќ",
1190
+ kopf: "𝕜",
1191
+ kscr: "𝓀",
1192
+ lAarr: "⇚",
1193
+ lArr: "⇐",
1194
+ lAtail: "⤛",
1195
+ lBarr: "⤎",
1196
+ lE: "≦",
1197
+ lEg: "⪋",
1198
+ lHar: "⥢",
1199
+ lacute: "ĺ",
1200
+ laemptyv: "⦴",
1201
+ lagran: "ℒ",
1202
+ lambda: "λ",
1203
+ lang: "⟨",
1204
+ langd: "⦑",
1205
+ langle: "⟨",
1206
+ lap: "⪅",
1207
+ laquo: "«",
1208
+ larr: "←",
1209
+ larrb: "⇤",
1210
+ larrbfs: "⤟",
1211
+ larrfs: "⤝",
1212
+ larrhk: "↩",
1213
+ larrlp: "↫",
1214
+ larrpl: "⤹",
1215
+ larrsim: "⥳",
1216
+ larrtl: "↢",
1217
+ lat: "⪫",
1218
+ latail: "⤙",
1219
+ late: "⪭",
1220
+ lates: "⪭︀",
1221
+ lbarr: "⤌",
1222
+ lbbrk: "❲",
1223
+ lbrace: "{",
1224
+ lbrack: "[",
1225
+ lbrke: "⦋",
1226
+ lbrksld: "⦏",
1227
+ lbrkslu: "⦍",
1228
+ lcaron: "ľ",
1229
+ lcedil: "ļ",
1230
+ lceil: "⌈",
1231
+ lcub: "{",
1232
+ lcy: "л",
1233
+ ldca: "⤶",
1234
+ ldquo: "“",
1235
+ ldquor: "„",
1236
+ ldrdhar: "⥧",
1237
+ ldrushar: "⥋",
1238
+ ldsh: "↲",
1239
+ le: "≤",
1240
+ leftarrow: "←",
1241
+ leftarrowtail: "↢",
1242
+ leftharpoondown: "↽",
1243
+ leftharpoonup: "↼",
1244
+ leftleftarrows: "⇇",
1245
+ leftrightarrow: "↔",
1246
+ leftrightarrows: "⇆",
1247
+ leftrightharpoons: "⇋",
1248
+ leftrightsquigarrow: "↭",
1249
+ leftthreetimes: "⋋",
1250
+ leg: "⋚",
1251
+ leq: "≤",
1252
+ leqq: "≦",
1253
+ leqslant: "⩽",
1254
+ les: "⩽",
1255
+ lescc: "⪨",
1256
+ lesdot: "⩿",
1257
+ lesdoto: "⪁",
1258
+ lesdotor: "⪃",
1259
+ lesg: "⋚︀",
1260
+ lesges: "⪓",
1261
+ lessapprox: "⪅",
1262
+ lessdot: "⋖",
1263
+ lesseqgtr: "⋚",
1264
+ lesseqqgtr: "⪋",
1265
+ lessgtr: "≶",
1266
+ lesssim: "≲",
1267
+ lfisht: "⥼",
1268
+ lfloor: "⌊",
1269
+ lfr: "𝔩",
1270
+ lg: "≶",
1271
+ lgE: "⪑",
1272
+ lhard: "↽",
1273
+ lharu: "↼",
1274
+ lharul: "⥪",
1275
+ lhblk: "▄",
1276
+ ljcy: "љ",
1277
+ ll: "≪",
1278
+ llarr: "⇇",
1279
+ llcorner: "⌞",
1280
+ llhard: "⥫",
1281
+ lltri: "◺",
1282
+ lmidot: "ŀ",
1283
+ lmoust: "⎰",
1284
+ lmoustache: "⎰",
1285
+ lnE: "≨",
1286
+ lnap: "⪉",
1287
+ lnapprox: "⪉",
1288
+ lne: "⪇",
1289
+ lneq: "⪇",
1290
+ lneqq: "≨",
1291
+ lnsim: "⋦",
1292
+ loang: "⟬",
1293
+ loarr: "⇽",
1294
+ lobrk: "⟦",
1295
+ longleftarrow: "⟵",
1296
+ longleftrightarrow: "⟷",
1297
+ longmapsto: "⟼",
1298
+ longrightarrow: "⟶",
1299
+ looparrowleft: "↫",
1300
+ looparrowright: "↬",
1301
+ lopar: "⦅",
1302
+ lopf: "𝕝",
1303
+ loplus: "⨭",
1304
+ lotimes: "⨴",
1305
+ lowast: "∗",
1306
+ lowbar: "_",
1307
+ loz: "◊",
1308
+ lozenge: "◊",
1309
+ lozf: "⧫",
1310
+ lpar: "(",
1311
+ lparlt: "⦓",
1312
+ lrarr: "⇆",
1313
+ lrcorner: "⌟",
1314
+ lrhar: "⇋",
1315
+ lrhard: "⥭",
1316
+ lrm: "‎",
1317
+ lrtri: "⊿",
1318
+ lsaquo: "‹",
1319
+ lscr: "𝓁",
1320
+ lsh: "↰",
1321
+ lsim: "≲",
1322
+ lsime: "⪍",
1323
+ lsimg: "⪏",
1324
+ lsqb: "[",
1325
+ lsquo: "‘",
1326
+ lsquor: "‚",
1327
+ lstrok: "ł",
1328
+ lt: "<",
1329
+ ltcc: "⪦",
1330
+ ltcir: "⩹",
1331
+ ltdot: "⋖",
1332
+ lthree: "⋋",
1333
+ ltimes: "⋉",
1334
+ ltlarr: "⥶",
1335
+ ltquest: "⩻",
1336
+ ltrPar: "⦖",
1337
+ ltri: "◃",
1338
+ ltrie: "⊴",
1339
+ ltrif: "◂",
1340
+ lurdshar: "⥊",
1341
+ luruhar: "⥦",
1342
+ lvertneqq: "≨︀",
1343
+ lvnE: "≨︀",
1344
+ mDDot: "∺",
1345
+ macr: "¯",
1346
+ male: "♂",
1347
+ malt: "✠",
1348
+ maltese: "✠",
1349
+ map: "↦",
1350
+ mapsto: "↦",
1351
+ mapstodown: "↧",
1352
+ mapstoleft: "↤",
1353
+ mapstoup: "↥",
1354
+ marker: "▮",
1355
+ mcomma: "⨩",
1356
+ mcy: "м",
1357
+ mdash: "—",
1358
+ measuredangle: "∡",
1359
+ mfr: "𝔪",
1360
+ mho: "℧",
1361
+ micro: "µ",
1362
+ mid: "∣",
1363
+ midast: "*",
1364
+ midcir: "⫰",
1365
+ middot: "·",
1366
+ minus: "−",
1367
+ minusb: "⊟",
1368
+ minusd: "∸",
1369
+ minusdu: "⨪",
1370
+ mlcp: "⫛",
1371
+ mldr: "…",
1372
+ mnplus: "∓",
1373
+ models: "⊧",
1374
+ mopf: "𝕞",
1375
+ mp: "∓",
1376
+ mscr: "𝓂",
1377
+ mstpos: "∾",
1378
+ mu: "μ",
1379
+ multimap: "⊸",
1380
+ mumap: "⊸",
1381
+ nGg: "⋙̸",
1382
+ nGt: "≫⃒",
1383
+ nGtv: "≫̸",
1384
+ nLeftarrow: "⇍",
1385
+ nLeftrightarrow: "⇎",
1386
+ nLl: "⋘̸",
1387
+ nLt: "≪⃒",
1388
+ nLtv: "≪̸",
1389
+ nRightarrow: "⇏",
1390
+ nVDash: "⊯",
1391
+ nVdash: "⊮",
1392
+ nabla: "∇",
1393
+ nacute: "ń",
1394
+ nang: "∠⃒",
1395
+ nap: "≉",
1396
+ napE: "⩰̸",
1397
+ napid: "≋̸",
1398
+ napos: "ʼn",
1399
+ napprox: "≉",
1400
+ natur: "♮",
1401
+ natural: "♮",
1402
+ naturals: "ℕ",
1403
+ nbsp: "\xA0",
1404
+ nbump: "≎̸",
1405
+ nbumpe: "≏̸",
1406
+ ncap: "⩃",
1407
+ ncaron: "ň",
1408
+ ncedil: "ņ",
1409
+ ncong: "≇",
1410
+ ncongdot: "⩭̸",
1411
+ ncup: "⩂",
1412
+ ncy: "н",
1413
+ ndash: "–",
1414
+ ne: "≠",
1415
+ neArr: "⇗",
1416
+ nearhk: "⤤",
1417
+ nearr: "↗",
1418
+ nearrow: "↗",
1419
+ nedot: "≐̸",
1420
+ nequiv: "≢",
1421
+ nesear: "⤨",
1422
+ nesim: "≂̸",
1423
+ nexist: "∄",
1424
+ nexists: "∄",
1425
+ nfr: "𝔫",
1426
+ ngE: "≧̸",
1427
+ nge: "≱",
1428
+ ngeq: "≱",
1429
+ ngeqq: "≧̸",
1430
+ ngeqslant: "⩾̸",
1431
+ nges: "⩾̸",
1432
+ ngsim: "≵",
1433
+ ngt: "≯",
1434
+ ngtr: "≯",
1435
+ nhArr: "⇎",
1436
+ nharr: "↮",
1437
+ nhpar: "⫲",
1438
+ ni: "∋",
1439
+ nis: "⋼",
1440
+ nisd: "⋺",
1441
+ niv: "∋",
1442
+ njcy: "њ",
1443
+ nlArr: "⇍",
1444
+ nlE: "≦̸",
1445
+ nlarr: "↚",
1446
+ nldr: "‥",
1447
+ nle: "≰",
1448
+ nleftarrow: "↚",
1449
+ nleftrightarrow: "↮",
1450
+ nleq: "≰",
1451
+ nleqq: "≦̸",
1452
+ nleqslant: "⩽̸",
1453
+ nles: "⩽̸",
1454
+ nless: "≮",
1455
+ nlsim: "≴",
1456
+ nlt: "≮",
1457
+ nltri: "⋪",
1458
+ nltrie: "⋬",
1459
+ nmid: "∤",
1460
+ nopf: "𝕟",
1461
+ not: "¬",
1462
+ notin: "∉",
1463
+ notinE: "⋹̸",
1464
+ notindot: "⋵̸",
1465
+ notinva: "∉",
1466
+ notinvb: "⋷",
1467
+ notinvc: "⋶",
1468
+ notni: "∌",
1469
+ notniva: "∌",
1470
+ notnivb: "⋾",
1471
+ notnivc: "⋽",
1472
+ npar: "∦",
1473
+ nparallel: "∦",
1474
+ nparsl: "⫽⃥",
1475
+ npart: "∂̸",
1476
+ npolint: "⨔",
1477
+ npr: "⊀",
1478
+ nprcue: "⋠",
1479
+ npre: "⪯̸",
1480
+ nprec: "⊀",
1481
+ npreceq: "⪯̸",
1482
+ nrArr: "⇏",
1483
+ nrarr: "↛",
1484
+ nrarrc: "⤳̸",
1485
+ nrarrw: "↝̸",
1486
+ nrightarrow: "↛",
1487
+ nrtri: "⋫",
1488
+ nrtrie: "⋭",
1489
+ nsc: "⊁",
1490
+ nsccue: "⋡",
1491
+ nsce: "⪰̸",
1492
+ nscr: "𝓃",
1493
+ nshortmid: "∤",
1494
+ nshortparallel: "∦",
1495
+ nsim: "≁",
1496
+ nsime: "≄",
1497
+ nsimeq: "≄",
1498
+ nsmid: "∤",
1499
+ nspar: "∦",
1500
+ nsqsube: "⋢",
1501
+ nsqsupe: "⋣",
1502
+ nsub: "⊄",
1503
+ nsubE: "⫅̸",
1504
+ nsube: "⊈",
1505
+ nsubset: "⊂⃒",
1506
+ nsubseteq: "⊈",
1507
+ nsubseteqq: "⫅̸",
1508
+ nsucc: "⊁",
1509
+ nsucceq: "⪰̸",
1510
+ nsup: "⊅",
1511
+ nsupE: "⫆̸",
1512
+ nsupe: "⊉",
1513
+ nsupset: "⊃⃒",
1514
+ nsupseteq: "⊉",
1515
+ nsupseteqq: "⫆̸",
1516
+ ntgl: "≹",
1517
+ ntilde: "ñ",
1518
+ ntlg: "≸",
1519
+ ntriangleleft: "⋪",
1520
+ ntrianglelefteq: "⋬",
1521
+ ntriangleright: "⋫",
1522
+ ntrianglerighteq: "⋭",
1523
+ nu: "ν",
1524
+ num: "#",
1525
+ numero: "№",
1526
+ numsp: " ",
1527
+ nvDash: "⊭",
1528
+ nvHarr: "⤄",
1529
+ nvap: "≍⃒",
1530
+ nvdash: "⊬",
1531
+ nvge: "≥⃒",
1532
+ nvgt: ">⃒",
1533
+ nvinfin: "⧞",
1534
+ nvlArr: "⤂",
1535
+ nvle: "≤⃒",
1536
+ nvlt: "<⃒",
1537
+ nvltrie: "⊴⃒",
1538
+ nvrArr: "⤃",
1539
+ nvrtrie: "⊵⃒",
1540
+ nvsim: "∼⃒",
1541
+ nwArr: "⇖",
1542
+ nwarhk: "⤣",
1543
+ nwarr: "↖",
1544
+ nwarrow: "↖",
1545
+ nwnear: "⤧",
1546
+ oS: "Ⓢ",
1547
+ oacute: "ó",
1548
+ oast: "⊛",
1549
+ ocir: "⊚",
1550
+ ocirc: "ô",
1551
+ ocy: "о",
1552
+ odash: "⊝",
1553
+ odblac: "ő",
1554
+ odiv: "⨸",
1555
+ odot: "⊙",
1556
+ odsold: "⦼",
1557
+ oelig: "œ",
1558
+ ofcir: "⦿",
1559
+ ofr: "𝔬",
1560
+ ogon: "˛",
1561
+ ograve: "ò",
1562
+ ogt: "⧁",
1563
+ ohbar: "⦵",
1564
+ ohm: "Ω",
1565
+ oint: "∮",
1566
+ olarr: "↺",
1567
+ olcir: "⦾",
1568
+ olcross: "⦻",
1569
+ oline: "‾",
1570
+ olt: "⧀",
1571
+ omacr: "ō",
1572
+ omega: "ω",
1573
+ omicron: "ο",
1574
+ omid: "⦶",
1575
+ ominus: "⊖",
1576
+ oopf: "𝕠",
1577
+ opar: "⦷",
1578
+ operp: "⦹",
1579
+ oplus: "⊕",
1580
+ or: "∨",
1581
+ orarr: "↻",
1582
+ ord: "⩝",
1583
+ order: "ℴ",
1584
+ orderof: "ℴ",
1585
+ ordf: "ª",
1586
+ ordm: "º",
1587
+ origof: "⊶",
1588
+ oror: "⩖",
1589
+ orslope: "⩗",
1590
+ orv: "⩛",
1591
+ oscr: "ℴ",
1592
+ oslash: "ø",
1593
+ osol: "⊘",
1594
+ otilde: "õ",
1595
+ otimes: "⊗",
1596
+ otimesas: "⨶",
1597
+ ouml: "ö",
1598
+ ovbar: "⌽",
1599
+ par: "∥",
1600
+ para: "¶",
1601
+ parallel: "∥",
1602
+ parsim: "⫳",
1603
+ parsl: "⫽",
1604
+ part: "∂",
1605
+ pcy: "п",
1606
+ percnt: "%",
1607
+ period: ".",
1608
+ permil: "‰",
1609
+ perp: "⊥",
1610
+ pertenk: "‱",
1611
+ pfr: "𝔭",
1612
+ phi: "φ",
1613
+ phiv: "ϕ",
1614
+ phmmat: "ℳ",
1615
+ phone: "☎",
1616
+ pi: "π",
1617
+ pitchfork: "⋔",
1618
+ piv: "ϖ",
1619
+ planck: "ℏ",
1620
+ planckh: "ℎ",
1621
+ plankv: "ℏ",
1622
+ plus: "+",
1623
+ plusacir: "⨣",
1624
+ plusb: "⊞",
1625
+ pluscir: "⨢",
1626
+ plusdo: "∔",
1627
+ plusdu: "⨥",
1628
+ pluse: "⩲",
1629
+ plusmn: "±",
1630
+ plussim: "⨦",
1631
+ plustwo: "⨧",
1632
+ pm: "±",
1633
+ pointint: "⨕",
1634
+ popf: "𝕡",
1635
+ pound: "£",
1636
+ pr: "≺",
1637
+ prE: "⪳",
1638
+ prap: "⪷",
1639
+ prcue: "≼",
1640
+ pre: "⪯",
1641
+ prec: "≺",
1642
+ precapprox: "⪷",
1643
+ preccurlyeq: "≼",
1644
+ preceq: "⪯",
1645
+ precnapprox: "⪹",
1646
+ precneqq: "⪵",
1647
+ precnsim: "⋨",
1648
+ precsim: "≾",
1649
+ prime: "′",
1650
+ primes: "ℙ",
1651
+ prnE: "⪵",
1652
+ prnap: "⪹",
1653
+ prnsim: "⋨",
1654
+ prod: "∏",
1655
+ profalar: "⌮",
1656
+ profline: "⌒",
1657
+ profsurf: "⌓",
1658
+ prop: "∝",
1659
+ propto: "∝",
1660
+ prsim: "≾",
1661
+ prurel: "⊰",
1662
+ pscr: "𝓅",
1663
+ psi: "ψ",
1664
+ puncsp: " ",
1665
+ qfr: "𝔮",
1666
+ qint: "⨌",
1667
+ qopf: "𝕢",
1668
+ qprime: "⁗",
1669
+ qscr: "𝓆",
1670
+ quaternions: "ℍ",
1671
+ quatint: "⨖",
1672
+ quest: "?",
1673
+ questeq: "≟",
1674
+ quot: "\"",
1675
+ rAarr: "⇛",
1676
+ rArr: "⇒",
1677
+ rAtail: "⤜",
1678
+ rBarr: "⤏",
1679
+ rHar: "⥤",
1680
+ race: "∽̱",
1681
+ racute: "ŕ",
1682
+ radic: "√",
1683
+ raemptyv: "⦳",
1684
+ rang: "⟩",
1685
+ rangd: "⦒",
1686
+ range: "⦥",
1687
+ rangle: "⟩",
1688
+ raquo: "»",
1689
+ rarr: "→",
1690
+ rarrap: "⥵",
1691
+ rarrb: "⇥",
1692
+ rarrbfs: "⤠",
1693
+ rarrc: "⤳",
1694
+ rarrfs: "⤞",
1695
+ rarrhk: "↪",
1696
+ rarrlp: "↬",
1697
+ rarrpl: "⥅",
1698
+ rarrsim: "⥴",
1699
+ rarrtl: "↣",
1700
+ rarrw: "↝",
1701
+ ratail: "⤚",
1702
+ ratio: "∶",
1703
+ rationals: "ℚ",
1704
+ rbarr: "⤍",
1705
+ rbbrk: "❳",
1706
+ rbrace: "}",
1707
+ rbrack: "]",
1708
+ rbrke: "⦌",
1709
+ rbrksld: "⦎",
1710
+ rbrkslu: "⦐",
1711
+ rcaron: "ř",
1712
+ rcedil: "ŗ",
1713
+ rceil: "⌉",
1714
+ rcub: "}",
1715
+ rcy: "р",
1716
+ rdca: "⤷",
1717
+ rdldhar: "⥩",
1718
+ rdquo: "”",
1719
+ rdquor: "”",
1720
+ rdsh: "↳",
1721
+ real: "ℜ",
1722
+ realine: "ℛ",
1723
+ realpart: "ℜ",
1724
+ reals: "ℝ",
1725
+ rect: "▭",
1726
+ reg: "®",
1727
+ rfisht: "⥽",
1728
+ rfloor: "⌋",
1729
+ rfr: "𝔯",
1730
+ rhard: "⇁",
1731
+ rharu: "⇀",
1732
+ rharul: "⥬",
1733
+ rho: "ρ",
1734
+ rhov: "ϱ",
1735
+ rightarrow: "→",
1736
+ rightarrowtail: "↣",
1737
+ rightharpoondown: "⇁",
1738
+ rightharpoonup: "⇀",
1739
+ rightleftarrows: "⇄",
1740
+ rightleftharpoons: "⇌",
1741
+ rightrightarrows: "⇉",
1742
+ rightsquigarrow: "↝",
1743
+ rightthreetimes: "⋌",
1744
+ ring: "˚",
1745
+ risingdotseq: "≓",
1746
+ rlarr: "⇄",
1747
+ rlhar: "⇌",
1748
+ rlm: "‏",
1749
+ rmoust: "⎱",
1750
+ rmoustache: "⎱",
1751
+ rnmid: "⫮",
1752
+ roang: "⟭",
1753
+ roarr: "⇾",
1754
+ robrk: "⟧",
1755
+ ropar: "⦆",
1756
+ ropf: "𝕣",
1757
+ roplus: "⨮",
1758
+ rotimes: "⨵",
1759
+ rpar: ")",
1760
+ rpargt: "⦔",
1761
+ rppolint: "⨒",
1762
+ rrarr: "⇉",
1763
+ rsaquo: "›",
1764
+ rscr: "𝓇",
1765
+ rsh: "↱",
1766
+ rsqb: "]",
1767
+ rsquo: "’",
1768
+ rsquor: "’",
1769
+ rthree: "⋌",
1770
+ rtimes: "⋊",
1771
+ rtri: "▹",
1772
+ rtrie: "⊵",
1773
+ rtrif: "▸",
1774
+ rtriltri: "⧎",
1775
+ ruluhar: "⥨",
1776
+ rx: "℞",
1777
+ sacute: "ś",
1778
+ sbquo: "‚",
1779
+ sc: "≻",
1780
+ scE: "⪴",
1781
+ scap: "⪸",
1782
+ scaron: "š",
1783
+ sccue: "≽",
1784
+ sce: "⪰",
1785
+ scedil: "ş",
1786
+ scirc: "ŝ",
1787
+ scnE: "⪶",
1788
+ scnap: "⪺",
1789
+ scnsim: "⋩",
1790
+ scpolint: "⨓",
1791
+ scsim: "≿",
1792
+ scy: "с",
1793
+ sdot: "⋅",
1794
+ sdotb: "⊡",
1795
+ sdote: "⩦",
1796
+ seArr: "⇘",
1797
+ searhk: "⤥",
1798
+ searr: "↘",
1799
+ searrow: "↘",
1800
+ sect: "§",
1801
+ semi: ";",
1802
+ seswar: "⤩",
1803
+ setminus: "∖",
1804
+ setmn: "∖",
1805
+ sext: "✶",
1806
+ sfr: "𝔰",
1807
+ sfrown: "⌢",
1808
+ sharp: "♯",
1809
+ shchcy: "щ",
1810
+ shcy: "ш",
1811
+ shortmid: "∣",
1812
+ shortparallel: "∥",
1813
+ shy: "­",
1814
+ sigma: "σ",
1815
+ sigmaf: "ς",
1816
+ sigmav: "ς",
1817
+ sim: "∼",
1818
+ simdot: "⩪",
1819
+ sime: "≃",
1820
+ simeq: "≃",
1821
+ simg: "⪞",
1822
+ simgE: "⪠",
1823
+ siml: "⪝",
1824
+ simlE: "⪟",
1825
+ simne: "≆",
1826
+ simplus: "⨤",
1827
+ simrarr: "⥲",
1828
+ slarr: "←",
1829
+ smallsetminus: "∖",
1830
+ smashp: "⨳",
1831
+ smeparsl: "⧤",
1832
+ smid: "∣",
1833
+ smile: "⌣",
1834
+ smt: "⪪",
1835
+ smte: "⪬",
1836
+ smtes: "⪬︀",
1837
+ softcy: "ь",
1838
+ sol: "/",
1839
+ solb: "⧄",
1840
+ solbar: "⌿",
1841
+ sopf: "𝕤",
1842
+ spades: "♠",
1843
+ spadesuit: "♠",
1844
+ spar: "∥",
1845
+ sqcap: "⊓",
1846
+ sqcaps: "⊓︀",
1847
+ sqcup: "⊔",
1848
+ sqcups: "⊔︀",
1849
+ sqsub: "⊏",
1850
+ sqsube: "⊑",
1851
+ sqsubset: "⊏",
1852
+ sqsubseteq: "⊑",
1853
+ sqsup: "⊐",
1854
+ sqsupe: "⊒",
1855
+ sqsupset: "⊐",
1856
+ sqsupseteq: "⊒",
1857
+ squ: "□",
1858
+ square: "□",
1859
+ squarf: "▪",
1860
+ squf: "▪",
1861
+ srarr: "→",
1862
+ sscr: "𝓈",
1863
+ ssetmn: "∖",
1864
+ ssmile: "⌣",
1865
+ sstarf: "⋆",
1866
+ star: "☆",
1867
+ starf: "★",
1868
+ straightepsilon: "ϵ",
1869
+ straightphi: "ϕ",
1870
+ strns: "¯",
1871
+ sub: "⊂",
1872
+ subE: "⫅",
1873
+ subdot: "⪽",
1874
+ sube: "⊆",
1875
+ subedot: "⫃",
1876
+ submult: "⫁",
1877
+ subnE: "⫋",
1878
+ subne: "⊊",
1879
+ subplus: "⪿",
1880
+ subrarr: "⥹",
1881
+ subset: "⊂",
1882
+ subseteq: "⊆",
1883
+ subseteqq: "⫅",
1884
+ subsetneq: "⊊",
1885
+ subsetneqq: "⫋",
1886
+ subsim: "⫇",
1887
+ subsub: "⫕",
1888
+ subsup: "⫓",
1889
+ succ: "≻",
1890
+ succapprox: "⪸",
1891
+ succcurlyeq: "≽",
1892
+ succeq: "⪰",
1893
+ succnapprox: "⪺",
1894
+ succneqq: "⪶",
1895
+ succnsim: "⋩",
1896
+ succsim: "≿",
1897
+ sum: "∑",
1898
+ sung: "♪",
1899
+ sup1: "¹",
1900
+ sup2: "²",
1901
+ sup3: "³",
1902
+ sup: "⊃",
1903
+ supE: "⫆",
1904
+ supdot: "⪾",
1905
+ supdsub: "⫘",
1906
+ supe: "⊇",
1907
+ supedot: "⫄",
1908
+ suphsol: "⟉",
1909
+ suphsub: "⫗",
1910
+ suplarr: "⥻",
1911
+ supmult: "⫂",
1912
+ supnE: "⫌",
1913
+ supne: "⊋",
1914
+ supplus: "⫀",
1915
+ supset: "⊃",
1916
+ supseteq: "⊇",
1917
+ supseteqq: "⫆",
1918
+ supsetneq: "⊋",
1919
+ supsetneqq: "⫌",
1920
+ supsim: "⫈",
1921
+ supsub: "⫔",
1922
+ supsup: "⫖",
1923
+ swArr: "⇙",
1924
+ swarhk: "⤦",
1925
+ swarr: "↙",
1926
+ swarrow: "↙",
1927
+ swnwar: "⤪",
1928
+ szlig: "ß",
1929
+ target: "⌖",
1930
+ tau: "τ",
1931
+ tbrk: "⎴",
1932
+ tcaron: "ť",
1933
+ tcedil: "ţ",
1934
+ tcy: "т",
1935
+ tdot: "⃛",
1936
+ telrec: "⌕",
1937
+ tfr: "𝔱",
1938
+ there4: "∴",
1939
+ therefore: "∴",
1940
+ theta: "θ",
1941
+ thetasym: "ϑ",
1942
+ thetav: "ϑ",
1943
+ thickapprox: "≈",
1944
+ thicksim: "∼",
1945
+ thinsp: " ",
1946
+ thkap: "≈",
1947
+ thksim: "∼",
1948
+ thorn: "þ",
1949
+ tilde: "˜",
1950
+ times: "×",
1951
+ timesb: "⊠",
1952
+ timesbar: "⨱",
1953
+ timesd: "⨰",
1954
+ tint: "∭",
1955
+ toea: "⤨",
1956
+ top: "⊤",
1957
+ topbot: "⌶",
1958
+ topcir: "⫱",
1959
+ topf: "𝕥",
1960
+ topfork: "⫚",
1961
+ tosa: "⤩",
1962
+ tprime: "‴",
1963
+ trade: "™",
1964
+ triangle: "▵",
1965
+ triangledown: "▿",
1966
+ triangleleft: "◃",
1967
+ trianglelefteq: "⊴",
1968
+ triangleq: "≜",
1969
+ triangleright: "▹",
1970
+ trianglerighteq: "⊵",
1971
+ tridot: "◬",
1972
+ trie: "≜",
1973
+ triminus: "⨺",
1974
+ triplus: "⨹",
1975
+ trisb: "⧍",
1976
+ tritime: "⨻",
1977
+ trpezium: "⏢",
1978
+ tscr: "𝓉",
1979
+ tscy: "ц",
1980
+ tshcy: "ћ",
1981
+ tstrok: "ŧ",
1982
+ twixt: "≬",
1983
+ twoheadleftarrow: "↞",
1984
+ twoheadrightarrow: "↠",
1985
+ uArr: "⇑",
1986
+ uHar: "⥣",
1987
+ uacute: "ú",
1988
+ uarr: "↑",
1989
+ ubrcy: "ў",
1990
+ ubreve: "ŭ",
1991
+ ucirc: "û",
1992
+ ucy: "у",
1993
+ udarr: "⇅",
1994
+ udblac: "ű",
1995
+ udhar: "⥮",
1996
+ ufisht: "⥾",
1997
+ ufr: "𝔲",
1998
+ ugrave: "ù",
1999
+ uharl: "↿",
2000
+ uharr: "↾",
2001
+ uhblk: "▀",
2002
+ ulcorn: "⌜",
2003
+ ulcorner: "⌜",
2004
+ ulcrop: "⌏",
2005
+ ultri: "◸",
2006
+ umacr: "ū",
2007
+ uml: "¨",
2008
+ uogon: "ų",
2009
+ uopf: "𝕦",
2010
+ uparrow: "↑",
2011
+ updownarrow: "↕",
2012
+ upharpoonleft: "↿",
2013
+ upharpoonright: "↾",
2014
+ uplus: "⊎",
2015
+ upsi: "υ",
2016
+ upsih: "ϒ",
2017
+ upsilon: "υ",
2018
+ upuparrows: "⇈",
2019
+ urcorn: "⌝",
2020
+ urcorner: "⌝",
2021
+ urcrop: "⌎",
2022
+ uring: "ů",
2023
+ urtri: "◹",
2024
+ uscr: "𝓊",
2025
+ utdot: "⋰",
2026
+ utilde: "ũ",
2027
+ utri: "▵",
2028
+ utrif: "▴",
2029
+ uuarr: "⇈",
2030
+ uuml: "ü",
2031
+ uwangle: "⦧",
2032
+ vArr: "⇕",
2033
+ vBar: "⫨",
2034
+ vBarv: "⫩",
2035
+ vDash: "⊨",
2036
+ vangrt: "⦜",
2037
+ varepsilon: "ϵ",
2038
+ varkappa: "ϰ",
2039
+ varnothing: "∅",
2040
+ varphi: "ϕ",
2041
+ varpi: "ϖ",
2042
+ varpropto: "∝",
2043
+ varr: "↕",
2044
+ varrho: "ϱ",
2045
+ varsigma: "ς",
2046
+ varsubsetneq: "⊊︀",
2047
+ varsubsetneqq: "⫋︀",
2048
+ varsupsetneq: "⊋︀",
2049
+ varsupsetneqq: "⫌︀",
2050
+ vartheta: "ϑ",
2051
+ vartriangleleft: "⊲",
2052
+ vartriangleright: "⊳",
2053
+ vcy: "в",
2054
+ vdash: "⊢",
2055
+ vee: "∨",
2056
+ veebar: "⊻",
2057
+ veeeq: "≚",
2058
+ vellip: "⋮",
2059
+ verbar: "|",
2060
+ vert: "|",
2061
+ vfr: "𝔳",
2062
+ vltri: "⊲",
2063
+ vnsub: "⊂⃒",
2064
+ vnsup: "⊃⃒",
2065
+ vopf: "𝕧",
2066
+ vprop: "∝",
2067
+ vrtri: "⊳",
2068
+ vscr: "𝓋",
2069
+ vsubnE: "⫋︀",
2070
+ vsubne: "⊊︀",
2071
+ vsupnE: "⫌︀",
2072
+ vsupne: "⊋︀",
2073
+ vzigzag: "⦚",
2074
+ wcirc: "ŵ",
2075
+ wedbar: "⩟",
2076
+ wedge: "∧",
2077
+ wedgeq: "≙",
2078
+ weierp: "℘",
2079
+ wfr: "𝔴",
2080
+ wopf: "𝕨",
2081
+ wp: "℘",
2082
+ wr: "≀",
2083
+ wreath: "≀",
2084
+ wscr: "𝓌",
2085
+ xcap: "⋂",
2086
+ xcirc: "◯",
2087
+ xcup: "⋃",
2088
+ xdtri: "▽",
2089
+ xfr: "𝔵",
2090
+ xhArr: "⟺",
2091
+ xharr: "⟷",
2092
+ xi: "ξ",
2093
+ xlArr: "⟸",
2094
+ xlarr: "⟵",
2095
+ xmap: "⟼",
2096
+ xnis: "⋻",
2097
+ xodot: "⨀",
2098
+ xopf: "𝕩",
2099
+ xoplus: "⨁",
2100
+ xotime: "⨂",
2101
+ xrArr: "⟹",
2102
+ xrarr: "⟶",
2103
+ xscr: "𝓍",
2104
+ xsqcup: "⨆",
2105
+ xuplus: "⨄",
2106
+ xutri: "△",
2107
+ xvee: "⋁",
2108
+ xwedge: "⋀",
2109
+ yacute: "ý",
2110
+ yacy: "я",
2111
+ ycirc: "ŷ",
2112
+ ycy: "ы",
2113
+ yen: "¥",
2114
+ yfr: "𝔶",
2115
+ yicy: "ї",
2116
+ yopf: "𝕪",
2117
+ yscr: "𝓎",
2118
+ yucy: "ю",
2119
+ yuml: "ÿ",
2120
+ zacute: "ź",
2121
+ zcaron: "ž",
2122
+ zcy: "з",
2123
+ zdot: "ż",
2124
+ zeetrf: "ℨ",
2125
+ zeta: "ζ",
2126
+ zfr: "𝔷",
2127
+ zhcy: "ж",
2128
+ zigrarr: "⇝",
2129
+ zopf: "𝕫",
2130
+ zscr: "𝓏",
2131
+ zwj: "‍",
2132
+ zwnj: "‌"
2133
+ };
2134
+ //#endregion
2135
+ export { characterEntities };