summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-09 07:17:37 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-09 07:17:37 +0000
commitfaf268d9f46f6de0da6bf1d1ec7164257e79633d (patch)
tree67f9fde04f087041abb7fc4cca6c4d8ec41429ed /package-lock.json
parent542398c8c7b24cf1a364d9cff6743f6708c5dc24 (diff)
[김준회] fast-xml-parser 의존성 추가 (SOAP XLM 파싱)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index d5eaca9e..c6d28c8e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -65,6 +65,7 @@
"drizzle-seed": "^0.1.3",
"embla-carousel-react": "^8.5.1",
"exceljs": "^4.4.0",
+ "fast-xml-parser": "^5.2.2",
"file-saver": "^2.0.5",
"formidable": "^3.5.2",
"handlebars": "^4.7.8",
@@ -7945,6 +7946,24 @@
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
"license": "MIT"
},
+ "node_modules/fast-xml-parser": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz",
+ "integrity": "sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==",
+ "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.17.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
@@ -12966,6 +12985,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/strnum": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.0.tgz",
+ "integrity": "sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/NaturalIntelligence"
+ }
+ ],
+ "license": "MIT"
+ },
"node_modules/styled-jsx": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",