@opendesign-plus/components 0.0.1-rc.16

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 (168) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -0
  2. package/dist/chunk-OElCookieNotice.es.js +281 -0
  3. package/dist/components/OBanner.vue.d.ts +2 -0
  4. package/dist/components/OCookieNotice.vue.d.ts +16 -0
  5. package/dist/components/OFooter.vue.d.ts +25 -0
  6. package/dist/components/OHeader.vue.d.ts +23 -0
  7. package/dist/components/OHeaderMoblie.vue.d.ts +33 -0
  8. package/dist/components/OHeaderSearch.vue.d.ts +692 -0
  9. package/dist/components/OHeaderUser.vue.d.ts +40 -0
  10. package/dist/components/OPlusConfigProvider.vue.d.ts +23 -0
  11. package/dist/components/OSection.vue.d.ts +37 -0
  12. package/dist/components/OSourceCode.vue.d.ts +20 -0
  13. package/dist/components/OThemeSwitcher.vue.d.ts +28 -0
  14. package/dist/components/element-plus/OElCookieNotice.vue.d.ts +31 -0
  15. package/dist/components/element-plus/index.d.ts +2 -0
  16. package/dist/components/events/OEventsApply.vue.d.ts +16 -0
  17. package/dist/components/events/OEventsCalendar.vue.d.ts +5 -0
  18. package/dist/components/events/OEventsList.vue.d.ts +26 -0
  19. package/dist/components/events/config.d.ts +26 -0
  20. package/dist/components/events/index.d.ts +78 -0
  21. package/dist/components/events/types.d.ts +66 -0
  22. package/dist/components/events/utils.d.ts +7 -0
  23. package/dist/components.cjs.js +3 -0
  24. package/dist/components.css +1 -0
  25. package/dist/components.element.cjs.js +1 -0
  26. package/dist/components.element.es.js +4 -0
  27. package/dist/components.es.js +3509 -0
  28. package/dist/index.d.ts +18 -0
  29. package/docs/design.md +27 -0
  30. package/docs/design_banner.md +41 -0
  31. package/docs/design_section.md +27 -0
  32. package/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
  33. package/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
  34. package/npmcachae/_logs/2026-03-17T09_38_12_009Z-debug-0.log +157 -0
  35. package/npmcachae/_logs/2026-03-17T09_38_14_370Z-debug-0.log +157 -0
  36. package/npmcachae/_logs/2026-03-17T09_38_16_516Z-debug-0.log +157 -0
  37. package/npmcachae/_logs/2026-03-17T09_38_18_616Z-debug-0.log +157 -0
  38. package/npmcachae/_logs/2026-03-17T09_38_20_859Z-debug-0.log +157 -0
  39. package/npmcachae/_logs/2026-03-17T09_38_23_182Z-debug-0.log +157 -0
  40. package/npmcachae/_logs/2026-03-17T09_38_25_452Z-debug-0.log +157 -0
  41. package/npmcachae/_logs/2026-03-17T09_38_27_865Z-debug-0.log +157 -0
  42. package/npmcachae/_logs/2026-03-17T09_38_30_082Z-debug-0.log +157 -0
  43. package/npmcachae/_logs/2026-03-17T09_38_32_219Z-debug-0.log +157 -0
  44. package/npmcachae/_logs/2026-03-17T09_38_34_308Z-debug-0.log +157 -0
  45. package/npmcachae/_update-notifier-last-checked +0 -0
  46. package/package.json +53 -0
  47. package/scripts/generate-components-index.js +100 -0
  48. package/src/assets/events/city/default-cover.png +0 -0
  49. package/src/assets/events/city//344/270/212/346/265/267.png +0 -0
  50. package/src/assets/events/city//345/214/227/344/272/254.png +0 -0
  51. package/src/assets/events/city//345/215/227/344/272/254.png +0 -0
  52. package/src/assets/events/city//345/244/251/346/264/245.png +0 -0
  53. package/src/assets/events/city//345/271/277/345/267/236.png +0 -0
  54. package/src/assets/events/city//346/210/220/351/203/275.png +0 -0
  55. package/src/assets/events/city//346/227/240/351/224/241.png +0 -0
  56. package/src/assets/events/city//346/235/255/345/267/236.png +0 -0
  57. package/src/assets/events/city//346/255/246/346/261/211.png +0 -0
  58. package/src/assets/events/city//346/267/261/345/234/2631.png +0 -0
  59. package/src/assets/events/city//346/267/261/345/234/2632.png +0 -0
  60. package/src/assets/events/city//350/213/217/345/267/236.png +0 -0
  61. package/src/assets/events/city//350/245/277/345/256/211.png +0 -0
  62. package/src/assets/events/city//351/203/221/345/267/236.png +0 -0
  63. package/src/assets/events/svg-icons/icon-checked.svg +3 -0
  64. package/src/assets/events/svg-icons/icon-competition.svg +7 -0
  65. package/src/assets/events/svg-icons/icon-events.svg +4 -0
  66. package/src/assets/events/svg-icons/icon-release.svg +4 -0
  67. package/src/assets/events/svg-icons/icon-summit.svg +4 -0
  68. package/src/assets/svg-icons/icon-arrow-left.svg +3 -0
  69. package/src/assets/svg-icons/icon-avatar-line.svg +3 -0
  70. package/src/assets/svg-icons/icon-caret-left.svg +3 -0
  71. package/src/assets/svg-icons/icon-caret-right.svg +3 -0
  72. package/src/assets/svg-icons/icon-chevron-down.svg +3 -0
  73. package/src/assets/svg-icons/icon-chevron-right.svg +3 -0
  74. package/src/assets/svg-icons/icon-close.svg +3 -0
  75. package/src/assets/svg-icons/icon-delete.svg +3 -0
  76. package/src/assets/svg-icons/icon-header-back.svg +3 -0
  77. package/src/assets/svg-icons/icon-header-delete.svg +3 -0
  78. package/src/assets/svg-icons/icon-header-menu.svg +3 -0
  79. package/src/assets/svg-icons/icon-header-person.svg +3 -0
  80. package/src/assets/svg-icons/icon-header-search.svg +4 -0
  81. package/src/assets/svg-icons/icon-locale.svg +3 -0
  82. package/src/assets/svg-icons/icon-log-off.svg +3 -0
  83. package/src/assets/svg-icons/icon-message.svg +3 -0
  84. package/src/assets/svg-icons/icon-moon.svg +3 -0
  85. package/src/assets/svg-icons/icon-outlink.svg +3 -0
  86. package/src/assets/svg-icons/icon-overview.svg +3 -0
  87. package/src/assets/svg-icons/icon-setting.svg +3 -0
  88. package/src/assets/svg-icons/icon-sun.svg +3 -0
  89. package/src/components/OBanner.vue +390 -0
  90. package/src/components/OCookieNotice.vue +423 -0
  91. package/src/components/OFooter.vue +566 -0
  92. package/src/components/OHeader.vue +97 -0
  93. package/src/components/OHeaderMoblie.vue +149 -0
  94. package/src/components/OHeaderSearch.vue +601 -0
  95. package/src/components/OHeaderUser.vue +304 -0
  96. package/src/components/OPlusConfigProvider.vue +32 -0
  97. package/src/components/OSection.vue +178 -0
  98. package/src/components/OSourceCode.vue +153 -0
  99. package/src/components/OThemeSwitcher.vue +108 -0
  100. package/src/components/common/AppAvatar.vue +83 -0
  101. package/src/components/common/ClientOnlyWrapper.ts +21 -0
  102. package/src/components/common/ContentWrapper.vue +85 -0
  103. package/src/components/common/HeaderEulerNav.vue +1118 -0
  104. package/src/components/common/HeaderNavMoblie.vue +344 -0
  105. package/src/components/common/HeaderUbmcNav.vue +597 -0
  106. package/src/components/element-plus/OElCookieNotice.vue +412 -0
  107. package/src/components/element-plus/index.ts +3 -0
  108. package/src/components/events/OEventsApply.vue +487 -0
  109. package/src/components/events/OEventsCalendar.vue +611 -0
  110. package/src/components/events/OEventsList.vue +402 -0
  111. package/src/components/events/config.ts +47 -0
  112. package/src/components/events/index.ts +23 -0
  113. package/src/components/events/npmcachae/_cacache/content-v2/sha512/2c/4f/a4140bfbf374a43f7dfe71880c051f79149cd259fb1a154fb692802c7489ef2317b737e7e690a627714ba19317971f29051b3798c246297b425a626a5b7a +1 -0
  114. package/src/components/events/npmcachae/_cacache/index-v5/8e/86/70dc69f1b1592fe14da10d2516ddfaa609af0cd9054a6ebde664acc6ab12 +2 -0
  115. package/src/components/events/npmcachae/_logs/2026-03-25T09_58_33_134Z-debug-0.log +105 -0
  116. package/src/components/events/npmcachae/_update-notifier-last-checked +0 -0
  117. package/src/components/events/types.ts +80 -0
  118. package/src/components/events/utils.ts +9 -0
  119. package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/3e/17/1865217b9acb9f4921c53a09b5c76587cd2ab748beb2699ff6cfb1341d73b1aa56ed91ffc5ab2c9c9b3fbe626103b35d9a79ff29ff6b8cbb8d89755fe1a2 +1 -0
  120. package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/a6/15/47bb7552ec9248079e839a5feecc1742d4de19524fdf041cf581701cf4760a5025106036145e279ba193b07c8fa5b07ae3d75f1b6032f0cb2219115b6167 +1 -0
  121. package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/d1/4c/133b32e09c97101a27a07cc4432f94e470cff02d120d21babcea77c3f5cd436793516dc1a8e282ee1a568f923c148b1a48f4a43233462a530d35e8b41c67 +1 -0
  122. package/src/components/meeting/npmcachae/_cacache/index-v5/54/0d/a4909047714a0a7198bb9bd37020992464e47c79a791889919b84d90aab0 +3 -0
  123. package/src/components/meeting/npmcachae/_cacache/index-v5/8e/2b/21a79778e2ac08cf5663baf83cb35f951995a496007eb2e2f7fba54021a4 +3 -0
  124. package/src/components/meeting/npmcachae/_cacache/index-v5/eb/a0/b70c8132e5b57a0f1e129b8cc941796420a9c147c0baa680710083740898 +2 -0
  125. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_54_955Z-debug-0.log +277 -0
  126. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_57_842Z-debug-0.log +277 -0
  127. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_00_016Z-debug-0.log +277 -0
  128. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_02_191Z-debug-0.log +277 -0
  129. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_04_425Z-debug-0.log +277 -0
  130. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_06_642Z-debug-0.log +277 -0
  131. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_08_826Z-debug-0.log +277 -0
  132. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_36_140Z-debug-0.log +433 -0
  133. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_39_573Z-debug-0.log +433 -0
  134. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_42_134Z-debug-0.log +212 -0
  135. package/src/components/meeting/npmcachae/_update-notifier-last-checked +0 -0
  136. package/src/draft/Banner.vue +265 -0
  137. package/src/draft/ButtonCards.vue +106 -0
  138. package/src/draft/Feature.vue +134 -0
  139. package/src/draft/Footer.vue +512 -0
  140. package/src/draft/HorizontalAnchor.vue +165 -0
  141. package/src/draft/ItemSwiper.vue +133 -0
  142. package/src/draft/Logo.vue +141 -0
  143. package/src/draft/LogoCard.vue +75 -0
  144. package/src/draft/LogoV2.vue +19 -0
  145. package/src/draft/MainCard.vue +38 -0
  146. package/src/draft/MultiCard.vue +95 -0
  147. package/src/draft/MultiIconCard.vue +74 -0
  148. package/src/draft/OInfoCard.vue +176 -0
  149. package/src/draft/Process.vue +81 -0
  150. package/src/draft/Section.vue +167 -0
  151. package/src/draft/SingleTabCard.vue +85 -0
  152. package/src/draft/SliderCard.vue +110 -0
  153. package/src/env.d.ts +1 -0
  154. package/src/i18n/en.ts +20 -0
  155. package/src/i18n/index.ts +42 -0
  156. package/src/i18n/zh.ts +14 -0
  157. package/src/index.ts +46 -0
  158. package/src/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
  159. package/src/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
  160. package/src/npmcachae/_logs/2026-03-17T10_53_33_398Z-debug-0.log +156 -0
  161. package/src/npmcachae/_logs/2026-03-17T10_53_35_464Z-debug-0.log +156 -0
  162. package/src/npmcachae/_logs/2026-03-17T10_53_37_852Z-debug-0.log +156 -0
  163. package/src/npmcachae/_update-notifier-last-checked +0 -0
  164. package/src/shared/provide.ts +6 -0
  165. package/src/shims-vue-dompurify-html.d.ts +17 -0
  166. package/src/vue.d.ts +10 -0
  167. package/tsconfig.json +33 -0
  168. package/vite.config.ts +102 -0
