xiongzhu 3 years ago
parent
commit
b626130455

+ 5 - 2
config.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="vip.raex.oasismeta" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="new.raex.meta" ios-CFBundleVersion="177" android-versionCode="1214">
-	<name>OASISMETA</name>
+<widget id="vip.raex.oasismeta" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="me.zc.store" ios-CFBundleVersion="194" android-versionCode="1216">
+	<name>RAEX</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.
     </description>
@@ -113,5 +113,8 @@
 		<config-file parent="UIViewControllerBasedStatusBarAppearance" target="*-Info.plist" mode="merge">
 			<true/>
 		</config-file>
+		<config-file parent="CFBundleDisplayName" target="*-Info.plist">
+			<string>無限綠洲</string>
+		</config-file>
 	</platform>
 </widget>

BIN
icon.png


File diff suppressed because it is too large
+ 19 - 747
package-lock.json


+ 5 - 12
package.json

@@ -13,20 +13,14 @@
   "author": "Apache Cordova Team",
   "license": "Apache-2.0",
   "devDependencies": {
-    "code-push": "^2.0.4",
     "cordova-android": "^9.1.0",
     "cordova-ios": "^6.2.0",
     "cordova-plugin-add-swift-support": "^2.0.2",
     "cordova-plugin-android-notch": "^1.0.3",
     "cordova-plugin-appinfo": "^2.1.2",
     "cordova-plugin-cache-clear": "^1.3.8",
-    "cordova-plugin-code-push": "^1.11.7",
-    "cordova-plugin-compat": "^1.2.0",
-    "cordova-plugin-device": "^2.0.3",
-    "cordova-plugin-dialogs": "^2.0.2",
+    "cordova-plugin-dynamic-launch-screen": "file:../DynamicLaunchScreenPlugin",
     "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
-    "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
-    "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
     "cordova-plugin-inappbrowser": "^5.0.0",
     "cordova-plugin-network-information": "^3.0.0",
     "cordova-plugin-purchase": "^10.6.1",
@@ -38,7 +32,6 @@
     "cordova-plugin-whitelist": "^1.3.5",
     "cordova-plugin-wkwebview-engine": "^1.2.2",
     "cordova-plugin-x-socialsharing": "^6.0.3",
-    "cordova-plugin-zip": "^3.1.0",
     "cordova-save-image-gallery": "git+https://github.com/agomezmoron/cordova-save-image-gallery.git",
     "es6-promise-plugin": "^4.2.2",
     "ionic-plugin-deeplinks": "^1.0.24"
@@ -51,7 +44,6 @@
       "cordova-plugin-statusbar": {},
       "cordova-plugin-network-information": {},
       "cordova-plugin-splashscreen": {},
-      "cordova-plugin-code-push": {},
       "cordova-save-image-gallery": {},
       "cordova-plugin-remote-injection": {},
       "cordova-plugin-appinfo": {},
@@ -82,11 +74,12 @@
       "cordova-plugin-inappbrowser": {},
       "cordova-plugin-cache-clear": {},
       "cordova-plugin-android-notch": {},
-      "cordova-plugin-umeng": {}
+      "cordova-plugin-umeng": {},
+      "cordova-plugin-dynamic-launch-screen": {}
     },
     "platforms": [
-      "ios",
-      "android"
+      "android",
+      "ios"
     ]
   },
   "dependencies": {

BIN
res/icon/ios/icon-100.png


BIN
res/icon/ios/icon-1024.png


BIN
res/icon/ios/icon-114.png


BIN
res/icon/ios/icon-120.png


BIN
res/icon/ios/icon-144.png


BIN
res/icon/ios/icon-152.png


BIN
res/icon/ios/icon-167.png


BIN
res/icon/ios/icon-180.png


BIN
res/icon/ios/icon-20.png


BIN
res/icon/ios/icon-29.png


BIN
res/icon/ios/icon-40.png


BIN
res/icon/ios/icon-50.png


BIN
res/icon/ios/icon-57.png


BIN
res/icon/ios/icon-58.png


BIN
res/icon/ios/icon-60.png


BIN
res/icon/ios/icon-72.png


BIN
res/icon/ios/icon-76.png


BIN
res/icon/ios/icon-80.png


BIN
res/icon/ios/icon-87.png


+ 4 - 5
www/index.html

@@ -27,9 +27,9 @@
         }
 
         var version = '1.0.2';
