starfish-form-custom 1.0.44 → 1.0.45
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/.pnpm-debug.log +828 -828
- package/components.d.ts +0 -2
- package/dist/{formAction-48f1f081.mjs → formAction-47da9ade.mjs} +44 -52
- package/dist/{index-c2fdc90f.mjs → index-2d78c11c.mjs} +55 -81
- package/dist/{index-e7b2d7c0.mjs → index-b3b75fee.mjs} +39 -92
- package/dist/{index-e8b18d70.mjs → index-d029d3de.mjs} +17 -22
- package/dist/{main-c6aa3683.mjs → main-c9f94a75.mjs} +255 -504
- package/dist/{starfish-form-ac5dbff7.mjs → starfish-form-ff99f526.mjs} +3 -5
- package/dist/starfish-form.mjs +1 -1
- package/dist/style.css +23 -130
- package/dist/types/form/src/common/Loading.vue.d.ts +2 -2
- package/dist/types/form/src/main.d.ts +8 -10
- package/dist/types/form/src/starfish-form.vue.d.ts +8 -10
- package/package.json +43 -52
- package/src/components/RichText/index.vue +64 -179
- package/src/components/Rule/index.vue +2 -2
- package/src/components/Rule/rules.js +3 -3
- package/src/starfish-form.vue +0 -1
- package/src/styles/formedit.scss +115 -115
- package/src/styles/keyvalueConfig.scss +56 -56
- package/src/utils/customHooks.ts +0 -1
- package/stats.html +2230 -2123
- package/dist/types/form/src/common/formAction.vue.d.ts +0 -85
- package/dist/types/form/src/components/RichText/MenuBar.vue.d.ts +0 -34
- package/dist/types/form/src/components/RichText/MenuItem.vue.d.ts +0 -42
- package/src/components/RichText/MenuBar.vue +0 -144
- package/src/components/RichText/MenuItem.vue +0 -98
package/.pnpm-debug.log
CHANGED
|
@@ -1,829 +1,829 @@
|
|
|
1
|
-
{
|
|
2
|
-
"0 debug pnpm:scope": {
|
|
3
|
-
"selected": 4,
|
|
4
|
-
"total": 4,
|
|
5
|
-
"workspacePrefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design"
|
|
6
|
-
},
|
|
7
|
-
"1 debug pnpm:package-manifest": {
|
|
8
|
-
"initial": {
|
|
9
|
-
"name": "vue-form-design",
|
|
10
|
-
"version": "1.0.0-alpha.2",
|
|
11
|
-
"private": true,
|
|
12
|
-
"packageManager": "pnpm@7.1.9",
|
|
13
|
-
"scripts": {
|
|
14
|
-
"dev": "pnpm --filter \"starfish-playground\" dev",
|
|
15
|
-
"serve": "pnpm --filter \"starfish-editor\" serve",
|
|
16
|
-
"pg": "pnpm --filter \"starfish-playground\" dev",
|
|
17
|
-
"bootstrap": "pnpm i && pnpm prepare",
|
|
18
|
-
"lint-fix": "npx eslint . --fix --ext .vue,.js,.ts,.tsx",
|
|
19
|
-
"clean:top": "rimraf */**/dist */dist ",
|
|
20
|
-
"clean:modules": "rimraf node_modules **/node_modules **/**/node_modules",
|
|
21
|
-
"clean:all": "pnpm clean:top && pnpm clean:modules",
|
|
22
|
-
"prepare": "husky install",
|
|
23
|
-
"build": " pnpm --filter \"starfish-*\" build",
|
|
24
|
-
"commit": "git-cz"
|
|
25
|
-
},
|
|
26
|
-
"engines": {
|
|
27
|
-
"node": ">=14"
|
|
28
|
-
},
|
|
29
|
-
"repository": {
|
|
30
|
-
"type": "git",
|
|
31
|
-
"url": "git@github.com:haixin-fang/vue-form-design.git"
|
|
32
|
-
},
|
|
33
|
-
"bugs": {
|
|
34
|
-
"url": "https://github.com/haixin-fang/vue-form-design/issues"
|
|
35
|
-
},
|
|
36
|
-
"author": "haixin-fang",
|
|
37
|
-
"license": "MIT",
|
|
38
|
-
"keywords": [
|
|
39
|
-
"Vite",
|
|
40
|
-
"Vue3",
|
|
41
|
-
"lowcode",
|
|
42
|
-
"form",
|
|
43
|
-
"starfish",
|
|
44
|
-
"vue",
|
|
45
|
-
"editor",
|
|
46
|
-
"drag",
|
|
47
|
-
"resize",
|
|
48
|
-
"typescript",
|
|
49
|
-
"element-plus",
|
|
50
|
-
"表单",
|
|
51
|
-
"动态表单",
|
|
52
|
-
"低代码"
|
|
53
|
-
],
|
|
54
|
-
"devDependencies": {
|
|
55
|
-
"@commitlint/config-conventional": "^17.0.2",
|
|
56
|
-
"@types/node": "^18.6.5",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
58
|
-
"@typescript-eslint/parser": "^4.18.0",
|
|
59
|
-
"@vue/eslint-config-prettier": "^6.0.0",
|
|
60
|
-
"@vue/eslint-config-typescript": "^11.0.0",
|
|
61
|
-
"babel-eslint": "^10.1.0",
|
|
62
|
-
"commitizen": "^4.2.4",
|
|
63
|
-
"commitlint": "^17.0.2",
|
|
64
|
-
"cross-env": "^7.0.3",
|
|
65
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
66
|
-
"eslint": "^6.7.2",
|
|
67
|
-
"eslint-plugin-prettier": "^3.3.1",
|
|
68
|
-
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
69
|
-
"eslint-plugin-vue": "^7.0.0",
|
|
70
|
-
"husky": "^8.0.1",
|
|
71
|
-
"lint-staged": "^13.0.2",
|
|
72
|
-
"prettier": "^2.2.1",
|
|
73
|
-
"rimraf": "^3.0.2",
|
|
74
|
-
"typescript": "4.1.5",
|
|
75
|
-
"vite": "^2.9.12"
|
|
76
|
-
},
|
|
77
|
-
"config": {
|
|
78
|
-
"commitizen": {
|
|
79
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design"
|
|
84
|
-
},
|
|
85
|
-
"2 debug pnpm:package-manifest": {
|
|
86
|
-
"initial": {
|
|
87
|
-
"name": "starfish-playground",
|
|
88
|
-
"private": true,
|
|
89
|
-
"version": "0.0.0",
|
|
90
|
-
"type": "module",
|
|
91
|
-
"scripts": {
|
|
92
|
-
"dev": "vite",
|
|
93
|
-
"build": "vite build",
|
|
94
|
-
"preview": "vite preview"
|
|
95
|
-
},
|
|
96
|
-
"dependencies": {
|
|
97
|
-
"@element-plus/icons-vue": "^2.0.8",
|
|
98
|
-
"element-plus": "^2.2.12",
|
|
99
|
-
"starfish-editor": "^1.1.21",
|
|
100
|
-
"starfish-form": "^1.2.9",
|
|
101
|
-
"vite": "^4.5.2",
|
|
102
|
-
"vue": "^3.2.37",
|
|
103
|
-
"vue-router": "^4.1.3"
|
|
104
|
-
},
|
|
105
|
-
"devDependencies": {
|
|
106
|
-
"@vitejs/plugin-vue": "^3.0.0",
|
|
107
|
-
"rollup-plugin-visualizer": "^5.12.0",
|
|
108
|
-
"sass": "^1.54.3",
|
|
109
|
-
"typescript": "^4.6.4",
|
|
110
|
-
"unplugin-auto-import": "^0.17.5",
|
|
111
|
-
"unplugin-vue-components": "^0.26.0",
|
|
112
|
-
"vite": "^3.0.0",
|
|
113
|
-
"vue-tsc": "^0.38.4"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\playground"
|
|
117
|
-
},
|
|
118
|
-
"3 debug pnpm:package-manifest": {
|
|
119
|
-
"initial": {
|
|
120
|
-
"name": "starfish-editor-custom",
|
|
121
|
-
"version": "1.0.33",
|
|
122
|
-
"main": "dist/starfish-editor.umd.js",
|
|
123
|
-
"style": "dist/style.css",
|
|
124
|
-
"module": "dist/starfish-editor.es.js",
|
|
125
|
-
"types": "dist/types/starfish-editor.d.ts",
|
|
126
|
-
"exports": {
|
|
127
|
-
".": {
|
|
128
|
-
"import": "./dist/starfish-editor.es.js"
|
|
129
|
-
},
|
|
130
|
-
"./dist/style.css": {
|
|
131
|
-
"import": "./dist/style.css"
|
|
132
|
-
},
|
|
133
|
-
"./*": "./*"
|
|
134
|
-
},
|
|
135
|
-
"scripts": {
|
|
136
|
-
"dev": "vite",
|
|
137
|
-
"build": "vite build"
|
|
138
|
-
},
|
|
139
|
-
"dependencies": {
|
|
140
|
-
"@babel/core": "^7.18.5",
|
|
141
|
-
"@codemirror/lang-css": "6.0.0",
|
|
142
|
-
"@codemirror/lang-html": "6.1.0",
|
|
143
|
-
"@codemirror/lang-javascript": "6.0.2",
|
|
144
|
-
"@codemirror/lang-json": "6.0.0",
|
|
145
|
-
"@tiptap/react": "^3.10.7",
|
|
146
|
-
"clipboard": "^2.0.11",
|
|
147
|
-
"codemirror": "6.0.1",
|
|
148
|
-
"core-js": "^3.6.5",
|
|
149
|
-
"element-plus": "^2.2.12",
|
|
150
|
-
"gesto": "^1.9.0",
|
|
151
|
-
"jsoneditor": "^9.9.0",
|
|
152
|
-
"keycon": "^1.1.2",
|
|
153
|
-
"mitt": "^3.0.0",
|
|
154
|
-
"nanoid": "^4.0.0",
|
|
155
|
-
"starfish-form-custom": "1.0.32",
|
|
156
|
-
"vue": "^3.2.37",
|
|
157
|
-
"vue-codemirror": "6.1.1",
|
|
158
|
-
"vuedraggable": "^4.1.0",
|
|
159
|
-
"wangeditor": "^4.7.15"
|
|
160
|
-
},
|
|
161
|
-
"devDependencies": {
|
|
162
|
-
"@vitejs/plugin-vue": "^2.3.3",
|
|
163
|
-
"cross-env": "^7.0.3",
|
|
164
|
-
"live-server": "^1.2.2",
|
|
165
|
-
"rollup-plugin-visualizer": "^5.8.3",
|
|
166
|
-
"sass": "^1.94.1",
|
|
167
|
-
"sass-embedded": "^1.93.3",
|
|
168
|
-
"typescript": "^4.3.4",
|
|
169
|
-
"unplugin-auto-import": "^0.17.5",
|
|
170
|
-
"unplugin-vue-components": "^0.26.0",
|
|
171
|
-
"vite": "^2.9.12",
|
|
172
|
-
"vite-plugin-dts": "^1.2.0",
|
|
173
|
-
"vue-tsc": "^0.34.7"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
177
|
-
},
|
|
178
|
-
"4 debug pnpm:package-manifest": {
|
|
179
|
-
"initial": {
|
|
180
|
-
"name": "starfish-form-custom",
|
|
181
|
-
"version": "1.0.33",
|
|
182
|
-
"main": "dist/starfish-form.mjs",
|
|
183
|
-
"style": "dist/style.css",
|
|
184
|
-
"module": "dist/starfish-form.mjs",
|
|
185
|
-
"types": "dist/types/starfish-form.d.ts",
|
|
186
|
-
"exports": {
|
|
187
|
-
".": {
|
|
188
|
-
"import": "./dist/starfish-form.mjs"
|
|
189
|
-
},
|
|
190
|
-
"./dist/style.css": {
|
|
191
|
-
"import": "./dist/style.css"
|
|
192
|
-
},
|
|
193
|
-
"./*": "./*"
|
|
194
|
-
},
|
|
195
|
-
"scripts": {
|
|
196
|
-
"build": "vite build",
|
|
197
|
-
"prepublish": "npm version && npm run build"
|
|
198
|
-
},
|
|
199
|
-
"dependencies": {
|
|
200
|
-
"@codemirror/lang-javascript": "6.0.2",
|
|
201
|
-
"@element-plus/icons-vue": "^2.0.8",
|
|
202
|
-
"@tiptap/extension-underline": "^3.10.7",
|
|
203
|
-
"@tiptap/pm": "^3.10.7",
|
|
204
|
-
"@tiptap/starter-kit": "^3.10.7",
|
|
205
|
-
"@tiptap/vue-3": "^3.10.7",
|
|
206
|
-
"element-plus": "^2.2.12",
|
|
207
|
-
"jsoneditor": "^9.9.0",
|
|
208
|
-
"vue": "^3.2.25",
|
|
209
|
-
"vue-codemirror": "6.1.1",
|
|
210
|
-
"codemirror": "6.0.1"
|
|
211
|
-
},
|
|
212
|
-
"devDependencies": {
|
|
213
|
-
"@vitejs/plugin-vue": "^2.3.3",
|
|
214
|
-
"rollup-plugin-visualizer": "^5.8.3",
|
|
215
|
-
"sass": "^1.35.1",
|
|
216
|
-
"typescript": "^4.5.4",
|
|
217
|
-
"unplugin-auto-import": "^0.17.5",
|
|
218
|
-
"unplugin-vue-components": "^0.26.0",
|
|
219
|
-
"vite": "^4.5.2",
|
|
220
|
-
"vite-plugin-dts": "^1.2.0",
|
|
221
|
-
"vue-tsc": "^0.34.7"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\form"
|
|
225
|
-
},
|
|
226
|
-
"5 warn pnpm": {
|
|
227
|
-
"message": "Ignoring broken lockfile at C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\node_modules\\.pnpm: Lockfile C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\node_modules\\.pnpm\\lock.yaml not compatible with current pnpm",
|
|
228
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design"
|
|
229
|
-
},
|
|
230
|
-
"6 debug pnpm:context": {
|
|
231
|
-
"currentLockfileExists": false,
|
|
232
|
-
"storeDir": "C:\\Users\\jiton\\AppData\\Local\\pnpm\\store\\v3",
|
|
233
|
-
"virtualStoreDir": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\node_modules\\.pnpm"
|
|
234
|
-
},
|
|
235
|
-
"7 debug pnpm:stage": {
|
|
236
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design",
|
|
237
|
-
"stage": "resolution_started"
|
|
238
|
-
},
|
|
239
|
-
"8 warn pnpm": {
|
|
240
|
-
"message": "Moving @vitejs/plugin-vue that was installed by a different package manager to \"node_modules/.ignored",
|
|
241
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
242
|
-
},
|
|
243
|
-
"9 warn pnpm": {
|
|
244
|
-
"message": "Moving cross-env that was installed by a different package manager to \"node_modules/.ignored",
|
|
245
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
246
|
-
},
|
|
247
|
-
"10 warn pnpm": {
|
|
248
|
-
"message": "Moving live-server that was installed by a different package manager to \"node_modules/.ignored",
|
|
249
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
250
|
-
},
|
|
251
|
-
"11 warn pnpm": {
|
|
252
|
-
"message": "Moving rollup-plugin-visualizer that was installed by a different package manager to \"node_modules/.ignored",
|
|
253
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
254
|
-
},
|
|
255
|
-
"12 warn pnpm": {
|
|
256
|
-
"message": "Moving sass that was installed by a different package manager to \"node_modules/.ignored",
|
|
257
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
258
|
-
},
|
|
259
|
-
"13 warn pnpm": {
|
|
260
|
-
"message": "Moving sass-embedded that was installed by a different package manager to \"node_modules/.ignored",
|
|
261
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
262
|
-
},
|
|
263
|
-
"14 warn pnpm": {
|
|
264
|
-
"message": "Moving typescript that was installed by a different package manager to \"node_modules/.ignored",
|
|
265
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
266
|
-
},
|
|
267
|
-
"15 warn pnpm": {
|
|
268
|
-
"message": "Moving unplugin-auto-import that was installed by a different package manager to \"node_modules/.ignored",
|
|
269
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
270
|
-
},
|
|
271
|
-
"16 warn pnpm": {
|
|
272
|
-
"message": "Moving unplugin-vue-components that was installed by a different package manager to \"node_modules/.ignored",
|
|
273
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
274
|
-
},
|
|
275
|
-
"17 warn pnpm": {
|
|
276
|
-
"message": "Moving vite that was installed by a different package manager to \"node_modules/.ignored",
|
|
277
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
278
|
-
},
|
|
279
|
-
"18 warn pnpm": {
|
|
280
|
-
"message": "Moving vite-plugin-dts that was installed by a different package manager to \"node_modules/.ignored",
|
|
281
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
282
|
-
},
|
|
283
|
-
"19 warn pnpm": {
|
|
284
|
-
"message": "Moving vue-tsc that was installed by a different package manager to \"node_modules/.ignored",
|
|
285
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
286
|
-
},
|
|
287
|
-
"20 warn pnpm": {
|
|
288
|
-
"message": "Moving @babel/core that was installed by a different package manager to \"node_modules/.ignored",
|
|
289
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
290
|
-
},
|
|
291
|
-
"21 warn pnpm": {
|
|
292
|
-
"message": "Moving @codemirror/lang-css that was installed by a different package manager to \"node_modules/.ignored",
|
|
293
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
294
|
-
},
|
|
295
|
-
"22 warn pnpm": {
|
|
296
|
-
"message": "Moving @codemirror/lang-html that was installed by a different package manager to \"node_modules/.ignored",
|
|
297
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
298
|
-
},
|
|
299
|
-
"23 warn pnpm": {
|
|
300
|
-
"message": "Moving @codemirror/lang-javascript that was installed by a different package manager to \"node_modules/.ignored",
|
|
301
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
302
|
-
},
|
|
303
|
-
"24 warn pnpm": {
|
|
304
|
-
"message": "Moving @codemirror/lang-json that was installed by a different package manager to \"node_modules/.ignored",
|
|
305
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
306
|
-
},
|
|
307
|
-
"25 warn pnpm": {
|
|
308
|
-
"message": "Moving @tiptap/react that was installed by a different package manager to \"node_modules/.ignored",
|
|
309
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
310
|
-
},
|
|
311
|
-
"26 warn pnpm": {
|
|
312
|
-
"message": "Moving clipboard that was installed by a different package manager to \"node_modules/.ignored",
|
|
313
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
314
|
-
},
|
|
315
|
-
"27 warn pnpm": {
|
|
316
|
-
"message": "Moving codemirror that was installed by a different package manager to \"node_modules/.ignored",
|
|
317
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
318
|
-
},
|
|
319
|
-
"28 warn pnpm": {
|
|
320
|
-
"message": "Moving core-js that was installed by a different package manager to \"node_modules/.ignored",
|
|
321
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
322
|
-
},
|
|
323
|
-
"29 warn pnpm": {
|
|
324
|
-
"message": "Moving element-plus that was installed by a different package manager to \"node_modules/.ignored",
|
|
325
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
326
|
-
},
|
|
327
|
-
"30 warn pnpm": {
|
|
328
|
-
"message": "Moving gesto that was installed by a different package manager to \"node_modules/.ignored",
|
|
329
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
330
|
-
},
|
|
331
|
-
"31 warn pnpm": {
|
|
332
|
-
"message": "Moving jsoneditor that was installed by a different package manager to \"node_modules/.ignored",
|
|
333
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
334
|
-
},
|
|
335
|
-
"32 warn pnpm": {
|
|
336
|
-
"message": "Moving keycon that was installed by a different package manager to \"node_modules/.ignored",
|
|
337
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
338
|
-
},
|
|
339
|
-
"33 warn pnpm": {
|
|
340
|
-
"message": "Moving mitt that was installed by a different package manager to \"node_modules/.ignored",
|
|
341
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
342
|
-
},
|
|
343
|
-
"34 warn pnpm": {
|
|
344
|
-
"message": "Moving nanoid that was installed by a different package manager to \"node_modules/.ignored",
|
|
345
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
346
|
-
},
|
|
347
|
-
"35 warn pnpm": {
|
|
348
|
-
"message": "Moving vue that was installed by a different package manager to \"node_modules/.ignored",
|
|
349
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
350
|
-
},
|
|
351
|
-
"36 warn pnpm": {
|
|
352
|
-
"message": "Moving vue-codemirror that was installed by a different package manager to \"node_modules/.ignored",
|
|
353
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
354
|
-
},
|
|
355
|
-
"37 warn pnpm": {
|
|
356
|
-
"message": "Moving vuedraggable that was installed by a different package manager to \"node_modules/.ignored",
|
|
357
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
358
|
-
},
|
|
359
|
-
"38 warn pnpm": {
|
|
360
|
-
"message": "Moving wangeditor that was installed by a different package manager to \"node_modules/.ignored",
|
|
361
|
-
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
362
|
-
},
|
|
363
|
-
"39 debug pnpm:request-retry": {
|
|
364
|
-
"attempt": 1,
|
|
365
|
-
"error": {
|
|
366
|
-
"code": "ERR_INVALID_THIS"
|
|
367
|
-
},
|
|
368
|
-
"maxRetries": 2,
|
|
369
|
-
"method": "GET",
|
|
370
|
-
"timeout": 10000,
|
|
371
|
-
"url": "https://registry.npmjs.org/@commitlint%2Fconfig-conventional"
|
|
372
|
-
},
|
|
373
|
-
"40 debug pnpm:request-retry": {
|
|
374
|
-
"attempt": 1,
|
|
375
|
-
"error": {
|
|
376
|
-
"code": "ERR_INVALID_THIS"
|
|
377
|
-
},
|
|
378
|
-
"maxRetries": 2,
|
|
379
|
-
"method": "GET",
|
|
380
|
-
"timeout": 10000,
|
|
381
|
-
"url": "https://registry.npmjs.org/@types%2Fnode"
|
|
382
|
-
},
|
|
383
|
-
"41 debug pnpm:request-retry": {
|
|
384
|
-
"attempt": 1,
|
|
385
|
-
"error": {
|
|
386
|
-
"code": "ERR_INVALID_THIS"
|
|
387
|
-
},
|
|
388
|
-
"maxRetries": 2,
|
|
389
|
-
"method": "GET",
|
|
390
|
-
"timeout": 10000,
|
|
391
|
-
"url": "https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin"
|
|
392
|
-
},
|
|
393
|
-
"42 debug pnpm:request-retry": {
|
|
394
|
-
"attempt": 1,
|
|
395
|
-
"error": {
|
|
396
|
-
"code": "ERR_INVALID_THIS"
|
|
397
|
-
},
|
|
398
|
-
"maxRetries": 2,
|
|
399
|
-
"method": "GET",
|
|
400
|
-
"timeout": 10000,
|
|
401
|
-
"url": "https://registry.npmjs.org/@typescript-eslint%2Fparser"
|
|
402
|
-
},
|
|
403
|
-
"43 debug pnpm:request-retry": {
|
|
404
|
-
"attempt": 1,
|
|
405
|
-
"error": {
|
|
406
|
-
"code": "ERR_INVALID_THIS"
|
|
407
|
-
},
|
|
408
|
-
"maxRetries": 2,
|
|
409
|
-
"method": "GET",
|
|
410
|
-
"timeout": 10000,
|
|
411
|
-
"url": "https://registry.npmjs.org/@vue%2Feslint-config-prettier"
|
|
412
|
-
},
|
|
413
|
-
"44 debug pnpm:request-retry": {
|
|
414
|
-
"attempt": 1,
|
|
415
|
-
"error": {
|
|
416
|
-
"code": "ERR_INVALID_THIS"
|
|
417
|
-
},
|
|
418
|
-
"maxRetries": 2,
|
|
419
|
-
"method": "GET",
|
|
420
|
-
"timeout": 10000,
|
|
421
|
-
"url": "https://registry.npmjs.org/@vue%2Feslint-config-typescript"
|
|
422
|
-
},
|
|
423
|
-
"45 debug pnpm:request-retry": {
|
|
424
|
-
"attempt": 1,
|
|
425
|
-
"error": {
|
|
426
|
-
"code": "ERR_INVALID_THIS"
|
|
427
|
-
},
|
|
428
|
-
"maxRetries": 2,
|
|
429
|
-
"method": "GET",
|
|
430
|
-
"timeout": 10000,
|
|
431
|
-
"url": "https://registry.npmjs.org/babel-eslint"
|
|
432
|
-
},
|
|
433
|
-
"46 debug pnpm:request-retry": {
|
|
434
|
-
"attempt": 1,
|
|
435
|
-
"error": {
|
|
436
|
-
"code": "ERR_INVALID_THIS"
|
|
437
|
-
},
|
|
438
|
-
"maxRetries": 2,
|
|
439
|
-
"method": "GET",
|
|
440
|
-
"timeout": 10000,
|
|
441
|
-
"url": "https://registry.npmjs.org/commitizen"
|
|
442
|
-
},
|
|
443
|
-
"47 debug pnpm:request-retry": {
|
|
444
|
-
"attempt": 1,
|
|
445
|
-
"error": {
|
|
446
|
-
"code": "ERR_INVALID_THIS"
|
|
447
|
-
},
|
|
448
|
-
"maxRetries": 2,
|
|
449
|
-
"method": "GET",
|
|
450
|
-
"timeout": 10000,
|
|
451
|
-
"url": "https://registry.npmjs.org/commitlint"
|
|
452
|
-
},
|
|
453
|
-
"48 debug pnpm:request-retry": {
|
|
454
|
-
"attempt": 1,
|
|
455
|
-
"error": {
|
|
456
|
-
"code": "ERR_INVALID_THIS"
|
|
457
|
-
},
|
|
458
|
-
"maxRetries": 2,
|
|
459
|
-
"method": "GET",
|
|
460
|
-
"timeout": 10000,
|
|
461
|
-
"url": "https://registry.npmjs.org/cross-env"
|
|
462
|
-
},
|
|
463
|
-
"49 debug pnpm:request-retry": {
|
|
464
|
-
"attempt": 1,
|
|
465
|
-
"error": {
|
|
466
|
-
"code": "ERR_INVALID_THIS"
|
|
467
|
-
},
|
|
468
|
-
"maxRetries": 2,
|
|
469
|
-
"method": "GET",
|
|
470
|
-
"timeout": 10000,
|
|
471
|
-
"url": "https://registry.npmjs.org/cz-conventional-changelog"
|
|
472
|
-
},
|
|
473
|
-
"50 debug pnpm:request-retry": {
|
|
474
|
-
"attempt": 1,
|
|
475
|
-
"error": {
|
|
476
|
-
"code": "ERR_INVALID_THIS"
|
|
477
|
-
},
|
|
478
|
-
"maxRetries": 2,
|
|
479
|
-
"method": "GET",
|
|
480
|
-
"timeout": 10000,
|
|
481
|
-
"url": "https://registry.npmjs.org/eslint"
|
|
482
|
-
},
|
|
483
|
-
"51 debug pnpm:request-retry": {
|
|
484
|
-
"attempt": 1,
|
|
485
|
-
"error": {
|
|
486
|
-
"code": "ERR_INVALID_THIS"
|
|
487
|
-
},
|
|
488
|
-
"maxRetries": 2,
|
|
489
|
-
"method": "GET",
|
|
490
|
-
"timeout": 10000,
|
|
491
|
-
"url": "https://registry.npmjs.org/eslint-plugin-prettier"
|
|
492
|
-
},
|
|
493
|
-
"52 debug pnpm:request-retry": {
|
|
494
|
-
"attempt": 1,
|
|
495
|
-
"error": {
|
|
496
|
-
"code": "ERR_INVALID_THIS"
|
|
497
|
-
},
|
|
498
|
-
"maxRetries": 2,
|
|
499
|
-
"method": "GET",
|
|
500
|
-
"timeout": 10000,
|
|
501
|
-
"url": "https://registry.npmjs.org/eslint-plugin-simple-import-sort"
|
|
502
|
-
},
|
|
503
|
-
"53 debug pnpm:request-retry": {
|
|
504
|
-
"attempt": 1,
|
|
505
|
-
"error": {
|
|
506
|
-
"code": "ERR_INVALID_THIS"
|
|
507
|
-
},
|
|
508
|
-
"maxRetries": 2,
|
|
509
|
-
"method": "GET",
|
|
510
|
-
"timeout": 10000,
|
|
511
|
-
"url": "https://registry.npmjs.org/eslint-plugin-vue"
|
|
512
|
-
},
|
|
513
|
-
"54 debug pnpm:request-retry": {
|
|
514
|
-
"attempt": 1,
|
|
515
|
-
"error": {
|
|
516
|
-
"code": "ERR_INVALID_THIS"
|
|
517
|
-
},
|
|
518
|
-
"maxRetries": 2,
|
|
519
|
-
"method": "GET",
|
|
520
|
-
"timeout": 10000,
|
|
521
|
-
"url": "https://registry.npmjs.org/husky"
|
|
522
|
-
},
|
|
523
|
-
"55 debug pnpm:request-retry": {
|
|
524
|
-
"attempt": 2,
|
|
525
|
-
"error": {
|
|
526
|
-
"code": "ERR_INVALID_THIS"
|
|
527
|
-
},
|
|
528
|
-
"maxRetries": 2,
|
|
529
|
-
"method": "GET",
|
|
530
|
-
"timeout": 60000,
|
|
531
|
-
"url": "https://registry.npmjs.org/@commitlint%2Fconfig-conventional"
|
|
532
|
-
},
|
|
533
|
-
"56 debug pnpm:request-retry": {
|
|
534
|
-
"attempt": 2,
|
|
535
|
-
"error": {
|
|
536
|
-
"code": "ERR_INVALID_THIS"
|
|
537
|
-
},
|
|
538
|
-
"maxRetries": 2,
|
|
539
|
-
"method": "GET",
|
|
540
|
-
"timeout": 60000,
|
|
541
|
-
"url": "https://registry.npmjs.org/@types%2Fnode"
|
|
542
|
-
},
|
|
543
|
-
"57 debug pnpm:request-retry": {
|
|
544
|
-
"attempt": 2,
|
|
545
|
-
"error": {
|
|
546
|
-
"code": "ERR_INVALID_THIS"
|
|
547
|
-
},
|
|
548
|
-
"maxRetries": 2,
|
|
549
|
-
"method": "GET",
|
|
550
|
-
"timeout": 60000,
|
|
551
|
-
"url": "https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin"
|
|
552
|
-
},
|
|
553
|
-
"58 debug pnpm:request-retry": {
|
|
554
|
-
"attempt": 2,
|
|
555
|
-
"error": {
|
|
556
|
-
"code": "ERR_INVALID_THIS"
|
|
557
|
-
},
|
|
558
|
-
"maxRetries": 2,
|
|
559
|
-
"method": "GET",
|
|
560
|
-
"timeout": 60000,
|
|
561
|
-
"url": "https://registry.npmjs.org/@typescript-eslint%2Fparser"
|
|
562
|
-
},
|
|
563
|
-
"59 debug pnpm:request-retry": {
|
|
564
|
-
"attempt": 2,
|
|
565
|
-
"error": {
|
|
566
|
-
"code": "ERR_INVALID_THIS"
|
|
567
|
-
},
|
|
568
|
-
"maxRetries": 2,
|
|
569
|
-
"method": "GET",
|
|
570
|
-
"timeout": 60000,
|
|
571
|
-
"url": "https://registry.npmjs.org/@vue%2Feslint-config-prettier"
|
|
572
|
-
},
|
|
573
|
-
"60 debug pnpm:request-retry": {
|
|
574
|
-
"attempt": 2,
|
|
575
|
-
"error": {
|
|
576
|
-
"code": "ERR_INVALID_THIS"
|
|
577
|
-
},
|
|
578
|
-
"maxRetries": 2,
|
|
579
|
-
"method": "GET",
|
|
580
|
-
"timeout": 60000,
|
|
581
|
-
"url": "https://registry.npmjs.org/@vue%2Feslint-config-typescript"
|
|
582
|
-
},
|
|
583
|
-
"61 debug pnpm:request-retry": {
|
|
584
|
-
"attempt": 2,
|
|
585
|
-
"error": {
|
|
586
|
-
"code": "ERR_INVALID_THIS"
|
|
587
|
-
},
|
|
588
|
-
"maxRetries": 2,
|
|
589
|
-
"method": "GET",
|
|
590
|
-
"timeout": 60000,
|
|
591
|
-
"url": "https://registry.npmjs.org/babel-eslint"
|
|
592
|
-
},
|
|
593
|
-
"62 debug pnpm:request-retry": {
|
|
594
|
-
"attempt": 2,
|
|
595
|
-
"error": {
|
|
596
|
-
"code": "ERR_INVALID_THIS"
|
|
597
|
-
},
|
|
598
|
-
"maxRetries": 2,
|
|
599
|
-
"method": "GET",
|
|
600
|
-
"timeout": 60000,
|
|
601
|
-
"url": "https://registry.npmjs.org/commitizen"
|
|
602
|
-
},
|
|
603
|
-
"63 debug pnpm:request-retry": {
|
|
604
|
-
"attempt": 2,
|
|
605
|
-
"error": {
|
|
606
|
-
"code": "ERR_INVALID_THIS"
|
|
607
|
-
},
|
|
608
|
-
"maxRetries": 2,
|
|
609
|
-
"method": "GET",
|
|
610
|
-
"timeout": 60000,
|
|
611
|
-
"url": "https://registry.npmjs.org/commitlint"
|
|
612
|
-
},
|
|
613
|
-
"64 debug pnpm:request-retry": {
|
|
614
|
-
"attempt": 2,
|
|
615
|
-
"error": {
|
|
616
|
-
"code": "ERR_INVALID_THIS"
|
|
617
|
-
},
|
|
618
|
-
"maxRetries": 2,
|
|
619
|
-
"method": "GET",
|
|
620
|
-
"timeout": 60000,
|
|
621
|
-
"url": "https://registry.npmjs.org/cross-env"
|
|
622
|
-
},
|
|
623
|
-
"65 debug pnpm:request-retry": {
|
|
624
|
-
"attempt": 2,
|
|
625
|
-
"error": {
|
|
626
|
-
"code": "ERR_INVALID_THIS"
|
|
627
|
-
},
|
|
628
|
-
"maxRetries": 2,
|
|
629
|
-
"method": "GET",
|
|
630
|
-
"timeout": 60000,
|
|
631
|
-
"url": "https://registry.npmjs.org/cz-conventional-changelog"
|
|
632
|
-
},
|
|
633
|
-
"66 debug pnpm:request-retry": {
|
|
634
|
-
"attempt": 2,
|
|
635
|
-
"error": {
|
|
636
|
-
"code": "ERR_INVALID_THIS"
|
|
637
|
-
},
|
|
638
|
-
"maxRetries": 2,
|
|
639
|
-
"method": "GET",
|
|
640
|
-
"timeout": 60000,
|
|
641
|
-
"url": "https://registry.npmjs.org/eslint"
|
|
642
|
-
},
|
|
643
|
-
"67 debug pnpm:request-retry": {
|
|
644
|
-
"attempt": 2,
|
|
645
|
-
"error": {
|
|
646
|
-
"code": "ERR_INVALID_THIS"
|
|
647
|
-
},
|
|
648
|
-
"maxRetries": 2,
|
|
649
|
-
"method": "GET",
|
|
650
|
-
"timeout": 60000,
|
|
651
|
-
"url": "https://registry.npmjs.org/eslint-plugin-prettier"
|
|
652
|
-
},
|
|
653
|
-
"68 debug pnpm:request-retry": {
|
|
654
|
-
"attempt": 2,
|
|
655
|
-
"error": {
|
|
656
|
-
"code": "ERR_INVALID_THIS"
|
|
657
|
-
},
|
|
658
|
-
"maxRetries": 2,
|
|
659
|
-
"method": "GET",
|
|
660
|
-
"timeout": 60000,
|
|
661
|
-
"url": "https://registry.npmjs.org/eslint-plugin-simple-import-sort"
|
|
662
|
-
},
|
|
663
|
-
"69 debug pnpm:request-retry": {
|
|
664
|
-
"attempt": 2,
|
|
665
|
-
"error": {
|
|
666
|
-
"code": "ERR_INVALID_THIS"
|
|
667
|
-
},
|
|
668
|
-
"maxRetries": 2,
|
|
669
|
-
"method": "GET",
|
|
670
|
-
"timeout": 60000,
|
|
671
|
-
"url": "https://registry.npmjs.org/eslint-plugin-vue"
|
|
672
|
-
},
|
|
673
|
-
"70 debug pnpm:request-retry": {
|
|
674
|
-
"attempt": 2,
|
|
675
|
-
"error": {
|
|
676
|
-
"code": "ERR_INVALID_THIS"
|
|
677
|
-
},
|
|
678
|
-
"maxRetries": 2,
|
|
679
|
-
"method": "GET",
|
|
680
|
-
"timeout": 60000,
|
|
681
|
-
"url": "https://registry.npmjs.org/husky"
|
|
682
|
-
},
|
|
683
|
-
"71 debug pnpm:request-retry": {
|
|
684
|
-
"attempt": 1,
|
|
685
|
-
"error": {
|
|
686
|
-
"code": "ERR_INVALID_THIS"
|
|
687
|
-
},
|
|
688
|
-
"maxRetries": 2,
|
|
689
|
-
"method": "GET",
|
|
690
|
-
"timeout": 10000,
|
|
691
|
-
"url": "https://registry.npmjs.org/lint-staged"
|
|
692
|
-
},
|
|
693
|
-
"72 error pnpm": {
|
|
694
|
-
"code": "ERR_PNPM_META_FETCH_FAIL",
|
|
695
|
-
"attempts": 1,
|
|
696
|
-
"spec": {
|
|
697
|
-
"fetchSpec": ">=17.0.2 <18.0.0-0",
|
|
698
|
-
"name": "@commitlint/config-conventional",
|
|
699
|
-
"type": "range"
|
|
700
|
-
},
|
|
701
|
-
"pkgsStack": [],
|
|
702
|
-
"err": {
|
|
703
|
-
"name": "pnpm",
|
|
704
|
-
"message": "GET https://registry.npmjs.org/@commitlint%2Fconfig-conventional: Value of \"this\" must be of type URLSearchParams",
|
|
705
|
-
"code": "ERR_PNPM_META_FETCH_FAIL",
|
|
706
|
-
"stack": "pnpm: GET https://registry.npmjs.org/@commitlint%2Fconfig-conventional: Value of \"this\" must be of type URLSearchParams\n at RetryOperation._fn (C:\\Users\\jiton\\AppData\\Local\\pnpm\\.tools\\pnpm\\7.1.9\\node_modules\\pnpm\\dist\\pnpm.cjs:84485:19)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at runNextTicks (node:internal/process/task_queues:64:3)\n at listOnTimeout (node:internal/timers:545:9)\n at process.processTimers (node:internal/timers:519:7)"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
"73 debug pnpm:request-retry": {
|
|
710
|
-
"attempt": 1,
|
|
711
|
-
"error": {
|
|
712
|
-
"code": "ERR_INVALID_THIS"
|
|
713
|
-
},
|
|
714
|
-
"maxRetries": 2,
|
|
715
|
-
"method": "GET",
|
|
716
|
-
"timeout": 10000,
|
|
717
|
-
"url": "https://registry.npmjs.org/prettier"
|
|
718
|
-
},
|
|
719
|
-
"74 debug pnpm:request-retry": {
|
|
720
|
-
"attempt": 1,
|
|
721
|
-
"error": {
|
|
722
|
-
"code": "ERR_INVALID_THIS"
|
|
723
|
-
},
|
|
724
|
-
"maxRetries": 2,
|
|
725
|
-
"method": "GET",
|
|
726
|
-
"timeout": 10000,
|
|
727
|
-
"url": "https://registry.npmjs.org/rimraf"
|
|
728
|
-
},
|
|
729
|
-
"75 debug pnpm:request-retry": {
|
|
730
|
-
"attempt": 1,
|
|
731
|
-
"error": {
|
|
732
|
-
"code": "ERR_INVALID_THIS"
|
|
733
|
-
},
|
|
734
|
-
"maxRetries": 2,
|
|
735
|
-
"method": "GET",
|
|
736
|
-
"timeout": 10000,
|
|
737
|
-
"url": "https://registry.npmjs.org/vite"
|
|
738
|
-
},
|
|
739
|
-
"76 debug pnpm:request-retry": {
|
|
740
|
-
"attempt": 1,
|
|
741
|
-
"error": {
|
|
742
|
-
"code": "ERR_INVALID_THIS"
|
|
743
|
-
},
|
|
744
|
-
"maxRetries": 2,
|
|
745
|
-
"method": "GET",
|
|
746
|
-
"timeout": 10000,
|
|
747
|
-
"url": "https://registry.npmjs.org/@vitejs%2Fplugin-vue"
|
|
748
|
-
},
|
|
749
|
-
"77 debug pnpm:request-retry": {
|
|
750
|
-
"attempt": 1,
|
|
751
|
-
"error": {
|
|
752
|
-
"code": "ERR_INVALID_THIS"
|
|
753
|
-
},
|
|
754
|
-
"maxRetries": 2,
|
|
755
|
-
"method": "GET",
|
|
756
|
-
"timeout": 10000,
|
|
757
|
-
"url": "https://registry.npmjs.org/rollup-plugin-visualizer"
|
|
758
|
-
},
|
|
759
|
-
"78 debug pnpm:request-retry": {
|
|
760
|
-
"attempt": 1,
|
|
761
|
-
"error": {
|
|
762
|
-
"code": "ERR_INVALID_THIS"
|
|
763
|
-
},
|
|
764
|
-
"maxRetries": 2,
|
|
765
|
-
"method": "GET",
|
|
766
|
-
"timeout": 10000,
|
|
767
|
-
"url": "https://registry.npmjs.org/sass"
|
|
768
|
-
},
|
|
769
|
-
"79 debug pnpm:request-retry": {
|
|
770
|
-
"attempt": 1,
|
|
771
|
-
"error": {
|
|
772
|
-
"code": "ERR_INVALID_THIS"
|
|
773
|
-
},
|
|
774
|
-
"maxRetries": 2,
|
|
775
|
-
"method": "GET",
|
|
776
|
-
"timeout": 10000,
|
|
777
|
-
"url": "https://registry.npmjs.org/typescript"
|
|
778
|
-
},
|
|
779
|
-
"80 debug pnpm:request-retry": {
|
|
780
|
-
"attempt": 1,
|
|
781
|
-
"error": {
|
|
782
|
-
"code": "ERR_INVALID_THIS"
|
|
783
|
-
},
|
|
784
|
-
"maxRetries": 2,
|
|
785
|
-
"method": "GET",
|
|
786
|
-
"timeout": 10000,
|
|
787
|
-
"url": "https://registry.npmjs.org/unplugin-auto-import"
|
|
788
|
-
},
|
|
789
|
-
"81 debug pnpm:request-retry": {
|
|
790
|
-
"attempt": 1,
|
|
791
|
-
"error": {
|
|
792
|
-
"code": "ERR_INVALID_THIS"
|
|
793
|
-
},
|
|
794
|
-
"maxRetries": 2,
|
|
795
|
-
"method": "GET",
|
|
796
|
-
"timeout": 10000,
|
|
797
|
-
"url": "https://registry.npmjs.org/unplugin-vue-components"
|
|
798
|
-
},
|
|
799
|
-
"82 debug pnpm:request-retry": {
|
|
800
|
-
"attempt": 1,
|
|
801
|
-
"error": {
|
|
802
|
-
"code": "ERR_INVALID_THIS"
|
|
803
|
-
},
|
|
804
|
-
"maxRetries": 2,
|
|
805
|
-
"method": "GET",
|
|
806
|
-
"timeout": 10000,
|
|
807
|
-
"url": "https://registry.npmjs.org/vue-tsc"
|
|
808
|
-
},
|
|
809
|
-
"83 debug pnpm:request-retry": {
|
|
810
|
-
"attempt": 1,
|
|
811
|
-
"error": {
|
|
812
|
-
"code": "ERR_INVALID_THIS"
|
|
813
|
-
},
|
|
814
|
-
"maxRetries": 2,
|
|
815
|
-
"method": "GET",
|
|
816
|
-
"timeout": 10000,
|
|
817
|
-
"url": "https://registry.npmjs.org/@element-plus%2Ficons-vue"
|
|
818
|
-
},
|
|
819
|
-
"84 debug pnpm:request-retry": {
|
|
820
|
-
"attempt": 1,
|
|
821
|
-
"error": {
|
|
822
|
-
"code": "ERR_INVALID_THIS"
|
|
823
|
-
},
|
|
824
|
-
"maxRetries": 2,
|
|
825
|
-
"method": "GET",
|
|
826
|
-
"timeout": 10000,
|
|
827
|
-
"url": "https://registry.npmjs.org/element-plus"
|
|
828
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"0 debug pnpm:scope": {
|
|
3
|
+
"selected": 4,
|
|
4
|
+
"total": 4,
|
|
5
|
+
"workspacePrefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design"
|
|
6
|
+
},
|
|
7
|
+
"1 debug pnpm:package-manifest": {
|
|
8
|
+
"initial": {
|
|
9
|
+
"name": "vue-form-design",
|
|
10
|
+
"version": "1.0.0-alpha.2",
|
|
11
|
+
"private": true,
|
|
12
|
+
"packageManager": "pnpm@7.1.9",
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "pnpm --filter \"starfish-playground\" dev",
|
|
15
|
+
"serve": "pnpm --filter \"starfish-editor\" serve",
|
|
16
|
+
"pg": "pnpm --filter \"starfish-playground\" dev",
|
|
17
|
+
"bootstrap": "pnpm i && pnpm prepare",
|
|
18
|
+
"lint-fix": "npx eslint . --fix --ext .vue,.js,.ts,.tsx",
|
|
19
|
+
"clean:top": "rimraf */**/dist */dist ",
|
|
20
|
+
"clean:modules": "rimraf node_modules **/node_modules **/**/node_modules",
|
|
21
|
+
"clean:all": "pnpm clean:top && pnpm clean:modules",
|
|
22
|
+
"prepare": "husky install",
|
|
23
|
+
"build": " pnpm --filter \"starfish-*\" build",
|
|
24
|
+
"commit": "git-cz"
|
|
25
|
+
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=14"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git@github.com:haixin-fang/vue-form-design.git"
|
|
32
|
+
},
|
|
33
|
+
"bugs": {
|
|
34
|
+
"url": "https://github.com/haixin-fang/vue-form-design/issues"
|
|
35
|
+
},
|
|
36
|
+
"author": "haixin-fang",
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"keywords": [
|
|
39
|
+
"Vite",
|
|
40
|
+
"Vue3",
|
|
41
|
+
"lowcode",
|
|
42
|
+
"form",
|
|
43
|
+
"starfish",
|
|
44
|
+
"vue",
|
|
45
|
+
"editor",
|
|
46
|
+
"drag",
|
|
47
|
+
"resize",
|
|
48
|
+
"typescript",
|
|
49
|
+
"element-plus",
|
|
50
|
+
"表单",
|
|
51
|
+
"动态表单",
|
|
52
|
+
"低代码"
|
|
53
|
+
],
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@commitlint/config-conventional": "^17.0.2",
|
|
56
|
+
"@types/node": "^18.6.5",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
58
|
+
"@typescript-eslint/parser": "^4.18.0",
|
|
59
|
+
"@vue/eslint-config-prettier": "^6.0.0",
|
|
60
|
+
"@vue/eslint-config-typescript": "^11.0.0",
|
|
61
|
+
"babel-eslint": "^10.1.0",
|
|
62
|
+
"commitizen": "^4.2.4",
|
|
63
|
+
"commitlint": "^17.0.2",
|
|
64
|
+
"cross-env": "^7.0.3",
|
|
65
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
66
|
+
"eslint": "^6.7.2",
|
|
67
|
+
"eslint-plugin-prettier": "^3.3.1",
|
|
68
|
+
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
69
|
+
"eslint-plugin-vue": "^7.0.0",
|
|
70
|
+
"husky": "^8.0.1",
|
|
71
|
+
"lint-staged": "^13.0.2",
|
|
72
|
+
"prettier": "^2.2.1",
|
|
73
|
+
"rimraf": "^3.0.2",
|
|
74
|
+
"typescript": "4.1.5",
|
|
75
|
+
"vite": "^2.9.12"
|
|
76
|
+
},
|
|
77
|
+
"config": {
|
|
78
|
+
"commitizen": {
|
|
79
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design"
|
|
84
|
+
},
|
|
85
|
+
"2 debug pnpm:package-manifest": {
|
|
86
|
+
"initial": {
|
|
87
|
+
"name": "starfish-playground",
|
|
88
|
+
"private": true,
|
|
89
|
+
"version": "0.0.0",
|
|
90
|
+
"type": "module",
|
|
91
|
+
"scripts": {
|
|
92
|
+
"dev": "vite",
|
|
93
|
+
"build": "vite build",
|
|
94
|
+
"preview": "vite preview"
|
|
95
|
+
},
|
|
96
|
+
"dependencies": {
|
|
97
|
+
"@element-plus/icons-vue": "^2.0.8",
|
|
98
|
+
"element-plus": "^2.2.12",
|
|
99
|
+
"starfish-editor": "^1.1.21",
|
|
100
|
+
"starfish-form": "^1.2.9",
|
|
101
|
+
"vite": "^4.5.2",
|
|
102
|
+
"vue": "^3.2.37",
|
|
103
|
+
"vue-router": "^4.1.3"
|
|
104
|
+
},
|
|
105
|
+
"devDependencies": {
|
|
106
|
+
"@vitejs/plugin-vue": "^3.0.0",
|
|
107
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
108
|
+
"sass": "^1.54.3",
|
|
109
|
+
"typescript": "^4.6.4",
|
|
110
|
+
"unplugin-auto-import": "^0.17.5",
|
|
111
|
+
"unplugin-vue-components": "^0.26.0",
|
|
112
|
+
"vite": "^3.0.0",
|
|
113
|
+
"vue-tsc": "^0.38.4"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\playground"
|
|
117
|
+
},
|
|
118
|
+
"3 debug pnpm:package-manifest": {
|
|
119
|
+
"initial": {
|
|
120
|
+
"name": "starfish-editor-custom",
|
|
121
|
+
"version": "1.0.33",
|
|
122
|
+
"main": "dist/starfish-editor.umd.js",
|
|
123
|
+
"style": "dist/style.css",
|
|
124
|
+
"module": "dist/starfish-editor.es.js",
|
|
125
|
+
"types": "dist/types/starfish-editor.d.ts",
|
|
126
|
+
"exports": {
|
|
127
|
+
".": {
|
|
128
|
+
"import": "./dist/starfish-editor.es.js"
|
|
129
|
+
},
|
|
130
|
+
"./dist/style.css": {
|
|
131
|
+
"import": "./dist/style.css"
|
|
132
|
+
},
|
|
133
|
+
"./*": "./*"
|
|
134
|
+
},
|
|
135
|
+
"scripts": {
|
|
136
|
+
"dev": "vite",
|
|
137
|
+
"build": "vite build"
|
|
138
|
+
},
|
|
139
|
+
"dependencies": {
|
|
140
|
+
"@babel/core": "^7.18.5",
|
|
141
|
+
"@codemirror/lang-css": "6.0.0",
|
|
142
|
+
"@codemirror/lang-html": "6.1.0",
|
|
143
|
+
"@codemirror/lang-javascript": "6.0.2",
|
|
144
|
+
"@codemirror/lang-json": "6.0.0",
|
|
145
|
+
"@tiptap/react": "^3.10.7",
|
|
146
|
+
"clipboard": "^2.0.11",
|
|
147
|
+
"codemirror": "6.0.1",
|
|
148
|
+
"core-js": "^3.6.5",
|
|
149
|
+
"element-plus": "^2.2.12",
|
|
150
|
+
"gesto": "^1.9.0",
|
|
151
|
+
"jsoneditor": "^9.9.0",
|
|
152
|
+
"keycon": "^1.1.2",
|
|
153
|
+
"mitt": "^3.0.0",
|
|
154
|
+
"nanoid": "^4.0.0",
|
|
155
|
+
"starfish-form-custom": "1.0.32",
|
|
156
|
+
"vue": "^3.2.37",
|
|
157
|
+
"vue-codemirror": "6.1.1",
|
|
158
|
+
"vuedraggable": "^4.1.0",
|
|
159
|
+
"wangeditor": "^4.7.15"
|
|
160
|
+
},
|
|
161
|
+
"devDependencies": {
|
|
162
|
+
"@vitejs/plugin-vue": "^2.3.3",
|
|
163
|
+
"cross-env": "^7.0.3",
|
|
164
|
+
"live-server": "^1.2.2",
|
|
165
|
+
"rollup-plugin-visualizer": "^5.8.3",
|
|
166
|
+
"sass": "^1.94.1",
|
|
167
|
+
"sass-embedded": "^1.93.3",
|
|
168
|
+
"typescript": "^4.3.4",
|
|
169
|
+
"unplugin-auto-import": "^0.17.5",
|
|
170
|
+
"unplugin-vue-components": "^0.26.0",
|
|
171
|
+
"vite": "^2.9.12",
|
|
172
|
+
"vite-plugin-dts": "^1.2.0",
|
|
173
|
+
"vue-tsc": "^0.34.7"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
177
|
+
},
|
|
178
|
+
"4 debug pnpm:package-manifest": {
|
|
179
|
+
"initial": {
|
|
180
|
+
"name": "starfish-form-custom",
|
|
181
|
+
"version": "1.0.33",
|
|
182
|
+
"main": "dist/starfish-form.mjs",
|
|
183
|
+
"style": "dist/style.css",
|
|
184
|
+
"module": "dist/starfish-form.mjs",
|
|
185
|
+
"types": "dist/types/starfish-form.d.ts",
|
|
186
|
+
"exports": {
|
|
187
|
+
".": {
|
|
188
|
+
"import": "./dist/starfish-form.mjs"
|
|
189
|
+
},
|
|
190
|
+
"./dist/style.css": {
|
|
191
|
+
"import": "./dist/style.css"
|
|
192
|
+
},
|
|
193
|
+
"./*": "./*"
|
|
194
|
+
},
|
|
195
|
+
"scripts": {
|
|
196
|
+
"build": "vite build",
|
|
197
|
+
"prepublish": "npm version && npm run build"
|
|
198
|
+
},
|
|
199
|
+
"dependencies": {
|
|
200
|
+
"@codemirror/lang-javascript": "6.0.2",
|
|
201
|
+
"@element-plus/icons-vue": "^2.0.8",
|
|
202
|
+
"@tiptap/extension-underline": "^3.10.7",
|
|
203
|
+
"@tiptap/pm": "^3.10.7",
|
|
204
|
+
"@tiptap/starter-kit": "^3.10.7",
|
|
205
|
+
"@tiptap/vue-3": "^3.10.7",
|
|
206
|
+
"element-plus": "^2.2.12",
|
|
207
|
+
"jsoneditor": "^9.9.0",
|
|
208
|
+
"vue": "^3.2.25",
|
|
209
|
+
"vue-codemirror": "6.1.1",
|
|
210
|
+
"codemirror": "6.0.1"
|
|
211
|
+
},
|
|
212
|
+
"devDependencies": {
|
|
213
|
+
"@vitejs/plugin-vue": "^2.3.3",
|
|
214
|
+
"rollup-plugin-visualizer": "^5.8.3",
|
|
215
|
+
"sass": "^1.35.1",
|
|
216
|
+
"typescript": "^4.5.4",
|
|
217
|
+
"unplugin-auto-import": "^0.17.5",
|
|
218
|
+
"unplugin-vue-components": "^0.26.0",
|
|
219
|
+
"vite": "^4.5.2",
|
|
220
|
+
"vite-plugin-dts": "^1.2.0",
|
|
221
|
+
"vue-tsc": "^0.34.7"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\form"
|
|
225
|
+
},
|
|
226
|
+
"5 warn pnpm": {
|
|
227
|
+
"message": "Ignoring broken lockfile at C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\node_modules\\.pnpm: Lockfile C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\node_modules\\.pnpm\\lock.yaml not compatible with current pnpm",
|
|
228
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design"
|
|
229
|
+
},
|
|
230
|
+
"6 debug pnpm:context": {
|
|
231
|
+
"currentLockfileExists": false,
|
|
232
|
+
"storeDir": "C:\\Users\\jiton\\AppData\\Local\\pnpm\\store\\v3",
|
|
233
|
+
"virtualStoreDir": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\node_modules\\.pnpm"
|
|
234
|
+
},
|
|
235
|
+
"7 debug pnpm:stage": {
|
|
236
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design",
|
|
237
|
+
"stage": "resolution_started"
|
|
238
|
+
},
|
|
239
|
+
"8 warn pnpm": {
|
|
240
|
+
"message": "Moving @vitejs/plugin-vue that was installed by a different package manager to \"node_modules/.ignored",
|
|
241
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
242
|
+
},
|
|
243
|
+
"9 warn pnpm": {
|
|
244
|
+
"message": "Moving cross-env that was installed by a different package manager to \"node_modules/.ignored",
|
|
245
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
246
|
+
},
|
|
247
|
+
"10 warn pnpm": {
|
|
248
|
+
"message": "Moving live-server that was installed by a different package manager to \"node_modules/.ignored",
|
|
249
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
250
|
+
},
|
|
251
|
+
"11 warn pnpm": {
|
|
252
|
+
"message": "Moving rollup-plugin-visualizer that was installed by a different package manager to \"node_modules/.ignored",
|
|
253
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
254
|
+
},
|
|
255
|
+
"12 warn pnpm": {
|
|
256
|
+
"message": "Moving sass that was installed by a different package manager to \"node_modules/.ignored",
|
|
257
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
258
|
+
},
|
|
259
|
+
"13 warn pnpm": {
|
|
260
|
+
"message": "Moving sass-embedded that was installed by a different package manager to \"node_modules/.ignored",
|
|
261
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
262
|
+
},
|
|
263
|
+
"14 warn pnpm": {
|
|
264
|
+
"message": "Moving typescript that was installed by a different package manager to \"node_modules/.ignored",
|
|
265
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
266
|
+
},
|
|
267
|
+
"15 warn pnpm": {
|
|
268
|
+
"message": "Moving unplugin-auto-import that was installed by a different package manager to \"node_modules/.ignored",
|
|
269
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
270
|
+
},
|
|
271
|
+
"16 warn pnpm": {
|
|
272
|
+
"message": "Moving unplugin-vue-components that was installed by a different package manager to \"node_modules/.ignored",
|
|
273
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
274
|
+
},
|
|
275
|
+
"17 warn pnpm": {
|
|
276
|
+
"message": "Moving vite that was installed by a different package manager to \"node_modules/.ignored",
|
|
277
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
278
|
+
},
|
|
279
|
+
"18 warn pnpm": {
|
|
280
|
+
"message": "Moving vite-plugin-dts that was installed by a different package manager to \"node_modules/.ignored",
|
|
281
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
282
|
+
},
|
|
283
|
+
"19 warn pnpm": {
|
|
284
|
+
"message": "Moving vue-tsc that was installed by a different package manager to \"node_modules/.ignored",
|
|
285
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
286
|
+
},
|
|
287
|
+
"20 warn pnpm": {
|
|
288
|
+
"message": "Moving @babel/core that was installed by a different package manager to \"node_modules/.ignored",
|
|
289
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
290
|
+
},
|
|
291
|
+
"21 warn pnpm": {
|
|
292
|
+
"message": "Moving @codemirror/lang-css that was installed by a different package manager to \"node_modules/.ignored",
|
|
293
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
294
|
+
},
|
|
295
|
+
"22 warn pnpm": {
|
|
296
|
+
"message": "Moving @codemirror/lang-html that was installed by a different package manager to \"node_modules/.ignored",
|
|
297
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
298
|
+
},
|
|
299
|
+
"23 warn pnpm": {
|
|
300
|
+
"message": "Moving @codemirror/lang-javascript that was installed by a different package manager to \"node_modules/.ignored",
|
|
301
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
302
|
+
},
|
|
303
|
+
"24 warn pnpm": {
|
|
304
|
+
"message": "Moving @codemirror/lang-json that was installed by a different package manager to \"node_modules/.ignored",
|
|
305
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
306
|
+
},
|
|
307
|
+
"25 warn pnpm": {
|
|
308
|
+
"message": "Moving @tiptap/react that was installed by a different package manager to \"node_modules/.ignored",
|
|
309
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
310
|
+
},
|
|
311
|
+
"26 warn pnpm": {
|
|
312
|
+
"message": "Moving clipboard that was installed by a different package manager to \"node_modules/.ignored",
|
|
313
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
314
|
+
},
|
|
315
|
+
"27 warn pnpm": {
|
|
316
|
+
"message": "Moving codemirror that was installed by a different package manager to \"node_modules/.ignored",
|
|
317
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
318
|
+
},
|
|
319
|
+
"28 warn pnpm": {
|
|
320
|
+
"message": "Moving core-js that was installed by a different package manager to \"node_modules/.ignored",
|
|
321
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
322
|
+
},
|
|
323
|
+
"29 warn pnpm": {
|
|
324
|
+
"message": "Moving element-plus that was installed by a different package manager to \"node_modules/.ignored",
|
|
325
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
326
|
+
},
|
|
327
|
+
"30 warn pnpm": {
|
|
328
|
+
"message": "Moving gesto that was installed by a different package manager to \"node_modules/.ignored",
|
|
329
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
330
|
+
},
|
|
331
|
+
"31 warn pnpm": {
|
|
332
|
+
"message": "Moving jsoneditor that was installed by a different package manager to \"node_modules/.ignored",
|
|
333
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
334
|
+
},
|
|
335
|
+
"32 warn pnpm": {
|
|
336
|
+
"message": "Moving keycon that was installed by a different package manager to \"node_modules/.ignored",
|
|
337
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
338
|
+
},
|
|
339
|
+
"33 warn pnpm": {
|
|
340
|
+
"message": "Moving mitt that was installed by a different package manager to \"node_modules/.ignored",
|
|
341
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
342
|
+
},
|
|
343
|
+
"34 warn pnpm": {
|
|
344
|
+
"message": "Moving nanoid that was installed by a different package manager to \"node_modules/.ignored",
|
|
345
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
346
|
+
},
|
|
347
|
+
"35 warn pnpm": {
|
|
348
|
+
"message": "Moving vue that was installed by a different package manager to \"node_modules/.ignored",
|
|
349
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
350
|
+
},
|
|
351
|
+
"36 warn pnpm": {
|
|
352
|
+
"message": "Moving vue-codemirror that was installed by a different package manager to \"node_modules/.ignored",
|
|
353
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
354
|
+
},
|
|
355
|
+
"37 warn pnpm": {
|
|
356
|
+
"message": "Moving vuedraggable that was installed by a different package manager to \"node_modules/.ignored",
|
|
357
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
358
|
+
},
|
|
359
|
+
"38 warn pnpm": {
|
|
360
|
+
"message": "Moving wangeditor that was installed by a different package manager to \"node_modules/.ignored",
|
|
361
|
+
"prefix": "C:\\Users\\jiton\\project\\vue-form-design\\vue-form-design\\packages\\editor"
|
|
362
|
+
},
|
|
363
|
+
"39 debug pnpm:request-retry": {
|
|
364
|
+
"attempt": 1,
|
|
365
|
+
"error": {
|
|
366
|
+
"code": "ERR_INVALID_THIS"
|
|
367
|
+
},
|
|
368
|
+
"maxRetries": 2,
|
|
369
|
+
"method": "GET",
|
|
370
|
+
"timeout": 10000,
|
|
371
|
+
"url": "https://registry.npmjs.org/@commitlint%2Fconfig-conventional"
|
|
372
|
+
},
|
|
373
|
+
"40 debug pnpm:request-retry": {
|
|
374
|
+
"attempt": 1,
|
|
375
|
+
"error": {
|
|
376
|
+
"code": "ERR_INVALID_THIS"
|
|
377
|
+
},
|
|
378
|
+
"maxRetries": 2,
|
|
379
|
+
"method": "GET",
|
|
380
|
+
"timeout": 10000,
|
|
381
|
+
"url": "https://registry.npmjs.org/@types%2Fnode"
|
|
382
|
+
},
|
|
383
|
+
"41 debug pnpm:request-retry": {
|
|
384
|
+
"attempt": 1,
|
|
385
|
+
"error": {
|
|
386
|
+
"code": "ERR_INVALID_THIS"
|
|
387
|
+
},
|
|
388
|
+
"maxRetries": 2,
|
|
389
|
+
"method": "GET",
|
|
390
|
+
"timeout": 10000,
|
|
391
|
+
"url": "https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin"
|
|
392
|
+
},
|
|
393
|
+
"42 debug pnpm:request-retry": {
|
|
394
|
+
"attempt": 1,
|
|
395
|
+
"error": {
|
|
396
|
+
"code": "ERR_INVALID_THIS"
|
|
397
|
+
},
|
|
398
|
+
"maxRetries": 2,
|
|
399
|
+
"method": "GET",
|
|
400
|
+
"timeout": 10000,
|
|
401
|
+
"url": "https://registry.npmjs.org/@typescript-eslint%2Fparser"
|
|
402
|
+
},
|
|
403
|
+
"43 debug pnpm:request-retry": {
|
|
404
|
+
"attempt": 1,
|
|
405
|
+
"error": {
|
|
406
|
+
"code": "ERR_INVALID_THIS"
|
|
407
|
+
},
|
|
408
|
+
"maxRetries": 2,
|
|
409
|
+
"method": "GET",
|
|
410
|
+
"timeout": 10000,
|
|
411
|
+
"url": "https://registry.npmjs.org/@vue%2Feslint-config-prettier"
|
|
412
|
+
},
|
|
413
|
+
"44 debug pnpm:request-retry": {
|
|
414
|
+
"attempt": 1,
|
|
415
|
+
"error": {
|
|
416
|
+
"code": "ERR_INVALID_THIS"
|
|
417
|
+
},
|
|
418
|
+
"maxRetries": 2,
|
|
419
|
+
"method": "GET",
|
|
420
|
+
"timeout": 10000,
|
|
421
|
+
"url": "https://registry.npmjs.org/@vue%2Feslint-config-typescript"
|
|
422
|
+
},
|
|
423
|
+
"45 debug pnpm:request-retry": {
|
|
424
|
+
"attempt": 1,
|
|
425
|
+
"error": {
|
|
426
|
+
"code": "ERR_INVALID_THIS"
|
|
427
|
+
},
|
|
428
|
+
"maxRetries": 2,
|
|
429
|
+
"method": "GET",
|
|
430
|
+
"timeout": 10000,
|
|
431
|
+
"url": "https://registry.npmjs.org/babel-eslint"
|
|
432
|
+
},
|
|
433
|
+
"46 debug pnpm:request-retry": {
|
|
434
|
+
"attempt": 1,
|
|
435
|
+
"error": {
|
|
436
|
+
"code": "ERR_INVALID_THIS"
|
|
437
|
+
},
|
|
438
|
+
"maxRetries": 2,
|
|
439
|
+
"method": "GET",
|
|
440
|
+
"timeout": 10000,
|
|
441
|
+
"url": "https://registry.npmjs.org/commitizen"
|
|
442
|
+
},
|
|
443
|
+
"47 debug pnpm:request-retry": {
|
|
444
|
+
"attempt": 1,
|
|
445
|
+
"error": {
|
|
446
|
+
"code": "ERR_INVALID_THIS"
|
|
447
|
+
},
|
|
448
|
+
"maxRetries": 2,
|
|
449
|
+
"method": "GET",
|
|
450
|
+
"timeout": 10000,
|
|
451
|
+
"url": "https://registry.npmjs.org/commitlint"
|
|
452
|
+
},
|
|
453
|
+
"48 debug pnpm:request-retry": {
|
|
454
|
+
"attempt": 1,
|
|
455
|
+
"error": {
|
|
456
|
+
"code": "ERR_INVALID_THIS"
|
|
457
|
+
},
|
|
458
|
+
"maxRetries": 2,
|
|
459
|
+
"method": "GET",
|
|
460
|
+
"timeout": 10000,
|
|
461
|
+
"url": "https://registry.npmjs.org/cross-env"
|
|
462
|
+
},
|
|
463
|
+
"49 debug pnpm:request-retry": {
|
|
464
|
+
"attempt": 1,
|
|
465
|
+
"error": {
|
|
466
|
+
"code": "ERR_INVALID_THIS"
|
|
467
|
+
},
|
|
468
|
+
"maxRetries": 2,
|
|
469
|
+
"method": "GET",
|
|
470
|
+
"timeout": 10000,
|
|
471
|
+
"url": "https://registry.npmjs.org/cz-conventional-changelog"
|
|
472
|
+
},
|
|
473
|
+
"50 debug pnpm:request-retry": {
|
|
474
|
+
"attempt": 1,
|
|
475
|
+
"error": {
|
|
476
|
+
"code": "ERR_INVALID_THIS"
|
|
477
|
+
},
|
|
478
|
+
"maxRetries": 2,
|
|
479
|
+
"method": "GET",
|
|
480
|
+
"timeout": 10000,
|
|
481
|
+
"url": "https://registry.npmjs.org/eslint"
|
|
482
|
+
},
|
|
483
|
+
"51 debug pnpm:request-retry": {
|
|
484
|
+
"attempt": 1,
|
|
485
|
+
"error": {
|
|
486
|
+
"code": "ERR_INVALID_THIS"
|
|
487
|
+
},
|
|
488
|
+
"maxRetries": 2,
|
|
489
|
+
"method": "GET",
|
|
490
|
+
"timeout": 10000,
|
|
491
|
+
"url": "https://registry.npmjs.org/eslint-plugin-prettier"
|
|
492
|
+
},
|
|
493
|
+
"52 debug pnpm:request-retry": {
|
|
494
|
+
"attempt": 1,
|
|
495
|
+
"error": {
|
|
496
|
+
"code": "ERR_INVALID_THIS"
|
|
497
|
+
},
|
|
498
|
+
"maxRetries": 2,
|
|
499
|
+
"method": "GET",
|
|
500
|
+
"timeout": 10000,
|
|
501
|
+
"url": "https://registry.npmjs.org/eslint-plugin-simple-import-sort"
|
|
502
|
+
},
|
|
503
|
+
"53 debug pnpm:request-retry": {
|
|
504
|
+
"attempt": 1,
|
|
505
|
+
"error": {
|
|
506
|
+
"code": "ERR_INVALID_THIS"
|
|
507
|
+
},
|
|
508
|
+
"maxRetries": 2,
|
|
509
|
+
"method": "GET",
|
|
510
|
+
"timeout": 10000,
|
|
511
|
+
"url": "https://registry.npmjs.org/eslint-plugin-vue"
|
|
512
|
+
},
|
|
513
|
+
"54 debug pnpm:request-retry": {
|
|
514
|
+
"attempt": 1,
|
|
515
|
+
"error": {
|
|
516
|
+
"code": "ERR_INVALID_THIS"
|
|
517
|
+
},
|
|
518
|
+
"maxRetries": 2,
|
|
519
|
+
"method": "GET",
|
|
520
|
+
"timeout": 10000,
|
|
521
|
+
"url": "https://registry.npmjs.org/husky"
|
|
522
|
+
},
|
|
523
|
+
"55 debug pnpm:request-retry": {
|
|
524
|
+
"attempt": 2,
|
|
525
|
+
"error": {
|
|
526
|
+
"code": "ERR_INVALID_THIS"
|
|
527
|
+
},
|
|
528
|
+
"maxRetries": 2,
|
|
529
|
+
"method": "GET",
|
|
530
|
+
"timeout": 60000,
|
|
531
|
+
"url": "https://registry.npmjs.org/@commitlint%2Fconfig-conventional"
|
|
532
|
+
},
|
|
533
|
+
"56 debug pnpm:request-retry": {
|
|
534
|
+
"attempt": 2,
|
|
535
|
+
"error": {
|
|
536
|
+
"code": "ERR_INVALID_THIS"
|
|
537
|
+
},
|
|
538
|
+
"maxRetries": 2,
|
|
539
|
+
"method": "GET",
|
|
540
|
+
"timeout": 60000,
|
|
541
|
+
"url": "https://registry.npmjs.org/@types%2Fnode"
|
|
542
|
+
},
|
|
543
|
+
"57 debug pnpm:request-retry": {
|
|
544
|
+
"attempt": 2,
|
|
545
|
+
"error": {
|
|
546
|
+
"code": "ERR_INVALID_THIS"
|
|
547
|
+
},
|
|
548
|
+
"maxRetries": 2,
|
|
549
|
+
"method": "GET",
|
|
550
|
+
"timeout": 60000,
|
|
551
|
+
"url": "https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin"
|
|
552
|
+
},
|
|
553
|
+
"58 debug pnpm:request-retry": {
|
|
554
|
+
"attempt": 2,
|
|
555
|
+
"error": {
|
|
556
|
+
"code": "ERR_INVALID_THIS"
|
|
557
|
+
},
|
|
558
|
+
"maxRetries": 2,
|
|
559
|
+
"method": "GET",
|
|
560
|
+
"timeout": 60000,
|
|
561
|
+
"url": "https://registry.npmjs.org/@typescript-eslint%2Fparser"
|
|
562
|
+
},
|
|
563
|
+
"59 debug pnpm:request-retry": {
|
|
564
|
+
"attempt": 2,
|
|
565
|
+
"error": {
|
|
566
|
+
"code": "ERR_INVALID_THIS"
|
|
567
|
+
},
|
|
568
|
+
"maxRetries": 2,
|
|
569
|
+
"method": "GET",
|
|
570
|
+
"timeout": 60000,
|
|
571
|
+
"url": "https://registry.npmjs.org/@vue%2Feslint-config-prettier"
|
|
572
|
+
},
|
|
573
|
+
"60 debug pnpm:request-retry": {
|
|
574
|
+
"attempt": 2,
|
|
575
|
+
"error": {
|
|
576
|
+
"code": "ERR_INVALID_THIS"
|
|
577
|
+
},
|
|
578
|
+
"maxRetries": 2,
|
|
579
|
+
"method": "GET",
|
|
580
|
+
"timeout": 60000,
|
|
581
|
+
"url": "https://registry.npmjs.org/@vue%2Feslint-config-typescript"
|
|
582
|
+
},
|
|
583
|
+
"61 debug pnpm:request-retry": {
|
|
584
|
+
"attempt": 2,
|
|
585
|
+
"error": {
|
|
586
|
+
"code": "ERR_INVALID_THIS"
|
|
587
|
+
},
|
|
588
|
+
"maxRetries": 2,
|
|
589
|
+
"method": "GET",
|
|
590
|
+
"timeout": 60000,
|
|
591
|
+
"url": "https://registry.npmjs.org/babel-eslint"
|
|
592
|
+
},
|
|
593
|
+
"62 debug pnpm:request-retry": {
|
|
594
|
+
"attempt": 2,
|
|
595
|
+
"error": {
|
|
596
|
+
"code": "ERR_INVALID_THIS"
|
|
597
|
+
},
|
|
598
|
+
"maxRetries": 2,
|
|
599
|
+
"method": "GET",
|
|
600
|
+
"timeout": 60000,
|
|
601
|
+
"url": "https://registry.npmjs.org/commitizen"
|
|
602
|
+
},
|
|
603
|
+
"63 debug pnpm:request-retry": {
|
|
604
|
+
"attempt": 2,
|
|
605
|
+
"error": {
|
|
606
|
+
"code": "ERR_INVALID_THIS"
|
|
607
|
+
},
|
|
608
|
+
"maxRetries": 2,
|
|
609
|
+
"method": "GET",
|
|
610
|
+
"timeout": 60000,
|
|
611
|
+
"url": "https://registry.npmjs.org/commitlint"
|
|
612
|
+
},
|
|
613
|
+
"64 debug pnpm:request-retry": {
|
|
614
|
+
"attempt": 2,
|
|
615
|
+
"error": {
|
|
616
|
+
"code": "ERR_INVALID_THIS"
|
|
617
|
+
},
|
|
618
|
+
"maxRetries": 2,
|
|
619
|
+
"method": "GET",
|
|
620
|
+
"timeout": 60000,
|
|
621
|
+
"url": "https://registry.npmjs.org/cross-env"
|
|
622
|
+
},
|
|
623
|
+
"65 debug pnpm:request-retry": {
|
|
624
|
+
"attempt": 2,
|
|
625
|
+
"error": {
|
|
626
|
+
"code": "ERR_INVALID_THIS"
|
|
627
|
+
},
|
|
628
|
+
"maxRetries": 2,
|
|
629
|
+
"method": "GET",
|
|
630
|
+
"timeout": 60000,
|
|
631
|
+
"url": "https://registry.npmjs.org/cz-conventional-changelog"
|
|
632
|
+
},
|
|
633
|
+
"66 debug pnpm:request-retry": {
|
|
634
|
+
"attempt": 2,
|
|
635
|
+
"error": {
|
|
636
|
+
"code": "ERR_INVALID_THIS"
|
|
637
|
+
},
|
|
638
|
+
"maxRetries": 2,
|
|
639
|
+
"method": "GET",
|
|
640
|
+
"timeout": 60000,
|
|
641
|
+
"url": "https://registry.npmjs.org/eslint"
|
|
642
|
+
},
|
|
643
|
+
"67 debug pnpm:request-retry": {
|
|
644
|
+
"attempt": 2,
|
|
645
|
+
"error": {
|
|
646
|
+
"code": "ERR_INVALID_THIS"
|
|
647
|
+
},
|
|
648
|
+
"maxRetries": 2,
|
|
649
|
+
"method": "GET",
|
|
650
|
+
"timeout": 60000,
|
|
651
|
+
"url": "https://registry.npmjs.org/eslint-plugin-prettier"
|
|
652
|
+
},
|
|
653
|
+
"68 debug pnpm:request-retry": {
|
|
654
|
+
"attempt": 2,
|
|
655
|
+
"error": {
|
|
656
|
+
"code": "ERR_INVALID_THIS"
|
|
657
|
+
},
|
|
658
|
+
"maxRetries": 2,
|
|
659
|
+
"method": "GET",
|
|
660
|
+
"timeout": 60000,
|
|
661
|
+
"url": "https://registry.npmjs.org/eslint-plugin-simple-import-sort"
|
|
662
|
+
},
|
|
663
|
+
"69 debug pnpm:request-retry": {
|
|
664
|
+
"attempt": 2,
|
|
665
|
+
"error": {
|
|
666
|
+
"code": "ERR_INVALID_THIS"
|
|
667
|
+
},
|
|
668
|
+
"maxRetries": 2,
|
|
669
|
+
"method": "GET",
|
|
670
|
+
"timeout": 60000,
|
|
671
|
+
"url": "https://registry.npmjs.org/eslint-plugin-vue"
|
|
672
|
+
},
|
|
673
|
+
"70 debug pnpm:request-retry": {
|
|
674
|
+
"attempt": 2,
|
|
675
|
+
"error": {
|
|
676
|
+
"code": "ERR_INVALID_THIS"
|
|
677
|
+
},
|
|
678
|
+
"maxRetries": 2,
|
|
679
|
+
"method": "GET",
|
|
680
|
+
"timeout": 60000,
|
|
681
|
+
"url": "https://registry.npmjs.org/husky"
|
|
682
|
+
},
|
|
683
|
+
"71 debug pnpm:request-retry": {
|
|
684
|
+
"attempt": 1,
|
|
685
|
+
"error": {
|
|
686
|
+
"code": "ERR_INVALID_THIS"
|
|
687
|
+
},
|
|
688
|
+
"maxRetries": 2,
|
|
689
|
+
"method": "GET",
|
|
690
|
+
"timeout": 10000,
|
|
691
|
+
"url": "https://registry.npmjs.org/lint-staged"
|
|
692
|
+
},
|
|
693
|
+
"72 error pnpm": {
|
|
694
|
+
"code": "ERR_PNPM_META_FETCH_FAIL",
|
|
695
|
+
"attempts": 1,
|
|
696
|
+
"spec": {
|
|
697
|
+
"fetchSpec": ">=17.0.2 <18.0.0-0",
|
|
698
|
+
"name": "@commitlint/config-conventional",
|
|
699
|
+
"type": "range"
|
|
700
|
+
},
|
|
701
|
+
"pkgsStack": [],
|
|
702
|
+
"err": {
|
|
703
|
+
"name": "pnpm",
|
|
704
|
+
"message": "GET https://registry.npmjs.org/@commitlint%2Fconfig-conventional: Value of \"this\" must be of type URLSearchParams",
|
|
705
|
+
"code": "ERR_PNPM_META_FETCH_FAIL",
|
|
706
|
+
"stack": "pnpm: GET https://registry.npmjs.org/@commitlint%2Fconfig-conventional: Value of \"this\" must be of type URLSearchParams\n at RetryOperation._fn (C:\\Users\\jiton\\AppData\\Local\\pnpm\\.tools\\pnpm\\7.1.9\\node_modules\\pnpm\\dist\\pnpm.cjs:84485:19)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at runNextTicks (node:internal/process/task_queues:64:3)\n at listOnTimeout (node:internal/timers:545:9)\n at process.processTimers (node:internal/timers:519:7)"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"73 debug pnpm:request-retry": {
|
|
710
|
+
"attempt": 1,
|
|
711
|
+
"error": {
|
|
712
|
+
"code": "ERR_INVALID_THIS"
|
|
713
|
+
},
|
|
714
|
+
"maxRetries": 2,
|
|
715
|
+
"method": "GET",
|
|
716
|
+
"timeout": 10000,
|
|
717
|
+
"url": "https://registry.npmjs.org/prettier"
|
|
718
|
+
},
|
|
719
|
+
"74 debug pnpm:request-retry": {
|
|
720
|
+
"attempt": 1,
|
|
721
|
+
"error": {
|
|
722
|
+
"code": "ERR_INVALID_THIS"
|
|
723
|
+
},
|
|
724
|
+
"maxRetries": 2,
|
|
725
|
+
"method": "GET",
|
|
726
|
+
"timeout": 10000,
|
|
727
|
+
"url": "https://registry.npmjs.org/rimraf"
|
|
728
|
+
},
|
|
729
|
+
"75 debug pnpm:request-retry": {
|
|
730
|
+
"attempt": 1,
|
|
731
|
+
"error": {
|
|
732
|
+
"code": "ERR_INVALID_THIS"
|
|
733
|
+
},
|
|
734
|
+
"maxRetries": 2,
|
|
735
|
+
"method": "GET",
|
|
736
|
+
"timeout": 10000,
|
|
737
|
+
"url": "https://registry.npmjs.org/vite"
|
|
738
|
+
},
|
|
739
|
+
"76 debug pnpm:request-retry": {
|
|
740
|
+
"attempt": 1,
|
|
741
|
+
"error": {
|
|
742
|
+
"code": "ERR_INVALID_THIS"
|
|
743
|
+
},
|
|
744
|
+
"maxRetries": 2,
|
|
745
|
+
"method": "GET",
|
|
746
|
+
"timeout": 10000,
|
|
747
|
+
"url": "https://registry.npmjs.org/@vitejs%2Fplugin-vue"
|
|
748
|
+
},
|
|
749
|
+
"77 debug pnpm:request-retry": {
|
|
750
|
+
"attempt": 1,
|
|
751
|
+
"error": {
|
|
752
|
+
"code": "ERR_INVALID_THIS"
|
|
753
|
+
},
|
|
754
|
+
"maxRetries": 2,
|
|
755
|
+
"method": "GET",
|
|
756
|
+
"timeout": 10000,
|
|
757
|
+
"url": "https://registry.npmjs.org/rollup-plugin-visualizer"
|
|
758
|
+
},
|
|
759
|
+
"78 debug pnpm:request-retry": {
|
|
760
|
+
"attempt": 1,
|
|
761
|
+
"error": {
|
|
762
|
+
"code": "ERR_INVALID_THIS"
|
|
763
|
+
},
|
|
764
|
+
"maxRetries": 2,
|
|
765
|
+
"method": "GET",
|
|
766
|
+
"timeout": 10000,
|
|
767
|
+
"url": "https://registry.npmjs.org/sass"
|
|
768
|
+
},
|
|
769
|
+
"79 debug pnpm:request-retry": {
|
|
770
|
+
"attempt": 1,
|
|
771
|
+
"error": {
|
|
772
|
+
"code": "ERR_INVALID_THIS"
|
|
773
|
+
},
|
|
774
|
+
"maxRetries": 2,
|
|
775
|
+
"method": "GET",
|
|
776
|
+
"timeout": 10000,
|
|
777
|
+
"url": "https://registry.npmjs.org/typescript"
|
|
778
|
+
},
|
|
779
|
+
"80 debug pnpm:request-retry": {
|
|
780
|
+
"attempt": 1,
|
|
781
|
+
"error": {
|
|
782
|
+
"code": "ERR_INVALID_THIS"
|
|
783
|
+
},
|
|
784
|
+
"maxRetries": 2,
|
|
785
|
+
"method": "GET",
|
|
786
|
+
"timeout": 10000,
|
|
787
|
+
"url": "https://registry.npmjs.org/unplugin-auto-import"
|
|
788
|
+
},
|
|
789
|
+
"81 debug pnpm:request-retry": {
|
|
790
|
+
"attempt": 1,
|
|
791
|
+
"error": {
|
|
792
|
+
"code": "ERR_INVALID_THIS"
|
|
793
|
+
},
|
|
794
|
+
"maxRetries": 2,
|
|
795
|
+
"method": "GET",
|
|
796
|
+
"timeout": 10000,
|
|
797
|
+
"url": "https://registry.npmjs.org/unplugin-vue-components"
|
|
798
|
+
},
|
|
799
|
+
"82 debug pnpm:request-retry": {
|
|
800
|
+
"attempt": 1,
|
|
801
|
+
"error": {
|
|
802
|
+
"code": "ERR_INVALID_THIS"
|
|
803
|
+
},
|
|
804
|
+
"maxRetries": 2,
|
|
805
|
+
"method": "GET",
|
|
806
|
+
"timeout": 10000,
|
|
807
|
+
"url": "https://registry.npmjs.org/vue-tsc"
|
|
808
|
+
},
|
|
809
|
+
"83 debug pnpm:request-retry": {
|
|
810
|
+
"attempt": 1,
|
|
811
|
+
"error": {
|
|
812
|
+
"code": "ERR_INVALID_THIS"
|
|
813
|
+
},
|
|
814
|
+
"maxRetries": 2,
|
|
815
|
+
"method": "GET",
|
|
816
|
+
"timeout": 10000,
|
|
817
|
+
"url": "https://registry.npmjs.org/@element-plus%2Ficons-vue"
|
|
818
|
+
},
|
|
819
|
+
"84 debug pnpm:request-retry": {
|
|
820
|
+
"attempt": 1,
|
|
821
|
+
"error": {
|
|
822
|
+
"code": "ERR_INVALID_THIS"
|
|
823
|
+
},
|
|
824
|
+
"maxRetries": 2,
|
|
825
|
+
"method": "GET",
|
|
826
|
+
"timeout": 10000,
|
|
827
|
+
"url": "https://registry.npmjs.org/element-plus"
|
|
828
|
+
}
|
|
829
829
|
}
|