This commit is contained in:
Minghang Chen 2025-05-26 06:08:10 +01:00 committed by GitHub
commit 5361cf590f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 157 additions and 0 deletions

15
package-lock.json generated
View file

@ -13,6 +13,7 @@
"@astronautlabs/amf": "^0.0.6",
"@babel/polyfill": "^7.12.1",
"@blu3r4y/lzma": "^2.3.3",
"@dnspect/dns-ts": "^0.3.0",
"@wavesenterprise/crypto-gost-js": "^2.1.0-RC1",
"@xmldom/xmldom": "^0.8.10",
"argon2-browser": "^1.18.0",
@ -2627,6 +2628,20 @@
"node": ">=10.0.0"
}
},
"node_modules/@dnspect/dns-ts": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@dnspect/dns-ts/-/dns-ts-0.3.0.tgz",
"integrity": "sha512-XbzLcKSlsBRxg1U4xaKf0fGJS66hxu1LGPHs0UHWCI92BifTZsr2KaRouBcusil0VJ4ESgoR+HLU7tG4HrpFjA==",
"dependencies": {
"@dnspect/ip-address-ts": "0.2.1",
"base64-js": "1"
}
},
"node_modules/@dnspect/ip-address-ts": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@dnspect/ip-address-ts/-/ip-address-ts-0.2.1.tgz",
"integrity": "sha512-iJsRv0nychs5GQM7K9woY5iZp4i8We3a7KG3t77QnV2DSvGiwERZQliR4oBqMb6RjHBPckX60p1ONCcXHVrXTw=="
},
"node_modules/@es-joy/jsdoccomment": {
"version": "0.46.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.46.0.tgz",