mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-19 11:15:24 -04:00
a226c94df7
Never imported anywhere in the codebase (unused since v1.0); it is the only root dependency and nothing depends on it. Removing it also drops 6 transitive packages from the lockfile. Fixes #4565
23 lines
576 B
JSON
23 lines
576 B
JSON
{
|
|
"name": "odysseus",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"devDependencies": {
|
|
"@antithesishq/bombadil": "^0.6.1"
|
|
}
|
|
},
|
|
"node_modules/@antithesishq/bombadil": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/@antithesishq/bombadil/-/bombadil-0.6.1.tgz",
|
|
"integrity": "sha512-d1iufG3MI7gSMSiSmMeNdcMW+qR0yQXL2zdkVynC3n3DYgFJYlYXKUQzygmqU12m4RWlR5iOdQU1hsx5UT6+IA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"bombadil": "bin/bombadil.js"
|
|
}
|
|
}
|
|
}
|
|
}
|