temp: add wx-minimp

This commit is contained in:
2025-03-01 13:50:00 +08:00
parent b6b11899f1
commit 2b7c7a8642
5 changed files with 142 additions and 1 deletions

28
app/pnpm-lock.yaml generated
View File

@@ -38,6 +38,9 @@ importers:
sequelize:
specifier: ^6.37.5
version: 6.37.5(pg@8.13.3)
xml2js:
specifier: ^0.6.2
version: 0.6.2
devDependencies:
'@kevisual/types':
specifier: ^0.0.6
@@ -75,6 +78,9 @@ importers:
'@types/node':
specifier: ^22.13.5
version: 22.13.5
'@types/xml2js':
specifier: ^0.4.14
version: 0.4.14
concurrently:
specifier: ^9.1.2
version: 9.1.2
@@ -544,6 +550,9 @@ packages:
'@types/validator@13.12.2':
resolution: {integrity: sha512-6SlHBzUW8Jhf3liqrGGXyTJSIFe4nqlJ5A5KaMZ2l/vbM3Wh3KSybots/wfWVzNLK4D1NZluDlSQIbIEPx6oyA==}
'@types/xml2js@0.4.14':
resolution: {integrity: sha512-4YnrRemBShWRO2QjvUin8ESA41rH+9nQGLUGZV/1IDhi3SL9OhdpNC/MrulTWuptXKwhx/aDxE7toV0f/ypIXQ==}
accepts@1.3.8:
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
engines: {node: '>= 0.6'}
@@ -2084,6 +2093,14 @@ packages:
utf-8-validate:
optional: true
xml2js@0.6.2:
resolution: {integrity: sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==}
engines: {node: '>=4.0.0'}
xmlbuilder@11.0.1:
resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
engines: {node: '>=4.0'}
xtend@4.0.2:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
engines: {node: '>=0.4'}
@@ -2482,6 +2499,10 @@ snapshots:
'@types/validator@13.12.2': {}
'@types/xml2js@0.4.14':
dependencies:
'@types/node': 22.13.5
accepts@1.3.8:
dependencies:
mime-types: 2.1.35
@@ -4274,6 +4295,13 @@ snapshots:
ws@8.18.0: {}
xml2js@0.6.2:
dependencies:
sax: 1.4.1
xmlbuilder: 11.0.1
xmlbuilder@11.0.1: {}
xtend@4.0.2: {}
y18n@5.0.8: {}