feat:修复TOML 重构DeEarth(未)

This commit is contained in:
Tianpao
2025-07-24 02:40:20 +08:00
parent 40492b8bd0
commit 5ddcaf9b45
6 changed files with 351 additions and 94 deletions

20
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"inquirer": "^12.6.3",
"p-map": "^7.0.3",
"p-retry": "^6.2.1",
"toml": "^3.0.0",
"smol-toml": "^1.4.1",
"yauzl": "^3.2.0"
},
"devDependencies": {
@@ -5482,6 +5482,18 @@
"node": ">=8"
}
},
"node_modules/smol-toml": {
"version": "1.4.1",
"resolved": "https://registry.npmmirror.com/smol-toml/-/smol-toml-1.4.1.tgz",
"integrity": "sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18"
},
"funding": {
"url": "https://github.com/sponsors/cyyynthia"
}
},
"node_modules/sort-keys": {
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/sort-keys/-/sort-keys-1.1.2.tgz",
@@ -5838,12 +5850,6 @@
"node": ">=8.0"
}
},
"node_modules/toml": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/toml/-/toml-3.0.0.tgz",
"integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==",
"license": "MIT"
},
"node_modules/trim-repeated": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/trim-repeated/-/trim-repeated-1.0.0.tgz",