@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,157 @@
1
+ 0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
2
+ 1 info using npm@10.9.3
3
+ 2 info using node@v22.18.0
4
+ 3 silly config load:file:C:\Users\Administrator\AppData\Roaming\nvm\v22.18.0\node_modules\npm\npmrc
5
+ 4 silly config load:file:D:\forks\OpenDesignPlus\packages\components\.npmrc
6
+ 5 silly config load:file:C:\Users\Administrator\.npmrc
7
+ 6 silly config load:file:C:\Program Files\nodejs\etc\npmrc
8
+ 7 verbose title npm info vue-dompurify-html
9
+ 8 verbose argv "info" "--json" "vue-dompurify-html"
10
+ 9 verbose logfile logs-max:10 dir:D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_20_859Z-
11
+ 10 verbose logfile D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_20_859Z-debug-0.log
12
+ 11 silly logfile start cleaning logs, removing 1 files
13
+ 12 silly logfile done cleaning log files
14
+ 13 http fetch GET 200 https://registry.npmmirror.com/vue-dompurify-html 162ms (cache revalidated)
15
+ 14 silly view {
16
+ 14 silly view '5.3.0': {
17
+ 14 silly view _attachments: {},
18
+ 14 silly view _id: 'vue-dompurify-html@5.3.0',
19
+ 14 silly view _rev: '1556666-61f3b49ec189a904bfc9a94f',
20
+ 14 silly view author: { name: 'Thomas Gerbet' },
21
+ 14 silly view description: 'Safe replacement for the v-html directive',
22
+ 14 silly view 'dist-tags': { latest: '5.3.0', 'vue-legacy': '2.6.0' },
23
+ 14 silly view license: 'MIT',
24
+ 14 silly view maintainers: [ [Object] ],
25
+ 14 silly view name: 'vue-dompurify-html',
26
+ 14 silly view time: {
27
+ 14 silly view created: '2022-01-28T09:17:18.577Z',
28
+ 14 silly view modified: '2025-05-05T13:35:50.840Z',
29
+ 14 silly view '1.0.0': '2019-04-14T18:07:13.107Z',
30
+ 14 silly view '1.1.0': '2019-04-15T22:01:32.829Z',
31
+ 14 silly view '1.2.0': '2019-04-16T21:24:11.528Z',
32
+ 14 silly view '1.2.1': '2019-04-24T11:47:11.024Z',
33
+ 14 silly view '1.3.0': '2019-06-03T19:36:38.613Z',
34
+ 14 silly view '1.3.1': '2019-07-31T14:54:48.046Z',
35
+ 14 silly view '2.0.0': '2019-08-18T18:22:53.476Z',
36
+ 14 silly view '2.1.0': '2019-09-13T10:07:26.270Z',
37
+ 14 silly view '2.1.1': '2019-11-03T16:46:32.860Z',
38
+ 14 silly view '3.0.0-alpha.0': '2020-04-29T15:39:09.224Z',
39
+ 14 silly view '2.2.0': '2020-05-12T21:31:40.434Z',
40
+ 14 silly view '3.0.0-alpha.1': '2020-05-12T21:46:33.703Z',
41
+ 14 silly view '2.2.1': '2020-05-12T22:17:54.678Z',
42
+ 14 silly view '3.0.0-alpha.2': '2020-05-12T22:43:36.495Z',
43
+ 14 silly view '3.0.0-alpha.3': '2020-08-10T20:36:17.509Z',
44
+ 14 silly view '2.3.0': '2020-08-10T21:23:12.259Z',
45
+ 14 silly view '2.4.0': '2021-12-10T14:39:47.860Z',
46
+ 14 silly view '3.0.0-beta.1': '2021-12-10T14:45:31.107Z',
47
+ 14 silly view '3.0.0-beta.2': '2021-12-23T15:38:37.820Z',
48
+ 14 silly view '2.5.0': '2021-12-25T12:11:59.244Z',
49
+ 14 silly view '2.5.1': '2022-04-04T17:29:00.831Z',
50
+ 14 silly view '3.0.0-beta.3': '2022-04-04T17:34:04.686Z',
51
+ 14 silly view '2.5.2': '2022-04-24T10:42:49.700Z',
52
+ 14 silly view '3.0.0': '2022-05-13T11:58:07.987Z',
53
+ 14 silly view '2.6.0': '2022-06-05T17:56:13.446Z',
54
+ 14 silly view '3.1.0': '2022-08-28T09:35:43.466Z',
55
+ 14 silly view '3.1.1': '2022-09-05T14:45:16.508Z',
56
+ 14 silly view '3.1.2': '2022-12-15T15:18:00.105Z',
57
+ 14 silly view '4.0.0': '2023-02-16T12:40:58.187Z',
58
+ 14 silly view '4.1.2': '2023-05-22T21:55:45.558Z',
59
+ 14 silly view '4.1.3': '2023-05-22T22:27:55.556Z',
60
+ 14 silly view '4.1.4': '2023-05-22T22:49:55.366Z',
61
+ 14 silly view '5.0.0': '2023-12-13T19:14:39.670Z',
62
+ 14 silly view '5.0.1': '2023-12-15T14:30:20.751Z',
63
+ 14 silly view '5.1.0': '2024-06-16T10:45:09.794Z',
64
+ 14 silly view '5.2.0': '2024-11-24T21:12:48.378Z',
65
+ 14 silly view '5.3.0': '2025-05-05T13:35:37.729Z'
66
+ 14 silly view },
67
+ 14 silly view versions: [
68
+ 14 silly view '1.0.0', '1.1.0', '1.2.0',
69
+ 14 silly view '1.2.1', '1.3.0', '1.3.1',
70
+ 14 silly view '2.0.0', '2.1.0', '2.1.1',
71
+ 14 silly view '2.2.0', '2.2.1', '2.3.0',
72
+ 14 silly view '2.4.0', '2.5.0', '2.5.1',
73
+ 14 silly view '2.5.2', '2.6.0', '3.0.0-alpha.0',
74
+ 14 silly view '3.0.0-alpha.1', '3.0.0-alpha.2', '3.0.0-alpha.3',
75
+ 14 silly view '3.0.0-beta.1', '3.0.0-beta.2', '3.0.0-beta.3',
76
+ 14 silly view '3.0.0', '3.1.0', '3.1.1',
77
+ 14 silly view '3.1.2', '4.0.0', '4.1.2',
78
+ 14 silly view '4.1.3', '4.1.4', '5.0.0',
79
+ 14 silly view '5.0.1', '5.1.0', '5.2.0',
80
+ 14 silly view '5.3.0'
81
+ 14 silly view ],
82
+ 14 silly view bugs: { url: 'https://github.com/LeSuisse/vue-dompurify-html/issues' },
83
+ 14 silly view homepage: 'https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme',
84
+ 14 silly view keywords: [
85
+ 14 silly view 'vue',
86
+ 14 silly view 'vue-directive',
87
+ 14 silly view 'xss',
88
+ 14 silly view 'dom-xss',
89
+ 14 silly view 'dompurify',
90
+ 14 silly view 'security',
91
+ 14 silly view 'html'
92
+ 14 silly view ],
93
+ 14 silly view repository: {
94
+ 14 silly view type: 'git',
95
+ 14 silly view url: 'git+https://github.com/LeSuisse/vue-dompurify-html.git',
96
+ 14 silly view directory: 'packages/vue-dompurify-html'
97
+ 14 silly view },
98
+ 14 silly view _source_registry_name: 'default',
99
+ 14 silly view _contentLength: 119804,
100
+ 14 silly view version: '5.3.0',
101
+ 14 silly view main: './dist/vue-dompurify-html.umd.js',
102
+ 14 silly view module: './dist/vue-dompurify-html.mjs',
103
+ 14 silly view types: 'types/index.d.ts',
104
+ 14 silly view 'web-types': './web-types.json',
105
+ 14 silly view exports: { '.': [Object] },
106
+ 14 silly view dependencies: { dompurify: '^3.2.5' },
107
+ 14 silly view peerDependencies: { vue: '^3.4.36' },
108
+ 14 silly view devDependencies: {
109
+ 14 silly view '@stryker-mutator/core': '8.7.1',
110
+ 14 silly view '@stryker-mutator/typescript-checker': '8.7.1',
111
+ 14 silly view '@stryker-mutator/vitest-runner': '8.7.1',
112
+ 14 silly view '@vitest/coverage-v8': '3.1.2',
113
+ 14 silly view '@vue/test-utils': '2.4.6',
114
+ 14 silly view jsdom: '26.1.0',
115
+ 14 silly view typescript: '5.8.3',
116
+ 14 silly view vite: '6.3.5',
117
+ 14 silly view vitest: '3.1.2',
118
+ 14 silly view vue: '3.5.13'
119
+ 14 silly view },
120
+ 14 silly view scripts: {
121
+ 14 silly view build: 'tsc --declaration --emitDeclarationOnly && vite build',
122
+ 14 silly view typecheck: 'tsc --noEmit -p ./tsconfig.test.json',
123
+ 14 silly view test: 'vitest',
124
+ 14 silly view 'test-mutation': 'stryker run'
125
+ 14 silly view },
126
+ 14 silly view _integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
127
+ 14 silly view _resolved: '/home/runner/work/_temp/nix-shell-2732-0/54000c1afe4723d8b2400d04f50afd2e/vue-dompurify-html-5.3.0.tgz',
128
+ 14 silly view _from: 'file:vue-dompurify-html-5.3.0.tgz',
129
+ 14 silly view _nodeVersion: '22.14.0',
130
+ 14 silly view _npmVersion: '10.9.2',
131
+ 14 silly view dist: {
132
+ 14 silly view integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
133
+ 14 silly view shasum: '12b38ef8baa8a7c9ed3ac8d14950b9a99a959e9d',
134
+ 14 silly view tarball: 'https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.3.0.tgz',
135
+ 14 silly view fileCount: 8,
136
+ 14 silly view unpackedSize: 13425,
137
+ 14 silly view attestations: [Object],
138
+ 14 silly view signatures: [Array],
139
+ 14 silly view size: 4739
140
+ 14 silly view },
141
+ 14 silly view _npmUser: { name: 'tgerbet', email: 'thomas@gerbet.me' },
142
+ 14 silly view directories: {},
143
+ 14 silly view _npmOperationalInternal: {
144
+ 14 silly view host: 's3://npm-registry-packages-npm-production',
145
+ 14 silly view tmp: 'tmp/vue-dompurify-html_5.3.0_1746452137535_0.3618572376633309'
146
+ 14 silly view },
147
+ 14 silly view _hasShrinkwrap: false,
148
+ 14 silly view _cnpmcore_publish_time: '2025-05-05T13:35:37.729Z',
149
+ 14 silly view publish_time: 1746452137729
150
+ 14 silly view }
151
+ 14 silly view }
152
+ 15 verbose cwd D:\forks\OpenDesignPlus\packages\components
153
+ 16 verbose os Windows_NT 10.0.17763
154
+ 17 verbose node v22.18.0
155
+ 18 verbose npm v10.9.3
156
+ 19 verbose exit 0
157
+ 20 info ok
@@ -0,0 +1,157 @@
1
+ 0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
2
+ 1 info using npm@10.9.3
3
+ 2 info using node@v22.18.0
4
+ 3 silly config load:file:C:\Users\Administrator\AppData\Roaming\nvm\v22.18.0\node_modules\npm\npmrc
5
+ 4 silly config load:file:D:\forks\OpenDesignPlus\packages\components\.npmrc
6
+ 5 silly config load:file:C:\Users\Administrator\.npmrc
7
+ 6 silly config load:file:C:\Program Files\nodejs\etc\npmrc
8
+ 7 verbose title npm info vue-dompurify-html
9
+ 8 verbose argv "info" "--json" "vue-dompurify-html"
10
+ 9 verbose logfile logs-max:10 dir:D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_23_182Z-
11
+ 10 verbose logfile D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_23_182Z-debug-0.log
12
+ 11 silly logfile start cleaning logs, removing 1 files
13
+ 12 silly logfile done cleaning log files
14
+ 13 http fetch GET 200 https://registry.npmmirror.com/vue-dompurify-html 157ms (cache revalidated)
15
+ 14 silly view {
16
+ 14 silly view '5.3.0': {
17
+ 14 silly view _attachments: {},
18
+ 14 silly view _id: 'vue-dompurify-html@5.3.0',
19
+ 14 silly view _rev: '1556666-61f3b49ec189a904bfc9a94f',
20
+ 14 silly view author: { name: 'Thomas Gerbet' },
21
+ 14 silly view description: 'Safe replacement for the v-html directive',
22
+ 14 silly view 'dist-tags': { latest: '5.3.0', 'vue-legacy': '2.6.0' },
23
+ 14 silly view license: 'MIT',
24
+ 14 silly view maintainers: [ [Object] ],
25
+ 14 silly view name: 'vue-dompurify-html',
26
+ 14 silly view time: {
27
+ 14 silly view created: '2022-01-28T09:17:18.577Z',
28
+ 14 silly view modified: '2025-05-05T13:35:50.840Z',
29
+ 14 silly view '1.0.0': '2019-04-14T18:07:13.107Z',
30
+ 14 silly view '1.1.0': '2019-04-15T22:01:32.829Z',
31
+ 14 silly view '1.2.0': '2019-04-16T21:24:11.528Z',
32
+ 14 silly view '1.2.1': '2019-04-24T11:47:11.024Z',
33
+ 14 silly view '1.3.0': '2019-06-03T19:36:38.613Z',
34
+ 14 silly view '1.3.1': '2019-07-31T14:54:48.046Z',
35
+ 14 silly view '2.0.0': '2019-08-18T18:22:53.476Z',
36
+ 14 silly view '2.1.0': '2019-09-13T10:07:26.270Z',
37
+ 14 silly view '2.1.1': '2019-11-03T16:46:32.860Z',
38
+ 14 silly view '3.0.0-alpha.0': '2020-04-29T15:39:09.224Z',
39
+ 14 silly view '2.2.0': '2020-05-12T21:31:40.434Z',
40
+ 14 silly view '3.0.0-alpha.1': '2020-05-12T21:46:33.703Z',
41
+ 14 silly view '2.2.1': '2020-05-12T22:17:54.678Z',
42
+ 14 silly view '3.0.0-alpha.2': '2020-05-12T22:43:36.495Z',
43
+ 14 silly view '3.0.0-alpha.3': '2020-08-10T20:36:17.509Z',
44
+ 14 silly view '2.3.0': '2020-08-10T21:23:12.259Z',
45
+ 14 silly view '2.4.0': '2021-12-10T14:39:47.860Z',
46
+ 14 silly view '3.0.0-beta.1': '2021-12-10T14:45:31.107Z',
47
+ 14 silly view '3.0.0-beta.2': '2021-12-23T15:38:37.820Z',
48
+ 14 silly view '2.5.0': '2021-12-25T12:11:59.244Z',
49
+ 14 silly view '2.5.1': '2022-04-04T17:29:00.831Z',
50
+ 14 silly view '3.0.0-beta.3': '2022-04-04T17:34:04.686Z',
51
+ 14 silly view '2.5.2': '2022-04-24T10:42:49.700Z',
52
+ 14 silly view '3.0.0': '2022-05-13T11:58:07.987Z',
53
+ 14 silly view '2.6.0': '2022-06-05T17:56:13.446Z',
54
+ 14 silly view '3.1.0': '2022-08-28T09:35:43.466Z',
55
+ 14 silly view '3.1.1': '2022-09-05T14:45:16.508Z',
56
+ 14 silly view '3.1.2': '2022-12-15T15:18:00.105Z',
57
+ 14 silly view '4.0.0': '2023-02-16T12:40:58.187Z',
58
+ 14 silly view '4.1.2': '2023-05-22T21:55:45.558Z',
59
+ 14 silly view '4.1.3': '2023-05-22T22:27:55.556Z',
60
+ 14 silly view '4.1.4': '2023-05-22T22:49:55.366Z',
61
+ 14 silly view '5.0.0': '2023-12-13T19:14:39.670Z',
62
+ 14 silly view '5.0.1': '2023-12-15T14:30:20.751Z',
63
+ 14 silly view '5.1.0': '2024-06-16T10:45:09.794Z',
64
+ 14 silly view '5.2.0': '2024-11-24T21:12:48.378Z',
65
+ 14 silly view '5.3.0': '2025-05-05T13:35:37.729Z'
66
+ 14 silly view },
67
+ 14 silly view versions: [
68
+ 14 silly view '1.0.0', '1.1.0', '1.2.0',
69
+ 14 silly view '1.2.1', '1.3.0', '1.3.1',
70
+ 14 silly view '2.0.0', '2.1.0', '2.1.1',
71
+ 14 silly view '2.2.0', '2.2.1', '2.3.0',
72
+ 14 silly view '2.4.0', '2.5.0', '2.5.1',
73
+ 14 silly view '2.5.2', '2.6.0', '3.0.0-alpha.0',
74
+ 14 silly view '3.0.0-alpha.1', '3.0.0-alpha.2', '3.0.0-alpha.3',
75
+ 14 silly view '3.0.0-beta.1', '3.0.0-beta.2', '3.0.0-beta.3',
76
+ 14 silly view '3.0.0', '3.1.0', '3.1.1',
77
+ 14 silly view '3.1.2', '4.0.0', '4.1.2',
78
+ 14 silly view '4.1.3', '4.1.4', '5.0.0',
79
+ 14 silly view '5.0.1', '5.1.0', '5.2.0',
80
+ 14 silly view '5.3.0'
81
+ 14 silly view ],
82
+ 14 silly view bugs: { url: 'https://github.com/LeSuisse/vue-dompurify-html/issues' },
83
+ 14 silly view homepage: 'https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme',
84
+ 14 silly view keywords: [
85
+ 14 silly view 'vue',
86
+ 14 silly view 'vue-directive',
87
+ 14 silly view 'xss',
88
+ 14 silly view 'dom-xss',
89
+ 14 silly view 'dompurify',
90
+ 14 silly view 'security',
91
+ 14 silly view 'html'
92
+ 14 silly view ],
93
+ 14 silly view repository: {
94
+ 14 silly view type: 'git',
95
+ 14 silly view url: 'git+https://github.com/LeSuisse/vue-dompurify-html.git',
96
+ 14 silly view directory: 'packages/vue-dompurify-html'
97
+ 14 silly view },
98
+ 14 silly view _source_registry_name: 'default',
99
+ 14 silly view _contentLength: 119804,
100
+ 14 silly view version: '5.3.0',
101
+ 14 silly view main: './dist/vue-dompurify-html.umd.js',
102
+ 14 silly view module: './dist/vue-dompurify-html.mjs',
103
+ 14 silly view types: 'types/index.d.ts',
104
+ 14 silly view 'web-types': './web-types.json',
105
+ 14 silly view exports: { '.': [Object] },
106
+ 14 silly view dependencies: { dompurify: '^3.2.5' },
107
+ 14 silly view peerDependencies: { vue: '^3.4.36' },
108
+ 14 silly view devDependencies: {
109
+ 14 silly view '@stryker-mutator/core': '8.7.1',
110
+ 14 silly view '@stryker-mutator/typescript-checker': '8.7.1',
111
+ 14 silly view '@stryker-mutator/vitest-runner': '8.7.1',
112
+ 14 silly view '@vitest/coverage-v8': '3.1.2',
113
+ 14 silly view '@vue/test-utils': '2.4.6',
114
+ 14 silly view jsdom: '26.1.0',
115
+ 14 silly view typescript: '5.8.3',
116
+ 14 silly view vite: '6.3.5',
117
+ 14 silly view vitest: '3.1.2',
118
+ 14 silly view vue: '3.5.13'
119
+ 14 silly view },
120
+ 14 silly view scripts: {
121
+ 14 silly view build: 'tsc --declaration --emitDeclarationOnly && vite build',
122
+ 14 silly view typecheck: 'tsc --noEmit -p ./tsconfig.test.json',
123
+ 14 silly view test: 'vitest',
124
+ 14 silly view 'test-mutation': 'stryker run'
125
+ 14 silly view },
126
+ 14 silly view _integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
127
+ 14 silly view _resolved: '/home/runner/work/_temp/nix-shell-2732-0/54000c1afe4723d8b2400d04f50afd2e/vue-dompurify-html-5.3.0.tgz',
128
+ 14 silly view _from: 'file:vue-dompurify-html-5.3.0.tgz',
129
+ 14 silly view _nodeVersion: '22.14.0',
130
+ 14 silly view _npmVersion: '10.9.2',
131
+ 14 silly view dist: {
132
+ 14 silly view integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
133
+ 14 silly view shasum: '12b38ef8baa8a7c9ed3ac8d14950b9a99a959e9d',
134
+ 14 silly view tarball: 'https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.3.0.tgz',
135
+ 14 silly view fileCount: 8,
136
+ 14 silly view unpackedSize: 13425,
137
+ 14 silly view attestations: [Object],
138
+ 14 silly view signatures: [Array],
139
+ 14 silly view size: 4739
140
+ 14 silly view },
141
+ 14 silly view _npmUser: { name: 'tgerbet', email: 'thomas@gerbet.me' },
142
+ 14 silly view directories: {},
143
+ 14 silly view _npmOperationalInternal: {
144
+ 14 silly view host: 's3://npm-registry-packages-npm-production',
145
+ 14 silly view tmp: 'tmp/vue-dompurify-html_5.3.0_1746452137535_0.3618572376633309'
146
+ 14 silly view },
147
+ 14 silly view _hasShrinkwrap: false,
148
+ 14 silly view _cnpmcore_publish_time: '2025-05-05T13:35:37.729Z',
149
+ 14 silly view publish_time: 1746452137729
150
+ 14 silly view }
151
+ 14 silly view }
152
+ 15 verbose cwd D:\forks\OpenDesignPlus\packages\components
153
+ 16 verbose os Windows_NT 10.0.17763
154
+ 17 verbose node v22.18.0
155
+ 18 verbose npm v10.9.3
156
+ 19 verbose exit 0
157
+ 20 info ok
@@ -0,0 +1,157 @@
1
+ 0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
2
+ 1 info using npm@10.9.3
3
+ 2 info using node@v22.18.0
4
+ 3 silly config load:file:C:\Users\Administrator\AppData\Roaming\nvm\v22.18.0\node_modules\npm\npmrc
5
+ 4 silly config load:file:D:\forks\OpenDesignPlus\packages\components\.npmrc
6
+ 5 silly config load:file:C:\Users\Administrator\.npmrc
7
+ 6 silly config load:file:C:\Program Files\nodejs\etc\npmrc
8
+ 7 verbose title npm info vue-dompurify-html
9
+ 8 verbose argv "info" "--json" "vue-dompurify-html"
10
+ 9 verbose logfile logs-max:10 dir:D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_25_452Z-
11
+ 10 verbose logfile D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_25_452Z-debug-0.log
12
+ 11 silly logfile start cleaning logs, removing 1 files
13
+ 12 silly logfile done cleaning log files
14
+ 13 http fetch GET 200 https://registry.npmmirror.com/vue-dompurify-html 179ms (cache revalidated)
15
+ 14 silly view {
16
+ 14 silly view '5.3.0': {
17
+ 14 silly view _attachments: {},
18
+ 14 silly view _id: 'vue-dompurify-html@5.3.0',
19
+ 14 silly view _rev: '1556666-61f3b49ec189a904bfc9a94f',
20
+ 14 silly view author: { name: 'Thomas Gerbet' },
21
+ 14 silly view description: 'Safe replacement for the v-html directive',
22
+ 14 silly view 'dist-tags': { latest: '5.3.0', 'vue-legacy': '2.6.0' },
23
+ 14 silly view license: 'MIT',
24
+ 14 silly view maintainers: [ [Object] ],
25
+ 14 silly view name: 'vue-dompurify-html',
26
+ 14 silly view time: {
27
+ 14 silly view created: '2022-01-28T09:17:18.577Z',
28
+ 14 silly view modified: '2025-05-05T13:35:50.840Z',
29
+ 14 silly view '1.0.0': '2019-04-14T18:07:13.107Z',
30
+ 14 silly view '1.1.0': '2019-04-15T22:01:32.829Z',
31
+ 14 silly view '1.2.0': '2019-04-16T21:24:11.528Z',
32
+ 14 silly view '1.2.1': '2019-04-24T11:47:11.024Z',
33
+ 14 silly view '1.3.0': '2019-06-03T19:36:38.613Z',
34
+ 14 silly view '1.3.1': '2019-07-31T14:54:48.046Z',
35
+ 14 silly view '2.0.0': '2019-08-18T18:22:53.476Z',
36
+ 14 silly view '2.1.0': '2019-09-13T10:07:26.270Z',
37
+ 14 silly view '2.1.1': '2019-11-03T16:46:32.860Z',
38
+ 14 silly view '3.0.0-alpha.0': '2020-04-29T15:39:09.224Z',
39
+ 14 silly view '2.2.0': '2020-05-12T21:31:40.434Z',
40
+ 14 silly view '3.0.0-alpha.1': '2020-05-12T21:46:33.703Z',
41
+ 14 silly view '2.2.1': '2020-05-12T22:17:54.678Z',
42
+ 14 silly view '3.0.0-alpha.2': '2020-05-12T22:43:36.495Z',
43
+ 14 silly view '3.0.0-alpha.3': '2020-08-10T20:36:17.509Z',
44
+ 14 silly view '2.3.0': '2020-08-10T21:23:12.259Z',
45
+ 14 silly view '2.4.0': '2021-12-10T14:39:47.860Z',
46
+ 14 silly view '3.0.0-beta.1': '2021-12-10T14:45:31.107Z',
47
+ 14 silly view '3.0.0-beta.2': '2021-12-23T15:38:37.820Z',
48
+ 14 silly view '2.5.0': '2021-12-25T12:11:59.244Z',
49
+ 14 silly view '2.5.1': '2022-04-04T17:29:00.831Z',
50
+ 14 silly view '3.0.0-beta.3': '2022-04-04T17:34:04.686Z',
51
+ 14 silly view '2.5.2': '2022-04-24T10:42:49.700Z',
52
+ 14 silly view '3.0.0': '2022-05-13T11:58:07.987Z',
53
+ 14 silly view '2.6.0': '2022-06-05T17:56:13.446Z',
54
+ 14 silly view '3.1.0': '2022-08-28T09:35:43.466Z',
55
+ 14 silly view '3.1.1': '2022-09-05T14:45:16.508Z',
56
+ 14 silly view '3.1.2': '2022-12-15T15:18:00.105Z',
57
+ 14 silly view '4.0.0': '2023-02-16T12:40:58.187Z',
58
+ 14 silly view '4.1.2': '2023-05-22T21:55:45.558Z',
59
+ 14 silly view '4.1.3': '2023-05-22T22:27:55.556Z',
60
+ 14 silly view '4.1.4': '2023-05-22T22:49:55.366Z',
61
+ 14 silly view '5.0.0': '2023-12-13T19:14:39.670Z',
62
+ 14 silly view '5.0.1': '2023-12-15T14:30:20.751Z',
63
+ 14 silly view '5.1.0': '2024-06-16T10:45:09.794Z',
64
+ 14 silly view '5.2.0': '2024-11-24T21:12:48.378Z',
65
+ 14 silly view '5.3.0': '2025-05-05T13:35:37.729Z'
66
+ 14 silly view },
67
+ 14 silly view versions: [
68
+ 14 silly view '1.0.0', '1.1.0', '1.2.0',
69
+ 14 silly view '1.2.1', '1.3.0', '1.3.1',
70
+ 14 silly view '2.0.0', '2.1.0', '2.1.1',
71
+ 14 silly view '2.2.0', '2.2.1', '2.3.0',
72
+ 14 silly view '2.4.0', '2.5.0', '2.5.1',
73
+ 14 silly view '2.5.2', '2.6.0', '3.0.0-alpha.0',
74
+ 14 silly view '3.0.0-alpha.1', '3.0.0-alpha.2', '3.0.0-alpha.3',
75
+ 14 silly view '3.0.0-beta.1', '3.0.0-beta.2', '3.0.0-beta.3',
76
+ 14 silly view '3.0.0', '3.1.0', '3.1.1',
77
+ 14 silly view '3.1.2', '4.0.0', '4.1.2',
78
+ 14 silly view '4.1.3', '4.1.4', '5.0.0',
79
+ 14 silly view '5.0.1', '5.1.0', '5.2.0',
80
+ 14 silly view '5.3.0'
81
+ 14 silly view ],
82
+ 14 silly view bugs: { url: 'https://github.com/LeSuisse/vue-dompurify-html/issues' },
83
+ 14 silly view homepage: 'https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme',
84
+ 14 silly view keywords: [
85
+ 14 silly view 'vue',
86
+ 14 silly view 'vue-directive',
87
+ 14 silly view 'xss',
88
+ 14 silly view 'dom-xss',
89
+ 14 silly view 'dompurify',
90
+ 14 silly view 'security',
91
+ 14 silly view 'html'
92
+ 14 silly view ],
93
+ 14 silly view repository: {
94
+ 14 silly view type: 'git',
95
+ 14 silly view url: 'git+https://github.com/LeSuisse/vue-dompurify-html.git',
96
+ 14 silly view directory: 'packages/vue-dompurify-html'
97
+ 14 silly view },
98
+ 14 silly view _source_registry_name: 'default',
99
+ 14 silly view _contentLength: 119804,
100
+ 14 silly view version: '5.3.0',
101
+ 14 silly view main: './dist/vue-dompurify-html.umd.js',
102
+ 14 silly view module: './dist/vue-dompurify-html.mjs',
103
+ 14 silly view types: 'types/index.d.ts',
104
+ 14 silly view 'web-types': './web-types.json',
105
+ 14 silly view exports: { '.': [Object] },
106
+ 14 silly view dependencies: { dompurify: '^3.2.5' },
107
+ 14 silly view peerDependencies: { vue: '^3.4.36' },
108
+ 14 silly view devDependencies: {
109
+ 14 silly view '@stryker-mutator/core': '8.7.1',
110
+ 14 silly view '@stryker-mutator/typescript-checker': '8.7.1',
111
+ 14 silly view '@stryker-mutator/vitest-runner': '8.7.1',
112
+ 14 silly view '@vitest/coverage-v8': '3.1.2',
113
+ 14 silly view '@vue/test-utils': '2.4.6',
114
+ 14 silly view jsdom: '26.1.0',
115
+ 14 silly view typescript: '5.8.3',
116
+ 14 silly view vite: '6.3.5',
117
+ 14 silly view vitest: '3.1.2',
118
+ 14 silly view vue: '3.5.13'
119
+ 14 silly view },
120
+ 14 silly view scripts: {
121
+ 14 silly view build: 'tsc --declaration --emitDeclarationOnly && vite build',
122
+ 14 silly view typecheck: 'tsc --noEmit -p ./tsconfig.test.json',
123
+ 14 silly view test: 'vitest',
124
+ 14 silly view 'test-mutation': 'stryker run'
125
+ 14 silly view },
126
+ 14 silly view _integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
127
+ 14 silly view _resolved: '/home/runner/work/_temp/nix-shell-2732-0/54000c1afe4723d8b2400d04f50afd2e/vue-dompurify-html-5.3.0.tgz',
128
+ 14 silly view _from: 'file:vue-dompurify-html-5.3.0.tgz',
129
+ 14 silly view _nodeVersion: '22.14.0',
130
+ 14 silly view _npmVersion: '10.9.2',
131
+ 14 silly view dist: {
132
+ 14 silly view integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
133
+ 14 silly view shasum: '12b38ef8baa8a7c9ed3ac8d14950b9a99a959e9d',
134
+ 14 silly view tarball: 'https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.3.0.tgz',
135
+ 14 silly view fileCount: 8,
136
+ 14 silly view unpackedSize: 13425,
137
+ 14 silly view attestations: [Object],
138
+ 14 silly view signatures: [Array],
139
+ 14 silly view size: 4739
140
+ 14 silly view },
141
+ 14 silly view _npmUser: { name: 'tgerbet', email: 'thomas@gerbet.me' },
142
+ 14 silly view directories: {},
143
+ 14 silly view _npmOperationalInternal: {
144
+ 14 silly view host: 's3://npm-registry-packages-npm-production',
145
+ 14 silly view tmp: 'tmp/vue-dompurify-html_5.3.0_1746452137535_0.3618572376633309'
146
+ 14 silly view },
147
+ 14 silly view _hasShrinkwrap: false,
148
+ 14 silly view _cnpmcore_publish_time: '2025-05-05T13:35:37.729Z',
149
+ 14 silly view publish_time: 1746452137729
150
+ 14 silly view }
151
+ 14 silly view }
152
+ 15 verbose cwd D:\forks\OpenDesignPlus\packages\components
153
+ 16 verbose os Windows_NT 10.0.17763
154
+ 17 verbose node v22.18.0
155
+ 18 verbose npm v10.9.3
156
+ 19 verbose exit 0
157
+ 20 info ok
@@ -0,0 +1,157 @@
1
+ 0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
2
+ 1 info using npm@10.9.3
3
+ 2 info using node@v22.18.0
4
+ 3 silly config load:file:C:\Users\Administrator\AppData\Roaming\nvm\v22.18.0\node_modules\npm\npmrc
5
+ 4 silly config load:file:D:\forks\OpenDesignPlus\packages\components\.npmrc
6
+ 5 silly config load:file:C:\Users\Administrator\.npmrc
7
+ 6 silly config load:file:C:\Program Files\nodejs\etc\npmrc
8
+ 7 verbose title npm info vue-dompurify-html
9
+ 8 verbose argv "info" "--json" "vue-dompurify-html"
10
+ 9 verbose logfile logs-max:10 dir:D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_27_865Z-
11
+ 10 verbose logfile D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_27_865Z-debug-0.log
12
+ 11 silly logfile start cleaning logs, removing 1 files
13
+ 12 silly logfile done cleaning log files
14
+ 13 http fetch GET 200 https://registry.npmmirror.com/vue-dompurify-html 179ms (cache revalidated)
15
+ 14 silly view {
16
+ 14 silly view '5.3.0': {
17
+ 14 silly view _attachments: {},
18
+ 14 silly view _id: 'vue-dompurify-html@5.3.0',
19
+ 14 silly view _rev: '1556666-61f3b49ec189a904bfc9a94f',
20
+ 14 silly view author: { name: 'Thomas Gerbet' },
21
+ 14 silly view description: 'Safe replacement for the v-html directive',
22
+ 14 silly view 'dist-tags': { latest: '5.3.0', 'vue-legacy': '2.6.0' },
23
+ 14 silly view license: 'MIT',
24
+ 14 silly view maintainers: [ [Object] ],
25
+ 14 silly view name: 'vue-dompurify-html',
26
+ 14 silly view time: {
27
+ 14 silly view created: '2022-01-28T09:17:18.577Z',
28
+ 14 silly view modified: '2025-05-05T13:35:50.840Z',
29
+ 14 silly view '1.0.0': '2019-04-14T18:07:13.107Z',
30
+ 14 silly view '1.1.0': '2019-04-15T22:01:32.829Z',
31
+ 14 silly view '1.2.0': '2019-04-16T21:24:11.528Z',
32
+ 14 silly view '1.2.1': '2019-04-24T11:47:11.024Z',
33
+ 14 silly view '1.3.0': '2019-06-03T19:36:38.613Z',
34
+ 14 silly view '1.3.1': '2019-07-31T14:54:48.046Z',
35
+ 14 silly view '2.0.0': '2019-08-18T18:22:53.476Z',
36
+ 14 silly view '2.1.0': '2019-09-13T10:07:26.270Z',
37
+ 14 silly view '2.1.1': '2019-11-03T16:46:32.860Z',
38
+ 14 silly view '3.0.0-alpha.0': '2020-04-29T15:39:09.224Z',
39
+ 14 silly view '2.2.0': '2020-05-12T21:31:40.434Z',
40
+ 14 silly view '3.0.0-alpha.1': '2020-05-12T21:46:33.703Z',
41
+ 14 silly view '2.2.1': '2020-05-12T22:17:54.678Z',
42
+ 14 silly view '3.0.0-alpha.2': '2020-05-12T22:43:36.495Z',
43
+ 14 silly view '3.0.0-alpha.3': '2020-08-10T20:36:17.509Z',
44
+ 14 silly view '2.3.0': '2020-08-10T21:23:12.259Z',
45
+ 14 silly view '2.4.0': '2021-12-10T14:39:47.860Z',
46
+ 14 silly view '3.0.0-beta.1': '2021-12-10T14:45:31.107Z',
47
+ 14 silly view '3.0.0-beta.2': '2021-12-23T15:38:37.820Z',
48
+ 14 silly view '2.5.0': '2021-12-25T12:11:59.244Z',
49
+ 14 silly view '2.5.1': '2022-04-04T17:29:00.831Z',
50
+ 14 silly view '3.0.0-beta.3': '2022-04-04T17:34:04.686Z',
51
+ 14 silly view '2.5.2': '2022-04-24T10:42:49.700Z',
52
+ 14 silly view '3.0.0': '2022-05-13T11:58:07.987Z',
53
+ 14 silly view '2.6.0': '2022-06-05T17:56:13.446Z',
54
+ 14 silly view '3.1.0': '2022-08-28T09:35:43.466Z',
55
+ 14 silly view '3.1.1': '2022-09-05T14:45:16.508Z',
56
+ 14 silly view '3.1.2': '2022-12-15T15:18:00.105Z',
57
+ 14 silly view '4.0.0': '2023-02-16T12:40:58.187Z',
58
+ 14 silly view '4.1.2': '2023-05-22T21:55:45.558Z',
59
+ 14 silly view '4.1.3': '2023-05-22T22:27:55.556Z',
60
+ 14 silly view '4.1.4': '2023-05-22T22:49:55.366Z',
61
+ 14 silly view '5.0.0': '2023-12-13T19:14:39.670Z',
62
+ 14 silly view '5.0.1': '2023-12-15T14:30:20.751Z',
63
+ 14 silly view '5.1.0': '2024-06-16T10:45:09.794Z',
64
+ 14 silly view '5.2.0': '2024-11-24T21:12:48.378Z',
65
+ 14 silly view '5.3.0': '2025-05-05T13:35:37.729Z'
66
+ 14 silly view },
67
+ 14 silly view versions: [
68
+ 14 silly view '1.0.0', '1.1.0', '1.2.0',
69
+ 14 silly view '1.2.1', '1.3.0', '1.3.1',
70
+ 14 silly view '2.0.0', '2.1.0', '2.1.1',
71
+ 14 silly view '2.2.0', '2.2.1', '2.3.0',
72
+ 14 silly view '2.4.0', '2.5.0', '2.5.1',
73
+ 14 silly view '2.5.2', '2.6.0', '3.0.0-alpha.0',
74
+ 14 silly view '3.0.0-alpha.1', '3.0.0-alpha.2', '3.0.0-alpha.3',
75
+ 14 silly view '3.0.0-beta.1', '3.0.0-beta.2', '3.0.0-beta.3',
76
+ 14 silly view '3.0.0', '3.1.0', '3.1.1',
77
+ 14 silly view '3.1.2', '4.0.0', '4.1.2',
78
+ 14 silly view '4.1.3', '4.1.4', '5.0.0',
79
+ 14 silly view '5.0.1', '5.1.0', '5.2.0',
80
+ 14 silly view '5.3.0'
81
+ 14 silly view ],
82
+ 14 silly view bugs: { url: 'https://github.com/LeSuisse/vue-dompurify-html/issues' },
83
+ 14 silly view homepage: 'https://github.com/LeSuisse/vue-dompurify-html/tree/main/packages/vue-dompurify-html#readme',
84
+ 14 silly view keywords: [
85
+ 14 silly view 'vue',
86
+ 14 silly view 'vue-directive',
87
+ 14 silly view 'xss',
88
+ 14 silly view 'dom-xss',
89
+ 14 silly view 'dompurify',
90
+ 14 silly view 'security',
91
+ 14 silly view 'html'
92
+ 14 silly view ],
93
+ 14 silly view repository: {
94
+ 14 silly view type: 'git',
95
+ 14 silly view url: 'git+https://github.com/LeSuisse/vue-dompurify-html.git',
96
+ 14 silly view directory: 'packages/vue-dompurify-html'
97
+ 14 silly view },
98
+ 14 silly view _source_registry_name: 'default',
99
+ 14 silly view _contentLength: 119804,
100
+ 14 silly view version: '5.3.0',
101
+ 14 silly view main: './dist/vue-dompurify-html.umd.js',
102
+ 14 silly view module: './dist/vue-dompurify-html.mjs',
103
+ 14 silly view types: 'types/index.d.ts',
104
+ 14 silly view 'web-types': './web-types.json',
105
+ 14 silly view exports: { '.': [Object] },
106
+ 14 silly view dependencies: { dompurify: '^3.2.5' },
107
+ 14 silly view peerDependencies: { vue: '^3.4.36' },
108
+ 14 silly view devDependencies: {
109
+ 14 silly view '@stryker-mutator/core': '8.7.1',
110
+ 14 silly view '@stryker-mutator/typescript-checker': '8.7.1',
111
+ 14 silly view '@stryker-mutator/vitest-runner': '8.7.1',
112
+ 14 silly view '@vitest/coverage-v8': '3.1.2',
113
+ 14 silly view '@vue/test-utils': '2.4.6',
114
+ 14 silly view jsdom: '26.1.0',
115
+ 14 silly view typescript: '5.8.3',
116
+ 14 silly view vite: '6.3.5',
117
+ 14 silly view vitest: '3.1.2',
118
+ 14 silly view vue: '3.5.13'
119
+ 14 silly view },
120
+ 14 silly view scripts: {
121
+ 14 silly view build: 'tsc --declaration --emitDeclarationOnly && vite build',
122
+ 14 silly view typecheck: 'tsc --noEmit -p ./tsconfig.test.json',
123
+ 14 silly view test: 'vitest',
124
+ 14 silly view 'test-mutation': 'stryker run'
125
+ 14 silly view },
126
+ 14 silly view _integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
127
+ 14 silly view _resolved: '/home/runner/work/_temp/nix-shell-2732-0/54000c1afe4723d8b2400d04f50afd2e/vue-dompurify-html-5.3.0.tgz',
128
+ 14 silly view _from: 'file:vue-dompurify-html-5.3.0.tgz',
129
+ 14 silly view _nodeVersion: '22.14.0',
130
+ 14 silly view _npmVersion: '10.9.2',
131
+ 14 silly view dist: {
132
+ 14 silly view integrity: 'sha512-HJQGBHbfSPcb6Mu97McdKbX7TqRHZa6Ji8OCpCNyuHca5QvQZ8IiuwghFPSO8OkSQfqXPNPKFMZdCOrnGGmOSQ==',
133
+ 14 silly view shasum: '12b38ef8baa8a7c9ed3ac8d14950b9a99a959e9d',
134
+ 14 silly view tarball: 'https://registry.npmmirror.com/vue-dompurify-html/-/vue-dompurify-html-5.3.0.tgz',
135
+ 14 silly view fileCount: 8,
136
+ 14 silly view unpackedSize: 13425,
137
+ 14 silly view attestations: [Object],
138
+ 14 silly view signatures: [Array],
139
+ 14 silly view size: 4739
140
+ 14 silly view },
141
+ 14 silly view _npmUser: { name: 'tgerbet', email: 'thomas@gerbet.me' },
142
+ 14 silly view directories: {},
143
+ 14 silly view _npmOperationalInternal: {
144
+ 14 silly view host: 's3://npm-registry-packages-npm-production',
145
+ 14 silly view tmp: 'tmp/vue-dompurify-html_5.3.0_1746452137535_0.3618572376633309'
146
+ 14 silly view },
147
+ 14 silly view _hasShrinkwrap: false,
148
+ 14 silly view _cnpmcore_publish_time: '2025-05-05T13:35:37.729Z',
149
+ 14 silly view publish_time: 1746452137729
150
+ 14 silly view }
151
+ 14 silly view }
152
+ 15 verbose cwd D:\forks\OpenDesignPlus\packages\components
153
+ 16 verbose os Windows_NT 10.0.17763
154
+ 17 verbose node v22.18.0
155
+ 18 verbose npm v10.9.3
156
+ 19 verbose exit 0
157
+ 20 info ok