-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 1.66 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
{
"name": "hyper-api-rust-copy",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"hyperdb-mcp": "file:hyperdb-mcp/npm/hyperdb-mcp-0.1.0.tgz",
"hyperdb-mcp-darwin-arm64": "file:hyperdb-mcp/npm/darwin-arm64/hyperdb-mcp-darwin-arm64-0.1.0.tgz"
}
},
"node_modules/hyperdb-mcp": {
"version": "0.1.0",
"resolved": "file:hyperdb-mcp/npm/hyperdb-mcp-0.1.0.tgz",
"integrity": "sha512-W4vyBVGoxRW2fdBc/M6RlFOw9Mo+/dqfbykUFuP9MPP4chpwJAU06xj+5BEFprvOmNAAO4dn44ZZ+BxCKCH4Wg==",
"license": "MIT OR Apache-2.0",
"bin": {
"hyperdb-mcp": "bin.js"
},
"engines": {
"node": ">= 18"
},
"optionalDependencies": {
"hyperdb-mcp-darwin-arm64": "0.1.0",
"hyperdb-mcp-darwin-x64": "0.1.0",
"hyperdb-mcp-linux-x64-gnu": "0.1.0",
"hyperdb-mcp-win32-x64-msvc": "0.1.0"
}
},
"node_modules/hyperdb-mcp-darwin-arm64": {
"version": "0.1.0",
"resolved": "file:hyperdb-mcp/npm/darwin-arm64/hyperdb-mcp-darwin-arm64-0.1.0.tgz",
"integrity": "sha512-RXtI+xl8eGczTGjWXgJDwH75kmeSa7R+P78qZ9S2vTsf1mAIpMHJcywbfiI+tQ93zTsduCLmuKnWwbfaRO5sqA==",
"cpu": [
"arm64"
],
"license": "MIT OR Apache-2.0",
"os": [
"darwin"
],
"engines": {
"node": ">= 18"
}
},
"node_modules/hyperdb-mcp/node_modules/hyperdb-mcp-darwin-x64": {
"optional": true
},
"node_modules/hyperdb-mcp/node_modules/hyperdb-mcp-linux-x64-gnu": {
"optional": true
},
"node_modules/hyperdb-mcp/node_modules/hyperdb-mcp-win32-x64-msvc": {
"optional": true
}
}
}