@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.
- package/dist/chunk-OElCookieNotice.cjs.js +1 -0
- package/dist/chunk-OElCookieNotice.es.js +281 -0
- package/dist/components/OBanner.vue.d.ts +2 -0
- package/dist/components/OCookieNotice.vue.d.ts +16 -0
- package/dist/components/OFooter.vue.d.ts +25 -0
- package/dist/components/OHeader.vue.d.ts +23 -0
- package/dist/components/OHeaderMoblie.vue.d.ts +33 -0
- package/dist/components/OHeaderSearch.vue.d.ts +692 -0
- package/dist/components/OHeaderUser.vue.d.ts +40 -0
- package/dist/components/OPlusConfigProvider.vue.d.ts +23 -0
- package/dist/components/OSection.vue.d.ts +37 -0
- package/dist/components/OSourceCode.vue.d.ts +20 -0
- package/dist/components/OThemeSwitcher.vue.d.ts +28 -0
- package/dist/components/element-plus/OElCookieNotice.vue.d.ts +31 -0
- package/dist/components/element-plus/index.d.ts +2 -0
- package/dist/components/events/OEventsApply.vue.d.ts +16 -0
- package/dist/components/events/OEventsCalendar.vue.d.ts +5 -0
- package/dist/components/events/OEventsList.vue.d.ts +26 -0
- package/dist/components/events/config.d.ts +26 -0
- package/dist/components/events/index.d.ts +78 -0
- package/dist/components/events/types.d.ts +66 -0
- package/dist/components/events/utils.d.ts +7 -0
- package/dist/components.cjs.js +3 -0
- package/dist/components.css +1 -0
- package/dist/components.element.cjs.js +1 -0
- package/dist/components.element.es.js +4 -0
- package/dist/components.es.js +3509 -0
- package/dist/index.d.ts +18 -0
- package/docs/design.md +27 -0
- package/docs/design_banner.md +41 -0
- package/docs/design_section.md +27 -0
- package/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
- package/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
- package/npmcachae/_logs/2026-03-17T09_38_12_009Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_14_370Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_16_516Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_18_616Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_20_859Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_23_182Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_25_452Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_27_865Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_30_082Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_32_219Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_34_308Z-debug-0.log +157 -0
- package/npmcachae/_update-notifier-last-checked +0 -0
- package/package.json +53 -0
- package/scripts/generate-components-index.js +100 -0
- package/src/assets/events/city/default-cover.png +0 -0
- package/src/assets/events/city//344/270/212/346/265/267.png +0 -0
- package/src/assets/events/city//345/214/227/344/272/254.png +0 -0
- package/src/assets/events/city//345/215/227/344/272/254.png +0 -0
- package/src/assets/events/city//345/244/251/346/264/245.png +0 -0
- package/src/assets/events/city//345/271/277/345/267/236.png +0 -0
- package/src/assets/events/city//346/210/220/351/203/275.png +0 -0
- package/src/assets/events/city//346/227/240/351/224/241.png +0 -0
- package/src/assets/events/city//346/235/255/345/267/236.png +0 -0
- package/src/assets/events/city//346/255/246/346/261/211.png +0 -0
- package/src/assets/events/city//346/267/261/345/234/2631.png +0 -0
- package/src/assets/events/city//346/267/261/345/234/2632.png +0 -0
- package/src/assets/events/city//350/213/217/345/267/236.png +0 -0
- package/src/assets/events/city//350/245/277/345/256/211.png +0 -0
- package/src/assets/events/city//351/203/221/345/267/236.png +0 -0
- package/src/assets/events/svg-icons/icon-checked.svg +3 -0
- package/src/assets/events/svg-icons/icon-competition.svg +7 -0
- package/src/assets/events/svg-icons/icon-events.svg +4 -0
- package/src/assets/events/svg-icons/icon-release.svg +4 -0
- package/src/assets/events/svg-icons/icon-summit.svg +4 -0
- package/src/assets/svg-icons/icon-arrow-left.svg +3 -0
- package/src/assets/svg-icons/icon-avatar-line.svg +3 -0
- package/src/assets/svg-icons/icon-caret-left.svg +3 -0
- package/src/assets/svg-icons/icon-caret-right.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-down.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-right.svg +3 -0
- package/src/assets/svg-icons/icon-close.svg +3 -0
- package/src/assets/svg-icons/icon-delete.svg +3 -0
- package/src/assets/svg-icons/icon-header-back.svg +3 -0
- package/src/assets/svg-icons/icon-header-delete.svg +3 -0
- package/src/assets/svg-icons/icon-header-menu.svg +3 -0
- package/src/assets/svg-icons/icon-header-person.svg +3 -0
- package/src/assets/svg-icons/icon-header-search.svg +4 -0
- package/src/assets/svg-icons/icon-locale.svg +3 -0
- package/src/assets/svg-icons/icon-log-off.svg +3 -0
- package/src/assets/svg-icons/icon-message.svg +3 -0
- package/src/assets/svg-icons/icon-moon.svg +3 -0
- package/src/assets/svg-icons/icon-outlink.svg +3 -0
- package/src/assets/svg-icons/icon-overview.svg +3 -0
- package/src/assets/svg-icons/icon-setting.svg +3 -0
- package/src/assets/svg-icons/icon-sun.svg +3 -0
- package/src/components/OBanner.vue +390 -0
- package/src/components/OCookieNotice.vue +423 -0
- package/src/components/OFooter.vue +566 -0
- package/src/components/OHeader.vue +97 -0
- package/src/components/OHeaderMoblie.vue +149 -0
- package/src/components/OHeaderSearch.vue +601 -0
- package/src/components/OHeaderUser.vue +304 -0
- package/src/components/OPlusConfigProvider.vue +32 -0
- package/src/components/OSection.vue +178 -0
- package/src/components/OSourceCode.vue +153 -0
- package/src/components/OThemeSwitcher.vue +108 -0
- package/src/components/common/AppAvatar.vue +83 -0
- package/src/components/common/ClientOnlyWrapper.ts +21 -0
- package/src/components/common/ContentWrapper.vue +85 -0
- package/src/components/common/HeaderEulerNav.vue +1118 -0
- package/src/components/common/HeaderNavMoblie.vue +344 -0
- package/src/components/common/HeaderUbmcNav.vue +597 -0
- package/src/components/element-plus/OElCookieNotice.vue +412 -0
- package/src/components/element-plus/index.ts +3 -0
- package/src/components/events/OEventsApply.vue +487 -0
- package/src/components/events/OEventsCalendar.vue +611 -0
- package/src/components/events/OEventsList.vue +402 -0
- package/src/components/events/config.ts +47 -0
- package/src/components/events/index.ts +23 -0
- package/src/components/events/npmcachae/_cacache/content-v2/sha512/2c/4f/a4140bfbf374a43f7dfe71880c051f79149cd259fb1a154fb692802c7489ef2317b737e7e690a627714ba19317971f29051b3798c246297b425a626a5b7a +1 -0
- package/src/components/events/npmcachae/_cacache/index-v5/8e/86/70dc69f1b1592fe14da10d2516ddfaa609af0cd9054a6ebde664acc6ab12 +2 -0
- package/src/components/events/npmcachae/_logs/2026-03-25T09_58_33_134Z-debug-0.log +105 -0
- package/src/components/events/npmcachae/_update-notifier-last-checked +0 -0
- package/src/components/events/types.ts +80 -0
- package/src/components/events/utils.ts +9 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/3e/17/1865217b9acb9f4921c53a09b5c76587cd2ab748beb2699ff6cfb1341d73b1aa56ed91ffc5ab2c9c9b3fbe626103b35d9a79ff29ff6b8cbb8d89755fe1a2 +1 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/a6/15/47bb7552ec9248079e839a5feecc1742d4de19524fdf041cf581701cf4760a5025106036145e279ba193b07c8fa5b07ae3d75f1b6032f0cb2219115b6167 +1 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/d1/4c/133b32e09c97101a27a07cc4432f94e470cff02d120d21babcea77c3f5cd436793516dc1a8e282ee1a568f923c148b1a48f4a43233462a530d35e8b41c67 +1 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/54/0d/a4909047714a0a7198bb9bd37020992464e47c79a791889919b84d90aab0 +3 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/8e/2b/21a79778e2ac08cf5663baf83cb35f951995a496007eb2e2f7fba54021a4 +3 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/eb/a0/b70c8132e5b57a0f1e129b8cc941796420a9c147c0baa680710083740898 +2 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_54_955Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_57_842Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_00_016Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_02_191Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_04_425Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_06_642Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_08_826Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_36_140Z-debug-0.log +433 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_39_573Z-debug-0.log +433 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_42_134Z-debug-0.log +212 -0
- package/src/components/meeting/npmcachae/_update-notifier-last-checked +0 -0
- package/src/draft/Banner.vue +265 -0
- package/src/draft/ButtonCards.vue +106 -0
- package/src/draft/Feature.vue +134 -0
- package/src/draft/Footer.vue +512 -0
- package/src/draft/HorizontalAnchor.vue +165 -0
- package/src/draft/ItemSwiper.vue +133 -0
- package/src/draft/Logo.vue +141 -0
- package/src/draft/LogoCard.vue +75 -0
- package/src/draft/LogoV2.vue +19 -0
- package/src/draft/MainCard.vue +38 -0
- package/src/draft/MultiCard.vue +95 -0
- package/src/draft/MultiIconCard.vue +74 -0
- package/src/draft/OInfoCard.vue +176 -0
- package/src/draft/Process.vue +81 -0
- package/src/draft/Section.vue +167 -0
- package/src/draft/SingleTabCard.vue +85 -0
- package/src/draft/SliderCard.vue +110 -0
- package/src/env.d.ts +1 -0
- package/src/i18n/en.ts +20 -0
- package/src/i18n/index.ts +42 -0
- package/src/i18n/zh.ts +14 -0
- package/src/index.ts +46 -0
- package/src/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
- package/src/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_33_398Z-debug-0.log +156 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_35_464Z-debug-0.log +156 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_37_852Z-debug-0.log +156 -0
- package/src/npmcachae/_update-notifier-last-checked +0 -0
- package/src/shared/provide.ts +6 -0
- package/src/shims-vue-dompurify-html.d.ts +17 -0
- package/src/vue.d.ts +10 -0
- package/tsconfig.json +33 -0
- 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_30_082Z-
|
|
11
|
+
10 verbose logfile D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_30_082Z-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 153ms (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_32_219Z-
|
|
11
|
+
10 verbose logfile D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_32_219Z-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 158ms (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_34_308Z-
|
|
11
|
+
10 verbose logfile D:\forks\OpenDesignPlus\packages\components\npmcachae\_logs\2026-03-17T09_38_34_308Z-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 165ms (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
|
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@opendesign-plus/components",
|
|
3
|
+
"version": "0.0.1-rc.16",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public",
|
|
7
|
+
"registry": "https://registry.npmjs.org/"
|
|
8
|
+
},
|
|
9
|
+
"main": "./dist/components.cjs.js",
|
|
10
|
+
"module": "./dist/components.es.js",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"import": "./dist/components.es.js",
|
|
16
|
+
"require": "./dist/components.cjs.js"
|
|
17
|
+
},
|
|
18
|
+
"./element-plus": {
|
|
19
|
+
"types": "./dist/components/element-plus/index.d.ts",
|
|
20
|
+
"import": "./dist/components.element.es.js",
|
|
21
|
+
"require": "./dist/components.element.cjs.js"
|
|
22
|
+
},
|
|
23
|
+
"./styles": {
|
|
24
|
+
"import": "./dist/components.css",
|
|
25
|
+
"require": "./dist/components.css"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@opensig/opendesign": "1.0.2",
|
|
30
|
+
"@vueuse/core": "10.11.1",
|
|
31
|
+
"aos": "^2.3.4",
|
|
32
|
+
"vue-dompurify-html": "^3.1.2",
|
|
33
|
+
"@opendesign-plus/composables": "0.0.1-rc.6",
|
|
34
|
+
"@opendesign-plus/styles": "0.0.1-rc.2"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"vue": "^3.4.0",
|
|
38
|
+
"@vitejs/plugin-vue": "^5.1.0",
|
|
39
|
+
"element-plus": "^2.13.1",
|
|
40
|
+
"sass": "^1.71.1",
|
|
41
|
+
"typescript": "~5.8.2",
|
|
42
|
+
"unplugin-element-plus": "^0.11.2",
|
|
43
|
+
"unplugin-icons": "^0.14.1",
|
|
44
|
+
"vite": "^6.2.3",
|
|
45
|
+
"vite-plugin-dts": "^4.5.3",
|
|
46
|
+
"vue-tsc": "2.2.8"
|
|
47
|
+
},
|
|
48
|
+
"scripts": {
|
|
49
|
+
"dev": "vite",
|
|
50
|
+
"generate-components": "node scripts/generate-components-index.js",
|
|
51
|
+
"build": "pnpm run generate-components && tsc --noEmit && vite build --mode library"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import fs from 'fs';
|
|
4
|
+
import path from 'path';
|
|
5
|
+
|
|
6
|
+
// 组件目录路径
|
|
7
|
+
const componentsDir = path.resolve(process.cwd(), 'src/components');
|
|
8
|
+
const indexFilePath = path.resolve(process.cwd(), 'src/index.ts');
|
|
9
|
+
|
|
10
|
+
// 生成组件索引文件
|
|
11
|
+
function generateComponentsIndex() {
|
|
12
|
+
console.log('开始生成组件索引文件...');
|
|
13
|
+
|
|
14
|
+
try {
|
|
15
|
+
// 读取组件目录
|
|
16
|
+
const files = fs.readdirSync(componentsDir);
|
|
17
|
+
|
|
18
|
+
// 过滤出.vue文件(不包含子目录)
|
|
19
|
+
const vueFiles = files.filter(file =>
|
|
20
|
+
file.endsWith('.vue') && !fs.statSync(path.join(componentsDir, file)).isDirectory()
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
// 扫描子目录,查找包含 index.ts 的目录
|
|
24
|
+
const subDirs = files.filter(file => {
|
|
25
|
+
const fullPath = path.join(componentsDir, file)
|
|
26
|
+
return fs.statSync(fullPath).isDirectory() &&
|
|
27
|
+
fs.existsSync(path.join(fullPath, 'index.ts'))
|
|
28
|
+
})
|
|
29
|
+
|
|
30
|
+
console.log(`发现 ${ vueFiles.length } 个组件文件`)
|
|
31
|
+
console.log(`发现 ${ subDirs.length } 个子目录: ${ subDirs.join(', ') }`)
|
|
32
|
+
|
|
33
|
+
// 生成 .vue 文件的导入语句
|
|
34
|
+
const vueImportStatements = vueFiles.map(file => {
|
|
35
|
+
const componentName = file.replace('.vue', '');
|
|
36
|
+
return `import ${componentName} from './components/${file}';`;
|
|
37
|
+
}).join('\n');
|
|
38
|
+
|
|
39
|
+
// 生成子目录的重新导出语句
|
|
40
|
+
const subDirExportStatements = subDirs.map(dir => {
|
|
41
|
+
return `export * from './components/${ dir }';`
|
|
42
|
+
}).join('\n')
|
|
43
|
+
|
|
44
|
+
// 生成组件列表
|
|
45
|
+
const componentNames = vueFiles.map(file => file.replace('.vue', ''));
|
|
46
|
+
const componentsObject = componentNames.map(name => ` ${name}`).join(',\n');
|
|
47
|
+
|
|
48
|
+
// 生成导出语句
|
|
49
|
+
const exportStatement = componentNames.length > 0
|
|
50
|
+
? `export { ${ componentNames.join(', ') } };`
|
|
51
|
+
: ''
|
|
52
|
+
|
|
53
|
+
// 生成完整的index.ts内容
|
|
54
|
+
const indexContent = `// OpenDesignPlus Components 库入口文件
|
|
55
|
+
// 此文件由 scripts/generate-components-index.js 自动生成
|
|
56
|
+
|
|
57
|
+
${ vueImportStatements }
|
|
58
|
+
|
|
59
|
+
${ componentsObject.length > 0 ? `// 导出组件
|
|
60
|
+
const components = {
|
|
61
|
+
${componentsObject}
|
|
62
|
+
};` : '' }
|
|
63
|
+
|
|
64
|
+
${ exportStatement ? `// 导出单个组件\n${ exportStatement }` : '' }
|
|
65
|
+
|
|
66
|
+
${ subDirExportStatements ? `// 重新导出子目录中的组件\n${ subDirExportStatements }` : '' }
|
|
67
|
+
|
|
68
|
+
// 默认导出(用于Vue插件安装)
|
|
69
|
+
export default {
|
|
70
|
+
install: (app: any) => {
|
|
71
|
+
${ componentsObject.length > 0 ? `// 注册所有组件
|
|
72
|
+
Object.entries(components).forEach(([name, component]) => {
|
|
73
|
+
app.component(name, component);
|
|
74
|
+
});` : '' }
|
|
75
|
+
}
|
|
76
|
+
};
|
|
77
|
+
`;
|
|
78
|
+
|
|
79
|
+
// 写入文件
|
|
80
|
+
fs.writeFileSync(indexFilePath, indexContent, 'utf-8');
|
|
81
|
+
console.log(`组件索引文件已生成: ${indexFilePath}`);
|
|
82
|
+
console.log(`成功导出 ${ componentNames.length } 个 .vue 组件`)
|
|
83
|
+
if (subDirs.length > 0) {
|
|
84
|
+
console.log(`成功重新导出 ${ subDirs.length } 个子目录: ${ subDirs.join(', ') }`)
|
|
85
|
+
}
|
|
86
|
+
return true;
|
|
87
|
+
} catch (error) {
|
|
88
|
+
console.error('生成组件索引文件失败:', error);
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// 执行生成
|
|
94
|
+
try {
|
|
95
|
+
const success = generateComponentsIndex();
|
|
96
|
+
process.exit(success ? 0 : 1);
|
|
97
|
+
} catch (error) {
|
|
98
|
+
console.error('执行脚本时发生错误:', error);
|
|
99
|
+
process.exit(1);
|
|
100
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|