-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage-lock.json
60 lines (60 loc) · 2.06 KB
/
package-lock.json
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
56
57
58
59
60
{
"name": "cs3219-ay2425s1-project-g19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@mistralai/mistralai": "^1.1.0",
"erlang": "^1.0.0",
"lodash": "^4.17.21",
"zod": "^3.23.8"
}
},
"node_modules/@mistralai/mistralai": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-1.1.0.tgz",
"integrity": "sha512-YueaIX+g4+QTX6ERLjZLZMOhlC0/EoqwpayWrUKfTM9EGTyiOPdxFLpLpg5B9PsaxOrmZDC88pOp4QgSMqVr8w==",
"peerDependencies": {
"zod": ">= 3"
}
},
"node_modules/debug": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/debug/-/debug-1.0.5.tgz",
"integrity": "sha512-SIKSrp4+XqcUaNWhwaPJbLFnvSXPsZ4xBdH2WRK0Xo++UzMC4eepYghGAVhVhOwmfq3kqowqJ5w45R3pmYZnuA==",
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/erlang": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/erlang/-/erlang-1.0.0.tgz",
"integrity": "sha512-wiWoJAl4LZA/Sa7oks/sacKZO1M/OinpDujNs5McgZaaIBZMuiHhiaoLK7kbwVB5rd9JIyRdMeyhVXYiGxEyPA==",
"engines": [
"node"
],
"dependencies": {
"debug": "~1.0.4"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}