@@ -0,0 +1,18 @@
1
+ import { default as OBanner } from './components/OBanner.vue';
2
+ import { default as OCookieNotice } from './components/OCookieNotice.vue';
3
+ import { default as OFooter } from './components/OFooter.vue';
4
+ import { default as OHeader } from './components/OHeader.vue';
5
+ import { default as OHeaderMoblie } from './components/OHeaderMoblie.vue';
6
+ import { default as OHeaderSearch } from './components/OHeaderSearch.vue';
7
+ import { default as OHeaderUser } from './components/OHeaderUser.vue';
8
+ import { default as OPlusConfigProvider } from './components/OPlusConfigProvider.vue';
9
+ import { default as OSection } from './components/OSection.vue';
10
+ import { default as OSourceCode } from './components/OSourceCode.vue';
11
+ import { default as OThemeSwitcher } from './components/OThemeSwitcher.vue';
12
+ export { OBanner, OCookieNotice, OFooter, OHeader, OHeaderMoblie, OHeaderSearch, OHeaderUser, OPlusConfigProvider, OSection, OSourceCode, OThemeSwitcher };
13
+ export * from './components/element-plus';
14
+ export * from './components/events';
15
+ declare const _default: {
16
+ install: (app: any) => void;
17
+ };
18
+ export default _default;
package/docs/design.md ADDED
@@ -0,0 +1,27 @@
1
+ # 业务组件设计文档
2
+
3
+ ## 目录结构
4
+
5
+ ```text
6
+ components
7
+ ├─ docs // 文档
8
+ ├─ playground // 演练场
9
+ ├─ scripts // 脚本
10
+ ├─ src // 具体内容
11
+ ```
12
+
13
+ ## 总览
14
+
15
+ | 名称 | 文件名 | 状态 | 备注 |
16
+ |:------|:------|:------|:------|
17
+ | Banner | OBanner.vue | 10月完成 ||
18
+ | 通用楼层布局 | OSection.vue | 10月完成 ||
19
+ | 导航搜索| OHeaderSearch.vue | 10月完成 ||
20
+ | 会议日历| OMettingCalendar.vue | 11月完成 ||
21
+ | openEuler社区页头| OHeader_openEuler.vue | 11月完成 ||
22
+ | openEuler社区页脚| OFooter_openEuler.vue | 11月完成 ||
23
+ | 悬浮按钮| OFloatingButton.vue | 11月完成 ||
24
+ | 语言切换| OLanguageSwitcher.vue | 11月完成 |调用useLocale的能力|
25
+ | 风格切换| OThemeSwitcher.vue | 11月完成 |调用useTheme的能力|
26
+ | 导航用户信息| OUserInfo.vue | 11月完成 |调用useLogin的能力|
27
+ | 隐私管理| OCookieNotice.vue | 11月完成 ||
@@ -0,0 +1,41 @@
1
+ # banner 组件设计文档
2
+
3
+ ## 使用场景
4
+
5
+ 运用于首页主 Banner 的呈现,将 Banner 的不同细分场景配置化,支持图文型、图片型、多端,满足绝大部分 Banner 场景。
6
+
7
+ ## 字段配置
8
+
9
+ | 字段名 | 字段用途 |
10
+ | :-------------- | :--------------------------------------------- |
11
+ | light | light 主题下相关配置 |
12
+ | dark | dark 主题下相关配置 |
13
+ | bg_pc | PC 端 Banner 图 |
14
+ | bg_pad | Pad 端 Banner 图 |
15
+ | bg_mb | 移动端端 Banner 图 |
16
+ | bg_theme | Banner 图所在主题 |
17
+ | bg_href | Banner 跳转链接 |
18
+ | bg_btn | Banner 按钮内容 |
19
+ | pc_text_width | PC 端下图片型适配,文本图片宽度 |
20
+ | pc_text_height | PC 端下图片型适配,文本图片高度 |
21
+ | pad_text_width | Pad 端下图片型适配,文本图片宽度 |
22
+ | pad_text_height | Pad 端下图片型适配,文本图片高度 |
23
+ | pad_offset | Pad 端下 Banner 图适配,偏移量使主视觉元素位置 |
24
+
25
+ ## 规范描述
26
+
27
+ ### 适配原则
28
+
29
+ #### ≥1680px: banner 高度: 460px;标题距离顶部导航 128px;标题字号 56px;正文字号 20px;
30
+
31
+ #### 1680px ~ 1201px: banner 高度: 400px;标题距离顶部导航 88px;标题字号 48px;正文字号 18px;
32
+
33
+ #### 1200px ~ 841px: banner 高度: 320px;标题距离顶部导航 64px;标题字号 40px;正文字号 16px;
34
+
35
+ #### 840px ~ 601px: 折叠屏、手机横屏、Pad 竖屏,banner 高度: 184px;标题距离顶部导航 24px;标题字号 22px;正文字号 12px;banner 圆角 12px;
36
+
37
+ #### 600px ~ 360px: 手机竖屏,banner 高度: 184px;标题距离顶部导航 24px;标题字号 22px;正文字号 21px;banner 圆角 12px;
38
+
39
+ ### 切图原则 -- 待补充
40
+
41
+ ### 交互原则 -- 待补充
@@ -0,0 +1,27 @@
1
+ # 全局通用楼层组件设计文档--OSection
2
+
3
+ ## 使用场景
4
+
5
+ 运用于社区需要通用楼层的场景,提供标准化楼层标题、主体、楼层注脚等内容的模板。
6
+
7
+ ## 属性
8
+
9
+ | 属性 | 属性用途 | 类型 |
10
+ | :-------------------- | :----------------------------------- | :------ |
11
+ | title | 楼层大标题 | String |
12
+ | subtitle | 楼层副标题 | String |
13
+ | full | 是否整屏宽度显示 | Boolean |
14
+ | header-justify-center | 楼层主标题是否居中 | Boolean |
15
+ | footer | 楼层 footer 内容 | String |
16
+ | footer-href | 楼层 footer 如需跳转,可配置跳转链接 | String |
17
+
18
+ ## 插槽
19
+
20
+ | 插槽名 | 插槽用途 |
21
+ | :------- | :---------------- |
22
+ | title | 自定义楼层标题 |
23
+ | subtitle | 自定义楼层副标题 |
24
+ | footer | 自定义楼层 footer |
25
+ | default | 自定义楼层主内容 |
26
+
27
+ ## 规范描述 -- 待补充
@@ -0,0 +1 @@
1
+ {"_attachments":{},"_id":"vue-dompurify-html","_rev":"1556666-61f3b49ec189a904bfc9a94f","author":{"name":"Thomas Gerbet"},"description":"Safe replacement for the v-html directive","dist-tags":{"latest":"5.3.0","vue-legacy":"2.6.0"},"license":"MIT","maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"name":"vue-dompurify-html","readme":"# vue-dompurify-html\n\n[![npm](https://img.shields.io/npm/v/vue-dompurify-html)](https://www.npmjs.com/package/vue-dompurify-html)\n[![Build Status](https://github.com/LeSuisse/vue-dompurify-html/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/LeSuisse/vue-dompurify-html/actions/workflows/CI.yml?query=branch%3Amain)\n[![Code Coverage](https://codecov.io/gh/LeSuisse/vue-dompurify-html/branch/main/graph/badge.svg)](https://codecov.io/gh/LeSuisse/vue-dompurify-html)\n\nA \"safe\" replacement for the `v-html` directive. The HTML code is\nsanitized with [DOMPurify](https://github.com/cure53/DOMPurify) before being interpreted.\n\nThis is only a small wrapper around DOMPurify to ease its usage in a Vue app.\nYou should take a look at the\n[DOMPurify Security Goals & Threat Model](https://github.com/cure53/DOMPurify/wiki/Security-Goals-&-Threat-Model)\nto understand what are the limitations and possibilities.\n\n## Installation\n\n```\nnpm install vue-dompurify-html\n```\n\nThe current version is only compatible with Vue 3. If you need Vue 2 support use a 4.1.x version.\n\n## Usage\n\nYou can see setup examples in the [examples/](../../examples) folder.\n\n```js\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport VueDOMPurifyHTML from 'vue-dompurify-html';\n\nconst app = createApp(App);\napp.use(VueDOMPurifyHTML);\napp.mount('#app');\n```\n\nIn your <abbr title=\"Single File Component\">SFC</abbr>:\n\n```vue\n<template>\n <div v-dompurify-html=\"rawHtml\"></div>\n</template>\n<script setup>\nimport { ref } from 'vue';\n\nconst rawHtml = ref('<span style=\"color: red\">This should be red.</span>');\n</script>\n```\n\nYou can also define your [DOMPurify configurations](https://github.com/cure53/DOMPurify#can-i-configure-dompurify):\n\n```js\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport VueDOMPurifyHTML from 'vue-dompurify-html';\n\nconst app = createApp(App);\napp.use(VueDOMPurifyHTML, {\n namedConfigurations: {\n svg: {\n USE_PROFILES: { svg: true },\n },\n mathml: {\n USE_PROFILES: { mathMl: true },\n },\n },\n});\napp.mount('#app');\n```\n\nYour configuration keys can then be used as an argument of the directive:\n\n```vue\n<template>\n <div v-dompurify-html=\"rawHtml\"></div>\n <div v-dompurify-html:svg=\"svgContent\"></div>\n</template>\n<script setup>\nimport { ref } from 'vue';\n\nconst rawHtml = ref('<span style=\"color: red\">This should be red.</span>');\nconst svgContent = ref('<svg><rect height=\"50\"></rect></svg>');\n</script>\n```\n\nAlternatively, you can define a default [DOMPurify configuration](https://github.com/cure53/DOMPurify#can-i-configure-dompurify):\n\n```js\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport VueDOMPurifyHTML from 'vue-dompurify-html';\n\nconst app = createApp(App);\napp.use(VueDOMPurifyHTML, {\n default: {\n USE_PROFILES: { html: false },\n },\n});\napp.mount('#app');\n```\n\nThe `default` [DOMPurify configuration](https://github.com/cure53/DOMPurify#can-i-configure-dompurify) will be used:\n\n```vue\n<template>\n <div v-dompurify-html=\"rawHtml\"></div>\n</template>\n<script setup>\nimport { ref } from 'vue';\n\nconst rawHtml = ref('<span style=\"color: red\">This should be red.</span>');\n</script>\n```\n\nThere is also the possibility to set-up [DOMPurify hooks](https://github.com/cure53/DOMPurify#hooks):\n\n```js\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport VueDOMPurifyHTML from 'vue-dompurify-html';\n\nconst app = createApp(App);\napp.use(VueDOMPurifyHTML, {\n hooks: {\n uponSanitizeElement: (currentNode) => {\n // Do something with the node\n },\n },\n});\napp.mount('#app');\n```\n\nIf needed you can use the directive without installing it globally:\n\n```vue\n<template>\n <div v-dompurify-html=\"rawHtml\"></div>\n</template>\n\n<script setup lang=\"ts\">\nimport { buildVueDompurifyHTMLDirective } from '../src/';\n\nconst vdompurifyHtml = buildVueDompurifyHTMLDirective(<config...>);\nconst rawHtml = '<span style=\"color: red\">Hello!</span>';\n</script>\n```\n\n## Usage with [Nuxt 3](https://nuxtjs.org/)\n\nIn your Nuxt folder, add the [`isomorphic-dompurify` dependency](https://github.com/kkomelin/isomorphic-dompurify)\nand create a new plugin `plugins/dompurify-html.ts` with the following content:\n\n```js\nimport VueDOMPurifyHTML from 'vue-dompurify-html';\nimport { JSDOM } from 'jsdom';\nimport DOMPurify from 'isomorphic-dompurify';\n\nexport default defineNuxtPlugin((nuxtApp) => {\n nuxtApp.vueApp.use(\n VueDOMPurifyHTML,\n { enableSSRPropsSupport: true },\n () => DOMPurify,\n );\n});\n```\n\nYou can use the same configuration options than the Vue setup. You can see a complete example\nwith some advanced configuration in the [Nuxt 3 example](../../examples/nuxt3/).\n\n**Note:** due to [current limitations](https://github.com/vuejs/core/issues/8112), the content processed by the\ndirective are only processed client side.\n","time":{"created":"2022-01-28T09:17:18.577Z","modified":"2025-05-05T13:35:50.840Z","1.0.0":"2019-04-14T18:07:13.107Z","1.1.0":"2019-04-15T22:01:32.829Z","1.2.0":"2019-04-16T21:24:11.528Z","1.2.1":"2019-04-24T11:47:11.024Z","1.3.0":"2019-06-03T19:36:38.613Z","1.3.1":"2019-07-31T14:54:48.046Z","2.0.0":"2019-08-18T18:22:53.476Z","2.1.0":"2019-09-13T10:07:26.270Z","2.1.1":"2019-11-03T16:46:32.860Z","3.0.0-alpha.0":"2020-04-29T15:39:09.224Z","2.2.0":"2020-05-12T21:31:40.434Z","3.0.0-alpha.1":"2020-05-12T21:46:33.703Z","2.2.1":"2020-05-12T22:17:54.678Z","3.0.0-alpha.2":"2020-05-12T22:43:36.495Z","3.0.0-alpha.3":"2020-08-10T20:36:17.509Z","2.3.0":"2020-08-10T21:23:12.259Z","2.4.0":"2021-12-10T14:39:47.860Z","3.0.0-beta.1":"2021-12-10T14:45:31.107Z","3.0.0-beta.2":"2021-12-23T15:38:37.820Z","2.5.0":"2021-12-25T12:11:59.244Z","2.5.1":"2022-04-04T17:29:00.831Z","3.0.0-beta.3":"2022-04-04T17:34:04.686Z","2.5.2":"2022-04-24T10:42:49.700Z","3.0.0":"2022-05-13T11:58:07.987Z","2.6.0":"2022-06-05T17:56:13.446Z","3.1.0":"2022-08-28T09:35:43.466Z","3.1.1":"2022-09-05T14:45:16.508Z","3.1.2":"2022-12-15T15:18:00.105Z","4.0.0":"2023-02-16T12:40:58.187Z","4.1.2":"2023-05-22T21:55:45.558Z","4.1.3":"2023-05-22T22:27:55.556Z","4.1.4":"2023-05-22T22:49:55.366Z","5.0.0":"2023-12-13T19:14:39.670Z","5.0.1":"2023-12-15T14:30:20.751Z","5.1.0":"2024-06-16T10:45:09.794Z","5.2.0":"2024-11-24T21:12:48.378Z","5.3.0":"2025-05-05T13:35:37.729Z"},"versions":{"1.0.0":{"name":"vue-dompurify-html","version":"1.0.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.js.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"echo \"Error: no test specified\" && exit 1"},"dependencies":{"dompurify":"^1.0.10"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"typescript":"^3.4.3","vue":"^2.6.10","@types/dompurify":"0.0.32"},"gitHead":"77ce8d893325a6aefed1d0ce6b792ee8218c765b","_id":"vue-dompurify-html@1.0.0","_nodeVersion":"8.15.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-lbz1uUysDAKl0bP/bM7tk5cQG5d8+8YCkpi1xmalL0ByBjzsJ0fdPXPEOBBDHwz325imAH9MreIdgcpIVEJJzw==","shasum":"f41cd4e1565f7085e714c04e74c47b134bd41851","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-1.0.0.tgz","fileCount":11,"unpackedSize":4924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcs3bRCRA9TVsSAnZWagAAwj4P/1qgAVYROBFtvMlba5kc\nx00ucqmaG5LVTR1bQmNsCt14jGl6mBgoZmH1Gl9mU2jNs6eO4yrDV3KwWMKS\ntuHYKII8shuXNDzenK4z3+YsXXAeOav6SCJtNQ1b46fjv/TrK5BNLRfFjSo2\nPet+qoJn5s9OsteUBh+t/mMx5tv3Gr/7UfphsRGbrL6VEGT7z+dhhx4C7hFq\nVQnyLmwvXF9ZnsJktA4R+dlc309AE5Had+Fh/dv6whcHVk1paFPoc88ptvAy\nMpcF0FP0SQQcLwvFZqNVtEIFQJ6rqBPpMlfsiRJcVjJGypGg5li3H7Kwp61/\n7p2ic1bKnSWz/WVUCpIz4b1XGEfk5TQhhl4l17odLNCnKeDnmSTtXSJVnPcR\niSUd0HL75i00IBjkK46u4v7BD7QyWxPNgMG+e5mR5QmoeE3WD+FJtCnDJEkd\nPm843lVvozo2kpk2SrqvSOACnx+82QWm9/ETfk3Puy7OIOACh42wz0S5Oc4t\nyHSqJQzY9UXVujjROc6nVIGjYrUkgTR8KGWZhSJCSHFcgtJTKJkLLd5rCl9U\nWCECI+ndHyuSwIKJI1Rr4lc3ZbkxZ2XuLhxGergSr4sSdwTF6zUoqOnQ7XLX\nQg564FSJm6sjYUccZw5dPsveIG2XrFUc/9AUGxHQ9TcpRtGEPmpcqqJOVYq1\nI4ln\r\n=wVp3\r\n-----END PGP SIGNATURE-----\r\n","size":2424},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_1.0.0_1555265232871_0.021724663766032215"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:07.252Z"},"1.1.0":{"name":"vue-dompurify-html","version":"1.1.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.js.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"karma start"},"dependencies":{"dompurify":"^1.0.10"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"0.0.32","@types/jasmine":"^3.3.12","@types/node":"^11.13.4","@vue/test-utils":"^1.0.0-beta.29","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-jasmine":"^2.0.1","karma-typescript":"^4.0.0","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"1425eb8460cdc8dcd9ca41a37a9368d467f7db2f","_id":"vue-dompurify-html@1.1.0","_nodeVersion":"8.15.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-EGJdTYamUfy6IGPlh9dFRWzrqXmvl2nTFzKKweNb7Uj0QJu1edLqs9Bpx+CUA2x3gppiyT0GRynu8sfd1S4irw==","shasum":"bb349deb3ce686379642e315b3da6f07e16c0c0d","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-1.1.0.tgz","fileCount":7,"unpackedSize":5245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctP89CRA9TVsSAnZWagAAXKwQAKLg4ce5LydidoiH2Soo\nfHvelQGstVhexA1tC49kACBsgKrsxFFKCeuyLQAegMkPU60htf874C0uFslT\nXjV/h/XbhCyOzPc+r+76L2IctFhA7+plY7Jrmz3po0dJlR2RU5olmnU/C7UV\nZCWJu9dJ5b0lGpjA500aj6uxpktYAr/87NSuQYSlx8NCrcnovNIHB/JiqyZP\n0nZQAzOz9mn1s8rli8cgDnlrmZnJUd0/rzpgo5GloYD1SnAVyLvNxfEAta30\neVaaNXSN16cBVFC4GDaEhudtSDTE8FrdpRK8Fl7BGNfBOR/hnEM0WV7hE5Az\ngPWyktRQbDrQn8IxBFmuQUzYHfZqmyHUKyJW35RNfJfpWaAvKO/pOMk3UVk4\noAODwerLcmPiSpfrzdvWg5VwLWLTnoSVK7EXRMDGs572BR9sq/kvzkSekr7B\nphxpvwETaABCVlGovZ5NqHuYhZ0UJG77gLdQaX8ZCVV3toHbqRh5jj66o2Yp\nzc/iUE4saO8xlrL2/ySJwNxEAl2tmVRxJiRN0zTCjzT2wnZZ/h0hcg7dR72E\nKb24Ztb9TMjAJULKn3PjpIWRzfvo/DDjC2btm2+P9taLTAsyfz5z+prGIg2u\ntl+xEc270QZNer2aSbF3MonvLBEQeuZqlOh85k49dL83cjdgtHZwy3/f7Ict\nnfDZ\r\n=J7gw\r\n-----END PGP SIGNATURE-----\r\n","size":2411},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_1.1.0_1555365692660_0.7334823622967914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:08.115Z"},"1.2.0":{"name":"vue-dompurify-html","version":"1.2.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.js.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"karma start","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^1.0.10"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"0.0.32","@types/jasmine":"^3.3.12","@types/node":"^11.13.4","@typescript-eslint/eslint-plugin":"^1.6.0","@typescript-eslint/parser":"^1.6.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^5.16.0","eslint-config-prettier":"^4.1.0","eslint-plugin-prettier":"^3.0.1","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-jasmine":"^2.0.1","karma-typescript":"^4.0.0","prettier":"^1.17.0","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"386beccf5801838f4e6d2d46b3c55aba16b0950b","_id":"vue-dompurify-html@1.2.0","_nodeVersion":"8.15.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-cU9/oVyzTCuCd2OoV1Yihhf53Sf1TWCpmuycpJoc+4LiiM4skLUoMKcGo58U8/zqv9cTTVH0rtdM5MEiEzPtPw==","shasum":"eff9673c584775cee756d31a157f8dd0e8a576b2","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-1.2.0.tgz","fileCount":7,"unpackedSize":5743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctkf8CRA9TVsSAnZWagAA7aIQAJSvGx0rB0sAJxiExNC2\n6FT6NsHZ8gBGqkpTMx1DihRWc/8NQDW3a/o8UqdYPM+g6t4cSvrgbw5c3pW+\nLz4wuvfd7eGPUxgipRz5RtDUxIIzDhfmPHM2d9MLYCq822j0OleS1FD/xs/A\nBqT2Xs8SJwXzv/28LHP3LpVGV9cTFR9tvW58TvBpmKPjGfLC8aHomAYqUxmF\nl5USZEf1Z1/JIiKtiwIdn9YR+q38rrccaMFDWJmzCw4Q6wGizf+nJsAX9CWf\naxSAndSoTktak7N1ri2A+5qsvnPYkj9WaHKg79wDr3XDYqx/MUKq9XvFPhnc\n0CywFWoZh9plS6Dxyk0EbZLzrLpAWZe5Kcr1zYdJVIiHIzwEFKpgZDGQOptC\nV7ptKV6WHlGlKZrgzTB7RRtTujEmlhBZOjFQC872gw2TMoYA7OR5BExfc3Ga\nXLdV5MGWzkbbWwMY2LIRm+gpevfzlvwSSxQAsBkmfy2b7+uKmWHKt+jYvhLK\nVr/mIbgaGMCvdFE2+AWugrpn2IdxSa2fyIClD4DekToCUDLjCH5EsZKVetQp\nrKFW+uF77XVC1RzmIMl9jyblSp+/WzIg18ZWo9VKGLVzJ/b3FBbwoOOovSRd\nBq5tdzAFs8nueOrzvUNyWwEjh+4tXE0GWaYpQ5qh+TjC4oW1XZZq1X4LDus6\n2r+7\r\n=xDdK\r\n-----END PGP SIGNATURE-----\r\n","size":2552},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_1.2.0_1555449851413_0.03218673209893286"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:08.968Z"},"1.2.1":{"name":"vue-dompurify-html","version":"1.2.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.js.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"karma start","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^1.0.10"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"0.0.32","@types/jasmine":"^3.3.12","@types/node":"^11.13.4","@typescript-eslint/eslint-plugin":"^1.6.0","@typescript-eslint/parser":"^1.6.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^5.16.0","eslint-config-prettier":"^4.1.0","eslint-plugin-prettier":"^3.0.1","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-jasmine":"^2.0.1","karma-typescript":"^4.0.0","prettier":"^1.17.0","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"778aa296ede4981298023b75cc50806a7b8710d2","_id":"vue-dompurify-html@1.2.1","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-163VcPQBqaKAdk/GQY7VIdgmu1rK8RA7qI6blEb/4aqUlCBjxoTcu6XfMvZzO/mkI0mDFeI+O5XV8LTAB5lJDA==","shasum":"7b9119282eb21b6624a71bf75f233f8b2dab6e0b","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-1.2.1.tgz","fileCount":7,"unpackedSize":5949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwEy/CRA9TVsSAnZWagAAXBUP/0RA7ATrn306ZJxFvcuC\n4Wneb7xlXjhaqTqUyX777n8loH1ENV72mGdBr7/pFTf7q1mPV8AdV/ExA44r\nNmQ71q+if38oROcweegmdFCjzfT3IGGLmeDGUFRE1GV2+oEyIHC31onXhQWS\n5hTxieuxASCKP3uS/wevEsorBmgajaQY8gslPyqV7rx4tlnFKqLbme8qMAtf\nf4UxzLw94Ai4pCChkXUEyWBnspRWcVz2ERTYt1sqIry8HImnYNHQQNZlARxe\nF/rxepTpgNNYUph9xy1td0oIxZtmw+G0cuRGKiRRYJiKqyqLZtp5ouzVF0Vw\nJX093OOfKX6o3RwZyp+7Ks/S2xyfMqFfWMI16gLz7rfiFAHnQ/J4zRk1doii\n/Ab+1WZchz5jPGGEWXsVtXrNdorBVzEzkfj5DXyv9P/cMNvhQYkecqTz5Qdd\nm61pStXpakDf8oLTrYwhlE8g2OzW0zfPu3EeBDovMh00tdX1jx0LXfVdaZca\n8i8jYT9mAh43vLzA+Ku+tTB0lcDf8iLjZPELyiWcB8ljAqjRmTwc9WFvghLm\n4V9E6E89St+9EpXHxM8OJZkJLJPujNCtTlswowQ2Gfbu9dX4ByntxG6NMua6\ncC2duK6r5qBZR/rJEsSr+6zCf4XGWT//uqhn0CVfNXopVstVvQ5rbbCvhSDG\nZApC\r\n=7ZJ0\r\n-----END PGP SIGNATURE-----\r\n","size":2606},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_1.2.1_1556106430906_0.37561902233232747"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:09.863Z"},"1.3.0":{"name":"vue-dompurify-html","version":"1.3.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.js.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"karma start","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^1.0.10"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"0.0.32","@types/jasmine":"^3.3.12","@types/node":"^12.0.0","@typescript-eslint/eslint-plugin":"^1.6.0","@typescript-eslint/parser":"^1.6.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^5.16.0","eslint-config-prettier":"^4.1.0","eslint-plugin-prettier":"^3.0.1","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-jasmine":"^2.0.1","karma-typescript":"^4.0.0","prettier":"^1.17.0","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"a360fc789d400f7d8aaddf2acc4b2c0023ddc74b","_id":"vue-dompurify-html@1.3.0","_nodeVersion":"8.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-gkGgkWt64lQhx17WJRN9e254Qug0imKfilAYraEjD3FAXJXLe7VKwOTW1zlLOxM72apv2iJMCQbmnY+paPD07A==","shasum":"f6dd37786f4c48d11d1b9c12d2e8f9ebeb9561c5","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-1.3.0.tgz","fileCount":7,"unpackedSize":5969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9XbHCRA9TVsSAnZWagAAb+8P/1tCmFGtREzTLcdwLlCc\nd+H1RdqG+tS8y/QRd72Y6HPFGfZSGPgPSY0hh27WgqQZyHrYyZN2I33t7RL9\nQUwbdjy++E+dzwXsDIFcK5gvDfc3mjEs4i8A3au3md8p5dh2BHC9tL/GzBFZ\noEGqAQ2lmng0Epr29MfvM9aI4KphYJ5cu7/jH/UXvYFZqLvhGzmGXuXFcChT\nZHeVLmyymBWCyVFxZLv71mn/ozwA2H8MoN2Fxl7CZyURUDBpKrhUAMTYTVgu\nySiZRf1ZkyHNettziZSJotTRix2+u9x8BvGDnHffku/G/W2JLZq3wWWlmP5p\nikeKbuWbkaySu2cyvIgoxIhlwv63GgjSVTMZpiJdnBdHsEmGwaCVCHdnH3PD\ni/mc2pWThocg3QrNRYQflrdP53RUDSuixFM8gz6/of/Qa9WzvP2vHwI5t7dr\nbaox4MVhO1CozY10AQWpbvTZ6nSFnJBKftScjwu14G8Npr8tqCgQ4ovIiURW\n8CBpxt7t7lkf8n7HjDYbixRTzU+2F9nu9x9LN6+uDfi+UFSCkXYJ6/Umcp1u\nbHgOigLxyCoQyawKXWCS9qXZPuMZNXt6L1cZm+ca43wximPO1B+CEri62cZj\nE9n35KEs2Ox6ra6cTpeBylEpqnUWoRdVGOtmXmRpBPqGhp5WZDgmlKN2j4UY\ndhP1\r\n=Z/ud\r\n-----END PGP SIGNATURE-----\r\n","size":2612},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_1.3.0_1559590598422_0.19425371083747978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:10.726Z"},"1.3.1":{"name":"vue-dompurify-html","version":"1.3.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"karma start","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^1.0.10"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"0.0.33","@types/jasmine":"^3.3.12","@types/node":"^12.0.0","@typescript-eslint/eslint-plugin":"^1.6.0","@typescript-eslint/parser":"^1.6.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^5.16.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","karma":"^4.0.1","karma-chrome-launcher":"^3.0.0","karma-jasmine":"^2.0.1","karma-typescript":"^4.0.0","prettier":"^1.17.0","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"440dbb32d50290d003494848f32f40ecd8159a01","_id":"vue-dompurify-html@1.3.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-+wFETiPHN9j1JoSm5fDcK7nbwTSuSTMLiufFcmeFw9voH75YM3LCMeLUZTPy89IxitoSN9bcJuNKyU+tsUPN1A==","shasum":"32d6e0042904eceb74b456f92d58e3c46e03ba84","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-1.3.1.tgz","fileCount":7,"unpackedSize":6313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQau4CRA9TVsSAnZWagAANQkQAJ/0/8nFmKFx6Hh6oL+A\n6UB/YNA4sXiKnA8hkCX8wB4FzC52ii4zC78/3vdYUqEQ4snpP0RZ0QS+39fb\nzUG+NhFm4sO/Tfr3H/EZArru+fBh8fETpU5p1iNsvIj2vWRFOyj8iqOVm6uS\nKcTeQwJCYjSaWpSHA3BEw9SUdtM7tzFpr22ox/9vXGbt3jdpvtwQParRYybI\nRMofdiS1bRuNVGOIsUJTj/fDCygTaIiNMlW0NK26y1zAsgjdXJwCOA3N+bgf\nKty6bEn10Y6jZ/6+dT4SHkdmar/QshyPoYTka7EQHuQeNGE/8G+56kUdC58Q\nERVSH4dgU2gnnRU5T5pc2oE2zy8WdccObJ7Z75P6YC4lBGo45hzGp4VuaNJ1\nSZ1Tr42NQmXMaPISkE7wmmIvQWbikq55ox/B5Jt5eL3JZ6gF6gpFh8t4r722\nMymaEMBfHVaYQxwaJoMtIJCx31ecsrscBExnqUVWhocGBbbPy2sbr35kprF3\nlUcpPnMgVhTtD6IX9paJ0NE+rF9cz0ECtGfmERTiFWlrC1r5DJXV99x1rmEY\nnnpxEUU7ZL5FNi1qhinnzsNI/uOmbNiAqPsMYww8FS+/0NRHOK1d55ayMImI\nmnQ97NP8WWruv98cxzNP+Gc73pAS3dIHKhzMyWoE4Tr6kjj95Q6n5Zhi50dP\nlrXW\r\n=PAkm\r\n-----END PGP SIGNATURE-----\r\n","size":2766},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_1.3.1_1564584887944_0.6113484680530901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:11.612Z"},"2.0.0":{"name":"vue-dompurify-html","version":"2.0.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^1.0.10"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jasmine-framework":"^2.0.2","@stryker-mutator/jest-runner":"^2.0.2","@stryker-mutator/typescript":"^2.0.2","@types/dompurify":"0.0.33","@types/jest":"^24.0.17","@types/node":"^12.0.0","@types/sinon":"^7.0.13","@typescript-eslint/eslint-plugin":"^1.6.0","@typescript-eslint/parser":"^1.6.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^5.16.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^24.8.0","prettier":"^1.17.0","sinon":"^7.3.2","ts-jest":"^24.0.2","ts-mock-imports":"^1.2.6","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"d3d75b3af8c2f48f8068bdfb7e055386afe7ddd6","_id":"vue-dompurify-html@2.0.0","_nodeVersion":"11.15.0","_npmVersion":"6.10.3","dist":{"integrity":"sha512-wvD0QqGe6Z/tZTXcgtx4w3QIsnEWZFeDPWRtiuUJioTUhjqGPnL9uN9orX4wQeU3dIUVLaJhsdiBCzuiNAK8+A==","shasum":"9747f470e55b61324100954bb29a34c66dfac93e","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.0.0.tgz","fileCount":7,"unpackedSize":7756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWZd9CRA9TVsSAnZWagAASiUP+wXGwS9DPe/QLnetcgbj\nKyXttvC5dDLVPGwIgib6WlJr9xoSibdO0ZyukgZcZu1ceNeu6t4E5tKDIr0/\nsCqV9yGbU/jv7VnZjQCm5tz5J5pgoTcqfAmoeF6CFFBYDWV1IKiKfph/PbLS\n057SClcS1kc+TYHskV/TxeHRzgFlK/rl7zpxWJGMUl83ctGfl/oS3Yg4Qc8O\n+GhoVEczKTYX/klZJZ8YT0RW0OjVuiU2zJXC9MQw5ffIUy+jJZFk4vUTw0fN\nMUS+qyoG2p+tjfPXrL+oAOBpbNmTEtjPx1gO4IKEfDyKub0Ex8pokdvklMbY\n6hiTdYgZv6GiM+zZkVMZmyrgAH2n7CroPXqPwA5UooUxkLkKTXCfLoTkIakP\nwVLx0f0P8Bc31pWWfr/4RAsECgHgJfEgAb0fthrFxGeEN+cGcb8ZPMVMrd7j\nhUyB5D7ubNvbanaDhG2kSYNhPkFH6oZ8guOUkliyIF0rXSI5kmYehAO3exHD\ndg05b2jwDuvM6aKHj5zKKFfoenupJ7UJ5NUYuyzd95XbLNZreU9VhcuY7+8n\n3G2hPNbZSNpPOB+lvV/H+lgsPK3qUm3MdIiOrWS43ZISivkk2fqbec4q8a5O\n4wNOkvjhUoYZzrUku7prhQ07fUR1jSmNjMJpwAopgHZWWuE63QlgPYY/ZBdS\n8mbG\r\n=M5Rm\r\n-----END PGP SIGNATURE-----\r\n","size":3069},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.0.0_1566152573350_0.5881498991591929"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:12.465Z"},"2.1.0":{"name":"vue-dompurify-html","version":"2.1.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^2.0.2","@stryker-mutator/typescript":"^2.0.2","@types/dompurify":"0.0.33","@types/jest":"^24.0.17","@types/node":"^12.0.0","@types/sinon":"^7.0.13","@typescript-eslint/eslint-plugin":"^1.6.0","@typescript-eslint/parser":"^1.6.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^5.16.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^24.8.0","prettier":"^1.17.0","sinon":"^7.3.2","ts-jest":"^24.0.2","ts-mock-imports":"^1.2.6","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"2f3683ed131f49a2fbf39107629d435f1308f654","_id":"vue-dompurify-html@2.1.0","_nodeVersion":"10.16.3","_npmVersion":"6.11.1","dist":{"integrity":"sha512-lbjrCkZ5z9MpmrOP8pQA3EEjs8ZuJktRhe0imRVYSDRG8U/rotua09AwQ8JdmfYE9sYZRD4uLgRwv3yi+650xw==","shasum":"8a0e7e16d959ad1b54fc720405536752ab2ad45e","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.1.0.tgz","fileCount":7,"unpackedSize":7703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJde2peCRA9TVsSAnZWagAA0l0QAIhxC63fiXz6D2Lt/ffX\n6qgAEj5SU+jiauzZSUrNikekD6mWyxC9HLshddvdYZcJxEg+gpcuDuBBJJlQ\nmtpYXsUDCp/8Kx3XeTyGdw02/lfX0qPQ2ceFv4AP3+6mWpsbs7JRO+nDaVNL\nbVRbortaOm0wbB4xhVgpdkEyitIYBBIarNiifvOf4GcGt43bCspT5/Otccfz\neF9/YhJAPM4zJl9BgJj9TfjeHs0Yy2XYtihb2eIY2Vx75IN9aXGNVjaOdr+d\nYyAxrixkjO1zevTIbqxIhR/P5pJmCBxv60sTyzXHi4c4Gx3u2Ps9t3nw82E2\nVEDhmFmJx1VdiDvgxB8Of8lFEW7B7Pyzw5YtoJSXEZrdfmsHd2GA1Efcecu1\nekYyz2h2oNaNs/QgnzIOfNRfYJ3+Uk8BBie3BepoPvsZqVPWgdWCZKIlPHhu\nfM8wS++SAbrgCxjCEbdYazuRrjr7G2wOWmva40iF07pfGY9Et3TkZUV5GqIH\nnlr4EkrofjtRE9ucGHSIS5RO8gmbgFOP3mqjk+iCH9DPWrpMW0AxkK06V2Hd\nEiMukXZLCf4JtdCTuIyU4QQGXJAXESveBvitItkX45MBHpgGmwoqikQn6V5c\nqGS6SBTsxSXyq6WHNFPPJr0Zdj+XlpVTdYT4kLkJS1pIK7wrdx37kSklT1vg\niNm4\r\n=vDzW\r\n-----END PGP SIGNATURE-----\r\n","size":3053},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.1.0_1568369246163_0.3196626948942578"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:13.342Z"},"2.1.1":{"name":"vue-dompurify-html","version":"2.1.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^2.0.2","@stryker-mutator/typescript":"^2.0.2","@types/dompurify":"0.0.33","@types/jest":"^24.0.17","@types/node":"^12.0.0","@types/sinon":"^7.0.13","@typescript-eslint/eslint-plugin":"^1.6.0","@typescript-eslint/parser":"^1.6.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^5.16.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^24.8.0","prettier":"^1.17.0","sinon":"^7.3.2","ts-jest":"^24.0.2","ts-mock-imports":"^1.2.6","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"a50b457847cafed2d452a89a75235e56cb50c2ab","_id":"vue-dompurify-html@2.1.1","_nodeVersion":"10.17.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-wAf83H+/YLK3ekJTGpoyUkEnDw1Csn8vQ1kyz75lqapRDeJ64kCcCsp9vw0026hBVVbthLezUIVKQvaZSNECUQ==","shasum":"2c20ee2ab361064c9ea70b1f1295e0ad84311234","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.1.1.tgz","fileCount":7,"unpackedSize":7629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvwRpCRA9TVsSAnZWagAAxoAQAKEguN2y0MklpcxHR37K\ntOAeevsOVkDJ9JSFj/bGCtH4ayeaZeYSmb8ZHv3B+SMk6THu8Mzz75QuTOzL\nVZylnXI5BN65MGcIDW91+4lnq3UBgVyGL0z9kcNgquUpGIYL7R243Q82iod7\n8FkbDqe5q5fRX210jF5NmgoKBGOUOiBDveZ7yLB5fzG8dioaI+Jywh0gmlY0\nlip6FhU4LvWuNmi8aFz/YePvXcEwKuBRi7Yvtc8Ipm8sFVZF4TPhCKyPILsP\n5MNlzL2UVTnkCS/UzwpKXHXcX3phgx3mDeEXzQMpaWOfEeM9hHjId/tGFls0\nV5y7SbKR8pj2Tjysu1cmSrOrp1fP5Y2v9X9HIlQJBylKgF5EU0OMC22tGxMl\nm6WOI0xeaYXVllq5RkQ5RXMCDfOH52TDyGXfxKQpvvisB4eaVO+BDl8RDo3/\nS6P6jL49OmqZT6c6oSXvITFwfwX4Pm3ta6kxd5jEi56qBRD7/uB0zOIrQrHO\nnKBsTW9n1bClB4lixA9GOKuC4j/I3IKBOMPqMyrIjRHVi5vxr92Ijk/dVp+s\nBteRhfyQIczQOv5eXqW4b6mzyGHOlqC6Q17+vmOFpf0qt2hNDyJfGWfQGeZq\nGYtnG9udaxBWc17XLFnwL370g1swHyCMjRE4xe1/RPwVW1nkzdidpIiP92WZ\nqhcW\r\n=IpSw\r\n-----END PGP SIGNATURE-----\r\n","size":3039},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.1.1_1572799592649_0.1615525017959487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:14.226Z"},"3.0.0-alpha.0":{"name":"vue-dompurify-html","version":"3.0.0-alpha.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^3.0.0","@stryker-mutator/typescript":"^3.0.0","@types/dompurify":"2.0.1","@types/jest":"^25.1.0","@types/node":"^13.1.0","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^6.8.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^25.1.0","prettier":"^2.0.0","ts-jest":"^25.2.1","typescript":"^3.4.3","vue":"^3.0.0-beta.4"},"readmeFilename":"README.md","gitHead":"b5aa7a2bd9583caea6709b02e0211e6a7b91baf5","_id":"vue-dompurify-html@3.0.0-alpha.0","_nodeVersion":"14.0.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-rWVsu2j5rwCnsLoUY/BGx7ZT48a4ZFGzXiHomMNoyUj9C9eKxRVce0X6M/xjG11GyEwUo1FYnONN2FAL+bfq4g==","shasum":"2e6c748e5272319dce4c5dc2d7a12d3328a4e2b5","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0-alpha.0.tgz","fileCount":7,"unpackedSize":7789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqZ+dCRA9TVsSAnZWagAAF3EP/0xxe2HyGzXP/zLgxjxN\nusmA2p2MPvkBoagU1kfFu2ZqIJmx8pN72tY4tXGpvJBV/m4hHBGxQ5NPkbca\nLO/ahLa0ZL9RrUrXV5rvcfvJXCTlHI5G7AdrIxZpWbz2LlI3Db6fh88aXGli\nZ6MaPFGrtaxb9mP3t/tpyiJcZ7zjwHD2AWewRgsF71Qgah1OmHdXS6wkfK9P\nj7mDwTLZu9ZeqNtpCBUWIdf7y2ADJIAViV5YsrjCViEGGw+1WuoykOpPRwcu\nb0DVYQB9ZPydcTeQFbKAQfGCIxg5+3i+ofzLpeRLCdcVrrDr7XK6fRstJCil\nBm+V/rX7MkeT9eA1JUyvjrf4Dq/9sVN0V4B8bT5l80vbS5uGOe+nEli1ePbv\nXdg2vod8DQD+LLhgukfLls4Syz7NvxrfwsA35IXG4wNUYM2kdPQMrvgFX5tY\nx7MhCm8USZ5NlNOGzppMbGmRntKnobPl5nXNj+iUmQ+i7aHe3XUgGIyj51Ih\nT58hgD7iOXQifa8/8PO1Fa8CGetzT3caP7sYtswbr6OwJ6A7UcW30W0R4OzO\nfi8K0DqveGX9OnZomrjovmLcIV6TiJG6za6yggg+Sp1XCxLJudnmwFvGAQwa\n+STIjI7vaGO6gPQeXBJnmlF+Hewu63bQr7VfuZw57XO9XDs0dBHv58TRHP3c\n0bW+\r\n=cxuF\r\n-----END PGP SIGNATURE-----\r\n","size":3112},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0-alpha.0_1588174749124_0.849480808955765"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:15.094Z"},"2.2.0":{"name":"vue-dompurify-html","version":"2.2.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^3.0.0","@stryker-mutator/typescript":"^3.0.0","@types/dompurify":"2.0.2","@types/jest":"^25.1.0","@types/node":"^13.1.0","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^6.8.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^25.1.0","prettier":"^2.0.0","ts-jest":"^25.2.1","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"91e2a6fb20bc11c1a128c9414606bdbe1abddbc9","_id":"vue-dompurify-html@2.2.0","_nodeVersion":"14.2.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-J3SCdbg6jB5YscD/sYeDZw8nZpc5jcAQApJJZ6wK0W+XKWpjc/AldFygjEnKgvGnxMtCRy6V1jFdR9kz5M3KPQ==","shasum":"79cf9e69f0a7c4d9f9b89453a9526349b31ff3b1","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.2.0.tgz","fileCount":7,"unpackedSize":7771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuxW8CRA9TVsSAnZWagAAhaMP/jrYg5G6yAjQ9URrECmD\nnUZeySJqQCVCbY+DRWWmwaT2Zl/jg3+7V7kThozNNo2m1wnDvP722TKxISv8\nOo9oeSq2+ozAv6zotiY8w8vShur6VQoS2kQaO7e4amBS11+Y6hfzcnGYn/Ro\n5sDJRwOZW1Wu/HRjROPT1NlD4qxGFMJFSHf/yi4TKEo038fJU+zHilTCpS+o\nP7zN9GyG6Hc9RvnmfWCX0MzRl2MeHOXDB+4XL8JhpMFnc/tBfY8pjbeZR0fl\nRfeUk+09fucn63JXinSygmVxABRpOxz0MqEGtS7+QZ99U8qPvfjQYBQ4inCP\niEfd7BomFrgQQ36RGglTtRsYvFDwdAwsxgaJg2gbST6sdOlexY/qg71E/bfK\nH1yf/CQyRMIQKtfvpJqvSBEmm3UKPlGYC6hEINQQoVjqtZDqqPoAaaByTxAg\nnSEUAL0jijgv0e8iNI8VBUwz/H56VHER0BPBfpmi/LQIAsrwXnXOgjBnwsd7\n5jVFE/BE29XHJkN9uPIweHab6pYRu5ztbaU/VVixLZXD0XhukbclQJlrw8V1\nJn2AoIm9LmWBOVSHicd6loDLap05vhbglpIxLnc4X+mluKSCpriPgc06idp4\nUnaMTYLakNmYw+ZG/bQCOZ9r4yePseERTp7cF/RfAFKZ/u1H7HAYQedGjlk4\nDlo6\r\n=00f+\r\n-----END PGP SIGNATURE-----\r\n","size":3075},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.2.0_1589319100322_0.2990836582319609"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:15.987Z"},"3.0.0-alpha.1":{"name":"vue-dompurify-html","version":"3.0.0-alpha.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^3.0.0","@stryker-mutator/typescript":"^3.0.0","@types/dompurify":"2.0.1","@types/jest":"^25.1.0","@types/node":"^13.1.0","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^6.8.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^25.1.0","prettier":"^2.0.0","ts-jest":"^25.2.1","typescript":"^3.4.3","vue":"^3.0.0-beta.4"},"gitHead":"01511b691dd7874553ae1b5ccaecad65f7817c78","_id":"vue-dompurify-html@3.0.0-alpha.1","_nodeVersion":"14.2.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-wUq5gWjeontqdSjJfKxUOJV5SuhPhCKq4KDKAzjF+wEbQtf/HBdNqFsWB7gQJxHUzLoAiDi2nRSgMNJuap1RHQ==","shasum":"4bf5842ca69f29ce51dbf37b9f662a49f11545aa","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0-alpha.1.tgz","fileCount":7,"unpackedSize":7823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuxk6CRA9TVsSAnZWagAAadsP/0P9F6WSdgETfXAh7zMW\njtEHWrIag2n1htnxzCvadpqbnWTMRjaBSetpyBw2lRsn+B58JPQ3jvvQuIMw\navq8DxaisX43ALoNU8X3W+1wOzP4efWO/bV6kTJSpTr6Xz8VMRekZazDCOTo\nuoc5hQWrGoOY6VB6nWXzujrNqlHBQ+URcTYMwAB9BREW7L2dMaGldQQmsKNB\nT+TKQjrYOn0FEUdW1GoAxFXnr70YxjYoqGge5QZnaeUwalJCyr+LUPXLdq9z\nY9iySDzBxt0yqGRu4Kn/WQNSocetYnti15BNmkZ5A4YzXnllIcueaOWBpv4Y\nFAMA8+ctV8QNIjUI8542dVRIxPzDBELq+HRSHPWT9+Hgt54k9S7gR9Zt2Pdv\nosxA3wqspIVVbIiSP22loJRaMXPCAPSqzmL4gWzGQbmqSRisfKluHnxq/fSe\nbkXep8vsVCPeV0V6k5ZLuD0IXtCptHFeYRhR4lkjf89rtWZBXgdhVEGNibXa\nIzeqtqCIWhjXBP3GFvH2mhUv6nYfcphwb1nj1DS2y7ew2H0tYrX+/lnR38G5\nQvkAcVnZekxIivcw1vLYLc8ojuFkt35BTT9DEiN4cojIcfDtG1HRDLsEt+uy\napcm3G13yyk2eenn0Mpw44dxo9BfjI+D9smRr8tzwauZUwnfWcDmpRMMo4Tp\nST8t\r\n=vmm5\r\n-----END PGP SIGNATURE-----\r\n","size":3118},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0-alpha.1_1589319993534_0.2637469303660205"},"_hasShrinkwrap":false,"deprecated":"Not yet ready to be used as @latest, Vue 3 is not yet stable","_cnpmcore_publish_time":"2021-12-24T19:08:17.068Z"},"2.2.1":{"name":"vue-dompurify-html","version":"2.2.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^3.0.0","@stryker-mutator/typescript":"^3.0.0","@types/dompurify":"2.0.2","@types/jest":"^25.1.0","@types/node":"^13.1.0","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^6.8.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^25.1.0","prettier":"^2.0.0","ts-jest":"^25.2.1","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"5bfc5963becf493490a70ef4c2b192728dfe8659","_id":"vue-dompurify-html@2.2.1","_nodeVersion":"14.2.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-ISInm/3VIeBmHy5yvmqjq6S0AVl1ozdK56d6iANd2h0jFF5W5MXBRGSnCYIb8aeJmsSqyFwnipvzfyReNmpwXA==","shasum":"263bbbb782b08c5ec2d8080b1377f3914ca4c40b","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.2.1.tgz","fileCount":7,"unpackedSize":7781,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuyCSCRA9TVsSAnZWagAA5ygP/RT4c3NUfLPNq+T3EVD9\nxUEERMuHbRYaMRWU5p6Cl8WH0O8+Zb4trV8OV4yoiQ7LcmERhTAISrbf6qtK\n59nebXEhlNyUBUkjcCjTG9/iAsNjtkNzIURIBxSZrHnuKPJiTfLTArCihsM/\ndYSVk8Mm7IKR34B28lOJn8DZmvRNgvKB4nBbFgyPmGsCt41ofYB0LgW/lcfq\nrpmE2kInJatDZpw0Lphxe48ZUBiSO7qxdIL/BwDu5l+YcEmyzhijwMuqL7C+\nieo8XXKLVU0Nm1/VZ6cPQ5Ng8aIPte8qLSiOil4ALrbcMIZWqQV934Z/71Zz\nCAGH3MquspjuJXofEvzGNrsA5pfzEwWijieglaqwNAEkZi7LC4IsinfHnw4p\nyFQeJZ7JPyW16MApl/yG2ChO/Vks9nd4Z5otzUtGCJqdc8yb2HQtqpYQ8W4T\nSkhIfs4dDYSROKEKJwqji7JMyE9GI4MLvcU/1Tqu0nIld1DNqQE/rI4cO1Fh\nD8rmZkpvhUNagVSLLQJb7vFWU5TkS0HMDWvzYtqWvh9wonJX1JB2kqYND8Xz\nyBg3yMakEberdc3NAN+Y/gt26zvnhHWQHRJSqHOnqpotS2Pl7JrZUJb563dg\nuaoFaYuYVHeEjHj1GwXGe474VH9c0QaIgXW/N+ueBL30I9pf+VKVMJp4tMPu\n5b6R\r\n=N4EP\r\n-----END PGP SIGNATURE-----\r\n","size":3074},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.2.1_1589321874583_0.39802362501044586"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:17.941Z"},"3.0.0-alpha.2":{"name":"vue-dompurify-html","version":"3.0.0-alpha.2","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^3.0.0","@stryker-mutator/typescript":"^3.0.0","@types/dompurify":"2.0.2","@types/jest":"^25.1.0","@types/node":"^13.1.0","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^6.8.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^25.1.0","prettier":"^2.0.0","ts-jest":"^25.2.1","typescript":"^3.4.3","vue":"^3.0.0-beta.4"},"readmeFilename":"README.md","gitHead":"1f4e3cfdce6fb62d8b7789d2f07195fe1cbd2559","_id":"vue-dompurify-html@3.0.0-alpha.2","_nodeVersion":"14.2.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-290yv9pbfgPqKVTxdcVtXwE7PASRWc85emZa++2/gUhmyqCsLhJw8wTSPJURZ5bO71d0di/atKrFojlwDLrckQ==","shasum":"02d6a3a900805dc024f48e7ca8b130befc88ec28","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0-alpha.2.tgz","fileCount":7,"unpackedSize":7851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuyaYCRA9TVsSAnZWagAAsA4P/3hTSVjqCJQXCLK1LAf2\nsg+QP09z/r5EXO/YLyfWVxJZbYi1V3YArKd+i2HOQyGrHbsDeWeiYCw7v8H9\novd/EzC0IZhqVR9ogCAMUwYgt/9R2Vml34+26NJ3KQqRMDqKYYJe63vPXgFj\ndlboL4Y7B/CteBajC+L34hD8F6CcijN37CJDp9gMqGsQalsPWjG4XIsMbSkT\n8bPxOq2vIzuRviXi7BAQlNvtMJnzcdu1YHqA95MSSCHH+74l1luhpZLquUsq\nrcyWpfIPl9DL3XQihJ3oEit0Ypo2zLUzX9RoiCkc4E6YKTLsb+LunQYxl81T\nGcq371MUW5yvAsliXs0BzNvXbblx4+wfoS3JDcgms1cMoLGMVzAG3l7iox2b\nEWGK2bvKxZjkdFfSAHPD2kZZqOIfBi+HF2zCQYLO5BB55CX8yqQQLIuvS3vI\naOoPsb1lPl5CSyKcGR3CdVWnIF+FJyfXqNgVx91Rzar7Sl1svas7vzIGlAkl\n1+GCOkWgNmVamqmzg6sN/rWFsawsL8A64ljtDmGY+NiPY9Jk5siSscmOP/F2\nsAVx8h2qkSgeYzZtqS1W7gDNEDOpFxSxJpVCU/V5M3Nh4XiXvILt/CTw4h+/\nHwZhHEzmYRpQ9GqUYlSXXhR1m7h14TH/mExAyBRIf7hnpbSknxkuPJltVPaN\n0TEZ\r\n=Zc/y\r\n-----END PGP SIGNATURE-----\r\n","size":3117},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0-alpha.2_1589323416346_0.23055367538609595"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:18.810Z"},"3.0.0-alpha.3":{"name":"vue-dompurify-html","version":"3.0.0-alpha.3","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^3.0.0","@stryker-mutator/typescript":"^3.0.0","@types/dompurify":"2.0.3","@types/jest":"^26.0.0","@types/node":"^14.0.0","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^6.8.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^25.1.0","prettier":"^2.0.0","ts-jest":"^25.2.1","typescript":"^3.4.3","vue":"^3.0.0-beta.4"},"readmeFilename":"README.md","gitHead":"574483e8c306e9967b343644420d1779d884f692","_id":"vue-dompurify-html@3.0.0-alpha.3","_nodeVersion":"14.7.0","_npmVersion":"6.14.7","dist":{"integrity":"sha512-/h62MNIy7TapTl0XBUWK3eYwEgtTmoNneuVaoXcEuCyKSBTFxTw7SaAkuiza29XrFugTwrp6B7E7mUNGcxabjA==","shasum":"2ccaae291e2f7aa6b0679f99e8556e9db94fe8fe","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0-alpha.3.tgz","fileCount":7,"unpackedSize":9114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMa/CCRA9TVsSAnZWagAAKMUQAJYdRL07SlvV85g8TPD3\nt0y6i1ZDJYxqxI0q5ZOpwbKEqF62/Urb4U15q81dBhwNElUTiDi6Q4rCyclN\n8tM7QoFj38fdSyjufAikSN3U3OfDpLdJ8ZZVA0IYtI0ay5wuUkfgBfmO2wpb\nDvhmDwtD6Hr8YjnIV9F9oblpe3MR3/Z+qjO3Cn8rQ2KV0LjW2pHFj+T2pUIB\nQS4UoboJV02uXURyMskqWEZ4a5JSYl7crdi8ZwWBcyibEaD+zdpjaf5hNcSg\npA+92w8Kpg/Yph3NbJgmKVSJErUhU4TL0xzX3Rf51OUKQCKASoWHVLviZnIX\nvj95Fe2U3Mjp0VwD2WdN/R820a1PZhHPWshLNxDbpq/2mPGpCFW9A6IozemV\nC7RjbXnJHDYjJBJ4SGFOCaXguikyiqpGS860Q6wBx0jIw3XKYExnktGFIqPO\n5d20+8jzStcRmOxB8R6AmH6rbwkyk2jT/vO3GKkDLVJzB3v1PsP0YXkj5JoV\nLUb2W6e2XRCeW4PBjIXQlurNOFPBjGBkATY379Iv0BkXUaPo1ZGtzVgtGqiq\ngEHCtLNpYwIsiXSWWFJ/c5fVZHeMpPRHnfoQl2a22E6qT5Thvlr/05arAA8N\ngqE7/DYCK5DK4HWmmShkrJpQLbXV0aigw72YYpi+UrAdQ6bHZkr1vCtWE0B+\nU8GG\r\n=4Sz/\r\n-----END PGP SIGNATURE-----\r\n","size":3385},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0-alpha.3_1597091777339_0.43632671413042834"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:19.665Z"},"2.3.0":{"name":"vue-dompurify-html","version":"2.3.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.0.0"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@stryker-mutator/core":"^2.0.2","@stryker-mutator/jest-runner":"^3.0.0","@stryker-mutator/typescript":"^3.0.0","@types/dompurify":"2.0.3","@types/jest":"^26.0.0","@types/node":"^14.0.0","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^6.8.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","jest":"^25.1.0","prettier":"^2.0.0","ts-jest":"^25.2.1","typescript":"^3.4.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"e6d3feda5c6acf8d05910733777760475ef8c43e","_id":"vue-dompurify-html@2.3.0","_nodeVersion":"14.7.0","_npmVersion":"6.14.7","dist":{"integrity":"sha512-Iz9wI4iiJF+rzC2x3r8quw/VXrkwgMsWXt9p0Le4wXtolBXwMDJOmK3QNMiNg36bzU2b0f3En/wjidoeRVNZ7A==","shasum":"b175edda57362cf7b03d2864468fa644e05a2ad0","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.3.0.tgz","fileCount":7,"unpackedSize":8949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMbrACRA9TVsSAnZWagAA/boQAI2/cv9n/6tGArVp5xAg\ngTQLtLN0CrXDSKl8EPx1M4rsl6arrKuWU9xGx2hcdL+U5vNvvIWmXadTBkV5\nUi8uKKznPG0sXzj4kLnv69+VVP1vAFRthiTP+7i2WSf4LHX7IdTm3PdU/swV\n2UDJG5HAvD8IcOyfcVWD2NJ40tj/PDUB6dvt6OW3S4wuHrKaYu8YbLhc4Hll\nUQOiolAx7FUdNyux9W6Xmf3GFCvVQWpkP1oD0xgHDbgZJ8fmi133+3AF5Lq+\nk+QSp5+AXwUowv+4c9FJHbB9rIf4FKCT+WKx8d0M+UO2E+CV8njT57VeAHiG\nqv8Eqxabfai/xDyJxdQNp6FJvlJwGbFwOsoyIIcK2RH636zH6M4AaZFd5deG\nU5xriKxcykc4BqkChzXySCQbgfq636hWVfcvX8obkR2sK9XVqD8VMoCtB8sg\nYiA98lIc0LeLBRyS5YshEfFv5JyMt72qGgUPl5fdT6aTF7U7KAQUb+gv0QCf\n7o+JnP1jS67RUYcsekUWJnw2xZdo/bPGvXH6ZP0LIy6SqGj0qph5nIfM+aNr\n8WwTTeJCtStinqPndkGPWyrJovh/yBTMEdKujN37DY1PY7dvCTMPhIVoS3C0\nCGBJ8ZkefmBOApTh9QlguSzz/77QXviLHfeqQOS0lo0lFOE+y23vhf8pSXoN\nuRPp\r\n=3iMX\r\n-----END PGP SIGNATURE-----\r\n","size":3371},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.3.0_1597094592064_0.1408852416204862"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:19.761Z"},"2.4.0":{"name":"vue-dompurify-html","version":"2.4.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"2.3.2","@types/jest":"^27.0.0","@types/node":"^16.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^27.0.3","prettier":"^2.0.0","ts-jest":"^27.0.2","typescript":"^4.0.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"77edd61a8b494451f9b7b08b98091281753b5db1","_id":"vue-dompurify-html@2.4.0","_nodeVersion":"17.1.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-uyUxdUvv81fwVv0I+bv79Paq/d+AeTHrZOhUz9mhUyydPPwyhQ+Yr+f6wFCE35azj1gkNvuJZlcJ4x7DtrD0oA==","shasum":"0bdc91db10819a126f47a6954f52a642bdf9139b","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.4.0.tgz","fileCount":7,"unpackedSize":9454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs2azCRA9TVsSAnZWagAA+OkP/R6u8MANhGQ5z0x+mSQi\n/6ibuaSgUtgL9DOhSk+brtn/yg/OQomPlbK3Mvkg2/3pVeRngf5W9w7ATvUQ\npv32cbuVnBE6d3kVoPOiikz6/ZFSWT8KfHhWfLkKzIBcM3si5Tlk9zsR56Pt\nxPiyuI7mIoJTQIdrGp47Qf+wcws5dR9fhoOfYWLFEeLjkXBoLscrPN4cS9vp\nnpF0TJGEXZBsuMswnsrueIH1gEK3TwJHVS+y37Te83iLIYt2RAu0NzUS4OJN\nNg3YFkC4vN3cjE2ihmiX28uT9dzEe1+21ClDeVU8pzTwX5I6A5hNg1Q1yyAW\ntdzhexb/VrbFkIwN84iyuKM5KXTavRIgXu9brLj3kc+p9cIcgQ6RfjhM+7Vv\nOBwuIdCbA/ba+NUD2tAbC85eXOD3Wbfq7wIL1eVNGtcH3rVvfEo/K+j7fSNf\nEilHlufWqJ5plorraDdTn/3e7CTi3ZyVmwHClredA1M6rTYEoDxjxLPvHrNG\n7CTd9xYdmTG1q9MlgdQC7+/d5/lUE1dBfjAjDY1kC9FfikV0LpaKAcWtb3ch\niWa0VWfKnm1umncfl7TOfMaX6oArYvxpbhkGa13Dl14dkYcZxr/ecj3NojBv\nCuCpB/RPvL5SLQ5bl/efJc5ihfauNEKAPKJ2oT+VvAcve2DTaae/RrfajOso\nn9KA\r\n=c+oK\r\n-----END PGP SIGNATURE-----\r\n","size":3431},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.4.0_1639147187712_0.060789421190229564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:19.877Z"},"3.0.0-beta.1":{"name":"vue-dompurify-html","version":"3.0.0-beta.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.es.js","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.es.js","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"dev":"vite","build":"tsc && vite build","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^5.0.1","@stryker-mutator/jest-runner":"^5.0.1","@stryker-mutator/typescript-checker":"^5.0.1","@types/dompurify":"2.3.2","@types/jest":"^27.0.0","@types/node":"^16.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vitejs/plugin-vue":"^1.1.4","@vue/compiler-dom":"^3.2.11","@vue/compiler-sfc":"^3.0.5","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^27.0.3","prettier":"^2.0.0","ts-jest":"^27.0.2","typescript":"^4.0.3","vite":"^2.0.0-beta.69","vue":"^3.0.0-beta.4"},"readmeFilename":"README.md","gitHead":"b0d063c0fc6d4a64085506cb4af0a504ec02106a","_id":"vue-dompurify-html@3.0.0-beta.1","_nodeVersion":"17.1.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-FQZQTjo6wYq5T9sRoVou+ZBZxNsUS5/fnwkPsVBXyzIyH4Nh28ayVMhqRR+k8w7mwMPhFRilrdgrvnEKlV2KLQ==","shasum":"76ac1dda27aee479890e20be8660384194a12974","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0-beta.1.tgz","fileCount":7,"unpackedSize":10700,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs2gLCRA9TVsSAnZWagAAG/YQAJJdYRjYRJLnlXrgokoF\n+7fQWY92Pz2oZehRNKr5S5darQufN5f41Ry37fI2IodQUpuyIzq6zfw5JaIh\nPl6XSYFOhPuSHutM3YFTtggKEWU4eq1T/P5l/ViySFbuwQj1nJqMQ50MdSw9\nm3jlyy55pDUGMCfcNzhY7lLf66DyV4QdjJkVunpcUZ+0q99WknzTgcaXaxEf\nRKKR3hLfp5XgnB7XeBMvTcb46uO50Ft5XBhu1LAep6OwKxavLCamRqX4DPE/\n0YXbB2zG+g3b8d16J5k7J40y2ZG94LKdXYvK9HYi3egKgDNc89WB3hTpfj1h\nnDIjQGIxcdFdspUkYJMnQxbAZVuVCTlUtCLorFeEO5Y/EZaxBS8yrbdmfyIT\nmXNAAIic6MIpLOWRWXcpd7aCc5vmxTnk4UgVEIrC7g/WYCKaDjoHd/+wUwq9\nyBxHCgPswiBpTet1e/Wy3Ot+vwWPIYeolAvKr+sjr+CEd4CoCQCfivZAwnFt\nbSXtSjm9l0oGSCajy87W+byIczNCUcOqq9zVCd3R9yyFYK5BXKQsXKOKH/x9\n6rZOoFXw0FbqigehJDZ+mwZGXZ3XmiQmJkgeFdfoP/heh1uPuIELJ8gPbSiG\nReDsMGoxwKo50GvmyfsdFkGhjVjEK6o941Kagi4eHWIXhII+SPBQTUQ0Qg1C\nQzpT\r\n=KjBM\r\n-----END PGP SIGNATURE-----\r\n","size":3916},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0-beta.1_1639147530942_0.009228035585274963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:20.951Z"},"3.0.0-beta.2":{"name":"vue-dompurify-html","version":"3.0.0-beta.2","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.es.js","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.es.js","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"dev":"vite","build":"tsc && vite build","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^5.0.1","@stryker-mutator/jest-runner":"^5.0.1","@stryker-mutator/typescript-checker":"^5.0.1","@types/dompurify":"2.3.2","@types/jest":"^27.0.0","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vitejs/plugin-vue":"^2.0.0","@vue/compiler-dom":"^3.2.11","@vue/compiler-sfc":"^3.0.5","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^27.0.3","prettier":"^2.0.0","ts-jest":"^27.0.2","typescript":"^4.0.3","vite":"^2.0.0-beta.69","vue":"^3.0.0-beta.4"},"gitHead":"7b754de374b4eae3c490d36480f92bc893f95476","_id":"vue-dompurify-html@3.0.0-beta.2","_nodeVersion":"17.3.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-2gWkaStpTDETuoRpUBvPSZ7KDXH4Axerz7k/wwso6p+MYz51VDVNU4GZPbWTso5IWrDyQ/fVQ5jpYx0UZugFng==","shasum":"a75379a657ce9197bc0931cf5d506a839e178d0a","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0-beta.2.tgz","fileCount":7,"unpackedSize":11404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxJf9CRA9TVsSAnZWagAA0WsP/iysCbPJ0HXqEzhmEQSr\nTiuhUXobhhlm3sDQu0PHQtP+FhpDQosaKMzJI09xDA3EydnQ6vBBwV3J1N2M\n1MvsocFzQfLLNIdiDSvzBjJGX0whF0WYWR+ObjgeVcIkd1BZAdwKVNWY65NB\n+hlGRHSO50e6cN+LERQk146lekEx7nngaE2pQdO7byFvPkgU+QJIN8mYiRsM\nWxTmcgmb6/IqwKAuR07zGWyJIliDWftaSVPdmUhi3DS5DIuLqqmxgAFPWeGa\ncbAsK/aWN5RdOqLbnw09bks/iCpge2sjqQLULE6fLEtFpP2yyHitTUrNaLZN\n3OgDRCWUR1TuHisI+5zj01eWtHjZjFPna/wkI11e73r/QZYMg/cg4LRUd7Qq\nIq244xd0kR8/X8Qw4TQyONYk1hHsebN4ygkd4+OITeVXzy8kVmVzxe2YaeJ3\nJ7Iy5qhfzDpwt+GLdOU320CWjczY+oxGX6FagTkcXAt4ZNAYHop49Mq7IhTP\nBsiST4AGKK1XnU3Jlgo/FtETBZXSLQUNQ2zkG7+Cg6sN+9x3KGpR1oQocP0L\nG7rt7d4CpCMG07Nfxkx22qaNqDWFwS06Ne5WVqiPePznU7RWhptghEdzZ0ao\nJT7/bzB/fcohsTIzZKs9FWjfmkpGqlXcvcAxo5yuaS9xpucWBrhVA6Fe56S3\nte5l\r\n=dfUV\r\n-----END PGP SIGNATURE-----\r\n","size":4111},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0-beta.2_1640273917645_0.3332744196390054"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T19:08:21.047Z"},"2.5.0":{"name":"vue-dompurify-html","version":"2.5.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"2.3.2","@types/jest":"^27.0.0","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^27.0.3","prettier":"^2.0.0","ts-jest":"^27.0.2","typescript":"^4.0.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"7c9e7cfc8e6d5ceb2ceac8c8f26cdaad8f5545dc","_id":"vue-dompurify-html@2.5.0","_nodeVersion":"17.3.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-k2ejMJmsCsREGtJFDXNwqMvvek447id5ZAOU10jm2+cmsZHXgFIEdlwDam4cU4wh0iOZM+uDmkwbVJAJtmgeVQ==","shasum":"635a266e6802e413c520bccd628d9a28c42ad0cd","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.5.0.tgz","fileCount":7,"unpackedSize":10071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxwqPCRA9TVsSAnZWagAAnFwP/RunI6kPyBs9Vd8uohcx\nj56WGJ5S1KdKyG2cnp1MnZyB3QHrnnavauA29Q6As/gq17OpuQBnb9x0vN7o\n90rm/YmmTzBshVwR6vO2Gm5cgxjw/Sm8M+45N+FavnFDB8MDhCaiW2kFARkH\neng72BKKC6hrYQ5fJ9fJDPN58cHUg+wpEeTy3OSV/ZRmBptkLoDUCXc5o62M\nrVSBjiq2nfzGIRiyabg93srMM5j1Qsn7ycP9qj3GG46/e+FYKQIDMgjHA3Ws\nOy5ZEZY0xjaVleUM1bQTfDRJJqhKqhDDllBATiI/tZqirvQMZONF2MrQ327T\nEMh6KkN8SJTHdwJfOgY08e0NZcooDQPMBd+KlNU8cu92KRCAgWsG7gL6vW2K\nP+21nOd91Ygcu89MJ1uaVt5RPeQYkfEiKuVQ3602kNYWbrHTNaddyHkBvkkG\n8TLg1LmOyxcT7ATkl6FaWpeyEcq8dh64OOm1keOCFkFWjPyaLG04J1Jv1gYI\nYeny28DgHWp/gxfOk2qMrCfz3IkGvVZM5lUAFw/4QrDlNs2BWJOxFazsByZb\nlXP8bd5HHfTAdPVnnA2x6tY7k/xmM4SR2Q5eljd4b90OhFDYSUD4pjug44u5\na0I2DakouzmA5b4IeN97Tw0GyhaPKOyUw4lYsTYKVHGrbHaqBD7PGuc79eaA\nayIj\r\n=cPgB\r\n-----END PGP SIGNATURE-----\r\n","size":3662},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.5.0_1640434319086_0.9424928507634616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-28T01:41:51.415Z"},"2.5.1":{"name":"vue-dompurify-html","version":"2.5.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"2.3.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^27.0.3","prettier":"^2.0.0","ts-jest":"^27.0.2","typescript":"^4.0.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"5712325e6fd35dd4a53e02e54cb1dc5eb87a81a5","_id":"vue-dompurify-html@2.5.1","_nodeVersion":"17.8.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-B8rQj2jAPJJhtKHHa6jg5B3/RoKBmmUl/awP/GxWXGu75j4Y7+MHqv0DG52v0Uz0taEpHyZun34KEYMAfrPWnA==","shasum":"a754f4ac7b18eb8fe41f461cb2bb1c4956a9bd2d","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.5.1.tgz","fileCount":7,"unpackedSize":10121,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtm52S4ccLzo3yvw/xVL/OGqQoQTDrL6eMKzyCVdBh+AIgUt1ZQL3BYVmbibppr8ID03+Jh5p0ohNB/DlY0u04hsw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSyrcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6+RAAnFlAAL9nce0R2EMV+gGZfba3FpY3j18ZWLxrNoBOkFwXaM0C\r\nRmUdLFjfnYBzM93znrcJ1ZfDg+8LUwb78M8UTYniJ+vpkfTmXwBePUig3w+M\r\n+yBNW+qAppgJvX+reN4ookCT+ug2r+kA2eOk5Anku1tjHxJoJQH3eUGjB3hc\r\nSq0eI/EuHO+93PuDN2TNVJkUK/Zh+ZH9eB20zar8qRz4l3BuKMPZRKlSlIuO\r\nFYnC+P5YiVjdOBVcCgWzjTOCUNFk5hJjLJpb3B1zJuNpg51OpJqkBueUAd90\r\n2dWdKnXWVV5KZAdDMz9i3DNX8HrlbuCsrLk8ZQIb3MpRWKGpKbwV9Q1iVEnK\r\nscxo+PBEZUkjcfz1/1Le2OZvogXA6+dKSHSgahQden44WxTAYTms/PGz4NaP\r\niQflMpijttEBQqn0UiLBDmj4uCcrFasQM0xLJhT2zSoUaARDWn7CgYYpTsLn\r\n3TP47Np82Bwr/DEFOqF7zhiCC7sNjoGiWJfYEbxaTcTc7VYehrYiC15oiDn+\r\nE0DMo1Q1f43aeDoLUSIToeIUUsjzajWAtF1WptCU+5fkVpo1M3zEZFENIdtk\r\nInCBhmvJMpEwNgwAaBBa+ZfX9GZ+XQHd5V5Pp85+4HKZsY5VtBpvdBGFj8oX\r\nkKNdWeKTYP/ItsGDu3xiz+H0xoo1QlewMPg=\r\n=m5S0\r\n-----END PGP SIGNATURE-----\r\n","size":3675},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.5.1_1649093340676_0.6254744582102634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-04T19:22:59.927Z"},"3.0.0-beta.3":{"name":"vue-dompurify-html","version":"3.0.0-beta.3","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.es.js","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.es.js","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"dev":"vite","build":"tsc && vite build","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^5.0.1","@stryker-mutator/jest-runner":"^5.0.1","@stryker-mutator/typescript-checker":"^5.0.1","@types/dompurify":"2.3.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vitejs/plugin-vue":"^2.0.0","@vue/compiler-dom":"^3.2.11","@vue/compiler-sfc":"^3.0.5","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^27.0.3","prettier":"^2.0.0","ts-jest":"^27.0.2","typescript":"^4.0.3","vite":"^2.0.0-beta.69","vue":"^3.0.0-beta.4"},"readmeFilename":"README.md","gitHead":"7aea0ea7c11192a7500f177db2f91d6fc92c52c1","_id":"vue-dompurify-html@3.0.0-beta.3","_nodeVersion":"17.8.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-2YPUtBA3ImJNicyePngA+VFoVGCMmA5hXpvCbxwTmGq2N6TlvaFLrUYtxzGa/1V6TU3Um2VKUXd1vYc50k8UTA==","shasum":"c8cc86ba6d31fccc8e4dd70faab3a665749a7855","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0-beta.3.tgz","fileCount":7,"unpackedSize":11693,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8/O/Y9FO9NHZIuBfhRe9TKaB2hj66Lb89YjDEUYv3/wIhAIMCiQQ7QEKOU66U4iJie5ynFzx3X2rPl/gFM2l2B/O2"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSywMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocvRAAnYYC31Hg5jAOoFyJBilTu3mdptQ5J6Sh9n5cw7ltJSbJ4D90\r\nQjXyh1NY3aRHMXEcVIkrv9XbA80jnpGgW0C+8bdrmh9uWa++oOM8k9quYTYG\r\nsx4lxR4d0cBBQhoCIxHByUlT7Q1KMUCp1tZBKDVrvlQB3BHi8uHQ23W4LQgI\r\n2CzcN4t+eZD9cyx6HVc6MBRDMNLZZ+HP0s1+8BmATRwdH86FmZb7hCQbWEN/\r\nM3cLuQeoVLT1r8H1RwIWN03RHJr20EBMMOOObdrnBO7VguYdJ3/OexV86o6u\r\nHXvZYFblmVk8EKNJjgMdNYrWND+V/nlemXmm7iMVKnuQby1IMbIjF/JgMDZZ\r\ny9TGRtv069ul769KdUCCYHoHxBGuTWHS6BKnVYfK81pryasiTpzt3lwsy/uD\r\n76heBY/DpJhw+tCzPNiBZma4MdGefvUR+p5oNRiNFj2m0XpchaaEHhAkviqH\r\nHc6IaJlhamal79mOQKKB1HD8DRMer3wcX79Xw79OJ9koDVIu2bfZrYelLKqF\r\nDxgaJWb2+b9uIwkzcQ5w/Dt27WPbVT/vgNI3K6NDropIo/ihTcCsekaK5TsH\r\nZE+QRADphOAOrHohfp/yo9xPa9p++wuUc659kcNPqgbZYrsGztkYY6IzsHur\r\n2mnC8KFujazAWR0xU/dNnB9bVGsvRRmTXPs=\r\n=ehyi\r\n-----END PGP SIGNATURE-----\r\n","size":4138},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0-beta.3_1649093644536_0.9009059763851157"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-04T19:23:00.696Z"},"2.5.2":{"name":"vue-dompurify-html","version":"2.5.2","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"2.3.3","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^27.0.3","prettier":"^2.0.0","ts-jest":"^27.0.2","typescript":"^4.0.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"75135dded14c0ab1c6c706bb9f24ed350d212b36","_id":"vue-dompurify-html@2.5.2","_nodeVersion":"17.9.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-G6I135+BhlACJ9xftqK7fvhXyjNrgHCI594qHnUW5e2Bmp8BOTV1kz7cxwI37b4BJnHkj9IY10RwMPOtJqw+pw==","shasum":"f547d4eacae4640f95eb0e9308e7ef8e223887c6","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.5.2.tgz","fileCount":7,"unpackedSize":10195,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPqKgx3cW2Wz6922iRxo/Os7hTfiX0VazMGH8uvbkV0AIgI18VbuLWmEdShalVUutvLGgxCHoijDG6sTD8YFyQcRs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZSmpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEwg//ejjxoi2wEjUWVk04hkWbjnz/mPRitw6dOo1laLNtlYoun9Ba\r\ne8BHfbO4KP46DDZA2S0y8rA/jgFho//lQznC/8hxTiUDWHZGoWdktRXffO2f\r\nH/z81H3pdi/++UrmfHfNr/qiVpn20H7DANJvRKe+xSlkFFY+8zjtvCt1scy+\r\nZG5ojkmUfsH5Gxb6Knj7x0ZswcVUp8H2TXj59lV+VjyFEIM0k6jmD1oOMUea\r\nuYBHqx2hlTxPKLYsDkfVa3zqGFQwyBbSwsdK8qgy1J09eleJ0ncfksS6yAr0\r\nuWKVCMpzoQlb3q4OhffwFxeDrivlbJGbgmTMPygdn5J1x/JXWQSBy2uALMBB\r\nT+xHraZn1CZ4qLcSqQEb+7TkgvWxPKaG58jGHH4g3ODkW0Y7j5Q/NOEDrWI1\r\nxKFyjzF2fqhv6zEJ8/ETQG2hs0F4730rZwoP0Tk/zU3KORgfwrhWoKfpq6wP\r\nS0sy+nFzvnYIJjhiAhbUPBq8fsKcr3mYAT/ehHe2BE3w+PSwDz3NMGQNqnAm\r\nn/Quid4eCIwKCtEPQALxh3enms3Q8LN15/AP7mWxcpRcxMVuxo4IlMkKHXPY\r\nxcHrTes95Rk2ah/QTmSOPRVVHqNLmVvfI+PXdqGfT6o7ebqsWSlHA1G3J+Ad\r\ngLHoAporkSvaurresWHNt5GJdf7HOLTSQ2Y=\r\n=+vmz\r\n-----END PGP SIGNATURE-----\r\n","size":3693},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.5.2_1650796969333_0.35249333180543285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-24T10:42:54.723Z"},"3.0.0":{"name":"vue-dompurify-html","version":"3.0.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.es.js","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.es.js","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"dev":"vite","build":"tsc && vite build","test":"jest","test-mutation":"stryker run","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' --ignore-pattern 'types/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"^6.0.2","@stryker-mutator/jest-runner":"^6.0.2","@stryker-mutator/typescript-checker":"^6.0.2","@types/dompurify":"2.3.3","@types/jest":"^27.5.1","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vitejs/plugin-vue":"^2.0.0","@vue/compiler-dom":"^3.2.11","@vue/compiler-sfc":"^3.0.5","@vue/test-utils":"^2.0.0-alpha.3","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^28.1.0","jest-environment-jsdom":"^28.1.0","prettier":"^2.0.0","ts-jest":"^28.0.2","typescript":"^4.0.3","vite":"^2.0.0-beta.69","vue":"^3.0.0-beta.4"},"gitHead":"c765c4cb06215b3d0482aa3e2022306c711d385f","_id":"vue-dompurify-html@3.0.0","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"integrity":"sha512-S6PMeJU7S3w0TnxMWWd4iydc7oPdOER1GmW9rsgiRwHvcw+nUi2v6BgERcFBULlM+x6PXsfu5P/Rm4reVvWH5A==","shasum":"6d47c08b068b390a1cd96f695d49eba9fbabeb96","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.0.0.tgz","fileCount":7,"unpackedSize":11788,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCU+U5336KFGzo5C8TUeLa626Vh5z/TXq19NAFp9CvJQIgbf3aCgVqm53uXZxISrqDXIpPk7ZNVKKjlwF2mhbgYZ0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifkfQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0CRAAoDn17GvYSRq287AW16JMLCUTGDbX6o1ataV573T4tZPCaNab\r\n6gW8pwKmH3jCbyVmzWSOk922tOguXYyyxXLzJkGMM9xa2gZWeOI1uRXp8/0G\r\nSbirk2z49BcDjCNQIgcDKPzsNfDkEFzLDbHSm2pm+Xlno9BJO9y3lJ1LkJKl\r\nmG0MAWk1HiEn4WL2kB+JTMaDyZI2Ov9W62f8UhzaduUdP2hPH9+wAkzOHFXl\r\n0mnsXqIilPEQ4fNqUIf26Eb/v/3w2cboeF+Fe51BIuvRLzaTqRt3DaUqWrHM\r\ncWcfKn8CQK3uRKkWDhM1IF8Q2m01tMlAZv84OaQl2dtcoglvmWyLfPOI5Hqu\r\nYTLNfUjlRbrYfkUyfDivAHGrDFIDYxptnMaZ1lq8DZ0o786vjWL+g62PTg0b\r\nES/YIyxK0UxJmFfiSnqwHFft++RIDz2XUrx9O50aZiEmp0PmsNvL9dhjljNq\r\nczTNuF8kMTEBME1j3u4ieZQdZunjKN8hfGba4hcwDlDqiU/V0mQ6S3H096CW\r\nVU03ci0GMtkqYKADXjN+AAlu7WfWbVVDJoRXJp89RGiEU40Y65dZfu7ZSfUQ\r\nzojw1ALGdNcCI+fCe2/aUePIHZn0Wpb4ujrDehNT7NcCZgcoaQKJYtzgq2py\r\nLcisPHPQ4GBVv6pirdRtgWu8hTLQz1wLu9A=\r\n=0D+k\r\n-----END PGP SIGNATURE-----\r\n","size":4173},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.0.0_1652443087853_0.11633391741029042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-13T14:46:41.353Z"},"2.6.0":{"name":"vue-dompurify-html","version":"2.6.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"scripts":{"build":"tsc","test":"jest","lint":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'","lint-fix":"eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"},"dependencies":{"dompurify":"^2.3.4","jest-environment-jsdom":"^28.1.0"},"peerDependencies":{"vue":"^2.0.0"},"devDependencies":{"@types/dompurify":"2.3.3","@types/jest":"^28.1.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@vue/test-utils":"^1.0.0-beta.29","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","jest":"^28.1.0","prettier":"^2.0.0","ts-jest":"^28.0.2","typescript":"^4.0.3","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"readmeFilename":"README.md","gitHead":"e2f3a6f7744d08fa07cf4d10a3a2b74a1357c65a","_id":"vue-dompurify-html@2.6.0","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"integrity":"sha512-QmDT8L5rGhf5Wq2XTrnlvRSfgMem1tgcVPr8fOQg7mNwM1mWJjakXT8GI4eTMp1j9VWcnGuXC2TJ/CXNL4lEMw==","shasum":"25d16da3aeefb98115ccf724781a6791947bfcdb","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-2.6.0.tgz","fileCount":7,"unpackedSize":12902,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDF7fMqEsOB7XJOg6nPLRR3kvR7UPrA8WL3N77oGuqFBgIgHzGExpyJAGAg1zjBLgHXIGF7+XeDc3ej2npwg25DIkE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinO49ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogERAAmgszmqSo4U2/GTtDa31OrMxpPq4UMDRx7Ww9pZfFrqgwQW/r\r\n3jPvEkiYEeOBuEGarAITugfDP6HJaffk4zKGucbUH60mQgiqR1wapkbXnW7l\r\nPJHb6Mf2qK8hDqoCvPiTsuDFuKqB3/pQHDZIyQEyPngOH19PRqDwKbypBlc2\r\nK/pgHcJx0xWSFn98PorHHGKJIzf/KQ8kv6l6H0WoxNWlWtbwyOmIm1TWttU0\r\narQOO3ygZlLhmB+9z6LQav2NYrmMuj5VGqK/Ah6ZQT00eVK1RiQDperd79KM\r\ntKd+js9g5gnsjTkHQVNXW/8PrPyLiH/kkjF1YvhoO3K5LGq7JdB+mjG5CVar\r\nPuOMRF7HRAaPLKsjTPIeWh7o7mR+WiHKFk04NBCTpi+i9JmlxrgQ5d45qe9f\r\nT8nHdabJYfTtn4VoDvFqGMmGHUJsp9UiygxniFGzo8mCVMtKhLuZM0DMumoA\r\nd22CRyUMVG/B1SV1cfVqJvSfy+96RpEsPhtGyRDWVYesMBvaqbdymQnVUByP\r\nGCtDe6v3OgG68QydD73mqFCWms9E4Gh7lzbi9oeWdylR0qCTPJjVWR6kmD+d\r\nihnnW/n+syAIOejQGj/r/PMhwXbjwiSAEKJ7FNCKA88LGLG1e7xQjfKmli9H\r\nM0TYQEFQX6g9YgWaT5vkJcjcON0mwOPJgiU=\r\n=5gUx\r\n-----END PGP SIGNATURE-----\r\n","size":4302},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_2.6.0_1654451773250_0.39900999844384244"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T17:57:04.203Z"},"3.1.0":{"name":"vue-dompurify-html","version":"3.1.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^2.3.4","vue-demi":"^0.13.2"},"peerDependencies":{"vue":"^2.7.0 || ^3.0.0"},"devDependencies":{"@jest/types":"28.1.3","@stryker-mutator/core":"6.1.2","@stryker-mutator/jest-runner":"6.1.2","@stryker-mutator/typescript-checker":"6.1.2","@types/dompurify":"2.3.4","@types/jest":"28.1.8","@vue/test-utils":"2.0.2","jest":"28.1.3","jest-environment-jsdom":"28.1.3","ts-jest":"28.0.8","typescript":"4.8.2","vite":"3.0.9","vue":"3.2.37"},"scripts":{"build":"tsc && vite build","test":"jest","test-mutation":"stryker run"},"_resolved":"","_integrity":"","_from":"file:vue-dompurify-html-3.1.0.tgz","_id":"vue-dompurify-html@3.1.0","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Q721U3WP7a6j/aznsP1Z8kv3rwNfv2dm30bGQAJnbwAUtUkHuYnj3vZPKiveytuA1gwJ0acAIbLjxpzN4HnGcQ==","shasum":"1237b859be11c3503124ba43d5149c99c8376828","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.1.0.tgz","fileCount":6,"unpackedSize":7299,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+Hoe0RjbZVrwqW1W0j3GLr8VmIybpKntr8BkzCiFpJgIgPFZYHNcl/XwAsTd9bru/ojD8RGpA7p9yhQbPJWQ/S58="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCzbvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1mRAAmrQesAR+3AZplJk6J6yo6GJXhrNjDmBt0HdK+iGRFRElo4Ni\r\nWCKwueqKPVCTb2FpLCnAvhwglM6CIWKdwWZr9Asifruhqf4M5prN+KYrrAC3\r\nbcWnBjUhR83fY5er3oa8/rdZ8JTg4GZ54U4tfAKV7Sz4cRUo+5THguWN3XU7\r\n4lKnnOVURPv1YB3IyI1Bku6GuOX72Aja4/xdBUUlpmLrWwgzI8w6yOLzKSKn\r\nsf4QuP+fARXnrNnw04QaOLq6KugLdf7qbZIThR/iSGCI+324DPgFS3teAnJQ\r\ntSr5jrhuEqsol3OvefTwkPnAARwobUxOtanl93UDZOAkXYBBLsKrx+yrJ0Jc\r\nbFg4tS6KQpXIJpg8ouUPjTcNa+POvZlPs9AsIALUuDbkUA9WcAJBNwIwakV5\r\nNdSuvYT6ma1w4jjw6CkRxZfl+4/uoEVP63SvZc7S6ANnd39NLmYGdWpEl08N\r\ncwmW+UDJHXMA5Y1tApqNTaai3/lfbwFh6nUJb7Qeszv88ThT2imfb9LRF3ea\r\ntuPfusLZo06JqNXq5aJdl5fu65wDKkH2nA9i5fAT1CnFtYwS9k3vCgVQAu7Q\r\nWH6YyGqIWgseizF5vx6dTghPeUqezQyOjJsOKexSykP1sUV9vvKlS919Jh3Z\r\nAsY7AVfSd3fSmIryn2Ir5iklBadAd6gyBuE=\r\n=63n+\r\n-----END PGP SIGNATURE-----\r\n","size":3059},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.1.0_1661679343193_0.7923256590960228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-28T09:35:46.646Z"},"3.1.1":{"name":"vue-dompurify-html","version":"3.1.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^2.3.4","vue-demi":"^0.13.2"},"peerDependencies":{"vue":"^2.7.0 || ^3.0.0"},"devDependencies":{"@jest/types":"28.1.3","@stryker-mutator/core":"6.1.2","@stryker-mutator/jest-runner":"6.1.2","@stryker-mutator/typescript-checker":"6.1.2","@types/dompurify":"2.3.4","@types/jest":"28.1.8","@vue/test-utils":"2.0.2","jest":"28.1.3","jest-environment-jsdom":"28.1.3","ts-jest":"28.0.8","typescript":"4.8.2","vite":"3.1.0","vue":"3.2.38"},"scripts":{"build":"tsc && vite build","test":"jest","test-mutation":"stryker run"},"_resolved":"","_integrity":"","_from":"file:vue-dompurify-html-3.1.1.tgz","_id":"vue-dompurify-html@3.1.1","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6ozMTqVlLdfVKh/FIdKT6e7yrwo4NlOKNr/7rTrNsLbjzhNjY3YvRKn2o65LpnghcdUbIETWlkMlvzJbwP+SQw==","shasum":"2cbbccd8c377373a903a62580f87b525256e7d90","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.1.1.tgz","fileCount":7,"unpackedSize":13012,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEYpVXH+MpXFb11ZZ/DwFPTwzohQbUrXRoSuOwOfUXnsAiAj4ANHJd1zGfwHr/KokIIblS7Fi+2JCTLH4QA/t/JCQA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFgt8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbmA//YQloiaGktMy1XVCUYRl6fa6fXXt5dJU9M6OnzozL7ixGPqsK\r\n86rk5NR8cio8NaKubIOfQJZkpSbbkUhXxbaZs3PxJGN7HVz6iQ8l9Y2gMBhk\r\ntjNqeEVPXQGyNbTZ5WzF1/pfpH4h5GYCK0B3BT6zcHu0fLLEHaBjwKfFY29s\r\nmpgIXUfhKJXuTYTB/ZQwtU2rfaYOIf3Tf1H4KV+lsMbH5wyFn13+iMddy0wH\r\ndVW/vTpCyZG1z3+FhkOCBDYkXpcUvwxhakiz3DpHRWbsKeU3YCbCjDk96x2Y\r\n0twfNUzghV4JyrH+AU0m3HhQXbh0zVafKu0wy2YBXkFF8KvIeTXGEgje0lEL\r\naOBKYlvpFCkNKol84ksYWXkz+1YCnwsNk3tT2RgVKMCNylEOheikMElgjyQw\r\ntGI6cDh2UPl3XnwYR0ngikGh8euV90f/oCMO0jqC4zdvZ54z3g/Y4pyVdbn6\r\nZfzoXBURbZcsRQOozCL2R7z7DPK2BbNL3f/6bWc+nTJau7agTSoBXRSXFcu+\r\nEG+k1F0KdFN3mN/RJ30XdOBD5gMU3dF64/OIHwe0Bs09gb1m7MX/9t83JT4D\r\n2XvWIvGPA26Ksv2sjv6QtEwWcaas4PDRHbhm+Diz9tqk+wQfihZQXx8VVczN\r\nG+3aIRRc5f4dWZXJQnyAk0Ky5S3xleS3Zfg=\r\n=n/8Z\r\n-----END PGP SIGNATURE-----\r\n","size":4725},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.1.1_1662389116343_0.520398644609424"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T15:11:21.834Z"},"3.1.2":{"name":"vue-dompurify-html","version":"3.1.2","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^2.3.4","vue-demi":"^0.13.2"},"peerDependencies":{"vue":"^2.7.0 || ^3.0.0"},"devDependencies":{"@jest/types":"29.3.1","@stryker-mutator/core":"6.3.0","@stryker-mutator/jest-runner":"6.3.0","@stryker-mutator/typescript-checker":"6.3.0","@types/dompurify":"2.4.0","@types/jest":"29.2.4","@vue/test-utils":"2.2.1","jest":"29.3.1","jest-environment-jsdom":"29.3.1","ts-jest":"29.0.3","typescript":"4.9.4","vite":"4.0.1","vue":"3.2.45"},"scripts":{"build":"tsc && vite build","test":"jest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@3.1.2","_integrity":"sha512-2xCnSuog5+OPUtmeAwPZY/6oV9YKuLhjgcl5EUw3jKbmhnyPo8YyCczCeRNGBorVcz1fCGm6PEOIUSXNS8I0ZA==","_resolved":"/run/user/1000/b457a9a15fe5a0bf6c4941e7b7d8285e/vue-dompurify-html-3.1.2.tgz","_from":"file:vue-dompurify-html-3.1.2.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-2xCnSuog5+OPUtmeAwPZY/6oV9YKuLhjgcl5EUw3jKbmhnyPo8YyCczCeRNGBorVcz1fCGm6PEOIUSXNS8I0ZA==","shasum":"22a57ba73c06d77d0757cabc88245aa85c794f7a","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-3.1.2.tgz","fileCount":7,"unpackedSize":13134,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqnKEWCt0Ug1jsU1LDESzJYCeRkVFJFx+6nD8NNY57pQIgLjByVgKfieoINIU6KFEG7/h1HGPXqLvVGOGSFdXa3Uo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmzqoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpv8w/9H8zHqLuH+GMiSIG45PTaNd5ncXoZ/TSSfBC3Cm2fGNcgHoKv\r\nHYTwRRXh7XVFGr0DUz4OjwV82cCbF1IqywiZHS8ENS/ey/vOIR4tmSLLPNA5\r\nYQ+X+P1a+WJAnML6Tly0prjUQ5p6DcQfq9/l+mz6YAxTDmT84vL4NGgcaTR8\r\ncC61MsYomqbUIaePzM6uzLFF3QUWA6rH0IX2AfAToDHLFem256t2+zTcO6G2\r\nc+guktJ9ZgT0MQ30fi/+iYOJlMW1m3WeBbpkFEU78RxWpubNtjPAwW+0EvjV\r\nucw/p7EC/e87eDKJPiUit+Ee/jebs/3MznwoT+QalFj2yiGgIJme4cPGXCxY\r\nrvNqlJRr0+AvVD2Czv2cURK9FBWOy5+fEXIch64jz2BUwNWNCnryFU3q6Uyo\r\n+kEp0On6UWLyRiz/q9tXZyvmZD+j46LrXVTe2ZJe25TjuMVydK6cMmxWGkx0\r\nA0EhOqijDavUrHtmQBNc84WJOHAHsJfROb4aHm42K8srHew4O7Gdza7FbomU\r\nCgFnJihVbda3y0w2IWRNbp9Uc6qmS+aFQLHwkb+q5tK9IpbTHBR4eaMLWvo6\r\nf625g3hu7UYLqDxSJGxPdydasTAPdHD5XaeOgPCehocTG4MIHZXAf9e16bhQ\r\nm5LeYvyL9G9CPmLOBWLGr/FFcFYHY96GGDk=\r\n=ijs6\r\n-----END PGP SIGNATURE-----\r\n","size":4731},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_3.1.2_1671117479888_0.01150558010254632"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-15T15:18:37.279Z"},"4.0.0":{"name":"vue-dompurify-html","version":"4.0.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.0.0","vue-demi":"^0.13.2"},"peerDependencies":{"vue":"^2.7.0 || ^3.0.0"},"devDependencies":{"@jest/types":"29.4.3","@stryker-mutator/core":"6.3.1","@stryker-mutator/jest-runner":"6.3.1","@stryker-mutator/typescript-checker":"6.3.1","@types/dompurify":"2.4.0","@types/jest":"29.4.0","@vue/test-utils":"2.2.1","jest":"29.4.3","jest-environment-jsdom":"29.4.3","ts-jest":"29.0.5","typescript":"4.9.5","vite":"4.1.1","vue":"3.2.47"},"scripts":{"build":"tsc && vite build","test":"jest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@4.0.0","_integrity":"sha512-yLxmZSoVNM+ZpRXwbrq6mwY7xidRd6W4P2/W8zLBdXSQckpmPVvmDaJALYH0jm0CgibNJbe4+E5j6wzOKwRKvg==","_resolved":"/run/user/1000/3a1df4c5f6aacc9c70f7aab20f050ddb/vue-dompurify-html-4.0.0.tgz","_from":"file:vue-dompurify-html-4.0.0.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-yLxmZSoVNM+ZpRXwbrq6mwY7xidRd6W4P2/W8zLBdXSQckpmPVvmDaJALYH0jm0CgibNJbe4+E5j6wzOKwRKvg==","shasum":"8abf75cfaf6087acfa6c7928094ab2ffbe2117b1","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-4.0.0.tgz","fileCount":7,"unpackedSize":13134,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRm1vZR3mPNZZF0MsiQ0TpIoBm85JCaoZ6KBFfC25v7AIhAMoRz6lqd5TLdTkq+YQ3fLroIYvH85teJp+CmHX5rbqt"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7iRaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7Kw/+OYUep8O2YtKSCJy/BHmVdERtjONaHXNrvqlkwf5vGYLtG0ww\r\n8doqZQclyDAdKYu2qHBQ0A7zQjqF+uPvw6wHyIXMkWGE2FAnMACK/k1mr9tK\r\niqfdBJoYfxUSxq5SJab6McldSPDi8NVofOGpGYLVYbrFWxKc4jGB4DP/9GaK\r\nsx5pczUkw7ifOXVbWwuZQzDJkpDn0K+Q5bFVotIFsjpsYAsm8SvjZXkygqJ9\r\nxT0apHPlBaC+wRzkhfI3egLZZ1LVGBN95cdf6dom5ptuwHiRluU7cEAPB2Vd\r\nDIDiESZ/Y+qBnni1TkKReu7Nct9Tv+vXHWcUaAl5btePUNggRrvoMbK5mIR9\r\nYLZfKAAxyB7MAlenz53eJdQwGouYqbq/rnoL7wxjRZg1MZo5NhOa2qW74SLT\r\nBxnuSgn+kas3GEjdw/+7d3iJQ9vWFJBb6+CYpZ1nkwWuoLVsdpeTslAfCy8z\r\npS/Mc07Vhcmf7pf2DHUzaBD7zcxfzdNQeVYGIVKxMSVZcbj/TaMHcG4kIF9+\r\nHGbo4pRIYTBjOaizSHSDcnHOx1HJs4waeMYROglsljPYYUttbr9cyLD/d7Jd\r\n/Hi71ryZd6vNGY/Dot4SKrtle4IA6ljRMHXQ/M1yKd0i4zANDlPPHwc6S0Ah\r\n3PEPZH8y2QmNCnxcfk7uIS3ZvcqxtA68wd8=\r\n=lbuI\r\n-----END PGP SIGNATURE-----\r\n","size":4728},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_4.0.0_1676551258027_0.0661711065102728"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-16T12:40:58.187Z","publish_time":1676551258187},"4.1.2":{"name":"vue-dompurify-html","version":"4.1.2","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js","types":"./types/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.0.0","vue-demi":"^0.14.0"},"peerDependencies":{"vue":"^2.7.0 || ^3.0.0"},"devDependencies":{"@jest/types":"29.5.0","@stryker-mutator/core":"6.4.2","@stryker-mutator/jest-runner":"6.4.2","@stryker-mutator/typescript-checker":"6.4.2","@types/dompurify":"3.0.2","@types/jest":"29.5.1","@vue/test-utils":"2.3.2","jest":"29.5.0","jest-environment-jsdom":"29.5.0","ts-jest":"29.1.0","typescript":"5.0.4","vite":"4.3.8","vue":"3.2.47"},"scripts":{"build":"tsc && vite build","test":"jest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@4.1.2","_integrity":"sha512-v9pziVbqF6BsX9rmm2cT2wzfo1vPHWwtE1ztTaogajQHh2FiD07LP4U0uZS24qUZVWBY99SZ/AJQqLd4ac18RA==","_resolved":"/run/user/1001/e970ddb4ac6b7c5f790b168ff14fd8ff/vue-dompurify-html-4.1.2.tgz","_from":"file:vue-dompurify-html-4.1.2.tgz","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-v9pziVbqF6BsX9rmm2cT2wzfo1vPHWwtE1ztTaogajQHh2FiD07LP4U0uZS24qUZVWBY99SZ/AJQqLd4ac18RA==","shasum":"d5f33539aa2be43afe3216c15b5922acea010196","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-4.1.2.tgz","fileCount":8,"unpackedSize":14235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCma5cq4v7mhl1tZbJpKDBiXMf0uQdc/WiGKRm7TJZ+dgIhAKxSyZBuDEA+J2Ci50fK8T9aOf07qp6AffGE/kC/1M0d"}],"size":4765},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_4.1.2_1684792545394_0.021029731689289566"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-22T21:55:45.558Z","publish_time":1684792545558,"_source_registry_name":"default"},"4.1.3":{"name":"vue-dompurify-html","version":"4.1.3","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js","types":"./types/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.0.0","vue-demi":"^0.14.0"},"peerDependencies":{"vue":"^2.7.0 || ^3.0.0"},"devDependencies":{"@jest/types":"29.5.0","@stryker-mutator/core":"6.4.2","@stryker-mutator/jest-runner":"6.4.2","@stryker-mutator/typescript-checker":"6.4.2","@types/dompurify":"3.0.2","@types/jest":"29.5.1","@vue/test-utils":"2.3.2","jest":"29.5.0","jest-environment-jsdom":"29.5.0","ts-jest":"29.1.0","typescript":"5.0.4","vite":"4.3.8","vue":"3.2.47"},"scripts":{"build":"tsc && vite build","test":"jest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@4.1.3","_integrity":"sha512-BMIxILFuLzjsDUiw0vZdvEA3W1jIlCQe0M4DIp4Cf7PdUvXOKgxRdN7DVNyOX4I2yE7hq4xqrC2yE9DWMFjmmg==","_resolved":"/run/user/1001/6231203b47343e456000c6bebe0ac6f5/vue-dompurify-html-4.1.3.tgz","_from":"file:vue-dompurify-html-4.1.3.tgz","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-BMIxILFuLzjsDUiw0vZdvEA3W1jIlCQe0M4DIp4Cf7PdUvXOKgxRdN7DVNyOX4I2yE7hq4xqrC2yE9DWMFjmmg==","shasum":"2c71938b424c3cae1c454f4d59b0f15c6d51b210","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-4.1.3.tgz","fileCount":8,"unpackedSize":14235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDR9zP0qUtp63hGMz3dSQQEf+V8CdHEbyhedkpOvD/MBgIhAOT5/Pfz1d5QWaLjVOZlUJut30Rm1h5QDUVK3Ba/l144"}],"size":4765},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_4.1.3_1684794475312_0.5995133981933518"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-22T22:27:55.556Z","publish_time":1684794475556,"_source_registry_name":"default"},"4.1.4":{"name":"vue-dompurify-html","version":"4.1.4","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js","types":"./types/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.0.0","vue-demi":"^0.14.0"},"peerDependencies":{"vue":"^2.7.0 || ^3.0.0"},"devDependencies":{"@jest/types":"29.5.0","@stryker-mutator/core":"6.4.2","@stryker-mutator/jest-runner":"6.4.2","@stryker-mutator/typescript-checker":"6.4.2","@types/dompurify":"3.0.2","@types/jest":"29.5.1","@vue/test-utils":"2.3.2","jest":"29.5.0","jest-environment-jsdom":"29.5.0","ts-jest":"29.1.0","typescript":"5.0.4","vite":"4.3.8","vue":"3.2.47"},"scripts":{"build":"tsc && vite build","test":"jest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@4.1.4","_integrity":"sha512-K0XDSZA4dmMMvAgW8yaCx1kAYQldmgXeHJaLPS0mlSKOu8B+onE06X4KfB5LGyX4jR3rlVosyWJczRBzR0sZ/g==","_resolved":"/run/user/1001/4ec1f1fd6cefffc007bed88006bdcb35/vue-dompurify-html-4.1.4.tgz","_from":"file:vue-dompurify-html-4.1.4.tgz","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"integrity":"sha512-K0XDSZA4dmMMvAgW8yaCx1kAYQldmgXeHJaLPS0mlSKOu8B+onE06X4KfB5LGyX4jR3rlVosyWJczRBzR0sZ/g==","shasum":"4a0e3b979b7d0daf58617141373eb5e821cea97e","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-4.1.4.tgz","fileCount":8,"unpackedSize":14235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5h6l0eIMrTtOYsnAEUdj7F4nVyffUTJjjxh5uin7FqQIhAKF1S0HqyAz38ZD60qIChE0C6XiN7OTPZyFTiTbWpxPB"}],"size":4765},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_4.1.4_1684795795169_0.675904338779969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-22T22:49:55.366Z","publish_time":1684795795366,"_source_registry_name":"default"},"5.0.0":{"name":"vue-dompurify-html","version":"5.0.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js","types":"./types/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.0.0"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"8.0.0","@stryker-mutator/typescript-checker":"8.0.0","@stryker-mutator/vitest-runner":"8.0.0","@types/dompurify":"3.0.5","@vitest/coverage-v8":"1.0.4","@vue/test-utils":"2.4.3","jsdom":"23.0.1","typescript":"5.3.3","vite":"5.0.8","vitest":"1.0.4","vue":"3.3.11"},"scripts":{"build":"tsc --declaration --emitDeclarationOnly && vite build","typecheck":"tsc --noEmit -p ./tsconfig.test.json","test":"vitest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@5.0.0","_integrity":"sha512-mirhe1ANWPU5wTCkR1IARtL0eXPFQGO8iLQNQWC+/X0HMeY1Ne+mh/EIvF5e970fME0UOCF/tMxDmqx5Lo679Q==","_resolved":"/home/runner/work/_temp/9441d16d144780fcbd825982335b41ad/vue-dompurify-html-5.0.0.tgz","_from":"file:vue-dompurify-html-5.0.0.tgz","_nodeVersion":"21.3.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-mirhe1ANWPU5wTCkR1IARtL0eXPFQGO8iLQNQWC+/X0HMeY1Ne+mh/EIvF5e970fME0UOCF/tMxDmqx5Lo679Q==","shasum":"8cc92b2be52afd6ee8b2b95bb88a3a51be8bc873","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.0.0.tgz","fileCount":7,"unpackedSize":11075,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEu0R76BodDI2c6wVx93l/Lq6L5W9I5EXGrtbW4Puoa2AiEA54+KoFegXyqsbkLFtyX/T4lcDM4k8RQBI8Aumzx7pLk="}],"size":4038},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_5.0.0_1702494879522_0.715549567859384"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-13T19:14:39.670Z","publish_time":1702494879670,"_source_registry_name":"default"},"5.0.1":{"name":"vue-dompurify-html","version":"5.0.1","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js","types":"./types/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.0.0"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"8.0.0","@stryker-mutator/typescript-checker":"8.0.0","@stryker-mutator/vitest-runner":"8.0.0","@types/dompurify":"3.0.5","@vitest/coverage-v8":"1.0.4","@vue/test-utils":"2.4.3","jsdom":"23.0.1","typescript":"5.3.3","vite":"5.0.9","vitest":"1.0.4","vue":"3.3.11"},"scripts":{"build":"tsc --declaration --emitDeclarationOnly && vite build","typecheck":"tsc --noEmit -p ./tsconfig.test.json","test":"vitest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@5.0.1","_integrity":"sha512-8yoMbo7PX4vt01k0dcCHvP4tY0fOCLkQeMhXXRNmH7/muIUTkFOQNzkAtE0RmqgaF/unabvYnsnCu2CjIMgueg==","_resolved":"/home/runner/work/_temp/76d1a356c6c4cd4b4ed31bc1ce68cde0/vue-dompurify-html-5.0.1.tgz","_from":"file:vue-dompurify-html-5.0.1.tgz","_nodeVersion":"21.3.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-8yoMbo7PX4vt01k0dcCHvP4tY0fOCLkQeMhXXRNmH7/muIUTkFOQNzkAtE0RmqgaF/unabvYnsnCu2CjIMgueg==","shasum":"870e3636f1e1a452c8bf1732e9e10b917176f61f","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.0.1.tgz","fileCount":7,"unpackedSize":11705,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAtHnJz+t8BzYn+heaNXMf6x93HEi7WKt8anR7pF9ihAAiEAtcNRFvMHrcBMumVT7WBSEP7Jw5yvHv9ngD0TiNrJALA="}],"size":4272},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_5.0.1_1702650620545_0.8499597344142888"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T14:30:20.751Z","publish_time":1702650620751,"_source_registry_name":"default"},"5.1.0":{"name":"vue-dompurify-html","version":"5.1.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","web-types":"./web-types.json","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js","types":"./types/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.0.0"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"8.2.6","@stryker-mutator/typescript-checker":"8.2.6","@stryker-mutator/vitest-runner":"8.2.6","@types/dompurify":"3.0.5","@vitest/coverage-v8":"1.6.0","@vue/test-utils":"2.4.6","jsdom":"24.1.0","typescript":"5.4.5","vite":"5.3.1","vitest":"1.6.0","vue":"3.4.29"},"scripts":{"build":"tsc --declaration --emitDeclarationOnly && vite build","typecheck":"tsc --noEmit -p ./tsconfig.test.json","test":"vitest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@5.1.0","_integrity":"sha512-616o2/PBdOLM2bwlRWLdzeEC9NerLkwiudqNgaIJ5vBQWXec+u7Kuzh+45DtQQrids67s4pHnTnJZLVfyPMxbA==","_resolved":"/home/runner/work/_temp/434255c2cdf1630c3143b88cabefd05b/vue-dompurify-html-5.1.0.tgz","_from":"file:vue-dompurify-html-5.1.0.tgz","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-616o2/PBdOLM2bwlRWLdzeEC9NerLkwiudqNgaIJ5vBQWXec+u7Kuzh+45DtQQrids67s4pHnTnJZLVfyPMxbA==","shasum":"7f720ad0043804642af7d65d4e002c574ce3c951","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.1.0.tgz","fileCount":8,"unpackedSize":12407,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc9uPJORIbqIyQ3SeoaBrtC8z+Czkr7454cStNbxchWAIgN4niJA8BgIS4bnkNakj+wWdBHweSTrNF+7ZVDsD+rZU="}],"size":4467},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_5.1.0_1718534709644_0.6805772980118907"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-16T10:45:09.794Z","publish_time":1718534709794,"_source_registry_name":"default"},"5.2.0":{"name":"vue-dompurify-html","version":"5.2.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","web-types":"./web-types.json","exports":{".":{"import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js","types":"./types/index.d.ts"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.2.1"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@stryker-mutator/core":"8.6.0","@stryker-mutator/typescript-checker":"8.6.0","@stryker-mutator/vitest-runner":"8.6.0","@vitest/coverage-v8":"2.1.5","@vue/test-utils":"2.4.6","jsdom":"25.0.1","typescript":"5.6.3","vite":"5.4.11","vitest":"2.1.5","vue":"3.5.13"},"scripts":{"build":"tsc --declaration --emitDeclarationOnly && vite build","typecheck":"tsc --noEmit -p ./tsconfig.test.json","test":"vitest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@5.2.0","_integrity":"sha512-GX+BStkKEJ8wu/+hU1EK2nu/gzXWhb4XzBu6aowpsuU/3nkvXvZ2jx4nZ9M3jtS/Vu7J7MtFXjc7x3cWQ+zbVQ==","_resolved":"/home/runner/work/_temp/d4bb336499da91cc3d54ff30777bb1a8/vue-dompurify-html-5.2.0.tgz","_from":"file:vue-dompurify-html-5.2.0.tgz","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-GX+BStkKEJ8wu/+hU1EK2nu/gzXWhb4XzBu6aowpsuU/3nkvXvZ2jx4nZ9M3jtS/Vu7J7MtFXjc7x3cWQ+zbVQ==","shasum":"a8bb6cbee94f6e8581fd42c57096bde5185dcaf2","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.2.0.tgz","fileCount":8,"unpackedSize":12850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6yYTAYf1bHWrINaZ3+DNNvMXc4mXsFlbMy5cdJMdVZwIhAOvCaz3CIoNErmg194FMi5PY1k5zf5flduiwjYYfhQbY"}],"size":4544},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-dompurify-html_5.2.0_1732482768217_0.7010925741760925"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-24T21:12:48.378Z","publish_time":1732482768378,"_source_registry_name":"default"},"5.3.0":{"name":"vue-dompurify-html","version":"5.3.0","description":"Safe replacement for the v-html directive","license":"MIT","author":{"name":"Thomas Gerbet"},"main":"./dist/vue-dompurify-html.umd.js","module":"./dist/vue-dompurify-html.mjs","types":"types/index.d.ts","web-types":"./web-types.json","exports":{".":{"types":"./types/index.d.ts","import":"./dist/vue-dompurify-html.mjs","require":"./dist/vue-dompurify-html.umd.js"}},"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"dependencies":{"dompurify":"^3.2.5"},"peerDependencies":{"vue":"^3.4.36"},"devDependencies":{"@stryker-mutator/core":"8.7.1","@stryker-mutator/typescript-checker":"8.7.1","@stryker-mutator/vitest-runner":"8.7.1","@vitest/coverage-v8":"3.1.2","@vue/test-utils":"2.4.6","jsdom":"26.1.0","typescript":"5.8.3","vite":"6.3.5","vitest":"3.1.2","vue":"3.5.13"},"scripts":{"build":"tsc --declaration --emitDeclarationOnly && vite build","typecheck":"tsc --noEmit -p ./tsconfig.test.json","test":"vitest","test-mutation":"stryker run"},"_id":"vue-dompurify-html@5.3.0","_integrity":"sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==","_resolved":"/home/runner/work/_temp/nix-shell-2732-0/54000c1afe4723d8b2400d04f50afd2e/vue-dompurify-html-5.3.0.tgz","_from":"file:vue-dompurify-html-5.3.0.tgz","_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==","shasum":"12b38ef8baa8a7c9ed3ac8d14950b9a99a959e9d","tarball":"https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.3.0.tgz","fileCount":8,"unpackedSize":13425,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-dompurify-html@5.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCepsgYQqoIgCU+Cx2r9Ne51kJO2gTNZLY3vYd/ki7GyQIhAMAcIsWQopmes90RlzkHL7HuCrKQjnqdzB/dRDLJOSf/"}],"size":4739},"_npmUser":{"name":"tgerbet","email":"thomas@gerbet.me"},"directories":{},"maintainers":[{"name":"tgerbet","email":"thomas@gerbet.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/vue-dompurify-html_5.3.0_1746452137535_0.3618572376633309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-05T13:35:37.729Z","publish_time":1746452137729,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/LeSuisse/vue-dompurify-html/issues"},"homepage":"https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme","keywords":["vue","vue-directive","xss","dom-xss","dompurify","security","html"],"repository":{"type":"git","url":"git+https://github.com/LeSuisse/vue-dompurify-html.git","directory":"packages/vue-dompurify-html"},"_source_registry_name":"default"}
@@ -0,0 +1,3 @@
1
+
2
+ 242535dc626a593a8dc3cca8fb9c40b900ed581c {"key":"make-fetch-happen:request-cache:https://registry.npmmirror.com/vue-dompurify-html","integrity":"sha512-vVYlB5/7GERpU/iPwGPD1ur3GRdyhRuEd8EY8RO5IKfzV7Z7kAYYGvWMn2iwBZuJmtDyyG/gpkkJWNE4ywY6/Q==","time":1773740313107,"size":119804,"metadata":{"time":1773740313106,"url":"https://registry.npmmirror.com/vue-dompurify-html","reqHeaders":{"accept":"application/json"},"resHeaders":{"cache-control":"public, max-age=300","date":"Tue, 17 Mar 2026 09:36:18 GMT","etag":"W/\"6dc39b3114f9f471b179847a7158c11004679602\"","vary":"Origin, Accept, Accept-Encoding","content-encoding":"gzip","content-type":"application/json; charset=utf-8"},"options":{"compress":true}}}
3
+ 84cacb5c0b3ed2aff61513206a30f503f738b9ed {"key":"make-fetch-happen:request-cache:https://registry.npmmirror.com/vue-dompurify-html","integrity":"sha512-vVYlB5/7GERpU/iPwGPD1ur3GRdyhRuEd8EY8RO5IKfzV7Z7kAYYGvWMn2iwBZuJmtDyyG/gpkkJWNE4ywY6/Q==","time":1773740315204,"size":119804,"metadata":{"time":1773740315203,"url":"https://registry.npmmirror.com/vue-dompurify-html","reqHeaders":{"accept":"application/json"},"resHeaders":{"cache-control":"public, max-age=300","date":"Tue, 17 Mar 2026 09:36:18 GMT","etag":"W/\"6dc39b3114f9f471b179847a7158c11004679602\"","vary":"Origin, Accept, Accept-Encoding","content-encoding":"gzip","content-type":"application/json; charset=utf-8"},"options":{"compress":true}}}