|
5 | 5 | "name": "postgres_lsp", |
6 | 6 | "devDependencies": { |
7 | 7 | "@biomejs/biome": "1.9.4", |
8 | | - "@types/bun": "latest" |
| 8 | + "@types/bun": "latest", |
9 | 9 | }, |
10 | 10 | "peerDependencies": { |
11 | | - "typescript": "^5" |
12 | | - } |
| 11 | + "typescript": "^5", |
| 12 | + }, |
13 | 13 | }, |
14 | 14 | "packages/@postgrestools/backend-jsonrpc": { |
15 | 15 | "name": "@postgrestools/backend-jsonrpc", |
|
19 | 19 | "@postgrestools/cli-linux-arm64": "<placeholder>", |
20 | 20 | "@postgrestools/cli-linux-x64": "<placeholder>", |
21 | 21 | "@postgrestools/cli-win32-arm64": "<placeholder>", |
22 | | - "@postgrestools/cli-win32-x64": "<placeholder>" |
23 | | - } |
| 22 | + "@postgrestools/cli-win32-x64": "<placeholder>", |
| 23 | + }, |
24 | 24 | }, |
25 | 25 | "packages/@postgrestools/postgrestools": { |
26 | 26 | "name": "@postgrestools/postgrestools", |
27 | 27 | "bin": { |
28 | | - "postgrestools": "bin/postgrestools" |
| 28 | + "postgrestools": "bin/postgrestools", |
29 | 29 | }, |
30 | 30 | "optionalDependencies": { |
31 | 31 | "@postgrestools/cli-aarch64-apple-darwin": "<placeholder>", |
32 | 32 | "@postgrestools/cli-aarch64-linux-gnu": "<placeholder>", |
33 | 33 | "@postgrestools/cli-aarch64-windows-msvc": "<placeholder>", |
34 | 34 | "@postgrestools/cli-x86_64-apple-darwin": "<placeholder>", |
35 | 35 | "@postgrestools/cli-x86_64-linux-gnu": "<placeholder>", |
36 | | - "@postgrestools/cli-x86_64-windows-msvc": "<placeholder>" |
37 | | - } |
38 | | - } |
| 36 | + "@postgrestools/cli-x86_64-linux-musl": "<placeholder>", |
| 37 | + "@postgrestools/cli-x86_64-windows-msvc": "<placeholder>", |
| 38 | + }, |
| 39 | + }, |
39 | 40 | }, |
40 | 41 | "packages": { |
41 | | - "@biomejs/biome": [ |
42 | | - |
43 | | - "", |
44 | | - { |
45 | | - "optionalDependencies": { |
46 | | - "@biomejs/cli-darwin-arm64": "1.9.4", |
47 | | - "@biomejs/cli-darwin-x64": "1.9.4", |
48 | | - "@biomejs/cli-linux-arm64": "1.9.4", |
49 | | - "@biomejs/cli-linux-arm64-musl": "1.9.4", |
50 | | - "@biomejs/cli-linux-x64": "1.9.4", |
51 | | - "@biomejs/cli-linux-x64-musl": "1.9.4", |
52 | | - "@biomejs/cli-win32-arm64": "1.9.4", |
53 | | - "@biomejs/cli-win32-x64": "1.9.4" |
54 | | - }, |
55 | | - "bin": { "biome": "bin/biome" } |
56 | | - }, |
57 | | - "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==" |
58 | | - ], |
59 | | - |
60 | | - "@biomejs/cli-darwin-arm64": [ |
61 | | - |
62 | | - "", |
63 | | - { "os": "darwin", "cpu": "arm64" }, |
64 | | - "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==" |
65 | | - ], |
66 | | - |
67 | | - "@biomejs/cli-darwin-x64": [ |
68 | | - |
69 | | - "", |
70 | | - { "os": "darwin", "cpu": "x64" }, |
71 | | - "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==" |
72 | | - ], |
73 | | - |
74 | | - "@biomejs/cli-linux-arm64": [ |
75 | | - |
76 | | - "", |
77 | | - { "os": "linux", "cpu": "arm64" }, |
78 | | - "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==" |
79 | | - ], |
80 | | - |
81 | | - "@biomejs/cli-linux-arm64-musl": [ |
82 | | - |
83 | | - "", |
84 | | - { "os": "linux", "cpu": "arm64" }, |
85 | | - "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==" |
86 | | - ], |
87 | | - |
88 | | - "@biomejs/cli-linux-x64": [ |
89 | | - |
90 | | - "", |
91 | | - { "os": "linux", "cpu": "x64" }, |
92 | | - "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==" |
93 | | - ], |
94 | | - |
95 | | - "@biomejs/cli-linux-x64-musl": [ |
96 | | - |
97 | | - "", |
98 | | - { "os": "linux", "cpu": "x64" }, |
99 | | - "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==" |
100 | | - ], |
101 | | - |
102 | | - "@biomejs/cli-win32-arm64": [ |
103 | | - |
104 | | - "", |
105 | | - { "os": "win32", "cpu": "arm64" }, |
106 | | - "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==" |
107 | | - ], |
108 | | - |
109 | | - "@biomejs/cli-win32-x64": [ |
110 | | - |
111 | | - "", |
112 | | - { "os": "win32", "cpu": "x64" }, |
113 | | - "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==" |
114 | | - ], |
115 | | - |
116 | | - "@postgrestools/backend-jsonrpc": [ |
117 | | - "@postgrestools/backend-jsonrpc@workspace:packages/@postgrestools/backend-jsonrpc" |
118 | | - ], |
119 | | - |
120 | | - "@postgrestools/postgrestools": [ |
121 | | - "@postgrestools/postgrestools@workspace:packages/@postgrestools/postgrestools" |
122 | | - ], |
123 | | - |
124 | | - "@types/bun": [ |
125 | | - |
126 | | - "", |
127 | | - { "dependencies": { "bun-types": "1.2.5" } }, |
128 | | - "sha512-w2OZTzrZTVtbnJew1pdFmgV99H0/L+Pvw+z1P67HaR18MHOzYnTYOi6qzErhK8HyT+DB782ADVPPE92Xu2/Opg==" |
129 | | - ], |
130 | | - |
131 | | - "@types/node": [ |
132 | | - |
133 | | - "", |
134 | | - { "dependencies": { "undici-types": "~6.20.0" } }, |
135 | | - "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==" |
136 | | - ], |
137 | | - |
138 | | - "@types/ws": [ |
139 | | - |
140 | | - "", |
141 | | - { "dependencies": { "@types/node": "*" } }, |
142 | | - "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==" |
143 | | - ], |
144 | | - |
145 | | - "bun-types": [ |
146 | | - |
147 | | - "", |
148 | | - { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, |
149 | | - "sha512-3oO6LVGGRRKI4kHINx5PIdIgnLRb7l/SprhzqXapmoYkFl5m4j6EvALvbDVuuBFaamB46Ap6HCUxIXNLCGy+tg==" |
150 | | - ], |
151 | | - |
152 | | - "typescript": [ |
153 | | - |
154 | | - "", |
155 | | - { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, |
156 | | - "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==" |
157 | | - ], |
158 | | - |
159 | | - "undici-types": [ |
160 | | - |
161 | | - "", |
162 | | - {}, |
163 | | - "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" |
164 | | - ] |
| 42 | + "@biomejs/biome": [ "@biomejs/[email protected]", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "1.9.4", "@biomejs/cli-darwin-x64": "1.9.4", "@biomejs/cli-linux-arm64": "1.9.4", "@biomejs/cli-linux-arm64-musl": "1.9.4", "@biomejs/cli-linux-x64": "1.9.4", "@biomejs/cli-linux-x64-musl": "1.9.4", "@biomejs/cli-win32-arm64": "1.9.4", "@biomejs/cli-win32-x64": "1.9.4" }, "bin": { "biome": "bin/biome" } }, "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog=="], |
| 43 | + |
| 44 | + "@biomejs/cli-darwin-arm64": [ "@biomejs/[email protected]", "", { "os": "darwin", "cpu": "arm64" }, "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw=="], |
| 45 | + |
| 46 | + "@biomejs/cli-darwin-x64": [ "@biomejs/[email protected]", "", { "os": "darwin", "cpu": "x64" }, "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg=="], |
| 47 | + |
| 48 | + "@biomejs/cli-linux-arm64": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g=="], |
| 49 | + |
| 50 | + "@biomejs/cli-linux-arm64-musl": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA=="], |
| 51 | + |
| 52 | + "@biomejs/cli-linux-x64": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg=="], |
| 53 | + |
| 54 | + "@biomejs/cli-linux-x64-musl": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg=="], |
| 55 | + |
| 56 | + "@biomejs/cli-win32-arm64": [ "@biomejs/[email protected]", "", { "os": "win32", "cpu": "arm64" }, "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg=="], |
| 57 | + |
| 58 | + "@biomejs/cli-win32-x64": [ "@biomejs/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA=="], |
| 59 | + |
| 60 | + "@postgrestools/backend-jsonrpc": ["@postgrestools/backend-jsonrpc@workspace:packages/@postgrestools/backend-jsonrpc"], |
| 61 | + |
| 62 | + "@postgrestools/cli-aarch64-apple-darwin": [ "@postgrestools/[email protected]", "", { "os": "darwin", "cpu": "arm64" }, "sha512-LqgpsiupuNR1m8rSqcMdwep1UsSG5z7RZ9MYHODBB0+AsN/e1YzcyutqGeKs+AfDBdKdv7QmSbpf7KruBYL+tg=="], |
| 63 | + |
| 64 | + "@postgrestools/cli-aarch64-linux-gnu": [ "@postgrestools/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-QxZZBvg9qAo9raTA5cSuSXlrqo+eCUtYMWSR2dgDCEqogNlo/62ubWYgPi+SMEtfm9euqG1GOItxyRv6xUriEA=="], |
| 65 | + |
| 66 | + "@postgrestools/cli-aarch64-windows-msvc": [ "@postgrestools/[email protected]", "", { "os": "win32", "cpu": "arm64" }, "sha512-C8BRZOPQA16eGL8Kk7D4M+9h2Y7x0GOJEBzjR3ZV54besoH8gcZqSxzaA8WbFczQ3dgEZ5CStny6asl3B5JMHA=="], |
| 67 | + |
| 68 | + "@postgrestools/cli-x86_64-apple-darwin": [ "@postgrestools/[email protected]", "", { "os": "darwin", "cpu": "x64" }, "sha512-stbU4+en82DofjzpAQlfgKemJe1lbkGhuOAxfWce4jyT25+cil6cEWBia0hZyrve9sVEJctE1MHy9os8s3EGww=="], |
| 69 | + |
| 70 | + "@postgrestools/cli-x86_64-linux-gnu": [ "@postgrestools/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-RPFdgcAiD+BWhSFw7suI0jTkJysHlHzrD4in27OGlKt9AvZ6TgKrCfDatUkn2VQfn6Ib8o/+1roFOKwFbfQIOw=="], |
| 71 | + |
| 72 | + "@postgrestools/cli-x86_64-windows-msvc": [ "@postgrestools/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-4S6mbvc9u6ipeMcZHwX3RqGMJaNR9B5utMQN/N3LBnvLx62N9MHU1bk3bnGxfHoALXQTMq+us7M9GvEe1izGHQ=="], |
| 73 | + |
| 74 | + "@postgrestools/postgrestools": ["@postgrestools/postgrestools@workspace:packages/@postgrestools/postgrestools"], |
| 75 | + |
| 76 | + "@types/bun": [ "@types/[email protected]", "", { "dependencies": { "bun-types": "1.2.5" } }, "sha512-w2OZTzrZTVtbnJew1pdFmgV99H0/L+Pvw+z1P67HaR18MHOzYnTYOi6qzErhK8HyT+DB782ADVPPE92Xu2/Opg=="], |
| 77 | + |
| 78 | + "@types/node": [ "@types/[email protected]", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw=="], |
| 79 | + |
| 80 | + "@types/ws": [ "@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw=="], |
| 81 | + |
| 82 | + "bun-types": [ "[email protected]", "", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-3oO6LVGGRRKI4kHINx5PIdIgnLRb7l/SprhzqXapmoYkFl5m4j6EvALvbDVuuBFaamB46Ap6HCUxIXNLCGy+tg=="], |
| 83 | + |
| 84 | + "typescript": [ "[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="], |
| 85 | + |
| 86 | + "undici-types": [ "[email protected]", "", {}, "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="], |
165 | 87 | } |
166 | 88 | } |
0 commit comments