initial add

This commit is contained in:
kake26 2025-06-12 23:43:12 -05:00
commit ccf2b60654
Signed by: kake26
GPG key ID: E0A989B571D1F99F
25 changed files with 4997 additions and 0 deletions

15
bun.lock Normal file
View file

@ -0,0 +1,15 @@
{
"lockfileVersion": 1,
"workspaces": {
"": {
"dependencies": {
"chokidar": "^4.0.3",
},
},
},
"packages": {
"chokidar": ["chokidar@4.0.3", "", { "dependencies": { "readdirp": "^4.0.1" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
"readdirp": ["readdirp@4.1.2", "", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="],
}
}