From c4fbb65b8eefb7bac219eee3e333ddefd8af14ec Mon Sep 17 00:00:00 2001 From: Lance Release Date: Thu, 22 May 2025 07:06:03 +0000 Subject: [PATCH] Updating package-lock.json --- node/package-lock.json | 65 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/node/package-lock.json b/node/package-lock.json index 38237520..48c942e3 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -326,6 +326,71 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@lancedb/vectordb-darwin-arm64": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-arm64/-/vectordb-darwin-arm64-0.19.1.tgz", + "integrity": "sha512-Q64JReqHTfxeJIUyTsC9QAx69HENUSkAXcQ1p18Y0d/szJQNNTHaIyo2VoSgJXCOhvQV0P3wTlaexC35yTQgKQ==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lancedb/vectordb-darwin-x64": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-x64/-/vectordb-darwin-x64-0.19.1.tgz", + "integrity": "sha512-vp9BRE5Q4OebqCBWtUSzChvVNSYuxjfunTa90Ag8wHxo6hk8peKg18wiTh65Mhyu8aFu7zB7PuEiugP4iz06sA==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lancedb/vectordb-linux-arm64-gnu": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-arm64-gnu/-/vectordb-linux-arm64-gnu-0.19.1.tgz", + "integrity": "sha512-nAaYNfyETqxWoAwMplYvmq0EoeVKAO9Ut1GXsJsiuVZEDbtlvXLAq4f+cyuBSGs1YXDp7trMzzJxzTBnNnPi9g==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lancedb/vectordb-linux-x64-gnu": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-x64-gnu/-/vectordb-linux-x64-gnu-0.19.1.tgz", + "integrity": "sha512-YhSCXVJ9JGndfnUvIYxBgjCXxnssVDAH4lHZxcSfDYX2RpNfGVXyVpFNmE18CX9Ed6vysp6JR0qqn5KHSleu+w==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lancedb/vectordb-win32-x64-msvc": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-win32-x64-msvc/-/vectordb-win32-x64-msvc-0.19.1.tgz", + "integrity": "sha512-woqhl8hZoZ6B5UZ+JXP/tJqBmzqymFr09tIbgzBCd8vqdJ4N417HANIE8yl26TN+J9im8sD5xVi/yXNFWx5d8Q==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@neon-rs/cli": { "version": "0.0.160", "resolved": "https://registry.npmjs.org/@neon-rs/cli/-/cli-0.0.160.tgz",