forked from NousResearch/hermes-agent
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 777 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
30 lines (30 loc) · 777 Bytes
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
{
"name": "hermes-agent",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hermes-agent",
"version": "1.0.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"agent-browser": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
}
},
"node_modules/agent-browser": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/agent-browser/-/agent-browser-0.26.0.tgz",
"integrity": "sha512-pdqSfjwbFSp+qnwlb2g23e9wXveIOfMi19xpPA9xZUbzEAUp6W4YBZj6Ybj8z4M7WkcbGDDYc+oDIHDt9R3EDQ==",
"hasInstallScript": true,
"license": "Apache-2.0",
"bin": {
"agent-browser": "bin/agent-browser.js"
}
}
}
}