unpkg-white-list 1.101.0 → 1.103.0
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 +23 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.103.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"eslint": "8",
|
|
14
14
|
"eslint-config-egg": "14",
|
|
15
|
-
"semver": "
|
|
15
|
+
"semver": "7"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
@@ -233,7 +233,9 @@
|
|
|
233
233
|
"@minecraft",
|
|
234
234
|
"@tyllllll",
|
|
235
235
|
"@imgly",
|
|
236
|
-
"@yuntijs"
|
|
236
|
+
"@yuntijs",
|
|
237
|
+
"@chinese-fonts",
|
|
238
|
+
"@xterm"
|
|
237
239
|
],
|
|
238
240
|
"allowPackages": {
|
|
239
241
|
"oml2d-models": {
|
|
@@ -263,6 +265,9 @@
|
|
|
263
265
|
"@itchenliang/picture-rollup-local-plugin": {
|
|
264
266
|
"version": "*"
|
|
265
267
|
},
|
|
268
|
+
"@imagemagick/magick-wasm": {
|
|
269
|
+
"version": "*"
|
|
270
|
+
},
|
|
266
271
|
"twikoo": {
|
|
267
272
|
"version": "*"
|
|
268
273
|
},
|
|
@@ -17999,6 +18004,9 @@
|
|
|
17999
18004
|
"zw-lowcode-plugin-code-editor": {
|
|
18000
18005
|
"version": "*"
|
|
18001
18006
|
},
|
|
18007
|
+
"zw-lowcode-preset-plugin": {
|
|
18008
|
+
"version": "*"
|
|
18009
|
+
},
|
|
18002
18010
|
"jspdf-pro": {
|
|
18003
18011
|
"version": "*"
|
|
18004
18012
|
},
|
|
@@ -18419,8 +18427,20 @@
|
|
|
18419
18427
|
"suimi-fonts": {
|
|
18420
18428
|
"version": "*"
|
|
18421
18429
|
},
|
|
18430
|
+
"@docsearch/css": {
|
|
18431
|
+
"version": "*"
|
|
18432
|
+
},
|
|
18422
18433
|
"ufo": {
|
|
18423
18434
|
"version": "*"
|
|
18435
|
+
},
|
|
18436
|
+
"live2d-widget": {
|
|
18437
|
+
"version": "*"
|
|
18438
|
+
},
|
|
18439
|
+
"vue-draggable-plus": {
|
|
18440
|
+
"version": "*"
|
|
18441
|
+
},
|
|
18442
|
+
"suimi-js-css": {
|
|
18443
|
+
"version": "*"
|
|
18424
18444
|
}
|
|
18425
18445
|
}
|
|
18426
18446
|
}
|