Require confirmation when uninstalling mods that are depended on

This commit is contained in:
Kallum Jones
2022-08-14 14:33:03 +01:00
parent 76f6c2c475
commit f7be866698
6 changed files with 86 additions and 22 deletions

13
package-lock.json generated
View File

@ -19,7 +19,8 @@
"ora": "^6.1.2",
"pino": "^8.3.1",
"string-format": "^2.0.0",
"string-similarity-js": "^2.1.4"
"string-similarity-js": "^2.1.4",
"typescript-string-operations": "^1.4.1"
},
"devDependencies": {
"@types/node": "^18.6.3",
@ -835,6 +836,11 @@
"node": ">=4.2.0"
}
},
"node_modules/typescript-string-operations": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/typescript-string-operations/-/typescript-string-operations-1.4.1.tgz",
"integrity": "sha512-c+q+Tb0hxeebohdT9KpGUAm5zwxhU8pHeNOeuLCGFMXKN0OrldoAxtufrGLR3xSPCXDA4A3IBCEdRNNscVqLQg=="
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
@ -1416,6 +1422,11 @@
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"dev": true
},
"typescript-string-operations": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/typescript-string-operations/-/typescript-string-operations-1.4.1.tgz",
"integrity": "sha512-c+q+Tb0hxeebohdT9KpGUAm5zwxhU8pHeNOeuLCGFMXKN0OrldoAxtufrGLR3xSPCXDA4A3IBCEdRNNscVqLQg=="
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",