|
|
|
@ -9,8 +9,8 @@ importers:
|
|
|
|
|
.:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@clickhouse/client':
|
|
|
|
|
specifier: ^0.2.7
|
|
|
|
|
version: 0.2.7
|
|
|
|
|
specifier: ^1.4.1
|
|
|
|
|
version: 1.4.1
|
|
|
|
|
'@humanwhocodes/env':
|
|
|
|
|
specifier: ^3.0.5
|
|
|
|
|
version: 3.0.5
|
|
|
|
@ -23,6 +23,9 @@ importers:
|
|
|
|
|
cors:
|
|
|
|
|
specifier: ^2.8.5
|
|
|
|
|
version: 2.8.5
|
|
|
|
|
date-fns:
|
|
|
|
|
specifier: ^3.6.0
|
|
|
|
|
version: 3.6.0
|
|
|
|
|
execa:
|
|
|
|
|
specifier: ^9.3.0
|
|
|
|
|
version: 9.3.0
|
|
|
|
@ -88,11 +91,11 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==}
|
|
|
|
|
engines: {node: '>=14.13.1'}
|
|
|
|
|
|
|
|
|
|
'@clickhouse/client-common@0.2.7':
|
|
|
|
|
resolution: {integrity: sha512-vgZm+8c5Cu1toIx1/xplF5dEHlCPw+7pJDOOEtLv2CIUVZ0Bl6nGVZ43EWxRdHeah9ivTfoRWhN1zI1PxjH0xQ==}
|
|
|
|
|
'@clickhouse/client-common@1.4.1':
|
|
|
|
|
resolution: {integrity: sha512-f5eoTrUSDplrMoi3ddeZ0MzGTn0iGMByEQ8j63eVMoBSOI2+F6jEIPcW2tWofT79Rvnn3RRlveYcShiaIiCJyw==}
|
|
|
|
|
|
|
|
|
|
'@clickhouse/client@0.2.7':
|
|
|
|
|
resolution: {integrity: sha512-ZiyarrGngHc+f5AjZSA7mkQfvnE/71jgXk304B0ps8V+aBpE2CsFB6AQmE/Mk2YkP5j+8r/JfG+m0AZWmE27ig==}
|
|
|
|
|
'@clickhouse/client@1.4.1':
|
|
|
|
|
resolution: {integrity: sha512-12iV+MeykxdQySRFHwaVU+hKUv3JP6kdwOI+z3zzyfPVYHynTlV8emJjjGZR0+VfRaj3PCMuQfryfsJ82nh9WQ==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
|
|
|
|
|
'@esbuild/aix-ppc64@0.19.11':
|
|
|
|
@ -610,6 +613,9 @@ packages:
|
|
|
|
|
csstype@3.1.3:
|
|
|
|
|
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
|
|
|
|
|
|
|
|
|
|
date-fns@3.6.0:
|
|
|
|
|
resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==}
|
|
|
|
|
|
|
|
|
|
debug@4.3.5:
|
|
|
|
|
resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==}
|
|
|
|
|
engines: {node: '>=6.0'}
|
|
|
|
@ -1626,11 +1632,11 @@ snapshots:
|
|
|
|
|
ansi-styles: 6.2.1
|
|
|
|
|
is-fullwidth-code-point: 4.0.0
|
|
|
|
|
|
|
|
|
|
'@clickhouse/client-common@0.2.7': {}
|
|
|
|
|
'@clickhouse/client-common@1.4.1': {}
|
|
|
|
|
|
|
|
|
|
'@clickhouse/client@0.2.7':
|
|
|
|
|
'@clickhouse/client@1.4.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@clickhouse/client-common': 0.2.7
|
|
|
|
|
'@clickhouse/client-common': 1.4.1
|
|
|
|
|
|
|
|
|
|
'@esbuild/aix-ppc64@0.19.11':
|
|
|
|
|
optional: true
|
|
|
|
@ -2021,6 +2027,8 @@ snapshots:
|
|
|
|
|
|
|
|
|
|
csstype@3.1.3: {}
|
|
|
|
|
|
|
|
|
|
date-fns@3.6.0: {}
|
|
|
|
|
|
|
|
|
|
debug@4.3.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
ms: 2.1.2
|
|
|
|
|