fmode-ng 0.0.239 → 0.0.240
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/package.json +2 -243
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fmode-ng",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.240",
|
|
4
4
|
"author": "未来全栈",
|
|
5
5
|
"license": "COPYRIGHT © 未来飞马 未来全栈 www.fmode.cn All RIGHTS RESERVED",
|
|
6
6
|
"exports": {
|
|
@@ -48,67 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
|
|
51
|
-
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0"
|
|
52
|
-
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
|
|
53
|
-
"@angular/material": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
|
|
54
|
-
"@angular/animations": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
|
|
55
|
-
"@angular/router": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
|
|
56
|
-
"rxjs": "^7.8.0",
|
|
57
|
-
"ng-qrcode": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
|
|
58
|
-
"ng-zorro-antd": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
59
|
-
"@ionic/angular": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
60
|
-
"recorder-core": "^1.2.23070100",
|
|
61
|
-
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
62
|
-
"plantuml-encoder": "^1.4.0",
|
|
63
|
-
"jquery": "^3.7.1",
|
|
64
|
-
"@awesome-cordova-plugins/diagnostic": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
65
|
-
"@babylonjs/core": "7.2.3",
|
|
66
|
-
"@babylonjs/loaders": "7.2.3",
|
|
67
|
-
"@types/spark-md5": "^3.0.4",
|
|
68
|
-
"highlight.js": "^11.0.0",
|
|
69
|
-
"@capacitor/core": " ^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
70
|
-
"@capacitor/clipboard": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
71
|
-
"@capacitor/filesystem": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
72
|
-
"@capacitor/camera": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
73
|
-
"@awesome-cordova-plugins/core": "^7.0.0 || ^8.0.0",
|
|
74
|
-
"@awesome-cordova-plugins/media-capture": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
75
|
-
"quill": "^2.0.0",
|
|
76
|
-
"plupload": "^2.0.0 || 2.3.9",
|
|
77
|
-
"swiper": "^10.0.0 || ^11.0.0",
|
|
78
|
-
"pako": "^2.0.0",
|
|
79
|
-
"uuid": "^11.0.0",
|
|
80
|
-
"eventemitter3": "^5.0.1",
|
|
81
|
-
"mathjax-full": "3.2.2",
|
|
82
|
-
"markdown-it": "^13.0.0 || ^14.0.0 || ^15.0.0",
|
|
83
|
-
"markdown-it-abbr": "^1.0.4 || ^2.0.0",
|
|
84
|
-
"markdown-it-deflist": "^2.1.0 || ^3.0.0 || ^4.0.0",
|
|
85
|
-
"markdown-it-footnote": "^3.0.3 || ^4.0.0 || ^5.0.0",
|
|
86
|
-
"markdown-it-imsize": "^2.0.1",
|
|
87
|
-
"markdown-it-ins": "^3.0.1 || ^4.0.0",
|
|
88
|
-
"markdown-it-mark": "^3.0.1 || ^4.0.0",
|
|
89
|
-
"markdown-it-mathjax": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
90
|
-
"markdown-it-ruby": "^0.1.1 || ^1.0.0",
|
|
91
|
-
"markdown-it-sub": "^1.0.0 || ^2.0.0",
|
|
92
|
-
"markdown-it-sup": "^1.0.0 || ^2.0.0",
|
|
93
|
-
"@codemirror/commands": "^6.8.1",
|
|
94
|
-
"@codemirror/fold": "^0.19.4",
|
|
95
|
-
"@codemirror/lang-cpp": "^6.0.3",
|
|
96
|
-
"@codemirror/lang-css": "^6.3.1",
|
|
97
|
-
"@codemirror/lang-html": "^6.4.9",
|
|
98
|
-
"@codemirror/lang-java": "^6.0.2",
|
|
99
|
-
"@codemirror/lang-javascript": "^6.2.4",
|
|
100
|
-
"@codemirror/lang-json": "^6.0.2",
|
|
101
|
-
"@codemirror/lang-markdown": "^6.3.3",
|
|
102
|
-
"@codemirror/lang-python": "^6.2.1",
|
|
103
|
-
"@codemirror/lang-sql": "^6.9.1",
|
|
104
|
-
"@codemirror/language": "^6.11.2",
|
|
105
|
-
"@codemirror/lint": "^6.8.5",
|
|
106
|
-
"@codemirror/search": "^6.5.11",
|
|
107
|
-
"@codemirror/state": "^6.5.2",
|
|
108
|
-
"@codemirror/theme-one-dark": "^6.1.3",
|
|
109
|
-
"@codemirror/view": "^6.38.1",
|
|
110
|
-
"codemirror": "^6.0.2",
|
|
111
|
-
"@ctrl/tinycolor": "^4.1.0"
|
|
51
|
+
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0"
|
|
112
52
|
},
|
|
113
53
|
"peerDependenciesMeta": {
|
|
114
54
|
"@angular/common": {
|
|
@@ -116,186 +56,6 @@
|
|
|
116
56
|
},
|
|
117
57
|
"@angular/core": {
|
|
118
58
|
"optional": true
|
|
119
|
-
},
|
|
120
|
-
"@angular/forms": {
|
|
121
|
-
"optional": true
|
|
122
|
-
},
|
|
123
|
-
"@angular/material": {
|
|
124
|
-
"optional": true
|
|
125
|
-
},
|
|
126
|
-
"@angular/animations": {
|
|
127
|
-
"optional": true
|
|
128
|
-
},
|
|
129
|
-
"@angular/router": {
|
|
130
|
-
"optional": true
|
|
131
|
-
},
|
|
132
|
-
"rxjs": {
|
|
133
|
-
"optional": true
|
|
134
|
-
},
|
|
135
|
-
"ng-qrcode": {
|
|
136
|
-
"optional": true
|
|
137
|
-
},
|
|
138
|
-
"ng-zorro-antd": {
|
|
139
|
-
"optional": true
|
|
140
|
-
},
|
|
141
|
-
"@ionic/angular": {
|
|
142
|
-
"optional": true
|
|
143
|
-
},
|
|
144
|
-
"recorder-core": {
|
|
145
|
-
"optional": true
|
|
146
|
-
},
|
|
147
|
-
"@amap/amap-jsapi-loader": {
|
|
148
|
-
"optional": true
|
|
149
|
-
},
|
|
150
|
-
"plantuml-encoder": {
|
|
151
|
-
"optional": true
|
|
152
|
-
},
|
|
153
|
-
"jquery": {
|
|
154
|
-
"optional": true
|
|
155
|
-
},
|
|
156
|
-
"@awesome-cordova-plugins/diagnostic": {
|
|
157
|
-
"optional": true
|
|
158
|
-
},
|
|
159
|
-
"@babylonjs/core": {
|
|
160
|
-
"optional": true
|
|
161
|
-
},
|
|
162
|
-
"@babylonjs/loaders": {
|
|
163
|
-
"optional": true
|
|
164
|
-
},
|
|
165
|
-
"@types/spark-md5": {
|
|
166
|
-
"optional": true
|
|
167
|
-
},
|
|
168
|
-
"highlight.js": {
|
|
169
|
-
"optional": true
|
|
170
|
-
},
|
|
171
|
-
"@capacitor/core": {
|
|
172
|
-
"optional": true
|
|
173
|
-
},
|
|
174
|
-
"@capacitor/clipboard": {
|
|
175
|
-
"optional": true
|
|
176
|
-
},
|
|
177
|
-
"@capacitor/filesystem": {
|
|
178
|
-
"optional": true
|
|
179
|
-
},
|
|
180
|
-
"@capacitor/camera": {
|
|
181
|
-
"optional": true
|
|
182
|
-
},
|
|
183
|
-
"@awesome-cordova-plugins/core": {
|
|
184
|
-
"optional": true
|
|
185
|
-
},
|
|
186
|
-
"@awesome-cordova-plugins/media-capture": {
|
|
187
|
-
"optional": true
|
|
188
|
-
},
|
|
189
|
-
"quill": {
|
|
190
|
-
"optional": true
|
|
191
|
-
},
|
|
192
|
-
"plupload": {
|
|
193
|
-
"optional": true
|
|
194
|
-
},
|
|
195
|
-
"swiper": {
|
|
196
|
-
"optional": true
|
|
197
|
-
},
|
|
198
|
-
"pako": {
|
|
199
|
-
"optional": true
|
|
200
|
-
},
|
|
201
|
-
"uuid": {
|
|
202
|
-
"optional": true
|
|
203
|
-
},
|
|
204
|
-
"eventemitter3": {
|
|
205
|
-
"optional": true
|
|
206
|
-
},
|
|
207
|
-
"mathjax-full": {
|
|
208
|
-
"optional": true
|
|
209
|
-
},
|
|
210
|
-
"markdown-it": {
|
|
211
|
-
"optional": true
|
|
212
|
-
},
|
|
213
|
-
"markdown-it-abbr": {
|
|
214
|
-
"optional": true
|
|
215
|
-
},
|
|
216
|
-
"markdown-it-deflist": {
|
|
217
|
-
"optional": true
|
|
218
|
-
},
|
|
219
|
-
"markdown-it-footnote": {
|
|
220
|
-
"optional": true
|
|
221
|
-
},
|
|
222
|
-
"markdown-it-imsize": {
|
|
223
|
-
"optional": true
|
|
224
|
-
},
|
|
225
|
-
"markdown-it-ins": {
|
|
226
|
-
"optional": true
|
|
227
|
-
},
|
|
228
|
-
"markdown-it-mark": {
|
|
229
|
-
"optional": true
|
|
230
|
-
},
|
|
231
|
-
"markdown-it-mathjax": {
|
|
232
|
-
"optional": true
|
|
233
|
-
},
|
|
234
|
-
"markdown-it-ruby": {
|
|
235
|
-
"optional": true
|
|
236
|
-
},
|
|
237
|
-
"markdown-it-sub": {
|
|
238
|
-
"optional": true
|
|
239
|
-
},
|
|
240
|
-
"markdown-it-sup": {
|
|
241
|
-
"optional": true
|
|
242
|
-
},
|
|
243
|
-
"@codemirror/commands": {
|
|
244
|
-
"optional": true
|
|
245
|
-
},
|
|
246
|
-
"@codemirror/fold": {
|
|
247
|
-
"optional": true
|
|
248
|
-
},
|
|
249
|
-
"@codemirror/lang-cpp": {
|
|
250
|
-
"optional": true
|
|
251
|
-
},
|
|
252
|
-
"@codemirror/lang-css": {
|
|
253
|
-
"optional": true
|
|
254
|
-
},
|
|
255
|
-
"@codemirror/lang-html": {
|
|
256
|
-
"optional": true
|
|
257
|
-
},
|
|
258
|
-
"@codemirror/lang-java": {
|
|
259
|
-
"optional": true
|
|
260
|
-
},
|
|
261
|
-
"@codemirror/lang-javascript": {
|
|
262
|
-
"optional": true
|
|
263
|
-
},
|
|
264
|
-
"@codemirror/lang-json": {
|
|
265
|
-
"optional": true
|
|
266
|
-
},
|
|
267
|
-
"@codemirror/lang-markdown": {
|
|
268
|
-
"optional": true
|
|
269
|
-
},
|
|
270
|
-
"@codemirror/lang-python": {
|
|
271
|
-
"optional": true
|
|
272
|
-
},
|
|
273
|
-
"@codemirror/lang-sql": {
|
|
274
|
-
"optional": true
|
|
275
|
-
},
|
|
276
|
-
"@codemirror/language": {
|
|
277
|
-
"optional": true
|
|
278
|
-
},
|
|
279
|
-
"@codemirror/lint": {
|
|
280
|
-
"optional": true
|
|
281
|
-
},
|
|
282
|
-
"@codemirror/search": {
|
|
283
|
-
"optional": true
|
|
284
|
-
},
|
|
285
|
-
"@codemirror/state": {
|
|
286
|
-
"optional": true
|
|
287
|
-
},
|
|
288
|
-
"@codemirror/theme-one-dark": {
|
|
289
|
-
"optional": true
|
|
290
|
-
},
|
|
291
|
-
"@codemirror/view": {
|
|
292
|
-
"optional": true
|
|
293
|
-
},
|
|
294
|
-
"codemirror": {
|
|
295
|
-
"optional": true
|
|
296
|
-
},
|
|
297
|
-
"@ctrl/tinycolor": {
|
|
298
|
-
"optional": true
|
|
299
59
|
}
|
|
300
60
|
},
|
|
301
61
|
"dependencies": {
|
|
@@ -304,7 +64,6 @@
|
|
|
304
64
|
"qiniu-js": "^3.0.0 || ^2.0.0",
|
|
305
65
|
"spark-md5": "^3.0.2",
|
|
306
66
|
"@wecom/jssdk": "^2.2.4",
|
|
307
|
-
"rxjs": "^7.8.0",
|
|
308
67
|
"node-localstorage": "^2.2.0",
|
|
309
68
|
"esdk-obs-browserjs": "^3.23.5",
|
|
310
69
|
"@langchain/core": "^0.3.0"
|