|
@@ -9,9 +9,11 @@
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"axios": "^1.13.2",
|
|
"axios": "^1.13.2",
|
|
|
- "klinecharts": "^10.0.0-beta1",
|
|
|
|
|
|
|
+ "html2canvas": "^1.4.1",
|
|
|
|
|
+ "klinecharts": "^8.6.3",
|
|
|
"vant": "^4.9.21",
|
|
"vant": "^4.9.21",
|
|
|
"vue": "^3.2.13",
|
|
"vue": "^3.2.13",
|
|
|
|
|
+ "vue-i18n": "^11.2.2",
|
|
|
"vue-router": "^4.0.3",
|
|
"vue-router": "^4.0.3",
|
|
|
"vuex": "^4.0.0"
|
|
"vuex": "^4.0.0"
|
|
|
},
|
|
},
|
|
@@ -19,6 +21,7 @@
|
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
|
|
|
+ "babel-plugin-import": "^1.13.8",
|
|
|
"less": "^4.0.0",
|
|
"less": "^4.0.0",
|
|
|
"less-loader": "^8.0.0"
|
|
"less-loader": "^8.0.0"
|
|
|
}
|
|
}
|
|
@@ -60,6 +63,23 @@
|
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@babel/generator": {
|
|
|
|
|
+ "version": "7.28.5",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/parser": "^7.28.5",
|
|
|
|
|
+ "@babel/types": "^7.28.5",
|
|
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.12",
|
|
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.28",
|
|
|
|
|
+ "jsesc": "^3.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
|
"version": "7.27.2",
|
|
"version": "7.27.2",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
@@ -76,6 +96,30 @@
|
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@babel/helper-globals": {
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/helper-module-imports": {
|
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/traverse": "^7.27.1",
|
|
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"node_modules/@babel/helper-string-parser": {
|
|
|
"version": "7.27.1",
|
|
"version": "7.27.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
@@ -115,6 +159,40 @@
|
|
|
"node": ">=6.0.0"
|
|
"node": ">=6.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@babel/template": {
|
|
|
|
|
+ "version": "7.27.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/code-frame": "^7.27.1",
|
|
|
|
|
+ "@babel/parser": "^7.27.2",
|
|
|
|
|
+ "@babel/types": "^7.27.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@babel/traverse": {
|
|
|
|
|
+ "version": "7.28.5",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/code-frame": "^7.27.1",
|
|
|
|
|
+ "@babel/generator": "^7.28.5",
|
|
|
|
|
+ "@babel/helper-globals": "^7.28.0",
|
|
|
|
|
+ "@babel/parser": "^7.28.5",
|
|
|
|
|
+ "@babel/template": "^7.27.2",
|
|
|
|
|
+ "@babel/types": "^7.28.5",
|
|
|
|
|
+ "debug": "^4.3.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@babel/types": {
|
|
"node_modules/@babel/types": {
|
|
|
"version": "7.28.5",
|
|
"version": "7.28.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
|
|
@@ -151,6 +229,50 @@
|
|
|
"@hapi/hoek": "^9.0.0"
|
|
"@hapi/hoek": "^9.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@intlify/core-base": {
|
|
|
|
|
+ "version": "11.2.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.2.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-0mCTBOLKIqFUP3BzwuFW23hYEl9g/wby6uY//AC5hTgQfTsM2srCYF2/hYGp+a5DZ/HIFIgKkLJMzXTt30r0JQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@intlify/message-compiler": "11.2.2",
|
|
|
|
|
+ "@intlify/shared": "11.2.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/kazupon"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@intlify/message-compiler": {
|
|
|
|
|
+ "version": "11.2.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.2.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-XS2p8Ff5JxWsKhgfld4/MRQzZRQ85drMMPhb7Co6Be4ZOgqJX1DzcZt0IFgGTycgqL8rkYNwgnD443Q+TapOoA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@intlify/shared": "11.2.2",
|
|
|
|
|
+ "source-map-js": "^1.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/kazupon"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@intlify/shared": {
|
|
|
|
|
+ "version": "11.2.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.2.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-OtCmyFpSXxNu/oET/aN6HtPCbZ01btXVd0f3w00YsHOb13Kverk1jzA2k47pAekM55qbUw421fvPF1yxZ+gicw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/kazupon"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
|
"version": "0.3.13",
|
|
"version": "0.3.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
@@ -1428,12 +1550,31 @@
|
|
|
"proxy-from-env": "^1.1.0"
|
|
"proxy-from-env": "^1.1.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/babel-plugin-import": {
|
|
|
|
|
+ "version": "1.13.8",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-import/-/babel-plugin-import-1.13.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@babel/helper-module-imports": "^7.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/balanced-match": {
|
|
"node_modules/balanced-match": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/base64-arraybuffer": {
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.6.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/base64-js": {
|
|
"node_modules/base64-js": {
|
|
|
"version": "1.5.1",
|
|
"version": "1.5.1",
|
|
|
"resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
|
|
@@ -2178,6 +2319,15 @@
|
|
|
"postcss": "^8.0.9"
|
|
"postcss": "^8.0.9"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/css-line-break": {
|
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "utrie": "^1.0.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/css-loader": {
|
|
"node_modules/css-loader": {
|
|
|
"version": "6.11.0",
|
|
"version": "6.11.0",
|
|
|
"resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.11.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.11.0.tgz",
|
|
@@ -3767,6 +3917,19 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/html2canvas": {
|
|
|
|
|
+ "version": "1.4.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "css-line-break": "^2.1.0",
|
|
|
|
|
+ "text-segmentation": "^1.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/htmlparser2": {
|
|
"node_modules/htmlparser2": {
|
|
|
"version": "6.1.0",
|
|
"version": "6.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz",
|
|
@@ -4221,6 +4384,19 @@
|
|
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/jsesc": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "jsesc": "bin/jsesc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/json-parse-better-errors": {
|
|
"node_modules/json-parse-better-errors": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
@@ -4273,9 +4449,9 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/klinecharts": {
|
|
"node_modules/klinecharts": {
|
|
|
- "version": "10.0.0-beta1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/klinecharts/-/klinecharts-10.0.0-beta1.tgz",
|
|
|
|
|
- "integrity": "sha512-5ZxFGjJeZqt9+q45lZDhApC3kdgrk51i27uSpIELgXJLNgfSc0anlb8XkU+52LVrBYnTv9dFr8/Q7lG81vIV1w==",
|
|
|
|
|
|
|
+ "version": "8.6.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/klinecharts/-/klinecharts-8.6.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-hGDtWiMNywEDneZFmt+vZ6tOYutCDWV5FPBcXcn7L8kGwe73Q5yJayk8UzP9pIQSBWyxswWIySKh/BVFA6GhuQ==",
|
|
|
"license": "Apache-2.0"
|
|
"license": "Apache-2.0"
|
|
|
},
|
|
},
|
|
|
"node_modules/klona": {
|
|
"node_modules/klona": {
|
|
@@ -7271,6 +7447,15 @@
|
|
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/text-segmentation": {
|
|
|
|
|
+ "version": "1.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "utrie": "^1.0.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/thenify": {
|
|
"node_modules/thenify": {
|
|
|
"version": "3.3.1",
|
|
"version": "3.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
|
|
@@ -7495,6 +7680,15 @@
|
|
|
"node": ">= 0.4.0"
|
|
"node": ">= 0.4.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/utrie": {
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "base64-arraybuffer": "^1.0.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/uuid": {
|
|
"node_modules/uuid": {
|
|
|
"version": "8.3.2",
|
|
"version": "8.3.2",
|
|
|
"resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz",
|
|
@@ -7563,6 +7757,26 @@
|
|
|
"integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
|
|
"integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/vue-i18n": {
|
|
|
|
|
+ "version": "11.2.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.2.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-ULIKZyRluUPRCZmihVgUvpq8hJTtOqnbGZuv4Lz+byEKZq4mU0g92og414l6f/4ju+L5mORsiUuEPYrAuX2NJg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@intlify/core-base": "11.2.2",
|
|
|
|
|
+ "@intlify/shared": "11.2.2",
|
|
|
|
|
+ "@vue/devtools-api": "^6.5.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/kazupon"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vue": "^3.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/vue-loader": {
|
|
"node_modules/vue-loader": {
|
|
|
"version": "17.4.2",
|
|
"version": "17.4.2",
|
|
|
"resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-17.4.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-17.4.2.tgz",
|