big chungus; big changes
This commit is contained in:
3
alarm-server/.gitignore
vendored
3
alarm-server/.gitignore
vendored
@@ -34,4 +34,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||
.DS_Store
|
||||
|
||||
/generated/prisma
|
||||
.env
|
||||
.env
|
||||
.vscode
|
||||
206
alarm-server/bun.lock
Normal file
206
alarm-server/bun.lock
Normal file
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"lockfileVersion": 1,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "alarm-server",
|
||||
"dependencies": {
|
||||
"@hono/standard-validator": "^0.1.5",
|
||||
"@prisma/client": "^6.7.0",
|
||||
"@socket.io/bun-engine": "^0.0.3",
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"bcrypt": "^6.0.0",
|
||||
"hono": "^4.10.2",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"socket.io": "^4.8.1",
|
||||
"valibot": "^1.1.0",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"prisma": "^6.7.0",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5",
|
||||
},
|
||||
},
|
||||
},
|
||||
"packages": {
|
||||
"@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.25.11", "", { "os": "aix", "cpu": "ppc64" }, "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg=="],
|
||||
|
||||
"@esbuild/android-arm": ["@esbuild/android-arm@0.25.11", "", { "os": "android", "cpu": "arm" }, "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg=="],
|
||||
|
||||
"@esbuild/android-arm64": ["@esbuild/android-arm64@0.25.11", "", { "os": "android", "cpu": "arm64" }, "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ=="],
|
||||
|
||||
"@esbuild/android-x64": ["@esbuild/android-x64@0.25.11", "", { "os": "android", "cpu": "x64" }, "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g=="],
|
||||
|
||||
"@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.25.11", "", { "os": "darwin", "cpu": "arm64" }, "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w=="],
|
||||
|
||||
"@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.25.11", "", { "os": "darwin", "cpu": "x64" }, "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ=="],
|
||||
|
||||
"@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.25.11", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA=="],
|
||||
|
||||
"@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.25.11", "", { "os": "freebsd", "cpu": "x64" }, "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw=="],
|
||||
|
||||
"@esbuild/linux-arm": ["@esbuild/linux-arm@0.25.11", "", { "os": "linux", "cpu": "arm" }, "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw=="],
|
||||
|
||||
"@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.25.11", "", { "os": "linux", "cpu": "arm64" }, "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA=="],
|
||||
|
||||
"@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.25.11", "", { "os": "linux", "cpu": "ia32" }, "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw=="],
|
||||
|
||||
"@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.25.11", "", { "os": "linux", "cpu": "none" }, "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw=="],
|
||||
|
||||
"@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.25.11", "", { "os": "linux", "cpu": "none" }, "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ=="],
|
||||
|
||||
"@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.25.11", "", { "os": "linux", "cpu": "ppc64" }, "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw=="],
|
||||
|
||||
"@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.25.11", "", { "os": "linux", "cpu": "none" }, "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww=="],
|
||||
|
||||
"@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.25.11", "", { "os": "linux", "cpu": "s390x" }, "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw=="],
|
||||
|
||||
"@esbuild/linux-x64": ["@esbuild/linux-x64@0.25.11", "", { "os": "linux", "cpu": "x64" }, "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ=="],
|
||||
|
||||
"@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.25.11", "", { "os": "none", "cpu": "arm64" }, "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg=="],
|
||||
|
||||
"@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.25.11", "", { "os": "none", "cpu": "x64" }, "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A=="],
|
||||
|
||||
"@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.25.11", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg=="],
|
||||
|
||||
"@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.25.11", "", { "os": "openbsd", "cpu": "x64" }, "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw=="],
|
||||
|
||||
"@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.25.11", "", { "os": "none", "cpu": "arm64" }, "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ=="],
|
||||
|
||||
"@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.25.11", "", { "os": "sunos", "cpu": "x64" }, "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA=="],
|
||||
|
||||
"@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.25.11", "", { "os": "win32", "cpu": "arm64" }, "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q=="],
|
||||
|
||||
"@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.25.11", "", { "os": "win32", "cpu": "ia32" }, "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA=="],
|
||||
|
||||
"@esbuild/win32-x64": ["@esbuild/win32-x64@0.25.11", "", { "os": "win32", "cpu": "x64" }, "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA=="],
|
||||
|
||||
"@hono/standard-validator": ["@hono/standard-validator@0.1.5", "", { "peerDependencies": { "@standard-schema/spec": "1.0.0", "hono": ">=3.9.0" } }, "sha512-EIyZPPwkyLn6XKwFj5NBEWHXhXbgmnVh2ceIFo5GO7gKI9WmzTjPDKnppQB0KrqKeAkq3kpoW4SIbu5X1dgx3w=="],
|
||||
|
||||
"@prisma/client": ["@prisma/client@6.7.0", "", { "peerDependencies": { "prisma": "*", "typescript": ">=5.1.0" } }, "sha512-+k61zZn1XHjbZul8q6TdQLpuI/cvyfil87zqK2zpreNIXyXtpUv3+H/oM69hcsFcZXaokHJIzPAt5Z8C8eK2QA=="],
|
||||
|
||||
"@prisma/config": ["@prisma/config@6.7.0", "", { "dependencies": { "esbuild": ">=0.12 <1", "esbuild-register": "3.6.0" } }, "sha512-di8QDdvSz7DLUi3OOcCHSwxRNeW7jtGRUD2+Z3SdNE3A+pPiNT8WgUJoUyOwJmUr5t+JA2W15P78C/N+8RXrOA=="],
|
||||
|
||||
"@prisma/debug": ["@prisma/debug@6.7.0", "", {}, "sha512-RabHn9emKoYFsv99RLxvfG2GHzWk2ZI1BuVzqYtmMSIcuGboHY5uFt3Q3boOREM9de6z5s3bQoyKeWnq8Fz22w=="],
|
||||
|
||||
"@prisma/engines": ["@prisma/engines@6.7.0", "", { "dependencies": { "@prisma/debug": "6.7.0", "@prisma/engines-version": "6.7.0-36.3cff47a7f5d65c3ea74883f1d736e41d68ce91ed", "@prisma/fetch-engine": "6.7.0", "@prisma/get-platform": "6.7.0" } }, "sha512-3wDMesnOxPrOsq++e5oKV9LmIiEazFTRFZrlULDQ8fxdub5w4NgRBoxtWbvXmj2nJVCnzuz6eFix3OhIqsZ1jw=="],
|
||||
|
||||
"@prisma/engines-version": ["@prisma/engines-version@6.7.0-36.3cff47a7f5d65c3ea74883f1d736e41d68ce91ed", "", {}, "sha512-EvpOFEWf1KkJpDsBCrih0kg3HdHuaCnXmMn7XFPObpFTzagK1N0Q0FMnYPsEhvARfANP5Ok11QyoTIRA2hgJTA=="],
|
||||
|
||||
"@prisma/fetch-engine": ["@prisma/fetch-engine@6.7.0", "", { "dependencies": { "@prisma/debug": "6.7.0", "@prisma/engines-version": "6.7.0-36.3cff47a7f5d65c3ea74883f1d736e41d68ce91ed", "@prisma/get-platform": "6.7.0" } }, "sha512-zLlAGnrkmioPKJR4Yf7NfW3hftcvqeNNEHleMZK9yX7RZSkhmxacAYyfGsCcqRt47jiZ7RKdgE0Wh2fWnm7WsQ=="],
|
||||
|
||||
"@prisma/get-platform": ["@prisma/get-platform@6.7.0", "", { "dependencies": { "@prisma/debug": "6.7.0" } }, "sha512-i9IH5lO4fQwnMLvQLYNdgVh9TK3PuWBfQd7QLk/YurnAIg+VeADcZDbmhAi4XBBDD+hDif9hrKyASu0hbjwabw=="],
|
||||
|
||||
"@socket.io/bun-engine": ["@socket.io/bun-engine@0.0.3", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-OK2ZObq9hKsxyAcV7xDTcWGubBmfEY3Lt4nb04K+HlYl9G5PDgrY9hxJm9uV+B0xo3MhKFrgdg9VQsVZ3pbT/g=="],
|
||||
|
||||
"@socket.io/component-emitter": ["@socket.io/component-emitter@3.1.2", "", {}, "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA=="],
|
||||
|
||||
"@standard-schema/spec": ["@standard-schema/spec@1.0.0", "", {}, "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA=="],
|
||||
|
||||
"@types/bcrypt": ["@types/bcrypt@6.0.0", "", { "dependencies": { "@types/node": "*" } }, "sha512-/oJGukuH3D2+D+3H4JWLaAsJ/ji86dhRidzZ/Od7H/i8g+aCmvkeCc6Ni/f9uxGLSQVCRZkX2/lqEFG2BvWtlQ=="],
|
||||
|
||||
"@types/bun": ["@types/bun@1.3.0", "", { "dependencies": { "bun-types": "1.3.0" } }, "sha512-+lAGCYjXjip2qY375xX/scJeVRmZ5cY0wyHYyCYxNcdEXrQ4AOe3gACgd4iQ8ksOslJtW4VNxBJ8llUwc3a6AA=="],
|
||||
|
||||
"@types/cors": ["@types/cors@2.8.19", "", { "dependencies": { "@types/node": "*" } }, "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg=="],
|
||||
|
||||
"@types/jsonwebtoken": ["@types/jsonwebtoken@9.0.10", "", { "dependencies": { "@types/ms": "*", "@types/node": "*" } }, "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA=="],
|
||||
|
||||
"@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
|
||||
|
||||
"@types/node": ["@types/node@24.9.1", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg=="],
|
||||
|
||||
"@types/react": ["@types/react@19.2.2", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA=="],
|
||||
|
||||
"accepts": ["accepts@1.3.8", "", { "dependencies": { "mime-types": "~2.1.34", "negotiator": "0.6.3" } }, "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw=="],
|
||||
|
||||
"base64id": ["base64id@2.0.0", "", {}, "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog=="],
|
||||
|
||||
"bcrypt": ["bcrypt@6.0.0", "", { "dependencies": { "node-addon-api": "^8.3.0", "node-gyp-build": "^4.8.4" } }, "sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg=="],
|
||||
|
||||
"buffer-equal-constant-time": ["buffer-equal-constant-time@1.0.1", "", {}, "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA=="],
|
||||
|
||||
"bun-types": ["bun-types@1.3.0", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-u8X0thhx+yJ0KmkxuEo9HAtdfgCBaM/aI9K90VQcQioAmkVp3SG3FkwWGibUFz3WdXAdcsqOcbU40lK7tbHdkQ=="],
|
||||
|
||||
"cookie": ["cookie@0.7.2", "", {}, "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w=="],
|
||||
|
||||
"cors": ["cors@2.8.5", "", { "dependencies": { "object-assign": "^4", "vary": "^1" } }, "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g=="],
|
||||
|
||||
"csstype": ["csstype@3.1.3", "", {}, "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="],
|
||||
|
||||
"debug": ["debug@4.3.7", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ=="],
|
||||
|
||||
"ecdsa-sig-formatter": ["ecdsa-sig-formatter@1.0.11", "", { "dependencies": { "safe-buffer": "^5.0.1" } }, "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ=="],
|
||||
|
||||
"engine.io": ["engine.io@6.6.4", "", { "dependencies": { "@types/cors": "^2.8.12", "@types/node": ">=10.0.0", "accepts": "~1.3.4", "base64id": "2.0.0", "cookie": "~0.7.2", "cors": "~2.8.5", "debug": "~4.3.1", "engine.io-parser": "~5.2.1", "ws": "~8.17.1" } }, "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g=="],
|
||||
|
||||
"engine.io-parser": ["engine.io-parser@5.2.3", "", {}, "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q=="],
|
||||
|
||||
"esbuild": ["esbuild@0.25.11", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.11", "@esbuild/android-arm": "0.25.11", "@esbuild/android-arm64": "0.25.11", "@esbuild/android-x64": "0.25.11", "@esbuild/darwin-arm64": "0.25.11", "@esbuild/darwin-x64": "0.25.11", "@esbuild/freebsd-arm64": "0.25.11", "@esbuild/freebsd-x64": "0.25.11", "@esbuild/linux-arm": "0.25.11", "@esbuild/linux-arm64": "0.25.11", "@esbuild/linux-ia32": "0.25.11", "@esbuild/linux-loong64": "0.25.11", "@esbuild/linux-mips64el": "0.25.11", "@esbuild/linux-ppc64": "0.25.11", "@esbuild/linux-riscv64": "0.25.11", "@esbuild/linux-s390x": "0.25.11", "@esbuild/linux-x64": "0.25.11", "@esbuild/netbsd-arm64": "0.25.11", "@esbuild/netbsd-x64": "0.25.11", "@esbuild/openbsd-arm64": "0.25.11", "@esbuild/openbsd-x64": "0.25.11", "@esbuild/openharmony-arm64": "0.25.11", "@esbuild/sunos-x64": "0.25.11", "@esbuild/win32-arm64": "0.25.11", "@esbuild/win32-ia32": "0.25.11", "@esbuild/win32-x64": "0.25.11" }, "bin": "bin/esbuild" }, "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q=="],
|
||||
|
||||
"esbuild-register": ["esbuild-register@3.6.0", "", { "dependencies": { "debug": "^4.3.4" }, "peerDependencies": { "esbuild": ">=0.12 <1" } }, "sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg=="],
|
||||
|
||||
"fsevents": ["fsevents@2.3.3", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="],
|
||||
|
||||
"hono": ["hono@4.10.2", "", {}, "sha512-p6fyzl+mQo6uhESLxbF5WlBOAJMDh36PljwlKtP5V1v09NxlqGru3ShK+4wKhSuhuYf8qxMmrivHOa/M7q0sMg=="],
|
||||
|
||||
"jsonwebtoken": ["jsonwebtoken@9.0.2", "", { "dependencies": { "jws": "^3.2.2", "lodash.includes": "^4.3.0", "lodash.isboolean": "^3.0.3", "lodash.isinteger": "^4.0.4", "lodash.isnumber": "^3.0.3", "lodash.isplainobject": "^4.0.6", "lodash.isstring": "^4.0.1", "lodash.once": "^4.0.0", "ms": "^2.1.1", "semver": "^7.5.4" } }, "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ=="],
|
||||
|
||||
"jwa": ["jwa@1.4.2", "", { "dependencies": { "buffer-equal-constant-time": "^1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "^5.0.1" } }, "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw=="],
|
||||
|
||||
"jws": ["jws@3.2.2", "", { "dependencies": { "jwa": "^1.4.1", "safe-buffer": "^5.0.1" } }, "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA=="],
|
||||
|
||||
"lodash.includes": ["lodash.includes@4.3.0", "", {}, "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w=="],
|
||||
|
||||
"lodash.isboolean": ["lodash.isboolean@3.0.3", "", {}, "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg=="],
|
||||
|
||||
"lodash.isinteger": ["lodash.isinteger@4.0.4", "", {}, "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA=="],
|
||||
|
||||
"lodash.isnumber": ["lodash.isnumber@3.0.3", "", {}, "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw=="],
|
||||
|
||||
"lodash.isplainobject": ["lodash.isplainobject@4.0.6", "", {}, "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="],
|
||||
|
||||
"lodash.isstring": ["lodash.isstring@4.0.1", "", {}, "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw=="],
|
||||
|
||||
"lodash.once": ["lodash.once@4.1.1", "", {}, "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="],
|
||||
|
||||
"mime-db": ["mime-db@1.52.0", "", {}, "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="],
|
||||
|
||||
"mime-types": ["mime-types@2.1.35", "", { "dependencies": { "mime-db": "1.52.0" } }, "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw=="],
|
||||
|
||||
"ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
|
||||
|
||||
"negotiator": ["negotiator@0.6.3", "", {}, "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="],
|
||||
|
||||
"node-addon-api": ["node-addon-api@8.5.0", "", {}, "sha512-/bRZty2mXUIFY/xU5HLvveNHlswNJej+RnxBjOMkidWfwZzgTbPG1E3K5TOxRLOR+5hX7bSofy8yf1hZevMS8A=="],
|
||||
|
||||
"node-gyp-build": ["node-gyp-build@4.8.4", "", { "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ=="],
|
||||
|
||||
"object-assign": ["object-assign@4.1.1", "", {}, "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="],
|
||||
|
||||
"prisma": ["prisma@6.7.0", "", { "dependencies": { "@prisma/config": "6.7.0", "@prisma/engines": "6.7.0" }, "optionalDependencies": { "fsevents": "2.3.3" }, "peerDependencies": { "typescript": ">=5.1.0" }, "bin": "build/index.js" }, "sha512-vArg+4UqnQ13CVhc2WUosemwh6hr6cr6FY2uzDvCIFwH8pu8BXVv38PktoMLVjtX7sbYThxbnZF5YiR8sN2clw=="],
|
||||
|
||||
"safe-buffer": ["safe-buffer@5.2.1", "", {}, "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="],
|
||||
|
||||
"semver": ["semver@7.7.3", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="],
|
||||
|
||||
"socket.io": ["socket.io@4.8.1", "", { "dependencies": { "accepts": "~1.3.4", "base64id": "~2.0.0", "cors": "~2.8.5", "debug": "~4.3.2", "engine.io": "~6.6.0", "socket.io-adapter": "~2.5.2", "socket.io-parser": "~4.2.4" } }, "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg=="],
|
||||
|
||||
"socket.io-adapter": ["socket.io-adapter@2.5.5", "", { "dependencies": { "debug": "~4.3.4", "ws": "~8.17.1" } }, "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg=="],
|
||||
|
||||
"socket.io-parser": ["socket.io-parser@4.2.4", "", { "dependencies": { "@socket.io/component-emitter": "~3.1.0", "debug": "~4.3.1" } }, "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew=="],
|
||||
|
||||
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
|
||||
|
||||
"undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="],
|
||||
|
||||
"valibot": ["valibot@1.1.0", "", { "peerDependencies": { "typescript": ">=5" }, "optionalPeers": ["typescript"] }, "sha512-Nk8lX30Qhu+9txPYTwM0cFlWLdPFsFr6LblzqIySfbZph9+BFsAHsNvHOymEviUepeIW6KFHzpX8TKhbptBXXw=="],
|
||||
|
||||
"vary": ["vary@1.1.2", "", {}, "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="],
|
||||
|
||||
"ws": ["ws@8.17.1", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ=="],
|
||||
|
||||
"esbuild-register/debug": ["debug@4.4.3", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="],
|
||||
}
|
||||
}
|
||||
@@ -1,42 +1,62 @@
|
||||
import { Server as Engine } from "@socket.io/bun-engine";
|
||||
import { Server } from "socket.io";
|
||||
import { Hono } from "hono";
|
||||
import { cors } from 'hono/cors';
|
||||
import { PrismaClient } from "./generated/prisma";
|
||||
|
||||
const io = new Server();
|
||||
|
||||
const engine = new Engine();
|
||||
engine.opts.cors = {
|
||||
origin: "*"
|
||||
interface ServerToClientEvents {
|
||||
}
|
||||
|
||||
io.bind(engine);
|
||||
interface ClientToServerEvents {
|
||||
createAlarm: (cmd:CreateAlarmCommand) => void;
|
||||
}
|
||||
|
||||
interface InterServerEvents {
|
||||
}
|
||||
|
||||
interface SocketData {
|
||||
token: string;
|
||||
}
|
||||
|
||||
interface CreateAlarmCommand {
|
||||
time:string
|
||||
}
|
||||
|
||||
interface ListCommand {
|
||||
groupId?:number
|
||||
}
|
||||
|
||||
interface MakeGroupCommand {
|
||||
name:string
|
||||
}
|
||||
|
||||
interface RemoveCommand {
|
||||
groupId:number
|
||||
alarmId:number
|
||||
}
|
||||
|
||||
interface SnoozeCommand {
|
||||
groupId:number
|
||||
}
|
||||
|
||||
interface ShutoffCommand {
|
||||
groupId:number
|
||||
}
|
||||
|
||||
const key = process.env.SECRET_KEY;
|
||||
if (!key) {
|
||||
throw new Error("Secret key not defined");
|
||||
}
|
||||
|
||||
const io = new Server<
|
||||
ServerToClientEvents,
|
||||
ClientToServerEvents,
|
||||
InterServerEvents,
|
||||
SocketData
|
||||
>(3300);
|
||||
|
||||
io.on("connection", (socket) => {
|
||||
console.log("conn")
|
||||
});
|
||||
if (socket.data.token !== key) {
|
||||
return;
|
||||
}
|
||||
|
||||
const app = new Hono();
|
||||
app.use(cors({ origin: '*' }))
|
||||
|
||||
const { websocket } = engine.handler();
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
prisma.user.findMany().then((data) => console.log(data));
|
||||
|
||||
export default {
|
||||
port: 3000,
|
||||
idleTimeout: 30, // must be greater than the "pingInterval" option of the engine, which defaults to 25 seconds
|
||||
fetch(req: Request, server: unknown) {
|
||||
const url = new URL(req.url);
|
||||
|
||||
if (url.pathname === "/socket.io/") {
|
||||
return engine.handleRequest(req, server);
|
||||
} else {
|
||||
return app.fetch(req, server);
|
||||
}
|
||||
},
|
||||
|
||||
websocket
|
||||
}
|
||||
socket.on("createAlarm", () => {
|
||||
|
||||
});
|
||||
});
|
||||
618
alarm-server/output.log
Normal file
618
alarm-server/output.log
Normal file
@@ -0,0 +1,618 @@
|
||||
access("/etc/ld-nix.so.preload", R_OK) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/n6cfnkpyq5hbfmmvcqpbrhpnxi84c48p-libdbusmenu-glib-16.04.0/lib/glibc-hwcaps/x86-64-v3/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/n6cfnkpyq5hbfmmvcqpbrhpnxi84c48p-libdbusmenu-glib-16.04.0/lib/glibc-hwcaps/x86-64-v2/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/n6cfnkpyq5hbfmmvcqpbrhpnxi84c48p-libdbusmenu-glib-16.04.0/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/lib/glibc-hwcaps/x86-64-v3/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/lib/glibc-hwcaps/x86-64-v2/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
|
||||
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\246\2\0\0\0\0\0"..., 832) = 832
|
||||
fstat(3, {st_mode=S_IFREG|0555, st_size=2400760, ...}) = 0
|
||||
openat(AT_FDCWD, "/nix/store/n6cfnkpyq5hbfmmvcqpbrhpnxi84c48p-libdbusmenu-glib-16.04.0/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
|
||||
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
|
||||
fstat(3, {st_mode=S_IFREG|0555, st_size=16536, ...}) = 0
|
||||
openat(AT_FDCWD, "/nix/store/n6cfnkpyq5hbfmmvcqpbrhpnxi84c48p-libdbusmenu-glib-16.04.0/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
|
||||
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
|
||||
fstat(3, {st_mode=S_IFREG|0555, st_size=15688, ...}) = 0
|
||||
openat(AT_FDCWD, "/nix/store/n6cfnkpyq5hbfmmvcqpbrhpnxi84c48p-libdbusmenu-glib-16.04.0/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
|
||||
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
|
||||
fstat(3, {st_mode=S_IFREG|0555, st_size=1029504, ...}) = 0
|
||||
open("/proc/sys/vm/overcommit_memory", O_RDONLY) = 3
|
||||
read(3, "0\n", 32) = 2
|
||||
access("/sys/devices/system/node/node1", R_OK) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
|
||||
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
|
||||
read(3, "001ff000-00200000 rw-p 00000000 "..., 1024) = 1024
|
||||
read(3, "r--p 001a7000 fe:01 1865679 "..., 1024) = 1024
|
||||
read(3, "0e5000 fe:01 1865702 "..., 1024) = 1024
|
||||
read(3, "00 fe:01 1865717 "..., 1024) = 1024
|
||||
read(3, "4x5jp75981kwya64npv-glibc-2.40-6"..., 1024) = 764
|
||||
openat(AT_FDCWD, "bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 3
|
||||
openat(AT_FDCWD, "/home/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 4
|
||||
openat(AT_FDCWD, "/home/kevin/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 5
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 6
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 7
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 8
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 9
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 10
|
||||
openat(10, "node_modules/.bin", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 11
|
||||
openat(10, "package.json", O_RDONLY) = 11
|
||||
read(11, "{\n \"name\": \"alarm-server\",\n \"m"..., 16384) = 423
|
||||
read(11, "", 15961) = 0
|
||||
openat(10, "tsconfig.json", O_RDONLY) = 11
|
||||
read(11, "{\n \"compilerOptions\": {\n // "..., 16384) = 713
|
||||
read(11, "", 15671) = 0
|
||||
stat("/nix/store/0032synbfqd0ylgf9szgp724nmw2fq89-patchelf-0.15.2/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/dmypp1h4ldn0vfk3fi6yfyf5yxp9yz0k-gcc-wrapper-14.3.0/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/k6gpflj398qaxzx4bmqhnnj4l328vabk-gcc-14.3.0/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/gf1xp3sizlc0nkq3man8ys0mwhs1bp44-glibc-2.40-66-bin/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/00bc157nm93q5fjz551fwk60ihlbilvj-coreutils-9.7/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/0fq1mnfqjl9ain4jg5j56kl6h8bbmy1h-binutils-wrapper-2.44/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/7h3qnwgvkw6z2r8lq4j5mks4l6r5x2cq-binutils-2.44/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/y1dshj8v3pa7b3fvk7pmkkbp1kl5dw37-libgccjit-14.3.0/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/fhi8yiz2l149b3fimivk9rl4iihmcac6-meson-1.9.0/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/xcl91nw8b1zihm32cwxrqdvaakdnip75-bun-1.3.0/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/fn613shrdw5k5d5is7h8rs3dmi9xrh37-nodejs-24.10.0-dev/bin/node", 0x7ffe5f96bfb0) = -1 ENOENT (No such file or directory)
|
||||
stat("/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/bin/node", {st_mode=S_IFREG|0555, st_size=82992112, ...}) = 0
|
||||
openat(AT_FDCWD, "/sys/kernel/debug/tracing/trace_marker", O_WRONLY) = -1 EACCES (Permission denied)
|
||||
openat(AT_FDCWD, "bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 3
|
||||
read(3, "\322Gf\3H\345h\365w\253[:\345J\n\373\246\351Uc\322F\2\323\353\223\254\357\327\315\344\0"..., 128) = 128
|
||||
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 4
|
||||
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
|
||||
read(4, "001ff000-00200000 rw-p 00000000 "..., 1024) = 1024
|
||||
read(4, "000 r--p 00000000 fe:01 1865679 "..., 1024) = 1024
|
||||
read(4, "p 00010000 fe:01 1865702 "..., 1024) = 1024
|
||||
read(4, "2000 fe:01 1865700 "..., 1024) = 1024
|
||||
read(4, "-7f10f59f3000 rw-p 00000000 00:0"..., 1024) = 1024
|
||||
read(4, " [stack"..., 1024) = 34
|
||||
openat(AT_FDCWD, "/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 4
|
||||
read(4, "0-19\n", 1024) = 5
|
||||
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 7
|
||||
fstat(7, {st_mode=S_IFREG|0644, st_size=3552, ...}) = 0
|
||||
fstat(7, {st_mode=S_IFREG|0644, st_size=3552, ...}) = 0
|
||||
read(7, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0\0\0\0"..., 4096) = 3552
|
||||
read(7, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0\0\0\0"..., 4096) = 2260
|
||||
openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 9
|
||||
read(9, "\345\2064\214'\356\2\251v\6&\232>i\224uYt\305i\2\264\270D\350a;\314#P\20\247"..., 128) = 128
|
||||
openat(AT_FDCWD, "/proc/self/cgroup", O_RDONLY|O_CLOEXEC) = 10
|
||||
read(10, "1:net_cls:/\n0::/user.slice/user-"..., 1023) = 59
|
||||
openat(AT_FDCWD, "/sys/fs/cgroup/memory/memory.soft_limit_in_bytes", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/sys/fs/cgroup/memory/memory.limit_in_bytes", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/proc/self/statm", O_RDONLY|O_CLOEXEC) = 10
|
||||
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 11
|
||||
fstat(11, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
|
||||
read(11, "001ff000-00200000 rw-p 00000000 "..., 1024) = 1024
|
||||
read(11, "0 \n7f0000000000-7f0f6e177000 rw-"..., 1024) = 1024
|
||||
read(11, "7f10f57fa000-7f10f57fc000 rw-p 0"..., 1024) = 1024
|
||||
read(11, "e7000-7f10f59e8000 r--p 00000000"..., 1024) = 1024
|
||||
read(11, "\n7f10f59ee000-7f10f59ef000 r--p "..., 1024) = 1024
|
||||
read(11, "5673 /nix/sto"..., 1024) = 500
|
||||
openat(AT_FDCWD, ".env", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 11
|
||||
read(11, "DATABASE_URL=\"postgresql://kevin"..., 78) = 78
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/index.ts", O_RDONLY) = 11
|
||||
read(11, "import { Server as Engine } from"..., 16384) = 1732
|
||||
read(11, "", 14652) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 12
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/bun-engine", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"@socket.io/bun-engi"..., 16384) = 780
|
||||
read(14, "", 15604) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/bun-engine/dist", O_RDONLY|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/bun-engine/dist", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(11, "package.json", O_RDONLY) = 12
|
||||
read(12, "{\n \"name\": \"socket.io\",\n \"vers"..., 16384) = 2048
|
||||
read(12, "", 14336) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(11, "package.json", O_RDONLY) = 12
|
||||
read(12, "{\n \"name\": \"hono\",\n \"version\":"..., 16384) = 16384
|
||||
fstat(12, {st_mode=S_IFREG|0664, st_size=23074, ...}) = 0
|
||||
read(12, "ypes/helper/proxy/index.d.ts\",\n "..., 6691) = 6690
|
||||
read(12, "", 1) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/middleware/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/middleware/cors", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 12
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/generated", O_RDONLY|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/generated/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/generated/prisma", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 12
|
||||
openat(12, "package.json", O_RDONLY) = 13
|
||||
read(13, "{\n \"name\": \"prisma-client-1f45c"..., 16384) = 3904
|
||||
read(13, "", 12480) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/auth", O_RDONLY|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/auth", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/bun-engine/dist/transports", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/bun-engine/dist/transports", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist", O_RDONLY|O_DIRECTORY) = 12
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 12
|
||||
openat(12, "package.json", O_RDONLY) = 13
|
||||
read(13, "{\n \"name\": \"bcrypt\",\n \"descrip"..., 16384) = 2201
|
||||
read(13, "", 14183) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/generated/prisma/runtime", O_RDONLY|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/generated/prisma/runtime", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/generated/prisma/runtime/library.js", O_RDONLY) = 11
|
||||
read(11, "\n/* !!! This is code generated b"..., 16384) = 16384
|
||||
fstat(11, {st_mode=S_IFREG|0664, st_size=200996, ...}) = 0
|
||||
read(11, ")=>Fu,black:()=>Au,blue:()=>nr,b"..., 184613) = 184612
|
||||
read(11, "", 1) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/.cache/bun/@t@/f8f59284300dba36.pile", O_RDONLY) = 12
|
||||
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(0x88, 0xb), ...}) = 0
|
||||
fstat(11, {st_mode=S_IFCHR|0600, st_rdev=makedev(0x88, 0xb), ...}) = 0
|
||||
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(0x88, 0xb), ...}) = 0
|
||||
fstat(12, {st_mode=S_IFCHR|0600, st_rdev=makedev(0x88, 0xb), ...}) = 0
|
||||
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(0x88, 0xb), ...}) = 0
|
||||
openat(AT_FDCWD, "/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 13
|
||||
read(13, "0-19\n", 1024) = 5
|
||||
access("/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/generated/prisma/schema.prisma", F_OK) = 0
|
||||
access("/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/.env", F_OK) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/.env", O_RDONLY|O_NOCTTY) = 13
|
||||
read(13, "DATABASE_URL=\"postgresql://kevin"..., 262144) = 78
|
||||
read(13, "", 262066) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/router/reg-exp-router", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/router/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/router/reg-exp-router", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/router/smart-router", O_RDONLY|O_DIRECTORY) = 14
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/router/smart-router", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/router/trie-router", O_RDONLY|O_DIRECTORY) = 14
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/router/trie-router", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/accepts", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/accepts", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/accepts", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"accepts\",\n \"descri"..., 16384) = 1157
|
||||
read(14, "", 15227) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/accepts/index.js", O_RDONLY) = 13
|
||||
read(13, "/*!\n * accepts\n * Copyright(c) 2"..., 16384) = 5252
|
||||
read(13, "", 11132) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"negotiator\",\n \"des"..., 16384) = 993
|
||||
read(14, "", 15391) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator/index.js", O_RDONLY) = 13
|
||||
read(13, "/*!\n * negotiator\n * Copyright(c"..., 16384) = 2451
|
||||
read(13, "", 13933) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator/lib", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator/lib", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator/lib/charset.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * negotiator\n * Copyright(c"..., 16384) = 3081
|
||||
read(13, "", 13303) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator/lib/encoding.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * negotiator\n * Copyright(c"..., 16384) = 3506
|
||||
read(13, "", 12878) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator/lib/language.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * negotiator\n * Copyright(c"..., 16384) = 3409
|
||||
read(13, "", 12975) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/negotiator/lib/mediaType.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * negotiator\n * Copyright(c"..., 16384) = 5358
|
||||
read(13, "", 11026) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/mime-types", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"mime-types\",\n \"des"..., 16384) = 1149
|
||||
read(14, "", 15235) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/mime-types/index.js", O_RDONLY) = 13
|
||||
read(13, "/*!\n * mime-types\n * Copyright(c"..., 16384) = 3663
|
||||
read(13, "", 12721) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/mime-db", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"mime-db\",\n \"descri"..., 16384) = 1624
|
||||
read(14, "", 14760) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/mime-db/index.js", O_RDONLY) = 13
|
||||
read(13, "/*!\n * mime-db\n * Copyright(c) 2"..., 16384) = 189
|
||||
read(13, "", 16195) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/mime-db/db.json", O_RDONLY) = 13
|
||||
read(13, "{\n \"application/1d-interleaved-"..., 16384) = 16384
|
||||
fstat(13, {st_mode=S_IFREG|0664, st_size=185882, ...}) = 0
|
||||
read(13, " \"source\": \"apache\",\n \"ext"..., 169499) = 169498
|
||||
read(13, "", 1) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/engine.io", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/engine.io", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"engine.io\",\n \"vers"..., 16384) = 2094
|
||||
read(14, "", 14290) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/engine.io.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 1996
|
||||
read(13, "", 14388) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/server.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 16384
|
||||
fstat(13, {st_mode=S_IFREG|0664, st_size=27578, ...}) = 0
|
||||
read(13, "l_1.parse)(req.url).query) : {})"..., 11195) = 11194
|
||||
read(13, "", 1) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/base64id", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/base64id", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/base64id", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"base64id\"\n , \"ve"..., 16384) = 362
|
||||
read(14, "", 16022) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/base64id/lib", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/base64id/lib", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/base64id/lib/base64id.js", O_RDONLY) = 13
|
||||
read(13, "/*!\n * base64id v0.1.0\n */\n\n/**\n"..., 16384) = 2365
|
||||
read(13, "", 14019) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports/index.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 672
|
||||
read(13, "", 15712) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports/polling.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 9989
|
||||
read(13, "", 6395) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transport.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 3041
|
||||
read(13, "", 13343) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"engine.io-parser\",\n"..., 16384) = 1632
|
||||
read(14, "", 14752) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io-parser/build/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io-parser/build/cjs", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(14, "package.json", O_RDONLY) = 15
|
||||
read(15, "{\n \"name\": \"engine.io-parser\",\n"..., 16384) = 182
|
||||
read(15, "", 16202) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io-parser/build/cjs/index.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 7119
|
||||
read(13, "", 9265) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io-parser/build/cjs/encodePacket.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 1407
|
||||
read(13, "", 14977) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io-parser/build/cjs/commons.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 770
|
||||
read(13, "", 15614) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io-parser/build/cjs/decodePacket.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 1924
|
||||
read(13, "", 14460) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/parser-v3", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/parser-v3", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/parser-v3/index.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\n// imported from h"..., 16384) = 12218
|
||||
read(13, "", 4166) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/parser-v3/utf8.js", O_RDONLY) = 13
|
||||
read(13, "/*! https://mths.be/utf8js v2.1."..., 16384) = 5900
|
||||
read(13, "", 10484) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/debug", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"debug\",\n \"version\""..., 16384) = 1455
|
||||
read(14, "", 14929) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/debug/src", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/debug/src", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/debug/src/index.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Detect Electron renderer "..., 16384) = 314
|
||||
read(13, "", 16070) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/debug/src/node.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Module dependencies.\n */\n"..., 16384) = 4728
|
||||
read(13, "", 11656) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/nix/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/nix/store/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 15
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 16
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 17
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/debug/src/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/debug/src/common.js", O_RDONLY) = 13
|
||||
read(13, "\n/**\n * This is the common logic"..., 16384) = 6289
|
||||
read(13, "", 10095) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"ms\",\n \"version\": \""..., 16384) = 732
|
||||
read(14, "", 15652) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/ms/index.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Helpers.\n */\n\nvar s = 100"..., 16384) = 3024
|
||||
read(13, "", 13360) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/accepts", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/accepts", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports/polling-jsonp.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 1519
|
||||
read(13, "", 14865) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports/websocket.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 3096
|
||||
read(13, "", 13288) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports/webtransport.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 2068
|
||||
read(13, "", 14316) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/socket.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 15712
|
||||
read(13, "", 672) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/cookie", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/cookie", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/cookie", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"cookie\",\n \"descrip"..., 16384) = 1092
|
||||
read(14, "", 15292) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/cookie/index.js", O_RDONLY) = 13
|
||||
read(13, "/*!\n * cookie\n * Copyright(c) 20"..., 16384) = 8166
|
||||
read(13, "", 8218) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/engine.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/userver.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 9616
|
||||
read(13, "", 6768) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports-uws", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports-uws/index.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 254
|
||||
read(13, "", 16130) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports-uws/polling.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 10968
|
||||
read(13, "", 5416) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/accepts", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/node_modules/accepts", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/engine.io/build/transports-uws/websocket.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 2034
|
||||
read(13, "", 14350) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/client.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 7849
|
||||
read(13, "", 8535) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"socket.io-parser\",\n"..., 16384) = 1792
|
||||
read(14, "", 14592) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/build/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/build/cjs", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(14, "package.json", O_RDONLY) = 15
|
||||
read(15, "{\n \"type\": \"commonjs\"\n}\n", 16384) = 25
|
||||
read(15, "", 16359) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/build/cjs/index.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 10517
|
||||
read(13, "", 5867) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/@socket.io/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/@socket.io", O_RDONLY|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/@socket.io/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/component-emitter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"@socket.io/componen"..., 16384) = 536
|
||||
read(14, "", 15848) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/component-emitter/lib/esm", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/component-emitter/lib/cjs", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/component-emitter/lib/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/component-emitter/lib/cjs", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(14, "package.json", O_RDONLY) = 15
|
||||
read(15, "{\n \"name\": \"@socket.io/componen"..., 16384) = 67
|
||||
read(15, "", 16317) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/@socket.io/component-emitter/lib/cjs/index.js", O_RDONLY) = 13
|
||||
read(13, "\n/**\n * Expose `Emitter`.\n */\n\ne"..., 16384) = 3363
|
||||
read(13, "", 13021) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/build/cjs/binary.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 2991
|
||||
read(13, "", 13393) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/build/cjs/is-binary.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 1746
|
||||
read(13, "", 14638) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/debug", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"debug\",\n \"version\""..., 16384) = 1455
|
||||
read(14, "", 14929) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/debug/src", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/debug/src", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/debug/src/index.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Detect Electron renderer "..., 16384) = 314
|
||||
read(13, "", 16070) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/debug/src/node.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Module dependencies.\n */\n"..., 16384) = 4728
|
||||
read(13, "", 11656) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/debug/src/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/debug/src/common.js", O_RDONLY) = 13
|
||||
read(13, "\n/**\n * This is the common logic"..., 16384) = 6289
|
||||
read(13, "", 10095) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-parser/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/debug", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"debug\",\n \"version\""..., 16384) = 1455
|
||||
read(14, "", 14929) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/debug/src", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/debug/src", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/debug/src/index.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Detect Electron renderer "..., 16384) = 314
|
||||
read(13, "", 16070) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/debug/src/node.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Module dependencies.\n */\n"..., 16384) = 4728
|
||||
read(13, "", 11656) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/debug/src/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/debug/src/common.js", O_RDONLY) = 13
|
||||
read(13, "\n/**\n * This is the common logic"..., 16384) = 6289
|
||||
read(13, "", 10095) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/namespace.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nvar __importDefaul"..., 16384) = 16384
|
||||
fstat(13, {st_mode=S_IFREG|0664, st_size=19203, ...}) = 0
|
||||
read(13, "t sockets = await myNamespace.in"..., 2820) = 2819
|
||||
read(13, "", 1) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/socket.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nvar __importDefaul"..., 16384) = 16384
|
||||
fstat(13, {st_mode=S_IFREG|0664, st_size=30190, ...}) = 0
|
||||
read(13, "d:\n // - it can be sent "..., 13807) = 13806
|
||||
read(13, "", 1) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/typed-events.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 2590
|
||||
read(13, "", 13794) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/base64id", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/base64id", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/broadcast-operator.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 14844
|
||||
read(13, "", 1540) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/socket-types.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 267
|
||||
read(13, "", 16117) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/parent-namespace.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nvar __importDefaul"..., 16384) = 3551
|
||||
read(13, "", 12833) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-adapter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-adapter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"socket.io-adapter\","..., 16384) = 1073
|
||||
read(14, "", 15311) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist/index.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nObject.definePrope"..., 16384) = 1025
|
||||
read(13, "", 15359) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist/in-memory-adapter.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nvar _a;\nObject.def"..., 16384) = 13155
|
||||
read(13, "", 3229) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist/contrib", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist/contrib", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist/contrib/yeast.js", O_RDONLY) = 13
|
||||
read(13, "// imported from https://github."..., 16384) = 1500
|
||||
read(13, "", 14884) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/dist/cluster-adapter.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nvar __rest = (this"..., 16384) = 16384
|
||||
fstat(13, {st_mode=S_IFREG|0664, st_size=26569, ...}) = 0
|
||||
read(13, " encodeOptions(opts),\n "..., 10186) = 10185
|
||||
read(13, "", 1) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/debug", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(14, "package.json", O_RDONLY) = 15
|
||||
read(15, "{\n \"name\": \"debug\",\n \"version\""..., 16384) = 1455
|
||||
read(15, "", 14929) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/debug/src", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/debug/src", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/debug/src/index.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Detect Electron renderer "..., 16384) = 314
|
||||
read(13, "", 16070) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/debug/src/node.js", O_RDONLY) = 13
|
||||
read(13, "/**\n * Module dependencies.\n */\n"..., 16384) = 4728
|
||||
read(13, "", 11656) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/debug/src/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/p2sk3402d788hqn5diy5gba8cskjffzz-nodejs-24.10.0/lib/node_modules/supports-color", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/debug/src/common.js", O_RDONLY) = 13
|
||||
read(13, "\n/**\n * This is the common logic"..., 16384) = 6289
|
||||
read(13, "", 10095) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io-adapter/node_modules/ms", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-adapter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-adapter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-parser", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/dist/uws.js", O_RDONLY) = 13
|
||||
read(13, "\"use strict\";\nvar __importDefaul"..., 16384) = 5674
|
||||
read(13, "", 10710) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-adapter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/socket.io-adapter", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/cors", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/node_modules/cors", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/cors", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"cors\",\n \"descripti"..., 16384) = 867
|
||||
read(14, "", 15517) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/cors/lib", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/cors/lib", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/cors/lib/index.js", O_RDONLY) = 13
|
||||
read(13, "(function () {\n\n 'use strict';\n"..., 16384) = 6623
|
||||
read(13, "", 9761) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/object-assign", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"object-assign\",\n \""..., 16384) = 764
|
||||
read(14, "", 15620) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/object-assign/index.js", O_RDONLY) = 13
|
||||
read(13, "/*\nobject-assign\n(c) Sindre Sorh"..., 16384) = 2108
|
||||
read(13, "", 14276) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/vary", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"vary\",\n \"descripti"..., 16384) = 1215
|
||||
read(14, "", 15169) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/vary/index.js", O_RDONLY) = 13
|
||||
read(13, "/*!\n * vary\n * Copyright(c) 2014"..., 16384) = 2930
|
||||
read(13, "", 13454) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/socket.io/package.json", O_RDONLY) = 13
|
||||
read(13, "{\n \"name\": \"socket.io\",\n \"vers"..., 16384) = 2048
|
||||
read(13, "", 14336) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/node-gyp-build", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(13, "package.json", O_RDONLY) = 14
|
||||
read(14, "{\n \"name\": \"node-gyp-build\",\n "..., 16384) = 1004
|
||||
read(14, "", 15380) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/node-gyp-build/index.js", O_RDONLY) = 13
|
||||
read(13, "const runtimeRequire = typeof __"..., 16384) = 390
|
||||
read(13, "", 15994) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/node-gyp-build/node-gyp-build.js", O_RDONLY) = 13
|
||||
read(13, "var fs = require('fs')\nvar path "..., 16384) = 6078
|
||||
read(13, "", 10306) = 0
|
||||
access("/etc/alpine-release", F_OK) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/package.json", O_RDONLY) = 13
|
||||
read(13, "{\n \"name\": \"bcrypt\",\n \"descrip"..., 16384) = 2201
|
||||
read(13, "", 14183) = 0
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/build/Release", O_RDONLY|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/build/Debug", O_RDONLY|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/prebuilds", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/prebuilds/linux-x64", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/prebuilds/linux-x64", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/prebuilds/", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/prebuilds/linux-x64", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 14
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node", O_RDONLY|O_CLOEXEC) = 13
|
||||
read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@;\0\0\0\0\0\0"..., 832) = 832
|
||||
fstat(13, {st_mode=S_IFREG|0775, st_size=84904, ...}) = 0
|
||||
openat(AT_FDCWD, "/nix/store/n6cfnkpyq5hbfmmvcqpbrhpnxi84c48p-libdbusmenu-glib-16.04.0/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/qhw0sp183mqd04x5jp75981kwya64npv-glibc-2.40-66/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/0ja5daq2yay3svg6f48spyfby7pgy5bm-xgcc-14.3.0-libgcc/lib/glibc-hwcaps/x86-64-v3/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/0ja5daq2yay3svg6f48spyfby7pgy5bm-xgcc-14.3.0-libgcc/lib/glibc-hwcaps/x86-64-v2/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/nix/store/0ja5daq2yay3svg6f48spyfby7pgy5bm-xgcc-14.3.0-libgcc/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/utils", O_RDONLY|O_DIRECTORY) = 15
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/utils", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 15
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/request", O_RDONLY|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/hono/dist/request", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 13
|
||||
openat(AT_FDCWD, "/home/kevin/Sync/RESTfulAlarm/get with the times/methylphenidate/alarm-server/node_modules/node-gyp-build/node-gyp-build.js", O_RDONLY) = 13
|
||||
read(13, "var fs = require('fs')\nvar path "..., 16384) = 6078
|
||||
read(13, "", 10306) = 0
|
||||
+++ exited with 1 +++
|
||||
@@ -11,9 +11,15 @@
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/standard-validator": "^0.1.5",
|
||||
"@prisma/client": "^6.7.0",
|
||||
"@socket.io/bun-engine": "^0.0.3",
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"bcrypt": "^6.0.0",
|
||||
"hono": "^4.10.2",
|
||||
"socket.io": "^4.8.1"
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"socket.io": "^4.8.1",
|
||||
"valibot": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,61 +14,34 @@ datasource db {
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model User {
|
||||
id Int @id @default(autoincrement())
|
||||
username String @unique
|
||||
password String
|
||||
owner Boolean
|
||||
userPerms UserPerm[]
|
||||
}
|
||||
|
||||
model Namespace {
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
|
||||
UserPerm UserPerm[]
|
||||
AlarmGroup AlarmGroup[]
|
||||
}
|
||||
|
||||
model UserPerm {
|
||||
permission Permission
|
||||
|
||||
// User FK
|
||||
userId Int
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
|
||||
// Namespace FK
|
||||
namespaceId Int
|
||||
namespace Namespace @relation(fields: [namespaceId], references: [id])
|
||||
|
||||
@@id([userId, namespaceId])
|
||||
}
|
||||
|
||||
enum Permission {
|
||||
snoozer
|
||||
shutter
|
||||
manager
|
||||
}
|
||||
|
||||
model AlarmGroup {
|
||||
id Int @id @default(autoincrement())
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
zone String
|
||||
state AlarmGroupState
|
||||
Alarm Alarm[]
|
||||
|
||||
// Namespace FK
|
||||
NamespaceId Int
|
||||
Namespace Namespace @relation(fields: [NamespaceId], references: [id])
|
||||
Alarm Alarm[]
|
||||
mo Boolean
|
||||
tu Boolean
|
||||
we Boolean
|
||||
th Boolean
|
||||
fr Boolean
|
||||
sa Boolean
|
||||
su Boolean
|
||||
repeats Boolean
|
||||
}
|
||||
|
||||
enum AlarmGroupState {
|
||||
idle
|
||||
handle
|
||||
snooze
|
||||
stop
|
||||
ringing
|
||||
}
|
||||
|
||||
model Alarm {
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
id Int @id @default(autoincrement())
|
||||
time String
|
||||
nextRing DateTime
|
||||
|
||||
// AlarmGroup FK
|
||||
AlarmGroupId Int
|
||||
|
||||
Reference in New Issue
Block a user