supervisor-simulator/package-lock.json
2026-01-11 19:51:49 +08:00

22 lines
548 B
JSON

{
"name": "super-mentor",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"yargs-parser": "^22.0.0"
}
},
"node_modules/yargs-parser": {
"version": "22.0.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
"license": "ISC",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23"
}
}
}
}