unpkg-white-list 1.118.0 → 1.120.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 +17 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.120.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/cnpm/unpkg-white-list#readme",
|
|
31
31
|
"allowScopes": [
|
|
32
|
+
"@yarnpkg",
|
|
32
33
|
"@ztocwst",
|
|
33
34
|
"@wangeditor-next",
|
|
34
35
|
"@artalk",
|
|
@@ -249,6 +250,9 @@
|
|
|
249
250
|
"@pubinfo"
|
|
250
251
|
],
|
|
251
252
|
"allowPackages": {
|
|
253
|
+
"pixpro": {
|
|
254
|
+
"version": "*"
|
|
255
|
+
},
|
|
252
256
|
"mx3d": {
|
|
253
257
|
"version": "*"
|
|
254
258
|
},
|
|
@@ -9354,6 +9358,9 @@
|
|
|
9354
9358
|
"maptalks": {
|
|
9355
9359
|
"version": "*"
|
|
9356
9360
|
},
|
|
9361
|
+
"maptalks-gl": {
|
|
9362
|
+
"version": "*"
|
|
9363
|
+
},
|
|
9357
9364
|
"mariadb": {
|
|
9358
9365
|
"version": "*"
|
|
9359
9366
|
},
|
|
@@ -18354,6 +18361,9 @@
|
|
|
18354
18361
|
"randomfill": {
|
|
18355
18362
|
"version": "*"
|
|
18356
18363
|
},
|
|
18364
|
+
"@yangkeith/gkd_subscription": {
|
|
18365
|
+
"version": "*"
|
|
18366
|
+
},
|
|
18357
18367
|
"core-util-is": {
|
|
18358
18368
|
"version": "*"
|
|
18359
18369
|
},
|
|
@@ -18575,6 +18585,12 @@
|
|
|
18575
18585
|
},
|
|
18576
18586
|
"eslint-plugin-gj-ts": {
|
|
18577
18587
|
"version": "*"
|
|
18588
|
+
},
|
|
18589
|
+
"vite-plugin-gj-ts-packs": {
|
|
18590
|
+
"version": "*"
|
|
18591
|
+
},
|
|
18592
|
+
"clipboard-event": {
|
|
18593
|
+
"version": "*"
|
|
18578
18594
|
}
|
|
18579
18595
|
}
|
|
18580
18596
|
}
|