-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbun.lock
More file actions
46 lines (34 loc) · 2.84 KB
/
bun.lock
File metadata and controls
46 lines (34 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "hyperliquid",
"dependencies": {
"@bobanm/nice-utils": "^0.0.0",
"@bobanm/table-printer": "^0.0.0",
"@nktkas/hyperliquid": "^0.24.0",
},
"devDependencies": {
"@types/bun": "^1.2.20",
},
"peerDependencies": {
"typescript": "^5.9.2",
},
},
},
"packages": {
"@bobanm/nice-utils": ["@bobanm/nice-utils@0.0.0", "", { "peerDependencies": { "typescript": ">=5.0.0" } }, "sha512-MXRZsH9eoeqzkMgcq5zC3vHc20rAgfL1F6eFGKNzDomzFaaW3MypgFWLDNDIn8UEnjRwS3ibbcUuepJZiKokMw=="],
"@bobanm/table-printer": ["@bobanm/table-printer@0.0.0", "", { "peerDependencies": { "typescript": ">=5.0.0" } }, "sha512-bZlJO4BnM6oRcxQqTT83cTwzgZb83gVI0xZ4n+DwOoa8IqGeW+iKKLn027nY2nkJh6u8waGsqsT8NRfbM/Aikg=="],
"@msgpack/msgpack": ["@msgpack/msgpack@3.1.2", "", {}, "sha512-JEW4DEtBzfe8HvUYecLU9e6+XJnKDlUAIve8FvPzF3Kzs6Xo/KuZkZJsDH0wJXl/qEZbeeE7edxDNY3kMs39hQ=="],
"@nktkas/hyperliquid": ["@nktkas/hyperliquid@0.24.0", "", { "dependencies": { "@msgpack/msgpack": "^3.1.2", "@noble/hashes": "^1.8.0", "@noble/secp256k1": "^2.3.0" } }, "sha512-ETp0uITYny2X6hHb5J8VgpdgOpaNIEVQiy2/G+hmHGQhfo1KaKKrOC+WFwhO1yxzj2bahTvPGNAQmxo9820pTQ=="],
"@noble/hashes": ["@noble/hashes@1.8.0", "", {}, "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A=="],
"@noble/secp256k1": ["@noble/secp256k1@2.3.0", "", {}, "sha512-0TQed2gcBbIrh7Ccyw+y/uZQvbJwm7Ao4scBUxqpBCcsOlZG0O4KGfjtNAy/li4W8n1xt3dxrwJ0beZ2h2G6Kw=="],
"@types/bun": ["@types/bun@1.2.20", "", { "dependencies": { "bun-types": "1.2.20" } }, "sha512-dX3RGzQ8+KgmMw7CsW4xT5ITBSCrSbfHc36SNT31EOUg/LA9JWq0VDdEXDRSe1InVWpd2yLUM1FUF/kEOyTzYA=="],
"@types/node": ["@types/node@24.0.10", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA=="],
"@types/react": ["@types/react@19.1.8", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g=="],
"bun-types": ["bun-types@1.2.20", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-pxTnQYOrKvdOwyiyd/7sMt9yFOenN004Y6O4lCcCUoKVej48FS5cvTw9geRaEcB9TsDZaJKAxPTVvi8tFsVuXA=="],
"csstype": ["csstype@3.1.3", "", {}, "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="],
"typescript": ["typescript@5.9.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A=="],
"undici-types": ["undici-types@7.8.0", "", {}, "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw=="],
}
}