|
@@ -20,6 +20,7 @@
|
|
|
"axios": "^1.11.0",
|
|
|
"electron-updater": "^6.6.2",
|
|
|
"element-plus": "^2.10.4",
|
|
|
+ "fast-xml-parser": "^5.2.5",
|
|
|
"insert-css": "^2.0.0",
|
|
|
"nprogress": "^0.2.0",
|
|
|
"pinia": "^3.0.3",
|
|
@@ -5284,6 +5285,24 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/fast-xml-parser": {
|
|
|
+ "version": "5.2.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
|
|
|
+ "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "strnum": "^2.1.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "fxparser": "src/cli/cli.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/fastq": {
|
|
|
"version": "1.19.1",
|
|
|
"resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
|
|
@@ -9475,6 +9494,18 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/strnum": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/strnum/-/strnum-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/sumchecker": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/sumchecker/-/sumchecker-3.0.1.tgz",
|