-        var iosCFBundleVersion = '177';
-        var androidVersionCode = '1213';
-        document.addEventListener('deviceready', function () {
+        var iosCFBundleVersion = '193';
+        var androidVersionCode = '1216';
+        document.addEventListener("online", function () {
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
                 .then(function (res) {
                     if (res.data.review) {
@@ -45,8 +45,7 @@
                 .catch(function (e) {
                     location.href = 'https://www.raex.vip?dateFlag=' + dateFlag;
                 });
-        });
-
+        }, false);
     </script>
 </body>
 

+ 2 - 3
www/template.html

@@ -29,7 +29,7 @@
         var version = '${version}';
         var iosCFBundleVersion = '${iosCFBundleVersion}';
         var androidVersionCode = '${androidVersionCode}';
-        document.addEventListener('deviceready', function () {
+        document.addEventListener("online", function () {
             axios.get('${baseUrl}/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
                 .then(function (res) {
                     if (res.data.review) {
@@ -45,8 +45,7 @@
                 .catch(function (e) {
                     location.href = '${baseUrl}?dateFlag=' + dateFlag;
                 });
-        });
-
+        }, false);
     </script>
 </body>
 

+ 8 - 596
yarn.lock

@@ -37,13 +37,6 @@
   "resolved" "https://registry.nlark.com/abbrev/download/abbrev-1.1.1.tgz"
   "version" "1.1.1"
 
-"agent-base@^4.1.0", "agent-base@^4.2.0", "agent-base@^4.3.0", "agent-base@4":
-  "integrity" "sha1-gWXwHENgCbzK0LHRIvBe13Dvxu4="
-  "resolved" "https://registry.npm.taobao.org/agent-base/download/agent-base-4.3.0.tgz"
-  "version" "4.3.0"
-  dependencies:
-    "es6-promisify" "^5.0.0"
-
 "android-versions@^1.5.0":
   "integrity" "sha512-TCy4b8Dk8YS6A23ZPfhSKqK66JHFq0D8avGYiwvYpjno6HrrcI0DRgHx9+jtkvWYmrsE2vQWgbHJhvGGhhOb0g=="
   "resolved" "https://registry.npmmirror.com/android-versions/-/android-versions-1.7.0.tgz"
@@ -79,18 +72,6 @@
   "resolved" "https://registry.nlark.com/assert-plus/download/assert-plus-1.0.0.tgz"
   "version" "1.0.0"
 
-"ast-types@0.x.x":
-  "integrity" "sha1-YAuILfhYPjzU8t9fog+oN1nUvf0="
-  "resolved" "https://registry.npmmirror.com/ast-types/download/ast-types-0.14.2.tgz"
-  "version" "0.14.2"
-  dependencies:
-    "tslib" "^2.0.1"
-
-"async@^1.4.0":
-  "integrity" "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
-  "resolved" "https://registry.npmmirror.com/async/download/async-1.5.2.tgz"
-  "version" "1.5.2"
-
 "at-least-node@^1.0.0":
   "integrity" "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI="
   "resolved" "https://registry.nlark.com/at-least-node/download/at-least-node-1.0.0.tgz"
@@ -161,11 +142,6 @@
   dependencies:
     "fill-range" "^7.0.1"
 
-"buffer-crc32@~0.2.3":
-  "integrity" "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI="
-  "resolved" "https://registry.nlark.com/buffer-crc32/download/buffer-crc32-0.2.13.tgz"
-  "version" "0.2.13"
-
 "buffer@^5.5.0":
   "integrity" "sha1-umLnwTEzBTWCGXFghRqPZI6Z7tA="
   "resolved" "https://registry.nlark.com/buffer/download/buffer-5.7.1.tgz"
@@ -174,38 +150,16 @@
     "base64-js" "^1.3.1"
     "ieee754" "^1.1.13"
 
-"bytes@3.1.1":
-  "integrity" "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg=="
-  "resolved" "https://registry.npmmirror.com/bytes/download/bytes-3.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fbytes%2Fdownload%2Fbytes-3.1.1.tgz"
-  "version" "3.1.1"
-
 "chownr@^1.1.1":
   "integrity" "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs="
   "resolved" "https://registry.npm.taobao.org/chownr/download/chownr-1.1.4.tgz"
   "version" "1.1.4"
 
-"co@^4.6.0":
-  "integrity" "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
-  "resolved" "https://registry.nlark.com/co/download/co-4.6.0.tgz?cache=0&sync_timestamp=1624608078028&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fco%2Fdownload%2Fco-4.6.0.tgz"
-  "version" "4.6.0"
-
 "code-point-at@^1.0.0":
   "integrity" "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
   "resolved" "https://registry.npmmirror.com/code-point-at/download/code-point-at-1.1.0.tgz"
   "version" "1.1.0"
 
-"code-push@^2.0.4":
-  "integrity" "sha1-wNqQqMo4+XR4vzcTbHjQZlY/SQU="
-  "resolved" "https://registry.nlark.com/code-push/download/code-push-2.0.4.tgz?cache=0&sync_timestamp=1632145100708&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcode-push%2Fdownload%2Fcode-push-2.0.4.tgz"
-  "version" "2.0.4"
-  dependencies:
-    "q" "^1.4.1"
-    "recursive-fs" "0.1.4"
-    "slash" "1.0.0"
-    "superagent" "^1.7.2"
-    "superagent-proxy" "^1.0.0"
-    "yazl" "^2.4.1"
-
 "color-convert@^2.0.1":
   "integrity" "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM="
   "resolved" "https://registry.nlark.com/color-convert/download/color-convert-2.0.1.tgz?cache=0&sync_timestamp=1624607968569&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolor-convert%2Fdownload%2Fcolor-convert-2.0.1.tgz"
@@ -234,18 +188,6 @@
     "color-convert" "^2.0.1"
     "color-string" "^1.7.4"
 
-"combined-stream@^1.0.5":
-  "integrity" "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8="
-  "resolved" "https://registry.npm.taobao.org/combined-stream/download/combined-stream-1.0.8.tgz"
-  "version" "1.0.8"
-  dependencies:
-    "delayed-stream" "~1.0.0"
-
-"component-emitter@~1.2.0":
-  "integrity" "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY="
-  "resolved" "https://registry.nlark.com/component-emitter/download/component-emitter-1.2.1.tgz"
-  "version" "1.2.1"
-
 "concat-map@0.0.1":
   "integrity" "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
   "resolved" "https://registry.npm.taobao.org/concat-map/download/concat-map-0.0.1.tgz"
@@ -256,11 +198,6 @@
   "resolved" "https://registry.nlark.com/console-control-strings/download/console-control-strings-1.1.0.tgz"
   "version" "1.1.0"
 
-"cookiejar@2.0.6":
-  "integrity" "sha1-Cr81atANHFohnYjURRgEbdAmrP4="
-  "resolved" "https://registry.npmmirror.com/cookiejar/download/cookiejar-2.0.6.tgz?cache=0&sync_timestamp=1632881937184&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcookiejar%2Fdownload%2Fcookiejar-2.0.6.tgz"
-  "version" "2.0.6"
-
 "cordova-android@^9.1.0":
   "integrity" "sha512-bzOX9E4eQsOSpa06oZZ7XAGq3DwB73juhhj0oPqHH/khWk0mkCD4aiVYMFoc0fmIaSQvzbY1ww7L6UBW5pyGfg=="
   "resolved" "https://registry.npmmirror.com/cordova-android/-/cordova-android-9.1.0.tgz"
@@ -345,41 +282,15 @@
   "resolved" "https://registry.npmmirror.com/cordova-plugin-cache-clear/-/cordova-plugin-cache-clear-1.3.8.tgz"
   "version" "1.3.8"
 
-"cordova-plugin-code-push@^1.11.7":
-  "integrity" "sha1-XY0tm+TyWFfrHkEJhMaCgupO9Ds="
-  "resolved" "https://registry.nlark.com/cordova-plugin-code-push/download/cordova-plugin-code-push-1.11.7.tgz"
-  "version" "1.11.7"
-
-"cordova-plugin-compat@^1.2.0":
-  "integrity" "sha1-C8ZXVyduvZIMASzpIOJ0F3V2Nz4="
-  "resolved" "https://registry.nlark.com/cordova-plugin-compat/download/cordova-plugin-compat-1.2.0.tgz"
-  "version" "1.2.0"
-
-"cordova-plugin-device@^2.0.3":
-  "integrity" "sha1-wrQbfv0EVd0Jf4k1bYW/3V2t6w8="
-  "resolved" "https://registry.npm.taobao.org/cordova-plugin-device/download/cordova-plugin-device-2.0.3.tgz"
-  "version" "2.0.3"
-
-"cordova-plugin-dialogs@^2.0.2":
-  "integrity" "sha1-rDzotzvIhf+EcHjVtTPnpO1Bii8="
-  "resolved" "https://registry.nlark.com/cordova-plugin-dialogs/download/cordova-plugin-dialogs-2.0.2.tgz"
-  "version" "2.0.2"
+"cordova-plugin-dynamic-launch-screen@file:../DynamicLaunchScreenPlugin":
+  "resolved" "file:../DynamicLaunchScreenPlugin"
+  "version" "0.0.1"
 
 "cordova-plugin-enable-cleartext-traffic@^2.1.0":
   "integrity" "sha1-nR6ov4wHr6NIZ6oHRhEGxD85+9s="
   "resolved" "https://registry.npmmirror.com/cordova-plugin-enable-cleartext-traffic/download/cordova-plugin-enable-cleartext-traffic-2.1.0.tgz"
   "version" "2.1.0"
 
-"cordova-plugin-file-transfer@git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3":
-  "integrity" "sha512-emu0iJrWH4KmxhHwyE4FwqTQzo8SAKv2UGb/Y5CngXN8rr+gKPQzn/mBLoFFdQ4IJyA1T23jks1j6iheb0//WA=="
-  "resolved" "git+ssh://git@github.com/apache/cordova-plugin-file-transfer.git#720f3146b35ba4e6a057fdada4653cb76df9d18f"
-  "version" "1.6.3"
-
-"cordova-plugin-file@git+https://github.com/apache/cordova-plugin-file.git#4.3.3":
-  "integrity" "sha512-QyNOHe3ZNf0VYd0hVC5fQlrnB9ZmKpXsyzM5GFx94IB5W/cD7S+ToCAFF5LnYGET0wWC8HKh5LGG0/lX8aAyeg=="
-  "resolved" "git+ssh://git@github.com/apache/cordova-plugin-file.git#06ff0eb889a863c010082a9e36b2ab964f868940"
-  "version" "4.3.3"
-
 "cordova-plugin-inappbrowser@^5.0.0":
   "integrity" "sha512-MqnpmUQ/iy6hxtIGDdlIhy8aNi1pNanLATpbnkk7uCqW9YQ4rH/dGK9zESbZ50pUi2A2D2QMjBXNV175TJK5OQ=="
   "resolved" "https://registry.npmmirror.com/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-5.0.0.tgz"
@@ -437,11 +348,6 @@
   "resolved" "https://registry.npmmirror.com/cordova-plugin-x-socialsharing/-/cordova-plugin-x-socialsharing-6.0.3.tgz"
   "version" "6.0.3"
 
-"cordova-plugin-zip@^3.1.0":
-  "integrity" "sha1-F2yCSOog058c+VnvXmFWrMqWshc="
-  "resolved" "https://registry.npm.taobao.org/cordova-plugin-zip/download/cordova-plugin-zip-3.1.0.tgz"
-  "version" "3.1.0"
-
 "cordova-save-image-gallery@git+https://github.com/agomezmoron/cordova-save-image-gallery.git":
   "integrity" "sha512-LjZqZSWiJaPk0n0h6y+S7ND8xckHr3yMsQG7dww+y8OGo1/cv3PeeuXF149511g6PHt1TjAWMg+mDYuq1zefBw=="
   "resolved" "git+ssh://git@github.com/agomezmoron/cordova-save-image-gallery.git#c6caf3dfbb3b3bc934c7b14319b9121a3641af6e"
@@ -461,32 +367,6 @@
     "shebang-command" "^2.0.0"
     "which" "^2.0.1"
 
-"data-uri-to-buffer@1":
-  "integrity" "sha1-dxY+qcINhkG0cH6PGKvfmnjzSDU="
-  "resolved" "https://registry.npmmirror.com/data-uri-to-buffer/download/data-uri-to-buffer-1.2.0.tgz?cache=0&sync_timestamp=1632737590653&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fdata-uri-to-buffer%2Fdownload%2Fdata-uri-to-buffer-1.2.0.tgz"
-  "version" "1.2.0"
-
-"debug@^3.1.0":
-  "integrity" "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o="
-  "resolved" "https://registry.npmmirror.com/debug/download/debug-3.2.7.tgz"
-  "version" "3.2.7"
-  dependencies:
-    "ms" "^2.1.1"
-
-"debug@2":
-  "integrity" "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8="
-  "resolved" "https://registry.npmmirror.com/debug/download/debug-2.6.9.tgz"
-  "version" "2.6.9"
-  dependencies:
-    "ms" "2.0.0"
-
-"debug@3.1.0":
-  "integrity" "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE="
-  "resolved" "https://registry.npmmirror.com/debug/download/debug-3.1.0.tgz"
-  "version" "3.1.0"
-  dependencies:
-    "ms" "2.0.0"
-
 "decompress-response@^6.0.0":
   "integrity" "sha1-yjh2Et234QS9FthaqwDV7PCcZvw="
   "resolved" "https://registry.nlark.com/decompress-response/download/decompress-response-6.0.0.tgz"
@@ -504,35 +384,11 @@
   "resolved" "https://registry.nlark.com/deep-extend/download/deep-extend-0.6.0.tgz"
   "version" "0.6.0"
 
-"deep-is@~0.1.3":
-  "integrity" "sha1-pvLc5hL63S7x9Rm3NVHxfoUZmDE="
-  "resolved" "https://registry.nlark.com/deep-is/download/deep-is-0.1.4.tgz?cache=0&sync_timestamp=1630774538962&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdeep-is%2Fdownload%2Fdeep-is-0.1.4.tgz"
-  "version" "0.1.4"
-
-"degenerator@^1.0.4":
-  "integrity" "sha1-/PSQo37OJmRk2cxDGrmMWBnO0JU="
-  "resolved" "https://registry.nlark.com/degenerator/download/degenerator-1.0.4.tgz?cache=0&sync_timestamp=1626126261579&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdegenerator%2Fdownload%2Fdegenerator-1.0.4.tgz"
-  "version" "1.0.4"
-  dependencies:
-    "ast-types" "0.x.x"
-    "escodegen" "1.x.x"
-    "esprima" "3.x.x"
-
-"delayed-stream@~1.0.0":
-  "integrity" "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
-  "resolved" "https://registry.npm.taobao.org/delayed-stream/download/delayed-stream-1.0.0.tgz"
-  "version" "1.0.0"
-
 "delegates@^1.0.0":
   "integrity" "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
   "resolved" "https://registry.nlark.com/delegates/download/delegates-1.0.0.tgz"
   "version" "1.0.0"
 
-"depd@~1.1.2":
-  "integrity" "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
-  "resolved" "https://registry.nlark.com/depd/download/depd-1.1.2.tgz"
-  "version" "1.1.2"
-
 "detect-libc@^1.0.3":
   "integrity" "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups="
   "resolved" "https://registry.nlark.com/detect-libc/download/detect-libc-1.0.3.tgz"
@@ -566,50 +422,6 @@
   "resolved" "https://registry.npmmirror.com/es6-promise-plugin/-/es6-promise-plugin-4.2.2.tgz"
   "version" "4.2.2"
 
-"es6-promise@^4.0.3":
-  "integrity" "sha1-TrIVlMlyvEBVPSduUQU5FD21Pgo="
-  "resolved" "https://registry.nlark.com/es6-promise/download/es6-promise-4.2.8.tgz"
-  "version" "4.2.8"
-
-"es6-promisify@^5.0.0":
-  "integrity" "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM="
-  "resolved" "https://registry.nlark.com/es6-promisify/download/es6-promisify-5.0.0.tgz"
-  "version" "5.0.0"
-  dependencies:
-    "es6-promise" "^4.0.3"
-
-"escodegen@1.x.x":
-  "integrity" "sha1-TnuB+6YVgdyXWC7XjKt/Do1j9QM="
-  "resolved" "https://registry.nlark.com/escodegen/download/escodegen-1.14.3.tgz"
-  "version" "1.14.3"
-  dependencies:
-    "esprima" "^4.0.1"
-    "estraverse" "^4.2.0"
-    "esutils" "^2.0.2"
-    "optionator" "^0.8.1"
-  optionalDependencies:
-    "source-map" "~0.6.1"
-
-"esprima@^4.0.1":
-  "integrity" "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE="
-  "resolved" "https://registry.nlark.com/esprima/download/esprima-4.0.1.tgz"
-  "version" "4.0.1"
-
-"esprima@3.x.x":
-  "integrity" "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM="
-  "resolved" "https://registry.nlark.com/esprima/download/esprima-3.1.3.tgz"
-  "version" "3.1.3"
-
-"estraverse@^4.2.0":
-  "integrity" "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0="
-  "resolved" "https://registry.npmmirror.com/estraverse/download/estraverse-4.3.0.tgz"
-  "version" "4.3.0"
-
-"esutils@^2.0.2":
-  "integrity" "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q="
-  "resolved" "https://registry.npm.taobao.org/esutils/download/esutils-2.0.3.tgz"
-  "version" "2.0.3"
-
 "execa@^4.0.2":
   "integrity" "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA=="
   "resolved" "https://registry.npmmirror.com/execa/-/execa-4.1.0.tgz"
@@ -630,16 +442,6 @@
   "resolved" "https://registry.npm.taobao.org/expand-template/download/expand-template-2.0.3.tgz"
   "version" "2.0.3"
 
-"extend@~3.0.2":
-  "integrity" "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo="
-  "resolved" "https://registry.nlark.com/extend/download/extend-3.0.2.tgz"
-  "version" "3.0.2"
-
-"extend@3.0.0":
-  "integrity" "sha1-WkdDU7nzNT3dgXbf03uRyDpG8dQ="
-  "resolved" "https://registry.nlark.com/extend/download/extend-3.0.0.tgz"
-  "version" "3.0.0"
-
 "extsprintf@^1.4.0":
   "integrity" "sha1-jRcsBkhn8jXAyEpZaAbSeb9LzAc="
   "resolved" "https://registry.npmmirror.com/extsprintf/download/extsprintf-1.4.1.tgz?cache=0&sync_timestamp=1635889863507&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fextsprintf%2Fdownload%2Fextsprintf-1.4.1.tgz"
@@ -661,11 +463,6 @@
   "resolved" "https://registry.nlark.com/fast-json-parse/download/fast-json-parse-1.0.3.tgz"
   "version" "1.0.3"
 
-"fast-levenshtein@~2.0.6":
-  "integrity" "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
-  "resolved" "https://registry.npm.taobao.org/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz"
-  "version" "2.0.6"
-
 "fastq@^1.6.0":
   "integrity" "sha1-YWdg+Ip1Jr38WWt8q4wYk4w2uYw="
   "resolved" "https://registry.nlark.com/fastq/download/fastq-1.13.0.tgz?cache=0&sync_timestamp=1631609698424&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffastq%2Fdownload%2Ffastq-1.13.0.tgz"
@@ -673,11 +470,6 @@
   dependencies:
     "reusify" "^1.0.4"
 
-"file-uri-to-path@1":
-  "integrity" "sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90="
-  "resolved" "https://registry.nlark.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz"
-  "version" "1.0.0"
-
 "fill-range@^7.0.1":
   "integrity" "sha1-GRmmp8df44ssfHflGYU12prN2kA="
   "resolved" "https://registry.nlark.com/fill-range/download/fill-range-7.0.1.tgz"
@@ -685,20 +477,6 @@
   dependencies:
     "to-regex-range" "^5.0.1"
 
-"form-data@1.0.0-rc3":
-  "integrity" "sha1-01vGLn+8KTeuePlIqqDTjZBgdXc="
-  "resolved" "https://registry.nlark.com/form-data/download/form-data-1.0.0-rc3.tgz"
-  "version" "1.0.0-rc3"
-  dependencies:
-    "async" "^1.4.0"
-    "combined-stream" "^1.0.5"
-    "mime-types" "^2.1.3"
-
-"formidable@~1.0.14":
-  "integrity" "sha1-71SRSQ+UM7cF+qdyScmQKa40hVk="
-  "resolved" "https://registry.npmmirror.com/formidable/download/formidable-1.0.17.tgz"
-  "version" "1.0.17"
-
 "fs-constants@^1.0.0":
   "integrity" "sha1-a+Dem+mYzhavivwkSXue6bfM2a0="
   "resolved" "https://registry.nlark.com/fs-constants/download/fs-constants-1.0.0.tgz"
@@ -719,14 +497,6 @@
   "resolved" "https://registry.nlark.com/fs.realpath/download/fs.realpath-1.0.0.tgz"
   "version" "1.0.0"
 
-"ftp@~0.3.10":
-  "integrity" "sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0="
-  "resolved" "https://registry.nlark.com/ftp/download/ftp-0.3.10.tgz"
-  "version" "0.3.10"
-  dependencies:
-    "readable-stream" "1.1.x"
-    "xregexp" "2.0.0"
-
 "function-bind@^1.1.1":
   "integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
   "resolved" "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz"
@@ -753,18 +523,6 @@
   dependencies:
     "pump" "^3.0.0"
 
-"get-uri@^2.0.0":
-  "integrity" "sha1-1JN6uBniGNTLWuGOT1livvFpzGo="
-  "resolved" "https://registry.npmmirror.com/get-uri/download/get-uri-2.0.4.tgz?cache=0&sync_timestamp=1632378119341&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fget-uri%2Fdownload%2Fget-uri-2.0.4.tgz"
-  "version" "2.0.4"
-  dependencies:
-    "data-uri-to-buffer" "1"
-    "debug" "2"
-    "extend" "~3.0.2"
-    "file-uri-to-path" "1"
-    "ftp" "~0.3.10"
-    "readable-stream" "2"
-
 "github-from-package@0.0.0":
   "integrity" "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4="
   "resolved" "https://registry.npmmirror.com/github-from-package/download/github-from-package-0.0.0.tgz"
@@ -806,45 +564,11 @@
   dependencies:
     "function-bind" "^1.1.1"
 
-"http-errors@1.8.1":
-  "integrity" "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g=="
-  "resolved" "https://registry.npmmirror.com/http-errors/download/http-errors-1.8.1.tgz?cache=0&sync_timestamp=1636932108220&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhttp-errors%2Fdownload%2Fhttp-errors-1.8.1.tgz"
-  "version" "1.8.1"
-  dependencies:
-    "depd" "~1.1.2"
-    "inherits" "2.0.4"
-    "setprototypeof" "1.2.0"
-    "statuses" ">= 1.5.0 < 2"
-    "toidentifier" "1.0.1"
-
-"http-proxy-agent@^2.1.0":
-  "integrity" "sha1-5IIb7vWyFCogJr1zkm/lN2McVAU="
-  "resolved" "https://registry.npmmirror.com/http-proxy-agent/download/http-proxy-agent-2.1.0.tgz"
-  "version" "2.1.0"
-  dependencies:
-    "agent-base" "4"
-    "debug" "3.1.0"
-
-"https-proxy-agent@^2.2.1":
-  "integrity" "sha1-TuenN6vZJniik9mzShr00NCMeHs="
-  "resolved" "https://registry.nlark.com/https-proxy-agent/download/https-proxy-agent-2.2.4.tgz"
-  "version" "2.2.4"
-  dependencies:
-    "agent-base" "^4.3.0"
-    "debug" "^3.1.0"
-
 "human-signals@^1.1.1":
   "integrity" "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="
   "resolved" "https://registry.npmmirror.com/human-signals/-/human-signals-1.1.1.tgz"
   "version" "1.1.1"
 
-"iconv-lite@0.4.24":
-  "integrity" "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs="
-  "resolved" "https://registry.nlark.com/iconv-lite/download/iconv-lite-0.4.24.tgz"
-  "version" "0.4.24"
-  dependencies:
-    "safer-buffer" ">= 2.1.2 < 3"
-
 "ieee754@^1.1.13":
   "integrity" "sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I="
   "resolved" "https://registry.nlark.com/ieee754/download/ieee754-1.2.1.tgz"
@@ -858,7 +582,7 @@
     "once" "^1.3.0"
     "wrappy" "1"
 
-"inherits@^2.0.3", "inherits@^2.0.4", "inherits@~2.0.1", "inherits@~2.0.3", "inherits@2", "inherits@2.0.4":
+"inherits@^2.0.3", "inherits@^2.0.4", "inherits@~2.0.3", "inherits@2":
   "integrity" "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
   "resolved" "https://registry.nlark.com/inherits/download/inherits-2.0.4.tgz"
   "version" "2.0.4"
@@ -893,20 +617,15 @@
     "plist" "^3.0.1"
     "simctl" "^2"
 
-"ip@^1.1.4", "ip@^1.1.5":
-  "integrity" "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
-  "resolved" "https://registry.nlark.com/ip/download/ip-1.1.5.tgz?cache=0&sync_timestamp=1624607989560&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fip%2Fdownload%2Fip-1.1.5.tgz"
-  "version" "1.1.5"
-
 "is-arrayish@^0.3.1":
   "integrity" "sha1-RXSirlb3qyBolvtDHq7tBm/fjwM="
   "resolved" "https://registry.nlark.com/is-arrayish/download/is-arrayish-0.3.2.tgz"
   "version" "0.3.2"
 
 "is-core-module@^2.9.0":
-  "integrity" "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A=="
-  "resolved" "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.9.0.tgz"
-  "version" "2.9.0"
+  "integrity" "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw=="
+  "resolved" "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz"
+  "version" "2.11.0"
   dependencies:
     "has" "^1.0.3"
 
@@ -949,11 +668,6 @@
   "resolved" "https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz"
   "version" "1.0.0"
 
-"isarray@0.0.1":
-  "integrity" "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
-  "resolved" "https://registry.npm.taobao.org/isarray/download/isarray-0.0.1.tgz"
-  "version" "0.0.1"
-
 "isexe@^2.0.0":
   "integrity" "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
   "resolved" "https://registry.nlark.com/isexe/download/isexe-2.0.0.tgz"
@@ -968,27 +682,11 @@
   optionalDependencies:
     "graceful-fs" "^4.1.6"
 
-"levn@~0.3.0":
-  "integrity" "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4="
-  "resolved" "https://registry.nlark.com/levn/download/levn-0.3.0.tgz"
-  "version" "0.3.0"
-  dependencies:
-    "prelude-ls" "~1.1.2"
-    "type-check" "~0.3.2"
-
 "lodash@^4.17.15":
   "integrity" "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw="
   "resolved" "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz"
   "version" "4.17.21"
 
-"lru-cache@^4.1.2":
-  "integrity" "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80="
-  "resolved" "https://registry.nlark.com/lru-cache/download/lru-cache-4.1.5.tgz"
-  "version" "4.1.5"
-  dependencies:
-    "pseudomap" "^1.0.2"
-    "yallist" "^2.1.2"
-
 "lru-cache@^6.0.0":
   "integrity" "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ="
   "resolved" "https://registry.nlark.com/lru-cache/download/lru-cache-6.0.0.tgz"
@@ -1006,11 +704,6 @@
   "resolved" "https://registry.nlark.com/merge2/download/merge2-1.4.1.tgz"
   "version" "1.4.1"
 
-"methods@~1.1.1":
-  "integrity" "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
-  "resolved" "https://registry.nlark.com/methods/download/methods-1.1.2.tgz"
-  "version" "1.1.2"
-
 "micromatch@^4.0.4":
   "integrity" "sha1-iW1Rnf6dsl/OlM63pQCRm/iB6/k="
   "resolved" "https://registry.nlark.com/micromatch/download/micromatch-4.0.4.tgz"
@@ -1019,23 +712,6 @@
     "braces" "^3.0.1"
     "picomatch" "^2.2.3"
 
-"mime-db@1.51.0":
-  "integrity" "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g=="
-  "resolved" "https://registry.npmmirror.com/mime-db/download/mime-db-1.51.0.tgz?cache=0&sync_timestamp=1636426024486&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmime-db%2Fdownload%2Fmime-db-1.51.0.tgz"
-  "version" "1.51.0"
-
-"mime-types@^2.1.3":
-  "integrity" "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A=="
-  "resolved" "https://registry.npmmirror.com/mime-types/download/mime-types-2.1.34.tgz?cache=0&sync_timestamp=1636432373429&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmime-types%2Fdownload%2Fmime-types-2.1.34.tgz"
-  "version" "2.1.34"
-  dependencies:
-    "mime-db" "1.51.0"
-
-"mime@1.3.4":
-  "integrity" "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM="
-  "resolved" "https://registry.npmmirror.com/mime/download/mime-1.3.4.tgz"
-  "version" "1.3.4"
-
 "mimic-fn@^2.1.0":
   "integrity" "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
   "resolved" "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz"
@@ -1068,26 +744,11 @@
   "resolved" "https://registry.npmmirror.com/mkpath/-/mkpath-1.0.0.tgz"
   "version" "1.0.0"
 
-"ms@^2.1.1":
-  "integrity" "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI="
-  "resolved" "https://registry.npmmirror.com/ms/download/ms-2.1.3.tgz"
-  "version" "2.1.3"
-
-"ms@2.0.0":
-  "integrity" "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
-  "resolved" "https://registry.npmmirror.com/ms/download/ms-2.0.0.tgz"
-  "version" "2.0.0"
-
 "napi-build-utils@^1.0.1":
   "integrity" "sha1-sf3cCyxG44Cgt6dvmE3UfEGhOAY="
   "resolved" "https://registry.nlark.com/napi-build-utils/download/napi-build-utils-1.0.2.tgz"
   "version" "1.0.2"
 
-"netmask@^1.0.6":
-  "integrity" "sha1-ICl+idhvb2QA8lDZ9Pa0wZRfzTU="
-  "resolved" "https://registry.nlark.com/netmask/download/netmask-1.0.6.tgz"
-  "version" "1.0.6"
-
 "node-abi@^3.3.0":
   "integrity" "sha512-LtHvNIBgOy5mO8mPEUtkCW/YCRWYEKshIvqhe1GHHyXEHEB5mgICyYnAcl4qan3uFeRROErKGzatFHPf6kDxWw=="
   "resolved" "https://registry.npmmirror.com/node-abi/download/node-abi-3.5.0.tgz?cache=0&sync_timestamp=1637029404706&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fnode-abi%2Fdownload%2Fnode-abi-3.5.0.tgz"
@@ -1173,18 +834,6 @@
   dependencies:
     "mimic-fn" "^2.1.0"
 
-"optionator@^0.8.1":
-  "integrity" "sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU="
-  "resolved" "https://registry.npm.taobao.org/optionator/download/optionator-0.8.3.tgz"
-  "version" "0.8.3"
-  dependencies:
-    "deep-is" "~0.1.3"
-    "fast-levenshtein" "~2.0.6"
-    "levn" "~0.3.0"
-    "prelude-ls" "~1.1.2"
-    "type-check" "~0.3.2"
-    "word-wrap" "~1.2.3"
-
 "os-homedir@^1.0.0":
   "integrity" "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ=="
   "resolved" "https://registry.npmmirror.com/os-homedir/-/os-homedir-1.0.2.tgz"
@@ -1213,31 +862,6 @@
   "resolved" "https://registry.npmmirror.com/p-try/download/p-try-2.2.0.tgz?cache=0&sync_timestamp=1633364462890&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fp-try%2Fdownload%2Fp-try-2.2.0.tgz"
   "version" "2.2.0"
 
-"pac-proxy-agent@^2.0.1":
-  "integrity" "sha1-kNn2cwqw9NJgfc3NTT1kGqJsOJY="
-  "resolved" "https://registry.nlark.com/pac-proxy-agent/download/pac-proxy-agent-2.0.2.tgz?cache=0&sync_timestamp=1626127218505&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpac-proxy-agent%2Fdownload%2Fpac-proxy-agent-2.0.2.tgz"
-  "version" "2.0.2"
-  dependencies:
-    "agent-base" "^4.2.0"
-    "debug" "^3.1.0"
-    "get-uri" "^2.0.0"
-    "http-proxy-agent" "^2.1.0"
-    "https-proxy-agent" "^2.2.1"
-    "pac-resolver" "^3.0.0"
-    "raw-body" "^2.2.0"
-    "socks-proxy-agent" "^3.0.0"
-
-"pac-resolver@^3.0.0":
-  "integrity" "sha1-auoweH2wqJFwTet4AKcip2FabyY="
-  "resolved" "https://registry.nlark.com/pac-resolver/download/pac-resolver-3.0.0.tgz?cache=0&sync_timestamp=1626127235142&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpac-resolver%2Fdownload%2Fpac-resolver-3.0.0.tgz"
-  "version" "3.0.0"
-  dependencies:
-    "co" "^4.6.0"
-    "degenerator" "^1.0.4"
-    "ip" "^1.1.5"
-    "netmask" "^1.0.6"
-    "thunkify" "^2.1.2"
-
 "path-is-absolute@^1.0.0":
   "integrity" "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
   "resolved" "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz"
@@ -1290,11 +914,6 @@
     "tar-fs" "^2.0.0"
     "tunnel-agent" "^0.6.0"
 
-"prelude-ls@~1.1.2":
-  "integrity" "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
-  "resolved" "https://registry.nlark.com/prelude-ls/download/prelude-ls-1.1.2.tgz"
-  "version" "1.1.2"
-
 "process-nextick-args@~2.0.0":
   "integrity" "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
   "resolved" "https://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-2.0.1.tgz"
@@ -1307,30 +926,6 @@
   dependencies:
     "string.prototype.codepointat" "^0.2.0"
 
-"proxy-agent@2":
-  "integrity" "sha1-PUnYY9Rs9fN8qDlISDRuoCNz6sY="
-  "resolved" "https://registry.nlark.com/proxy-agent/download/proxy-agent-2.3.1.tgz"
-  "version" "2.3.1"
-  dependencies:
-    "agent-base" "^4.2.0"
-    "debug" "^3.1.0"
-    "http-proxy-agent" "^2.1.0"
-    "https-proxy-agent" "^2.2.1"
-    "lru-cache" "^4.1.2"
-    "pac-proxy-agent" "^2.0.1"
-    "proxy-from-env" "^1.0.0"
-    "socks-proxy-agent" "^3.0.0"
-
-"proxy-from-env@^1.0.0":
-  "integrity" "sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I="
-  "resolved" "https://registry.nlark.com/proxy-from-env/download/proxy-from-env-1.1.0.tgz"
-  "version" "1.1.0"
-
-"pseudomap@^1.0.2":
-  "integrity" "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
-  "resolved" "https://registry.nlark.com/pseudomap/download/pseudomap-1.0.2.tgz"
-  "version" "1.0.2"
-
 "pump@^3.0.0":
   "integrity" "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ="
   "resolved" "https://registry.nlark.com/pump/download/pump-3.0.0.tgz?cache=0&sync_timestamp=1624607960506&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpump%2Fdownload%2Fpump-3.0.0.tgz"
@@ -1339,7 +934,7 @@
     "end-of-stream" "^1.1.0"
     "once" "^1.3.1"
 
-"q@^1.4.1", "q@^1.5.1":
+"q@^1.5.1":
   "integrity" "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
   "resolved" "https://registry.nlark.com/q/download/q-1.5.1.tgz"
   "version" "1.5.1"
@@ -1349,26 +944,11 @@
   "resolved" "https://registry.npmmirror.com/qrcode-reader/-/qrcode-reader-1.0.4.tgz"
   "version" "1.0.4"
 
-"qs@2.3.3":
-  "integrity" "sha1-6eha2+ddoLvkyOBHaghikPhjtAQ="
-  "resolved" "https://registry.nlark.com/qs/download/qs-2.3.3.tgz"
-  "version" "2.3.3"
-
 "queue-microtask@^1.2.2":
   "integrity" "sha1-SSkii7xyTfrEPg77BYyve2z7YkM="
   "resolved" "https://registry.nlark.com/queue-microtask/download/queue-microtask-1.2.3.tgz"
   "version" "1.2.3"
 
-"raw-body@^2.2.0":
-  "integrity" "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ=="
-  "resolved" "https://registry.npmmirror.com/raw-body/download/raw-body-2.4.2.tgz?cache=0&sync_timestamp=1637116849434&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fraw-body%2Fdownload%2Fraw-body-2.4.2.tgz"
-  "version" "2.4.2"
-  dependencies:
-    "bytes" "3.1.1"
-    "http-errors" "1.8.1"
-    "iconv-lite" "0.4.24"
-    "unpipe" "1.0.0"
-
 "rc@^1.2.7":
   "integrity" "sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0="
   "resolved" "https://registry.nlark.com/rc/download/rc-1.2.8.tgz"
@@ -1409,39 +989,6 @@
     "string_decoder" "^1.1.1"
     "util-deprecate" "^1.0.1"
 
-"readable-stream@1.0.27-1":
-  "integrity" "sha1-a2eYPCA1fO/QfwFlABoW1xDZEHg="
-  "resolved" "https://registry.nlark.com/readable-stream/download/readable-stream-1.0.27-1.tgz"
-  "version" "1.0.27-1"
-  dependencies:
-    "core-util-is" "~1.0.0"
-    "inherits" "~2.0.1"
-    "isarray" "0.0.1"
-    "string_decoder" "~0.10.x"
-
-"readable-stream@1.1.x":
-  "integrity" "sha1-fPTFTvZI44EwhMY23SB54WbAgdk="
-  "resolved" "https://registry.nlark.com/readable-stream/download/readable-stream-1.1.14.tgz"
-  "version" "1.1.14"
-  dependencies:
-    "core-util-is" "~1.0.0"
-    "inherits" "~2.0.1"
-    "isarray" "0.0.1"
-    "string_decoder" "~0.10.x"
-
-"readable-stream@2":
-  "integrity" "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c="
-  "resolved" "https://registry.nlark.com/readable-stream/download/readable-stream-2.3.7.tgz"
-  "version" "2.3.7"
-  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"
-
 "rechoir@^0.6.2":
   "integrity" "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw=="
   "resolved" "https://registry.npmmirror.com/rechoir/-/rechoir-0.6.2.tgz"
@@ -1449,16 +996,6 @@
   dependencies:
     "resolve" "^1.1.6"
 
-"recursive-fs@0.1.4":
-  "integrity" "sha1-R+CLHdq419mpYKoNDa6nb4dbY/o="
-  "resolved" "https://registry.nlark.com/recursive-fs/download/recursive-fs-0.1.4.tgz"
-  "version" "0.1.4"
-
-"reduce-component@1.0.1":
-  "integrity" "sha1-4Mk1QsV0UhvqE98PlIjtgqt3xdo="
-  "resolved" "https://registry.npm.taobao.org/reduce-component/download/reduce-component-1.0.1.tgz"
-  "version" "1.0.1"
-
 "resolve@^1.1.6":
   "integrity" "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw=="
   "resolved" "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz"
@@ -1490,11 +1027,6 @@
   "resolved" "https://registry.nlark.com/safe-buffer/download/safe-buffer-5.1.2.tgz?cache=0&sync_timestamp=1618847044058&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsafe-buffer%2Fdownload%2Fsafe-buffer-5.1.2.tgz"
   "version" "5.1.2"
 
-"safer-buffer@>= 2.1.2 < 3":
-  "integrity" "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
-  "resolved" "https://registry.nlark.com/safer-buffer/download/safer-buffer-2.1.2.tgz"
-  "version" "2.1.2"
-
 "sax@>=0.6.0", "sax@1.1.4":
   "integrity" "sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk="
   "resolved" "https://registry.nlark.com/sax/download/sax-1.1.4.tgz"
@@ -1527,11 +1059,6 @@
   "resolved" "https://registry.nlark.com/set-blocking/download/set-blocking-2.0.0.tgz"
   "version" "2.0.0"
 
-"setprototypeof@1.2.0":
-  "integrity" "sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ="
-  "resolved" "https://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.2.0.tgz"
-  "version" "1.2.0"
-
 "sharp@^0.29.3":
   "integrity" "sha512-fKWUuOw77E4nhpyzCCJR1ayrttHoFHBT2U/kR/qEMRhvPEcluG4BKj324+SCO1e84+knXHwhJ1HHJGnUt4ElGA=="
   "resolved" "https://registry.npmmirror.com/sharp/download/sharp-0.29.3.tgz"
@@ -1610,42 +1137,6 @@
   dependencies:
     "is-arrayish" "^0.3.1"
 
-"slash@1.0.0":
-  "integrity" "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
-  "resolved" "https://registry.nlark.com/slash/download/slash-1.0.0.tgz"
-  "version" "1.0.0"
-
-"smart-buffer@^1.0.13":
-  "integrity" "sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY="
-  "resolved" "https://registry.nlark.com/smart-buffer/download/smart-buffer-1.1.15.tgz"
-  "version" "1.1.15"
-
-"socks-proxy-agent@^3.0.0":
-  "integrity" "sha1-Lq58+OKoLTRWV2FTmn+XGMVhdlk="
-  "resolved" "https://registry.npmmirror.com/socks-proxy-agent/download/socks-proxy-agent-3.0.1.tgz"
-  "version" "3.0.1"
-  dependencies:
-    "agent-base" "^4.1.0"
-    "socks" "^1.1.10"
-
-"socks@^1.1.10":
-  "integrity" "sha1-W4t/x8jzQcU+0FbpKbe/Tei6e1o="
-  "resolved" "https://registry.nlark.com/socks/download/socks-1.1.10.tgz"
-  "version" "1.1.10"
-  dependencies:
-    "ip" "^1.1.4"
-    "smart-buffer" "^1.0.13"
-
-"source-map@~0.6.1":
-  "integrity" "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
-  "resolved" "https://registry.nlark.com/source-map/download/source-map-0.6.1.tgz"
-  "version" "0.6.1"
-
-"statuses@>= 1.5.0 < 2":
-  "integrity" "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
-  "resolved" "https://registry.nlark.com/statuses/download/statuses-1.5.0.tgz"
-  "version" "1.5.0"
-
 "stream-buffers@2.2.x":
   "integrity" "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ="
   "resolved" "https://registry.nlark.com/stream-buffers/download/stream-buffers-2.2.0.tgz"
@@ -1658,11 +1149,6 @@
   dependencies:
     "safe-buffer" "~5.2.0"
 
-"string_decoder@~0.10.x":
-  "integrity" "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
-  "resolved" "https://registry.nlark.com/string_decoder/download/string_decoder-0.10.31.tgz"
-  "version" "0.10.31"
-
 "string_decoder@~1.1.1":
   "integrity" "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g="
   "resolved" "https://registry.nlark.com/string_decoder/download/string_decoder-1.1.1.tgz"
@@ -1706,31 +1192,6 @@
   "resolved" "https://registry.nlark.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz"
   "version" "2.0.1"
 
-"superagent-proxy@^1.0.0":
-  "integrity" "sha1-rPp3ZnLxHCSpCtV16FXe+L5E90E="
-  "resolved" "https://registry.nlark.com/superagent-proxy/download/superagent-proxy-1.0.3.tgz"
-  "version" "1.0.3"
-  dependencies:
-    "debug" "^3.1.0"
-    "proxy-agent" "2"
-
-"superagent@^1.7.2", "superagent@>= 0.15.4 || 1 || 2 || 3":
-  "integrity" "sha1-HA3cOvMOgOuE68BcshItqP6UC1U="
-  "resolved" "https://registry.nlark.com/superagent/download/superagent-1.8.5.tgz"
-  "version" "1.8.5"
-  dependencies:
-    "component-emitter" "~1.2.0"
-    "cookiejar" "2.0.6"
-    "debug" "2"
-    "extend" "3.0.0"
-    "form-data" "1.0.0-rc3"
-    "formidable" "~1.0.14"
-    "methods" "~1.1.1"
-    "mime" "1.3.4"
-    "qs" "2.3.3"
-    "readable-stream" "1.0.27-1"
-    "reduce-component" "1.0.1"
-
 "supports-preserve-symlinks-flag@^1.0.0":
   "integrity" "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
   "resolved" "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
@@ -1762,11 +1223,6 @@
     "inherits" "^2.0.3"
     "readable-stream" "^3.1.1"
 
-"thunkify@^2.1.2":
-  "integrity" "sha1-+qDp0jDFGsyVyhOjYawFyn4EVT0="
-  "resolved" "https://registry.nlark.com/thunkify/download/thunkify-2.1.2.tgz"
-  "version" "2.1.2"
-
 "to-regex-range@^5.0.1":
   "integrity" "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ="
   "resolved" "https://registry.nlark.com/to-regex-range/download/to-regex-range-5.0.1.tgz"
@@ -1774,16 +1230,6 @@
   dependencies:
     "is-number" "^7.0.0"
 
-"toidentifier@1.0.1":
-  "integrity" "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
-  "resolved" "https://registry.npmmirror.com/toidentifier/download/toidentifier-1.0.1.tgz?cache=0&sync_timestamp=1636938499270&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftoidentifier%2Fdownload%2Ftoidentifier-1.0.1.tgz"
-  "version" "1.0.1"
-
-"tslib@^2.0.1":
-  "integrity" "sha1-6KM1rdXOrlGqJh0ypJAVjvBC7wE="
-  "resolved" "https://registry.nlark.com/tslib/download/tslib-2.3.1.tgz?cache=0&sync_timestamp=1628722556410&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-2.3.1.tgz"
-  "version" "2.3.1"
-
 "tunnel-agent@^0.6.0":
   "integrity" "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0="
   "resolved" "https://registry.nlark.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz"
@@ -1791,13 +1237,6 @@
   dependencies:
     "safe-buffer" "^5.0.1"
 
-"type-check@~0.3.2":
-  "integrity" "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I="
-  "resolved" "https://registry.nlark.com/type-check/download/type-check-0.3.2.tgz"
-  "version" "0.3.2"
-  dependencies:
-    "prelude-ls" "~1.1.2"
-
 "underscore@^1.9.2":
   "integrity" "sha1-DBxr0t9UtrafIxQGbWW2zeb8+dE="
   "resolved" "https://registry.npm.taobao.org/underscore/download/underscore-1.13.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funderscore%2Fdownload%2Funderscore-1.13.1.tgz"
@@ -1813,11 +1252,6 @@
   "resolved" "https://registry.npmmirror.com/unorm/-/unorm-1.6.0.tgz"
   "version" "1.6.0"
 
-"unpipe@1.0.0":
-  "integrity" "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
-  "resolved" "https://registry.nlark.com/unpipe/download/unpipe-1.0.0.tgz"
-  "version" "1.0.0"
-
 "util-deprecate@^1.0.1", "util-deprecate@~1.0.1":
   "integrity" "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
   "resolved" "https://registry.nlark.com/util-deprecate/download/util-deprecate-1.0.2.tgz"
@@ -1863,11 +1297,6 @@
     "p-try" "^2.1.0"
     "pify" "^4.0.1"
 
-"word-wrap@~1.2.3":
-  "integrity" "sha1-YQY29rH3A4kb00dxzLF/uTtHB5w="
-  "resolved" "https://registry.nlark.com/word-wrap/download/word-wrap-1.2.3.tgz"
-  "version" "1.2.3"
-
 "wrappy@1":
   "integrity" "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
   "resolved" "https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz?cache=0&sync_timestamp=1619133505879&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwrappy%2Fdownload%2Fwrappy-1.0.2.tgz"
@@ -1917,24 +1346,7 @@
   "resolved" "https://registry.nlark.com/xmlbuilder/download/xmlbuilder-11.0.1.tgz"
   "version" "11.0.1"
 
-"xregexp@2.0.0":
-  "integrity" "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM="
-  "resolved" "https://registry.nlark.com/xregexp/download/xregexp-2.0.0.tgz"
-  "version" "2.0.0"
-
-"yallist@^2.1.2":
-  "integrity" "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
-  "resolved" "https://registry.nlark.com/yallist/download/yallist-2.1.2.tgz?cache=0&sync_timestamp=1624607893982&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyallist%2Fdownload%2Fyallist-2.1.2.tgz"
-  "version" "2.1.2"
-
 "yallist@^4.0.0":
   "integrity" "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI="
   "resolved" "https://registry.nlark.com/yallist/download/yallist-4.0.0.tgz?cache=0&sync_timestamp=1624607893982&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyallist%2Fdownload%2Fyallist-4.0.0.tgz"
   "version" "4.0.0"
-
-"yazl@^2.4.1":
-  "integrity" "sha1-o9ZdPdZZpbCTeFDoYJ8i//orXDU="
-  "resolved" "https://registry.nlark.com/yazl/download/yazl-2.5.1.tgz"
-  "version" "2.5.1"
-  dependencies:
-    "buffer-crc32" "~0.2.3"

Some files were not shown because too many files changed in this diff