Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MingSnake_241120
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
MingSnake_241120
Commits
4893441b
Commit
4893441b
authored
Mar 19, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复埋点问题
parent
6a380a78
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
845 additions
and
799 deletions
+845
-799
WebNet.ts
assets/Scripts/Utils/WebNet/WebNet.ts
+1
-1
Start.scene
assets/Start/Start.scene
+1
-1
index.html
build/web-mobile/index.html
+12
-12
yarn.lock
extensions/duiba-publish/yarn.lock
+659
-659
yarn.lock
extensions/prefab-tab/yarn.lock
+110
-110
package.json
package.json
+1
-1
builder.json
profiles/v2/packages/builder.json
+8
-5
duiba-publish.json
profiles/v2/packages/duiba-publish.json
+1
-1
web-mobile.json
profiles/v2/packages/web-mobile.json
+1
-1
adsense-h5g-plugin.json
settings/v2/packages/adsense-h5g-plugin.json
+4
-0
builder.json
settings/v2/packages/builder.json
+1
-1
cocos-service.json
settings/v2/packages/cocos-service.json
+1
-1
engine.json
settings/v2/packages/engine.json
+44
-5
scene.json
settings/v2/packages/scene.json
+1
-1
No files found.
assets/Scripts/Utils/WebNet/WebNet.ts
View file @
4893441b
...
...
@@ -489,7 +489,7 @@ export function sendLog(type: LOG_TYPE | 'exposure' | 'click', area: number, dpm
let
isExposure
=
(
type
==
LOG_TYPE
.
EXPOSURE
);
if
(
isExposure
)
{
//曝光
jsonp
(
'/
/embedlog.duiba.com.cn/
exposure/standard'
,
params
);
jsonp
(
'/exposure/standard'
,
params
);
}
else
{
//点击
jsonp
(
'/log/click'
,
params
);
...
...
assets/Start/Start.scene
View file @
4893441b
...
...
@@ -187,7 +187,7 @@
"_priority": 65535,
"_fov": 45,
"_fovAxis": 0,
"_orthoHeight":
486.868232890704
8,
"_orthoHeight":
662.123893805309
8,
"_near": 1,
"_far": 2000,
"_color": {
...
...
build/web-mobile/index.html
View file @
4893441b
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/assets/plugin/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/assets/plugin/rem.min.js"
></script>
<script
src=
"//res.wx.qq.com/open/js/jweixin-1.6.0.js"
></script>
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>-->
...
...
@@ -118,20 +118,20 @@
</div>
<!-- Polyfills bundle. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script
type=
"systemjs-importmap"
charset=
"utf-8"
>
{
"imports"
:{
"cc"
:
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/17
39002769594
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/17
42373370863
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
extensions/duiba-publish/yarn.lock
View file @
4893441b
...
...
@@ -3,674 +3,674 @@
"@types/fs-extra@^5.0.4":
"integrity" "sha1-KjJe+XkBUEo4KHGMOQ00uEJqEKE=
"
"resolved"
"http://npm.dui88.com:80/@types%2ffs-extra/-/fs-extra-5.1.0.tgz"
"version" "5.1.0"
version "5.1.0
"
resolved
"http://npm.dui88.com:80/@types%2ffs-extra/-/fs-extra-5.1.0.tgz"
integrity sha1-KjJe+XkBUEo4KHGMOQ00uEJqEKE=
dependencies:
"@types/node" "*"
"@types/node@*":
"integrity" "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==
"
"resolved"
"http://npm.dui88.com:80/@types%2fnode/-/node-20.11.6.tgz"
"version" "20.11.6"
version "20.11.6
"
resolved
"http://npm.dui88.com:80/@types%2fnode/-/node-20.11.6.tgz"
integrity sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==
dependencies:
"undici-types"
"~5.26.4"
undici-types
"~5.26.4"
"@types/node@^14.5.2":
"integrity" "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
"
"resolved"
"http://npm.dui88.com:80/@types%2fnode/-/node-14.18.63.tgz"
"version" "14.18.63"
"address@^1.2.2"
:
"integrity" "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==
"
"resolved"
"http://npm.dui88.com:80/address/-/address-1.2.2.tgz"
"version" "1.2.2"
"agentkeepalive@^3.4.1"
:
"integrity" "sha1-oROSTdP6JKC8O3gQjEUMKr7gD2c=
"
"resolved"
"http://npm.dui88.com:80/agentkeepalive/-/agentkeepalive-3.5.2.tgz"
"version" "3.5.2"
dependencies:
"humanize-ms"
"^1.2.1"
"ali-oss@^6.19.0"
:
"integrity" "sha512-TzFXgGlw81sy2JvcCveSYsa2b2+6kv+HA6WTc+cXg6bu8nUAmVPfncRGbn3x2getSOniOFA+TyGy3V4l3Fks+Q==
"
"resolved"
"http://npm.dui88.com:80/ali-oss/-/ali-oss-6.20.0.tgz"
"version" "6.20.0"
dependencies:
"address"
"^1.2.2"
"agentkeepalive"
"^3.4.1"
"bowser"
"^1.6.0"
"copy-to"
"^2.0.1"
"dateformat"
"^2.0.0"
"debug"
"^4.3.4"
"destroy"
"^1.0.4"
"end-or-error"
"^1.0.1"
"get-ready"
"^1.0.0"
"humanize-ms"
"^1.2.0"
"is-type-of"
"^1.4.0"
"js-base64"
"^2.5.2"
"jstoxml"
"^2.0.0"
"lodash"
"^4.17.21"
"merge-descriptors"
"^1.0.1"
"mime"
"^2.4.5"
"platform"
"^1.3.1"
"pump"
"^3.0.0"
"qs"
"^6.4.0"
"sdk-base"
"^2.0.1"
"stream-http"
"2.8.2"
"stream-wormhole"
"^1.0.4"
"urllib"
"2.41.0"
"utility"
"^1.18.0"
"xml2js"
"^0.6.2"
"any-promise@^1.0.0", "any-promise@^1.3.0"
:
"integrity" "sha1-q8av7tzqUugJzcA3au0845Y10X8=
"
"resolved"
"http://npm.dui88.com:80/any-promise/-/any-promise-1.3.0.tgz"
"version" "1.3.0"
"bowser@^1.6.0"
:
"integrity" "sha1-iQxYooE6nTJDcEM0+oG5alwVDJo=
"
"resolved"
"http://npm.dui88.com:80/bowser/-/bowser-1.9.4.tgz"
"version" "1.9.4"
"builtin-status-codes@^3.0.0"
:
"integrity" "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
"
"resolved"
"http://npm.dui88.com:80/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz"
"version" "3.0.0"
"call-bind@^1.0.0"
:
"integrity" "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==
"
"resolved"
"http://npm.dui88.com:80/call-bind/-/call-bind-1.0.5.tgz"
"version" "1.0.5"
dependencies:
"function-bind"
"^1.1.2"
"get-intrinsic"
"^1.2.1"
"set-function-length"
"^1.1.1"
"content-type@^1.0.2"
:
"integrity" "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
"
"resolved"
"http://npm.dui88.com:80/content-type/-/content-type-1.0.5.tgz"
"version" "1.0.5"
"copy-to@^2.0.1"
:
"integrity" "sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU=
"
"resolved"
"http://npm.dui88.com:80/copy-to/-/copy-to-2.0.1.tgz"
"version" "2.0.1"
"core-util-is@^1.0.2", "core-util-is@~1.0.0"
:
"integrity" "sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=
"
"resolved"
"http://npm.dui88.com:80/core-util-is/-/core-util-is-1.0.3.tgz"
"version" "1.0.3"
"dateformat@^2.0.0"
:
"integrity" "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=
"
"resolved"
"http://npm.dui88.com:80/dateformat/-/dateformat-2.2.0.tgz"
"version" "2.2.0"
"debug@^2.6.9"
:
"integrity" "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=
"
"resolved"
"http://npm.dui88.com:80/debug/-/debug-2.6.9.tgz"
"version" "2.6.9"
dependencies:
"ms"
"2.0.0"
"debug@^4.3.4"
:
"integrity" "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
"
"resolved"
"http://npm.dui88.com:80/debug/-/debug-4.3.4.tgz"
"version" "4.3.4"
dependencies:
"ms"
"2.1.2"
"default-user-agent@^1.0.0"
:
"integrity" "sha1-FsRu/cq6PtxF8k8r1IaLAbfCrcY=
"
"resolved"
"http://npm.dui88.com:80/default-user-agent/-/default-user-agent-1.0.0.tgz"
"version" "1.0.0"
dependencies:
"os-name"
"~1.0.3"
"define-data-property@^1.1.1"
:
"integrity" "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==
"
"resolved"
"http://npm.dui88.com:80/define-data-property/-/define-data-property-1.1.1.tgz"
"version" "1.1.1"
dependencies:
"get-intrinsic"
"^1.2.1"
"gopd"
"^1.0.1"
"has-property-descriptors"
"^1.0.0"
"destroy@^1.0.4"
:
"integrity" "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
"
"resolved"
"http://npm.dui88.com:80/destroy/-/destroy-1.2.0.tgz"
"version" "1.2.0"
"digest-header@^1.0.0"
:
"integrity" "sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==
"
"resolved"
"http://npm.dui88.com:80/digest-header/-/digest-header-1.1.0.tgz"
"version" "1.1.0"
"ee-first@~1.1.1"
:
"integrity" "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
"
"resolved"
"http://npm.dui88.com:80/ee-first/-/ee-first-1.1.1.tgz"
"version" "1.1.1"
"end-of-stream@^1.1.0"
:
"integrity" "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=
"
"resolved"
"http://npm.dui88.com:80/end-of-stream/-/end-of-stream-1.4.4.tgz"
"version" "1.4.4"
dependencies:
"once"
"^1.4.0"
"end-or-error@^1.0.1"
:
"integrity" "sha1-3HpiEP5403L+4kqLSJnb0VVBTcs=
"
"resolved"
"http://npm.dui88.com:80/end-or-error/-/end-or-error-1.0.1.tgz"
"version" "1.0.1"
"escape-html@^1.0.3"
:
"integrity" "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
"
"resolved"
"http://npm.dui88.com:80/escape-html/-/escape-html-1.0.3.tgz"
"version" "1.0.3"
"extend-shallow@^2.0.1"
:
"integrity" "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
"
"resolved"
"http://npm.dui88.com:80/extend-shallow/-/extend-shallow-2.0.1.tgz"
"version" "2.0.1"
dependencies:
"is-extendable"
"^0.1.0"
"formstream@^1.1.0"
:
"integrity" "sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g==
"
"resolved"
"http://npm.dui88.com:80/formstream/-/formstream-1.3.1.tgz"
"version" "1.3.1"
dependencies:
"destroy"
"^1.0.4"
"mime"
"^2.5.2"
"pause-stream"
"~0.0.11"
"fs-extra@^10.0.0"
:
"integrity" "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
"
"resolved"
"http://npm.dui88.com:80/fs-extra/-/fs-extra-10.1.0.tgz"
"version" "10.1.0"
dependencies:
"graceful-fs"
"^4.2.0"
"jsonfile"
"^6.0.1"
"universalify"
"^2.0.0"
"function-bind@^1.1.2"
:
"integrity" "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
"
"resolved"
"http://npm.dui88.com:80/function-bind/-/function-bind-1.1.2.tgz"
"version" "1.1.2"
"get-intrinsic@^1.0.2", "get-intrinsic@^1.1.3", "get-intrinsic@^1.2.1", "get-intrinsic@^1.2.2"
:
"integrity" "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==
"
"resolved"
"http://npm.dui88.com:80/get-intrinsic/-/get-intrinsic-1.2.2.tgz"
"version" "1.2.2"
dependencies:
"function-bind"
"^1.1.2"
"has-proto"
"^1.0.1"
"has-symbols"
"^1.0.3"
"hasown"
"^2.0.0"
"get-ready@^1.0.0", "get-ready@~1.0.0"
:
"integrity" "sha1-+RgX8emt7P6hOlYq38jeiDqzR4I=
"
"resolved"
"http://npm.dui88.com:80/get-ready/-/get-ready-1.0.0.tgz"
"version" "1.0.0"
"gopd@^1.0.1"
:
"integrity" "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
"
"resolved"
"http://npm.dui88.com:80/gopd/-/gopd-1.0.1.tgz"
"version" "1.0.1"
dependencies:
"get-intrinsic"
"^1.1.3"
"graceful-fs@^4.1.6", "graceful-fs@^4.2.0"
:
"integrity" "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
"
"resolved"
"http://npm.dui88.com:80/graceful-fs/-/graceful-fs-4.2.11.tgz"
"version" "4.2.11"
"has-property-descriptors@^1.0.0", "has-property-descriptors@^1.0.1"
:
"integrity" "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
"
"resolved"
"http://npm.dui88.com:80/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz"
"version" "1.0.1"
dependencies:
"get-intrinsic"
"^1.2.2"
"has-proto@^1.0.1"
:
"integrity" "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
"
"resolved"
"http://npm.dui88.com:80/has-proto/-/has-proto-1.0.1.tgz"
"version" "1.0.1"
"has-symbols@^1.0.3"
:
"integrity" "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
"
"resolved"
"http://npm.dui88.com:80/has-symbols/-/has-symbols-1.0.3.tgz"
"version" "1.0.3"
"hasown@^2.0.0"
:
"integrity" "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
"
"resolved"
"http://npm.dui88.com:80/hasown/-/hasown-2.0.0.tgz"
"version" "2.0.0"
dependencies:
"function-bind"
"^1.1.2"
"humanize-ms@^1.2.0", "humanize-ms@^1.2.1"
:
"integrity" "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=
"
"resolved"
"http://npm.dui88.com:80/humanize-ms/-/humanize-ms-1.2.1.tgz"
"version" "1.2.1"
dependencies:
"ms"
"^2.0.0"
"iconv-lite@^0.4.15"
:
"integrity" "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=
"
"resolved"
"http://npm.dui88.com:80/iconv-lite/-/iconv-lite-0.4.24.tgz"
"version" "0.4.24"
dependencies:
"safer-buffer"
">= 2.1.2 < 3"
"immediate@~3.0.5"
:
"integrity" "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
"
"resolved"
"http://npm.dui88.com:80/immediate/-/immediate-3.0.6.tgz"
"version" "3.0.6"
"inherits@^2.0.1", "inherits@~2.0.3"
:
"integrity" "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
"
"resolved"
"http://npm.dui88.com:80/inherits/-/inherits-2.0.4.tgz"
"version" "2.0.4"
"ip@^1.1.5"
:
"integrity" "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
"
"resolved"
"http://npm.dui88.com:80/ip/-/ip-1.1.8.tgz"
"version" "1.1.8"
"is-class-hotfix@~0.0.6"
:
"integrity" "sha1-pSfTH7IyeSgd3l84XHe13nCnJDU=
"
"resolved"
"http://npm.dui88.com:80/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz"
"version" "0.0.6"
"is-extendable@^0.1.0"
:
"integrity" "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
"
"resolved"
"http://npm.dui88.com:80/is-extendable/-/is-extendable-0.1.1.tgz"
"version" "0.1.1"
"is-type-of@^1.4.0"
:
"integrity" "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==
"
"resolved"
"http://npm.dui88.com:80/is-type-of/-/is-type-of-1.4.0.tgz"
"version" "1.4.0"
dependencies:
"core-util-is"
"^1.0.2"
"is-class-hotfix"
"~0.0.6"
"isstream"
"~0.1.2"
"isarray@~1.0.0"
:
"integrity" "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
"
"resolved"
"http://npm.dui88.com:80/isarray/-/isarray-1.0.0.tgz"
"version" "1.0.0"
"isstream@~0.1.2"
:
"integrity" "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
"
"resolved"
"http://npm.dui88.com:80/isstream/-/isstream-0.1.2.tgz"
"version" "0.1.2"
"js-base64@^2.5.2"
:
"integrity" "sha1-9OaGxd4eofhn28rT1G2WlCjfmMQ=
"
"resolved"
"http://npm.dui88.com:80/js-base64/-/js-base64-2.6.4.tgz"
"version" "2.6.4"
"jsonfile@^6.0.1"
:
"integrity" "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=
"
"resolved"
"http://npm.dui88.com:80/jsonfile/-/jsonfile-6.1.0.tgz"
"version" "6.1.0"
dependencies:
"universalify"
"^2.0.0"
version "14.18.63
"
resolved
"http://npm.dui88.com:80/@types%2fnode/-/node-14.18.63.tgz"
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
address@^1.2.2
:
version "1.2.2
"
resolved
"http://npm.dui88.com:80/address/-/address-1.2.2.tgz"
integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==
agentkeepalive@^3.4.1
:
version "3.5.2
"
resolved
"http://npm.dui88.com:80/agentkeepalive/-/agentkeepalive-3.5.2.tgz"
integrity sha1-oROSTdP6JKC8O3gQjEUMKr7gD2c=
dependencies:
humanize-ms
"^1.2.1"
ali-oss@^6.19.0
:
version "6.20.0
"
resolved
"http://npm.dui88.com:80/ali-oss/-/ali-oss-6.20.0.tgz"
integrity sha512-TzFXgGlw81sy2JvcCveSYsa2b2+6kv+HA6WTc+cXg6bu8nUAmVPfncRGbn3x2getSOniOFA+TyGy3V4l3Fks+Q==
dependencies:
address
"^1.2.2"
agentkeepalive
"^3.4.1"
bowser
"^1.6.0"
copy-to
"^2.0.1"
dateformat
"^2.0.0"
debug
"^4.3.4"
destroy
"^1.0.4"
end-or-error
"^1.0.1"
get-ready
"^1.0.0"
humanize-ms
"^1.2.0"
is-type-of
"^1.4.0"
js-base64
"^2.5.2"
jstoxml
"^2.0.0"
lodash
"^4.17.21"
merge-descriptors
"^1.0.1"
mime
"^2.4.5"
platform
"^1.3.1"
pump
"^3.0.0"
qs
"^6.4.0"
sdk-base
"^2.0.1"
stream-http
"2.8.2"
stream-wormhole
"^1.0.4"
urllib
"2.41.0"
utility
"^1.18.0"
xml2js
"^0.6.2"
any-promise@^1.0.0, any-promise@^1.3.0
:
version "1.3.0
"
resolved
"http://npm.dui88.com:80/any-promise/-/any-promise-1.3.0.tgz"
integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
bowser@^1.6.0
:
version "1.9.4
"
resolved
"http://npm.dui88.com:80/bowser/-/bowser-1.9.4.tgz"
integrity sha1-iQxYooE6nTJDcEM0+oG5alwVDJo=
builtin-status-codes@^3.0.0
:
version "3.0.0
"
resolved
"http://npm.dui88.com:80/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz"
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
call-bind@^1.0.0
:
version "1.0.5
"
resolved
"http://npm.dui88.com:80/call-bind/-/call-bind-1.0.5.tgz"
integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==
dependencies:
function-bind
"^1.1.2"
get-intrinsic
"^1.2.1"
set-function-length
"^1.1.1"
content-type@^1.0.2
:
version "1.0.5
"
resolved
"http://npm.dui88.com:80/content-type/-/content-type-1.0.5.tgz"
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
copy-to@^2.0.1
:
version "2.0.1
"
resolved
"http://npm.dui88.com:80/copy-to/-/copy-to-2.0.1.tgz"
integrity sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU=
core-util-is@^1.0.2, core-util-is@~1.0.0
:
version "1.0.3
"
resolved
"http://npm.dui88.com:80/core-util-is/-/core-util-is-1.0.3.tgz"
integrity sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=
dateformat@^2.0.0
:
version "2.2.0
"
resolved
"http://npm.dui88.com:80/dateformat/-/dateformat-2.2.0.tgz"
integrity sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=
debug@^2.6.9
:
version "2.6.9
"
resolved
"http://npm.dui88.com:80/debug/-/debug-2.6.9.tgz"
integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=
dependencies:
ms
"2.0.0"
debug@^4.3.4
:
version "4.3.4
"
resolved
"http://npm.dui88.com:80/debug/-/debug-4.3.4.tgz"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
ms
"2.1.2"
default-user-agent@^1.0.0
:
version "1.0.0
"
resolved
"http://npm.dui88.com:80/default-user-agent/-/default-user-agent-1.0.0.tgz"
integrity sha1-FsRu/cq6PtxF8k8r1IaLAbfCrcY=
dependencies:
os-name
"~1.0.3"
define-data-property@^1.1.1
:
version "1.1.1
"
resolved
"http://npm.dui88.com:80/define-data-property/-/define-data-property-1.1.1.tgz"
integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==
dependencies:
get-intrinsic
"^1.2.1"
gopd
"^1.0.1"
has-property-descriptors
"^1.0.0"
destroy@^1.0.4
:
version "1.2.0
"
resolved
"http://npm.dui88.com:80/destroy/-/destroy-1.2.0.tgz"
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
digest-header@^1.0.0
:
version "1.1.0
"
resolved
"http://npm.dui88.com:80/digest-header/-/digest-header-1.1.0.tgz"
integrity sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==
ee-first@~1.1.1
:
version "1.1.1
"
resolved
"http://npm.dui88.com:80/ee-first/-/ee-first-1.1.1.tgz"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
end-of-stream@^1.1.0
:
version "1.4.4
"
resolved
"http://npm.dui88.com:80/end-of-stream/-/end-of-stream-1.4.4.tgz"
integrity sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=
dependencies:
once
"^1.4.0"
end-or-error@^1.0.1
:
version "1.0.1
"
resolved
"http://npm.dui88.com:80/end-or-error/-/end-or-error-1.0.1.tgz"
integrity sha1-3HpiEP5403L+4kqLSJnb0VVBTcs=
escape-html@^1.0.3
:
version "1.0.3
"
resolved
"http://npm.dui88.com:80/escape-html/-/escape-html-1.0.3.tgz"
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
extend-shallow@^2.0.1
:
version "2.0.1
"
resolved
"http://npm.dui88.com:80/extend-shallow/-/extend-shallow-2.0.1.tgz"
integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
dependencies:
is-extendable
"^0.1.0"
formstream@^1.1.0
:
version "1.3.1
"
resolved
"http://npm.dui88.com:80/formstream/-/formstream-1.3.1.tgz"
integrity sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g==
dependencies:
destroy
"^1.0.4"
mime
"^2.5.2"
pause-stream
"~0.0.11"
fs-extra@^10.0.0
:
version "10.1.0
"
resolved
"http://npm.dui88.com:80/fs-extra/-/fs-extra-10.1.0.tgz"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs
"^4.2.0"
jsonfile
"^6.0.1"
universalify
"^2.0.0"
function-bind@^1.1.2
:
version "1.1.2
"
resolved
"http://npm.dui88.com:80/function-bind/-/function-bind-1.1.2.tgz"
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
get-intrinsic@^1.0.2, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2
:
version "1.2.2
"
resolved
"http://npm.dui88.com:80/get-intrinsic/-/get-intrinsic-1.2.2.tgz"
integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==
dependencies:
function-bind
"^1.1.2"
has-proto
"^1.0.1"
has-symbols
"^1.0.3"
hasown
"^2.0.0"
get-ready@^1.0.0, get-ready@~1.0.0
:
version "1.0.0
"
resolved
"http://npm.dui88.com:80/get-ready/-/get-ready-1.0.0.tgz"
integrity sha1-+RgX8emt7P6hOlYq38jeiDqzR4I=
gopd@^1.0.1
:
version "1.0.1
"
resolved
"http://npm.dui88.com:80/gopd/-/gopd-1.0.1.tgz"
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
dependencies:
get-intrinsic
"^1.1.3"
graceful-fs@^4.1.6, graceful-fs@^4.2.0
:
version "4.2.11
"
resolved
"http://npm.dui88.com:80/graceful-fs/-/graceful-fs-4.2.11.tgz"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.1
:
version "1.0.1
"
resolved
"http://npm.dui88.com:80/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz"
integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
dependencies:
get-intrinsic
"^1.2.2"
has-proto@^1.0.1
:
version "1.0.1
"
resolved
"http://npm.dui88.com:80/has-proto/-/has-proto-1.0.1.tgz"
integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
has-symbols@^1.0.3
:
version "1.0.3
"
resolved
"http://npm.dui88.com:80/has-symbols/-/has-symbols-1.0.3.tgz"
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
hasown@^2.0.0
:
version "2.0.0
"
resolved
"http://npm.dui88.com:80/hasown/-/hasown-2.0.0.tgz"
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
dependencies:
function-bind
"^1.1.2"
humanize-ms@^1.2.0, humanize-ms@^1.2.1
:
version "1.2.1
"
resolved
"http://npm.dui88.com:80/humanize-ms/-/humanize-ms-1.2.1.tgz"
integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=
dependencies:
ms
"^2.0.0"
iconv-lite@^0.4.15
:
version "0.4.24
"
resolved
"http://npm.dui88.com:80/iconv-lite/-/iconv-lite-0.4.24.tgz"
integrity sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=
dependencies:
safer-buffer
">= 2.1.2 < 3"
immediate@~3.0.5
:
version "3.0.6
"
resolved
"http://npm.dui88.com:80/immediate/-/immediate-3.0.6.tgz"
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
inherits@^2.0.1, inherits@~2.0.3
:
version "2.0.4
"
resolved
"http://npm.dui88.com:80/inherits/-/inherits-2.0.4.tgz"
integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
ip@^1.1.5
:
version "1.1.8
"
resolved
"http://npm.dui88.com:80/ip/-/ip-1.1.8.tgz"
integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
is-class-hotfix@~0.0.6
:
version "0.0.6
"
resolved
"http://npm.dui88.com:80/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz"
integrity sha1-pSfTH7IyeSgd3l84XHe13nCnJDU=
is-extendable@^0.1.0
:
version "0.1.1
"
resolved
"http://npm.dui88.com:80/is-extendable/-/is-extendable-0.1.1.tgz"
integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
is-type-of@^1.4.0
:
version "1.4.0
"
resolved
"http://npm.dui88.com:80/is-type-of/-/is-type-of-1.4.0.tgz"
integrity sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==
dependencies:
core-util-is
"^1.0.2"
is-class-hotfix
"~0.0.6"
isstream
"~0.1.2"
isarray@~1.0.0
:
version "1.0.0
"
resolved
"http://npm.dui88.com:80/isarray/-/isarray-1.0.0.tgz"
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
isstream@~0.1.2
:
version "0.1.2
"
resolved
"http://npm.dui88.com:80/isstream/-/isstream-0.1.2.tgz"
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
js-base64@^2.5.2
:
version "2.6.4
"
resolved
"http://npm.dui88.com:80/js-base64/-/js-base64-2.6.4.tgz"
integrity sha1-9OaGxd4eofhn28rT1G2WlCjfmMQ=
jsonfile@^6.0.1
:
version "6.1.0
"
resolved
"http://npm.dui88.com:80/jsonfile/-/jsonfile-6.1.0.tgz"
integrity sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=
dependencies:
universalify
"^2.0.0"
optionalDependencies:
"graceful-fs"
"^4.1.6"
"jstoxml@^2.0.0"
:
"integrity" "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==
"
"resolved"
"http://npm.dui88.com:80/jstoxml/-/jstoxml-2.2.9.tgz"
"version" "2.2.9"
"jszip@^3.10.1"
:
"integrity" "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
"
"resolved"
"http://npm.dui88.com:80/jszip/-/jszip-3.10.1.tgz"
"version" "3.10.1"
dependencies:
"lie"
"~3.3.0"
"pako"
"~1.0.2"
"readable-stream"
"~2.3.6"
"setimmediate"
"^1.0.5"
"lie@~3.3.0"
:
"integrity" "sha1-3Pgt7lRfRgdNryAMfBxaCOD0D2o=
"
"resolved"
"http://npm.dui88.com:80/lie/-/lie-3.3.0.tgz"
"version" "3.3.0"
dependencies:
"immediate"
"~3.0.5"
"lodash@^4.17.21"
:
"integrity" "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=
"
"resolved"
"http://npm.dui88.com:80/lodash/-/lodash-4.17.21.tgz"
"version" "4.17.21"
"merge-descriptors@^1.0.1"
:
"integrity" "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==
"
"resolved"
"http://npm.dui88.com:80/merge-descriptors/-/merge-descriptors-1.0.3.tgz"
"version" "1.0.3"
"mime@^2.4.5", "mime@^2.5.2"
:
"integrity" "sha1-oqaCqVzU0MsdYlfij4PafjWAA2c=
"
"resolved"
"http://npm.dui88.com:80/mime/-/mime-2.6.0.tgz"
"version" "2.6.0"
"minimist@^1.1.0", "minimist@^1.2.6"
:
"integrity" "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
"
"resolved"
"http://npm.dui88.com:80/minimist/-/minimist-1.2.8.tgz"
"version" "1.2.8"
"mkdirp@^0.5.1"
:
"integrity" "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
"
"resolved"
"http://npm.dui88.com:80/mkdirp/-/mkdirp-0.5.6.tgz"
"version" "0.5.6"
dependencies:
"minimist"
"^1.2.6"
"ms@^2.0.0"
:
"integrity" "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=
"
"resolved"
"http://npm.dui88.com:80/ms/-/ms-2.1.3.tgz"
"version" "2.1.3"
"ms@2.0.0"
:
"integrity" "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
"
"resolved"
"http://npm.dui88.com:80/ms/-/ms-2.0.0.tgz"
"version" "2.0.0"
"ms@2.1.2"
:
"integrity" "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=
"
"resolved"
"http://npm.dui88.com:80/ms/-/ms-2.1.2.tgz"
"version" "2.1.2"
"mz@^2.7.0"
:
"integrity" "sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=
"
"resolved"
"http://npm.dui88.com:80/mz/-/mz-2.7.0.tgz"
"version" "2.7.0"
dependencies:
"any-promise"
"^1.0.0"
"object-assign"
"^4.0.1"
"thenify-all"
"^1.0.0"
"object-assign@^4.0.1"
:
"integrity" "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
"
"resolved"
"http://npm.dui88.com:80/object-assign/-/object-assign-4.1.1.tgz"
"version" "4.1.1"
"object-inspect@^1.9.0"
:
"integrity" "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
"
"resolved"
"http://npm.dui88.com:80/object-inspect/-/object-inspect-1.13.1.tgz"
"version" "1.13.1"
"once@^1.3.1", "once@^1.4.0"
:
"integrity" "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
"
"resolved"
"http://npm.dui88.com:80/once/-/once-1.4.0.tgz"
"version" "1.4.0"
dependencies:
"wrappy"
"1"
"os-name@~1.0.3"
:
"integrity" "sha1-GzefZINa98Wn9JizV8uVIVwVnt8=
"
"resolved"
"http://npm.dui88.com:80/os-name/-/os-name-1.0.3.tgz"
"version" "1.0.3"
dependencies:
"osx-release"
"^1.0.0"
"win-release"
"^1.0.0"
"osx-release@^1.0.0"
:
"integrity" "sha1-8heRGigTaUmvG/kwiyQeJzfTzWw=
"
"resolved"
"http://npm.dui88.com:80/osx-release/-/osx-release-1.1.0.tgz"
"version" "1.1.0"
dependencies:
"minimist"
"^1.1.0"
"pako@~1.0.2"
:
"integrity" "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=
"
"resolved"
"http://npm.dui88.com:80/pako/-/pako-1.0.11.tgz"
"version" "1.0.11"
"pause-stream@~0.0.11"
:
"integrity" "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=
"
"resolved"
"http://npm.dui88.com:80/pause-stream/-/pause-stream-0.0.11.tgz"
"version" "0.0.11"
dependencies:
"through"
"~2.3"
"platform@^1.3.1"
:
"integrity" "sha1-SLTOmDFksgnC1FoQetsx9HOm56c=
"
"resolved"
"http://npm.dui88.com:80/platform/-/platform-1.3.6.tgz"
"version" "1.3.6"
"process-nextick-args@~2.0.0"
:
"integrity" "sha1-eCDZsWEgzFXKmud5JoCufbptf+I=
"
"resolved"
"http://npm.dui88.com:80/process-nextick-args/-/process-nextick-args-2.0.1.tgz"
"version" "2.0.1"
"progress@^2.0.3"
:
"integrity" "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=
"
"resolved"
"http://npm.dui88.com:80/progress/-/progress-2.0.3.tgz"
"version" "2.0.3"
"pump@^3.0.0"
:
"integrity" "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=
"
"resolved"
"http://npm.dui88.com:80/pump/-/pump-3.0.0.tgz"
"version" "3.0.0"
dependencies:
"end-of-stream"
"^1.1.0"
"once"
"^1.3.1"
"qs@^6.4.0"
:
"integrity" "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
"
"resolved"
"http://npm.dui88.com:80/qs/-/qs-6.11.2.tgz"
"version" "6.11.2"
dependencies:
"side-channel"
"^1.0.4"
"readable-stream@^2.3.6", "readable-stream@~2.3.6"
:
"integrity" "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
"
"resolved"
"http://npm.dui88.com:80/readable-stream/-/readable-stream-2.3.8.tgz"
"version" "2.3.8"
dependencies:
"core-util-is"
"~1.0.0"
"inherits"
"~2.0.3"
"isarray"
"~1.0.0"
"process-nextick-args"
"~2.0.0"
"safe-buffer"
"~5.1.1"
"string_decoder"
"~1.1.1"
"util-deprecate"
"~1.0.1"
"safe-buffer@~5.1.0", "safe-buffer@~5.1.1"
:
"integrity" "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=
"
"resolved"
"http://npm.dui88.com:80/safe-buffer/-/safe-buffer-5.1.2.tgz"
"version" "5.1.2"
graceful-fs
"^4.1.6"
jstoxml@^2.0.0
:
version "2.2.9
"
resolved
"http://npm.dui88.com:80/jstoxml/-/jstoxml-2.2.9.tgz"
integrity sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==
jszip@^3.10.1
:
version "3.10.1
"
resolved
"http://npm.dui88.com:80/jszip/-/jszip-3.10.1.tgz"
integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
dependencies:
lie
"~3.3.0"
pako
"~1.0.2"
readable-stream
"~2.3.6"
setimmediate
"^1.0.5"
lie@~3.3.0
:
version "3.3.0
"
resolved
"http://npm.dui88.com:80/lie/-/lie-3.3.0.tgz"
integrity sha1-3Pgt7lRfRgdNryAMfBxaCOD0D2o=
dependencies:
immediate
"~3.0.5"
lodash@^4.17.21
:
version "4.17.21
"
resolved
"http://npm.dui88.com:80/lodash/-/lodash-4.17.21.tgz"
integrity sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=
merge-descriptors@^1.0.1
:
version "1.0.3
"
resolved
"http://npm.dui88.com:80/merge-descriptors/-/merge-descriptors-1.0.3.tgz"
integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==
mime@^2.4.5, mime@^2.5.2
:
version "2.6.0
"
resolved
"http://npm.dui88.com:80/mime/-/mime-2.6.0.tgz"
integrity sha1-oqaCqVzU0MsdYlfij4PafjWAA2c=
minimist@^1.1.0, minimist@^1.2.6
:
version "1.2.8
"
resolved
"http://npm.dui88.com:80/minimist/-/minimist-1.2.8.tgz"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
mkdirp@^0.5.1
:
version "0.5.6
"
resolved
"http://npm.dui88.com:80/mkdirp/-/mkdirp-0.5.6.tgz"
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
dependencies:
minimist
"^1.2.6"
ms@^2.0.0
:
version "2.1.3
"
resolved
"http://npm.dui88.com:80/ms/-/ms-2.1.3.tgz"
integrity sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=
ms@2.0.0
:
version "2.0.0
"
resolved
"http://npm.dui88.com:80/ms/-/ms-2.0.0.tgz"
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
ms@2.1.2
:
version "2.1.2
"
resolved
"http://npm.dui88.com:80/ms/-/ms-2.1.2.tgz"
integrity sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=
mz@^2.7.0
:
version "2.7.0
"
resolved
"http://npm.dui88.com:80/mz/-/mz-2.7.0.tgz"
integrity sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=
dependencies:
any-promise
"^1.0.0"
object-assign
"^4.0.1"
thenify-all
"^1.0.0"
object-assign@^4.0.1
:
version "4.1.1
"
resolved
"http://npm.dui88.com:80/object-assign/-/object-assign-4.1.1.tgz"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
object-inspect@^1.9.0
:
version "1.13.1
"
resolved
"http://npm.dui88.com:80/object-inspect/-/object-inspect-1.13.1.tgz"
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
once@^1.3.1, once@^1.4.0
:
version "1.4.0
"
resolved
"http://npm.dui88.com:80/once/-/once-1.4.0.tgz"
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
dependencies:
wrappy
"1"
os-name@~1.0.3
:
version "1.0.3
"
resolved
"http://npm.dui88.com:80/os-name/-/os-name-1.0.3.tgz"
integrity sha1-GzefZINa98Wn9JizV8uVIVwVnt8=
dependencies:
osx-release
"^1.0.0"
win-release
"^1.0.0"
osx-release@^1.0.0
:
version "1.1.0
"
resolved
"http://npm.dui88.com:80/osx-release/-/osx-release-1.1.0.tgz"
integrity sha1-8heRGigTaUmvG/kwiyQeJzfTzWw=
dependencies:
minimist
"^1.1.0"
pako@~1.0.2
:
version "1.0.11
"
resolved
"http://npm.dui88.com:80/pako/-/pako-1.0.11.tgz"
integrity sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=
pause-stream@~0.0.11
:
version "0.0.11
"
resolved
"http://npm.dui88.com:80/pause-stream/-/pause-stream-0.0.11.tgz"
integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=
dependencies:
through
"~2.3"
platform@^1.3.1
:
version "1.3.6
"
resolved
"http://npm.dui88.com:80/platform/-/platform-1.3.6.tgz"
integrity sha1-SLTOmDFksgnC1FoQetsx9HOm56c=
process-nextick-args@~2.0.0
:
version "2.0.1
"
resolved
"http://npm.dui88.com:80/process-nextick-args/-/process-nextick-args-2.0.1.tgz"
integrity sha1-eCDZsWEgzFXKmud5JoCufbptf+I=
progress@^2.0.3
:
version "2.0.3
"
resolved
"http://npm.dui88.com:80/progress/-/progress-2.0.3.tgz"
integrity sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=
pump@^3.0.0
:
version "3.0.0
"
resolved
"http://npm.dui88.com:80/pump/-/pump-3.0.0.tgz"
integrity sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=
dependencies:
end-of-stream
"^1.1.0"
once
"^1.3.1"
qs@^6.4.0
:
version "6.11.2
"
resolved
"http://npm.dui88.com:80/qs/-/qs-6.11.2.tgz"
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
dependencies:
side-channel
"^1.0.4"
readable-stream@^2.3.6, readable-stream@~2.3.6
:
version "2.3.8
"
resolved
"http://npm.dui88.com:80/readable-stream/-/readable-stream-2.3.8.tgz"
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
dependencies:
core-util-is
"~1.0.0"
inherits
"~2.0.3"
isarray
"~1.0.0"
process-nextick-args
"~2.0.0"
safe-buffer
"~5.1.1"
string_decoder
"~1.1.1"
util-deprecate
"~1.0.1"
safe-buffer@~5.1.0, safe-buffer@~5.1.1
:
version "5.1.2
"
resolved
"http://npm.dui88.com:80/safe-buffer/-/safe-buffer-5.1.2.tgz"
integrity sha1-mR7GnSluAxN0fVm9/St0XDX4go0=
"safer-buffer@>= 2.1.2 < 3":
"integrity" "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=
"
"resolved"
"http://npm.dui88.com:80/safer-buffer/-/safer-buffer-2.1.2.tgz"
"version" "2.1.2"
"sax@>=0.6.0"
:
"integrity" "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
"
"resolved"
"http://npm.dui88.com:80/sax/-/sax-1.3.0.tgz"
"version" "1.3.0"
"sdk-base@^2.0.1"
:
"integrity" "sha1-ukAonovfJy7RHdnql+r5jgNtJMY=
"
"resolved"
"http://npm.dui88.com:80/sdk-base/-/sdk-base-2.0.1.tgz"
"version" "2.0.1"
dependencies:
"get-ready"
"~1.0.0"
"semver@^5.0.1"
:
"integrity" "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
"
"resolved"
"http://npm.dui88.com:80/semver/-/semver-5.7.2.tgz"
"version" "5.7.2"
"set-function-length@^1.1.1"
:
"integrity" "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==
"
"resolved"
"http://npm.dui88.com:80/set-function-length/-/set-function-length-1.2.0.tgz"
"version" "1.2.0"
dependencies:
"define-data-property"
"^1.1.1"
"function-bind"
"^1.1.2"
"get-intrinsic"
"^1.2.2"
"gopd"
"^1.0.1"
"has-property-descriptors"
"^1.0.1"
"setimmediate@^1.0.5"
:
"integrity" "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
"
"resolved"
"http://npm.dui88.com:80/setimmediate/-/setimmediate-1.0.5.tgz"
"version" "1.0.5"
"side-channel@^1.0.4"
:
"integrity" "sha1-785cj9wQTudRslxY1CkAEfpeos8=
"
"resolved"
"http://npm.dui88.com:80/side-channel/-/side-channel-1.0.4.tgz"
"version" "1.0.4"
dependencies:
"call-bind"
"^1.0.0"
"get-intrinsic"
"^1.0.2"
"object-inspect"
"^1.9.0"
"statuses@^1.3.1"
:
"integrity" "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
"
"resolved"
"http://npm.dui88.com:80/statuses/-/statuses-1.5.0.tgz"
"version" "1.5.0"
"stream-http@2.8.2"
:
"integrity" "sha1-QSboxrEHAERlkYqi/DVUnndALIc=
"
"resolved"
"http://npm.dui88.com:80/stream-http/-/stream-http-2.8.2.tgz"
"version" "2.8.2"
dependencies:
"builtin-status-codes"
"^3.0.0"
"inherits"
"^2.0.1"
"readable-stream"
"^2.3.6"
"to-arraybuffer"
"^1.0.0"
"xtend"
"^4.0.0"
"stream-wormhole@^1.0.4"
:
"integrity" "sha1-MAr/Rs7VU8/sZCoFJRiFQXaTwz0=
"
"resolved"
"http://npm.dui88.com:80/stream-wormhole/-/stream-wormhole-1.1.0.tgz"
"version" "1.1.0"
"string_decoder@~1.1.1"
:
"integrity" "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=
"
"resolved"
"http://npm.dui88.com:80/string_decoder/-/string_decoder-1.1.1.tgz"
"version" "1.1.1"
dependencies:
"safe-buffer"
"~5.1.0"
"thenify-all@^1.0.0"
:
"integrity" "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=
"
"resolved"
"http://npm.dui88.com:80/thenify-all/-/thenify-all-1.6.0.tgz"
"version" "1.6.0"
dependencies:
"thenify"
">= 3.1.0 < 4"
version "2.1.2
"
resolved
"http://npm.dui88.com:80/safer-buffer/-/safer-buffer-2.1.2.tgz"
integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=
sax@>=0.6.0
:
version "1.3.0
"
resolved
"http://npm.dui88.com:80/sax/-/sax-1.3.0.tgz"
integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
sdk-base@^2.0.1
:
version "2.0.1
"
resolved
"http://npm.dui88.com:80/sdk-base/-/sdk-base-2.0.1.tgz"
integrity sha1-ukAonovfJy7RHdnql+r5jgNtJMY=
dependencies:
get-ready
"~1.0.0"
semver@^5.0.1
:
version "5.7.2
"
resolved
"http://npm.dui88.com:80/semver/-/semver-5.7.2.tgz"
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
set-function-length@^1.1.1
:
version "1.2.0
"
resolved
"http://npm.dui88.com:80/set-function-length/-/set-function-length-1.2.0.tgz"
integrity sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==
dependencies:
define-data-property
"^1.1.1"
function-bind
"^1.1.2"
get-intrinsic
"^1.2.2"
gopd
"^1.0.1"
has-property-descriptors
"^1.0.1"
setimmediate@^1.0.5
:
version "1.0.5
"
resolved
"http://npm.dui88.com:80/setimmediate/-/setimmediate-1.0.5.tgz"
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
side-channel@^1.0.4
:
version "1.0.4
"
resolved
"http://npm.dui88.com:80/side-channel/-/side-channel-1.0.4.tgz"
integrity sha1-785cj9wQTudRslxY1CkAEfpeos8=
dependencies:
call-bind
"^1.0.0"
get-intrinsic
"^1.0.2"
object-inspect
"^1.9.0"
statuses@^1.3.1
:
version "1.5.0
"
resolved
"http://npm.dui88.com:80/statuses/-/statuses-1.5.0.tgz"
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
stream-http@2.8.2
:
version "2.8.2
"
resolved
"http://npm.dui88.com:80/stream-http/-/stream-http-2.8.2.tgz"
integrity sha1-QSboxrEHAERlkYqi/DVUnndALIc=
dependencies:
builtin-status-codes
"^3.0.0"
inherits
"^2.0.1"
readable-stream
"^2.3.6"
to-arraybuffer
"^1.0.0"
xtend
"^4.0.0"
stream-wormhole@^1.0.4
:
version "1.1.0
"
resolved
"http://npm.dui88.com:80/stream-wormhole/-/stream-wormhole-1.1.0.tgz"
integrity sha1-MAr/Rs7VU8/sZCoFJRiFQXaTwz0=
string_decoder@~1.1.1
:
version "1.1.1
"
resolved
"http://npm.dui88.com:80/string_decoder/-/string_decoder-1.1.1.tgz"
integrity sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=
dependencies:
safe-buffer
"~5.1.0"
thenify-all@^1.0.0
:
version "1.6.0
"
resolved
"http://npm.dui88.com:80/thenify-all/-/thenify-all-1.6.0.tgz"
integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=
dependencies:
thenify
">= 3.1.0 < 4"
"thenify@>= 3.1.0 < 4":
"integrity" "sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=
"
"resolved"
"http://npm.dui88.com:80/thenify/-/thenify-3.3.1.tgz"
"version" "3.3.1"
dependencies:
"any-promise"
"^1.0.0"
"through@~2.3"
:
"integrity" "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
"
"resolved"
"http://npm.dui88.com:80/through/-/through-2.3.8.tgz"
"version" "2.3.8"
"to-arraybuffer@^1.0.0"
:
"integrity" "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
"
"resolved"
"http://npm.dui88.com:80/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz"
"version" "1.0.1"
"typescript@^5.3.3"
:
"integrity" "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
"
"resolved"
"http://npm.dui88.com:80/typescript/-/typescript-5.3.3.tgz"
"version" "5.3.3"
"undici-types@~5.26.4"
:
"integrity" "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
"
"resolved"
"http://npm.dui88.com:80/undici-types/-/undici-types-5.26.5.tgz"
"version" "5.26.5"
"unescape@^1.0.1"
:
"integrity" "sha1-lW5DD2HK2KTVfYLFGPXmzF0N2pY=
"
"resolved"
"http://npm.dui88.com:80/unescape/-/unescape-1.0.1.tgz"
"version" "1.0.1"
dependencies:
"extend-shallow"
"^2.0.1"
"universalify@^2.0.0"
:
"integrity" "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
"
"resolved"
"http://npm.dui88.com:80/universalify/-/universalify-2.0.1.tgz"
"version" "2.0.1"
"urllib@2.41.0"
:
"integrity" "sha512-pNXdxEv52L67jahLT+/7QE+Fup1y2Gc6EdmrAhQ6OpQIC2rl14oWwv9hvk1GXOZqEnJNwRXHABuwgPOs1CtL7g==
"
"resolved"
"http://npm.dui88.com:80/urllib/-/urllib-2.41.0.tgz"
"version" "2.41.0"
dependencies:
"any-promise"
"^1.3.0"
"content-type"
"^1.0.2"
"debug"
"^2.6.9"
"default-user-agent"
"^1.0.0"
"digest-header"
"^1.0.0"
"ee-first"
"~1.1.1"
"formstream"
"^1.1.0"
"humanize-ms"
"^1.2.0"
"iconv-lite"
"^0.4.15"
"ip"
"^1.1.5"
"pump"
"^3.0.0"
"qs"
"^6.4.0"
"statuses"
"^1.3.1"
"utility"
"^1.16.1"
"util-deprecate@~1.0.1"
:
"integrity" "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
"
"resolved"
"http://npm.dui88.com:80/util-deprecate/-/util-deprecate-1.0.2.tgz"
"version" "1.0.2"
"utility@^1.16.1", "utility@^1.18.0"
:
"integrity" "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==
"
"resolved"
"http://npm.dui88.com:80/utility/-/utility-1.18.0.tgz"
"version" "1.18.0"
dependencies:
"copy-to"
"^2.0.1"
"escape-html"
"^1.0.3"
"mkdirp"
"^0.5.1"
"mz"
"^2.7.0"
"unescape"
"^1.0.1"
"win-release@^1.0.0"
:
"integrity" "sha1-X6VeAr58qTTt/BJmVjLoSbcuUgk=
"
"resolved"
"http://npm.dui88.com:80/win-release/-/win-release-1.1.1.tgz"
"version" "1.1.1"
dependencies:
"semver"
"^5.0.1"
"wrappy@1"
:
"integrity" "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
"
"resolved"
"http://npm.dui88.com:80/wrappy/-/wrappy-1.0.2.tgz"
"version" "1.0.2"
"xml2js@^0.6.2"
:
"integrity" "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
"
"resolved"
"http://npm.dui88.com:80/xml2js/-/xml2js-0.6.2.tgz"
"version" "0.6.2"
dependencies:
"sax"
">=0.6.0"
"xmlbuilder"
"~11.0.0"
"xmlbuilder@~11.0.0"
:
"integrity" "sha1-vpuuHIoEbnazESdyY0fQrXACvrM=
"
"resolved"
"http://npm.dui88.com:80/xmlbuilder/-/xmlbuilder-11.0.1.tgz"
"version" "11.0.1"
"xtend@^4.0.0"
:
"integrity" "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=
"
"resolved"
"http://npm.dui88.com:80/xtend/-/xtend-4.0.2.tgz"
"version" "4.0.2"
version "3.3.1
"
resolved
"http://npm.dui88.com:80/thenify/-/thenify-3.3.1.tgz"
integrity sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=
dependencies:
any-promise
"^1.0.0"
through@~2.3
:
version "2.3.8
"
resolved
"http://npm.dui88.com:80/through/-/through-2.3.8.tgz"
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
to-arraybuffer@^1.0.0
:
version "1.0.1
"
resolved
"http://npm.dui88.com:80/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz"
integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
typescript@^5.3.3
:
version "5.3.3
"
resolved
"http://npm.dui88.com:80/typescript/-/typescript-5.3.3.tgz"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
undici-types@~5.26.4
:
version "5.26.5
"
resolved
"http://npm.dui88.com:80/undici-types/-/undici-types-5.26.5.tgz"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
unescape@^1.0.1
:
version "1.0.1
"
resolved
"http://npm.dui88.com:80/unescape/-/unescape-1.0.1.tgz"
integrity sha1-lW5DD2HK2KTVfYLFGPXmzF0N2pY=
dependencies:
extend-shallow
"^2.0.1"
universalify@^2.0.0
:
version "2.0.1
"
resolved
"http://npm.dui88.com:80/universalify/-/universalify-2.0.1.tgz"
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
urllib@2.41.0
:
version "2.41.0
"
resolved
"http://npm.dui88.com:80/urllib/-/urllib-2.41.0.tgz"
integrity sha512-pNXdxEv52L67jahLT+/7QE+Fup1y2Gc6EdmrAhQ6OpQIC2rl14oWwv9hvk1GXOZqEnJNwRXHABuwgPOs1CtL7g==
dependencies:
any-promise
"^1.3.0"
content-type
"^1.0.2"
debug
"^2.6.9"
default-user-agent
"^1.0.0"
digest-header
"^1.0.0"
ee-first
"~1.1.1"
formstream
"^1.1.0"
humanize-ms
"^1.2.0"
iconv-lite
"^0.4.15"
ip
"^1.1.5"
pump
"^3.0.0"
qs
"^6.4.0"
statuses
"^1.3.1"
utility
"^1.16.1"
util-deprecate@~1.0.1
:
version "1.0.2
"
resolved
"http://npm.dui88.com:80/util-deprecate/-/util-deprecate-1.0.2.tgz"
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
utility@^1.16.1, utility@^1.18.0
:
version "1.18.0
"
resolved
"http://npm.dui88.com:80/utility/-/utility-1.18.0.tgz"
integrity sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==
dependencies:
copy-to
"^2.0.1"
escape-html
"^1.0.3"
mkdirp
"^0.5.1"
mz
"^2.7.0"
unescape
"^1.0.1"
win-release@^1.0.0
:
version "1.1.1
"
resolved
"http://npm.dui88.com:80/win-release/-/win-release-1.1.1.tgz"
integrity sha1-X6VeAr58qTTt/BJmVjLoSbcuUgk=
dependencies:
semver
"^5.0.1"
wrappy@1
:
version "1.0.2
"
resolved
"http://npm.dui88.com:80/wrappy/-/wrappy-1.0.2.tgz"
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
xml2js@^0.6.2
:
version "0.6.2
"
resolved
"http://npm.dui88.com:80/xml2js/-/xml2js-0.6.2.tgz"
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
dependencies:
sax
">=0.6.0"
xmlbuilder
"~11.0.0"
xmlbuilder@~11.0.0
:
version "11.0.1
"
resolved
"http://npm.dui88.com:80/xmlbuilder/-/xmlbuilder-11.0.1.tgz"
integrity sha1-vpuuHIoEbnazESdyY0fQrXACvrM=
xtend@^4.0.0
:
version "4.0.2
"
resolved
"http://npm.dui88.com:80/xtend/-/xtend-4.0.2.tgz"
integrity sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=
extensions/prefab-tab/yarn.lock
View file @
4893441b
...
...
@@ -3,172 +3,172 @@
"@babel/parser@^7.23.6":
"integrity" "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
"
"resolved"
"http://npm.dui88.com:80/@babel%2fparser/-/parser-7.23.6.tgz"
"version" "7.23.6"
version "7.23.6
"
resolved
"http://npm.dui88.com:80/@babel%2fparser/-/parser-7.23.6.tgz"
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
"@jridgewell/sourcemap-codec@^1.4.15":
"integrity" "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
"
"resolved"
"http://npm.dui88.com:80/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.15.tgz"
"version" "1.4.15"
version "1.4.15
"
resolved
"http://npm.dui88.com:80/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.15.tgz"
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
"@vue/compiler-core@3.4.15":
"integrity" "sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fcompiler-core/-/compiler-core-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fcompiler-core/-/compiler-core-3.4.15.tgz"
integrity sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==
dependencies:
"@babel/parser" "^7.23.6"
"@vue/shared" "3.4.15"
"entities"
"^4.5.0"
"estree-walker"
"^2.0.2"
"source-map-js"
"^1.0.2"
entities
"^4.5.0"
estree-walker
"^2.0.2"
source-map-js
"^1.0.2"
"@vue/compiler-dom@3.4.15":
"integrity" "sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fcompiler-dom/-/compiler-dom-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fcompiler-dom/-/compiler-dom-3.4.15.tgz"
integrity sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==
dependencies:
"@vue/compiler-core" "3.4.15"
"@vue/shared" "3.4.15"
"@vue/compiler-sfc@3.4.15":
"integrity" "sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fcompiler-sfc/-/compiler-sfc-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fcompiler-sfc/-/compiler-sfc-3.4.15.tgz"
integrity sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==
dependencies:
"@babel/parser" "^7.23.6"
"@vue/compiler-core" "3.4.15"
"@vue/compiler-dom" "3.4.15"
"@vue/compiler-ssr" "3.4.15"
"@vue/shared" "3.4.15"
"estree-walker"
"^2.0.2"
"magic-string"
"^0.30.5"
"postcss"
"^8.4.33"
"source-map-js"
"^1.0.2"
estree-walker
"^2.0.2"
magic-string
"^0.30.5"
postcss
"^8.4.33"
source-map-js
"^1.0.2"
"@vue/compiler-ssr@3.4.15":
"integrity" "sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fcompiler-ssr/-/compiler-ssr-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fcompiler-ssr/-/compiler-ssr-3.4.15.tgz"
integrity sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==
dependencies:
"@vue/compiler-dom" "3.4.15"
"@vue/shared" "3.4.15"
"@vue/reactivity@3.4.15":
"integrity" "sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==
"
"resolved"
"http://npm.dui88.com:80/@vue%2freactivity/-/reactivity-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2freactivity/-/reactivity-3.4.15.tgz"
integrity sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==
dependencies:
"@vue/shared" "3.4.15"
"@vue/runtime-core@3.4.15":
"integrity" "sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fruntime-core/-/runtime-core-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fruntime-core/-/runtime-core-3.4.15.tgz"
integrity sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==
dependencies:
"@vue/reactivity" "3.4.15"
"@vue/shared" "3.4.15"
"@vue/runtime-dom@3.4.15":
"integrity" "sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fruntime-dom/-/runtime-dom-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fruntime-dom/-/runtime-dom-3.4.15.tgz"
integrity sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==
dependencies:
"@vue/runtime-core" "3.4.15"
"@vue/shared" "3.4.15"
"csstype"
"^3.1.3"
csstype
"^3.1.3"
"@vue/server-renderer@3.4.15":
"integrity" "sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fserver-renderer/-/server-renderer-3.4.15.tgz"
"version" "3.4.15"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fserver-renderer/-/server-renderer-3.4.15.tgz"
integrity sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==
dependencies:
"@vue/compiler-ssr" "3.4.15"
"@vue/shared" "3.4.15"
"@vue/shared@3.4.15":
"integrity" "sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==
"
"resolved"
"http://npm.dui88.com:80/@vue%2fshared/-/shared-3.4.15.tgz"
"version" "3.4.15"
"csstype@^3.1.3"
:
"integrity" "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
"
"resolved"
"http://npm.dui88.com:80/csstype/-/csstype-3.1.3.tgz"
"version" "3.1.3"
"entities@^4.5.0"
:
"integrity" "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
"
"resolved"
"http://npm.dui88.com:80/entities/-/entities-4.5.0.tgz"
"version" "4.5.0"
"estree-walker@^2.0.2"
:
"integrity" "sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=
"
"resolved"
"http://npm.dui88.com:80/estree-walker/-/estree-walker-2.0.2.tgz"
"version" "2.0.2"
"fs-extra@^10.0.0"
:
"integrity" "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
"
"resolved"
"http://npm.dui88.com:80/fs-extra/-/fs-extra-10.1.0.tgz"
"version" "10.1.0"
version "3.4.15
"
resolved
"http://npm.dui88.com:80/@vue%2fshared/-/shared-3.4.15.tgz"
integrity sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==
csstype@^3.1.3
:
version "3.1.3
"
resolved
"http://npm.dui88.com:80/csstype/-/csstype-3.1.3.tgz"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
entities@^4.5.0
:
version "4.5.0
"
resolved
"http://npm.dui88.com:80/entities/-/entities-4.5.0.tgz"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
estree-walker@^2.0.2
:
version "2.0.2
"
resolved
"http://npm.dui88.com:80/estree-walker/-/estree-walker-2.0.2.tgz"
integrity sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=
fs-extra@^10.0.0
:
version "10.1.0
"
resolved
"http://npm.dui88.com:80/fs-extra/-/fs-extra-10.1.0.tgz"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
"graceful-fs"
"^4.2.0"
"jsonfile"
"^6.0.1"
"universalify"
"^2.0.0"
"graceful-fs@^4.1.6", "graceful-fs@^4.2.0"
:
"integrity" "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
"
"resolved"
"http://npm.dui88.com:80/graceful-fs/-/graceful-fs-4.2.11.tgz"
"version" "4.2.11"
"jsonfile@^6.0.1"
:
"integrity" "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=
"
"resolved"
"http://npm.dui88.com:80/jsonfile/-/jsonfile-6.1.0.tgz"
"version" "6.1.0"
graceful-fs
"^4.2.0"
jsonfile
"^6.0.1"
universalify
"^2.0.0"
graceful-fs@^4.1.6, graceful-fs@^4.2.0
:
version "4.2.11
"
resolved
"http://npm.dui88.com:80/graceful-fs/-/graceful-fs-4.2.11.tgz"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
jsonfile@^6.0.1
:
version "6.1.0
"
resolved
"http://npm.dui88.com:80/jsonfile/-/jsonfile-6.1.0.tgz"
integrity sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=
dependencies:
"universalify"
"^2.0.0"
universalify
"^2.0.0"
optionalDependencies:
"graceful-fs"
"^4.1.6"
graceful-fs
"^4.1.6"
"magic-string@^0.30.5"
:
"integrity" "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==
"
"resolved"
"http://npm.dui88.com:80/magic-string/-/magic-string-0.30.5.tgz"
"version" "0.30.5"
magic-string@^0.30.5
:
version "0.30.5
"
resolved
"http://npm.dui88.com:80/magic-string/-/magic-string-0.30.5.tgz"
integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==
dependencies:
"@jridgewell/sourcemap-codec" "^1.4.15"
"nanoid@^3.3.7"
:
"integrity" "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
"
"resolved"
"http://npm.dui88.com:80/nanoid/-/nanoid-3.3.7.tgz"
"version" "3.3.7"
nanoid@^3.3.7
:
version "3.3.7
"
resolved
"http://npm.dui88.com:80/nanoid/-/nanoid-3.3.7.tgz"
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
"picocolors@^1.0.0"
:
"integrity" "sha1-y1vcdP8/UYkiNur3nWi8RFZKuBw=
"
"resolved"
"http://npm.dui88.com:80/picocolors/-/picocolors-1.0.0.tgz"
"version" "1.0.0"
picocolors@^1.0.0
:
version "1.0.0
"
resolved
"http://npm.dui88.com:80/picocolors/-/picocolors-1.0.0.tgz"
integrity sha1-y1vcdP8/UYkiNur3nWi8RFZKuBw=
"postcss@^8.4.33"
:
"integrity" "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
"
"resolved"
"http://npm.dui88.com:80/postcss/-/postcss-8.4.33.tgz"
"version" "8.4.33"
postcss@^8.4.33
:
version "8.4.33
"
resolved
"http://npm.dui88.com:80/postcss/-/postcss-8.4.33.tgz"
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
dependencies:
"nanoid"
"^3.3.7"
"picocolors"
"^1.0.0"
"source-map-js"
"^1.0.2"
"source-map-js@^1.0.2"
:
"integrity" "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
"
"resolved"
"http://npm.dui88.com:80/source-map-js/-/source-map-js-1.0.2.tgz"
"version" "1.0.2"
"universalify@^2.0.0"
:
"integrity" "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
"
"resolved"
"http://npm.dui88.com:80/universalify/-/universalify-2.0.1.tgz"
"version" "2.0.1"
"vue@^3.1.4", "vue@3.4.15"
:
"integrity" "sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==
"
"resolved"
"http://npm.dui88.com:80/vue/-/vue-3.4.15.tgz"
"version" "3.4.15"
nanoid
"^3.3.7"
picocolors
"^1.0.0"
source-map-js
"^1.0.2"
source-map-js@^1.0.2
:
version "1.0.2
"
resolved
"http://npm.dui88.com:80/source-map-js/-/source-map-js-1.0.2.tgz"
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
universalify@^2.0.0
:
version "2.0.1
"
resolved
"http://npm.dui88.com:80/universalify/-/universalify-2.0.1.tgz"
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
vue@^3.1.4, vue@3.4.15
:
version "3.4.15
"
resolved
"http://npm.dui88.com:80/vue/-/vue-3.4.15.tgz"
integrity sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==
dependencies:
"@vue/compiler-dom" "3.4.15"
"@vue/compiler-sfc" "3.4.15"
...
...
package.json
View file @
4893441b
...
...
@@ -8,7 +8,7 @@
"port"
:
7456
},
"creator"
:
{
"version"
:
"3.8.
4
"
,
"version"
:
"3.8.
5
"
,
"registry"
:
{
"remote"
:
{}
},
...
...
profiles/v2/packages/builder.json
View file @
4893441b
{
"__version__"
:
"1.3.
8
"
,
"__version__"
:
"1.3.
9
"
,
"log"
:
{
"level"
:
4
},
...
...
@@ -45,8 +45,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2025-
2-8 16:20:49 build success in 1 min 20
s!"
,
"detailMessage"
:
"
builder:build-project-total (79890ms)
\r
"
,
"message"
:
"2025-
3-19 16:37:39 build success in 1 min 28
s!"
,
"detailMessage"
:
"
%c兑吧发布插件 >> 版本号:1742373370863
\r
color: green
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
...
...
@@ -107,9 +107,12 @@
"wasmCompressionMode"
:
false
,
"packages"
:
{},
"__version__"
:
"1.3.8"
,
"logDest"
:
"project://temp/builder/log/web-mobile2024-11-6 15-39.log"
"logDest"
:
"project://temp/builder/log/web-mobile2024-11-6 15-39.log"
,
"buildMode"
:
"normal"
,
"mangleProperties"
:
false
,
"inlineEnum"
:
true
},
"time"
:
"2025-
2-8 16:19:29
"
,
"time"
:
"2025-
3-19 16:36:10
"
,
"dirty"
:
false
}
}
...
...
profiles/v2/packages/duiba-publish.json
View file @
4893441b
...
...
@@ -38,6 +38,6 @@
"useJsEncryption"
:
true
}
},
"__version__"
:
"1.3.
8
"
"__version__"
:
"1.3.
9
"
}
}
profiles/v2/packages/web-mobile.json
View file @
4893441b
...
...
@@ -43,7 +43,7 @@
"__version__"
:
"1.0.1"
}
},
"__version__"
:
"1.3.
8
"
,
"__version__"
:
"1.3.
9
"
,
"options"
:
{
"web-mobile"
:
{
"useWebGPU"
:
false
,
...
...
settings/v2/packages/adsense-h5g-plugin.json
0 → 100644
View file @
4893441b
{
"__version__"
:
"1.0.1"
,
"enableAdsense"
:
false
}
settings/v2/packages/builder.json
View file @
4893441b
{
"__version__"
:
"1.3.
8
"
,
"__version__"
:
"1.3.
9
"
,
"bundleConfig"
:
{
"custom"
:
{
"default"
:
{
...
...
settings/v2/packages/cocos-service.json
View file @
4893441b
{
"__version__"
:
"3.0.
7
"
,
"__version__"
:
"3.0.
8
"
,
"game"
:
{
"name"
:
"未知游戏"
,
"app_id"
:
"UNKNOW"
,
...
...
settings/v2/packages/engine.json
View file @
4893441b
...
...
@@ -40,27 +40,58 @@
},
"physics"
:
{
"_value"
:
false
,
"_option"
:
"physics-builtin"
"_option"
:
"physics-builtin"
,
"_flags"
:
{
"physics-ammo"
:
{
"LOAD_BULLET_MANUALLY"
:
false
},
"physics-physx"
:
{
"LOAD_PHYSX_MANUALLY"
:
false
}
}
},
"physics-ammo"
:
{
"_value"
:
"physics-ammo"
"_value"
:
"physics-ammo"
,
"_flags"
:
{
"physics-ammo"
:
{
"LOAD_BULLET_MANUALLY"
:
false
}
}
},
"physics-cannon"
:
{
"_value"
:
"physics-cannon"
},
"physics-physx"
:
{
"_value"
:
"physics-physx"
"_value"
:
"physics-physx"
,
"_flags"
:
{
"physics-physx"
:
{
"LOAD_PHYSX_MANUALLY"
:
false
}
}
},
"physics-builtin"
:
{
"_value"
:
"physics-builtin"
},
"physics-2d"
:
{
"_value"
:
true
,
"_option"
:
"physics-2d-builtin"
"_option"
:
"physics-2d-builtin"
,
"_flags"
:
{
"physics-2d-box2d-wasm"
:
{
"LOAD_BOX2D_MANUALLY"
:
false
}
}
},
"physics-2d-box2d"
:
{
"_value"
:
"physics-2d-box2d"
},
"physics-2d-box2d-wasm"
:
{
"_value"
:
false
,
"_flags"
:
{
"physics-2d-box2d-wasm"
:
{
"LOAD_BOX2D_MANUALLY"
:
false
}
}
},
"physics-2d-builtin"
:
{
"_value"
:
"physics-2d-builtin"
},
...
...
@@ -112,9 +143,17 @@
"tiled-map"
:
{
"_value"
:
false
},
"
spin
e"
:
{
"
vendor-googl
e"
:
{
"_value"
:
false
},
"spine"
:
{
"_value"
:
false
,
"_flags"
:
{
"spine"
:
{
"LOAD_SPINE_MANUALLY"
:
false
}
}
},
"dragon-bones"
:
{
"_value"
:
false
},
...
...
settings/v2/packages/scene.json
View file @
4893441b
{
"__version__"
:
"1.0.
1
"
,
"__version__"
:
"1.0.
2
"
,
"current-scene"
:
"9e293cde-e27b-4902-808b-e884f3e9da32"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment