-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage-lock.json
34 lines (34 loc) · 992 Bytes
/
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
{
"name": "node-red-contrib-ollama",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "node-red-contrib-ollama",
"version": "0.2.1",
"license": "MIT",
"dependencies": {
"ollama": "^0.5.11"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/ollama": {
"version": "0.5.11",
"resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.11.tgz",
"integrity": "sha512-lDAKcpmBU3VAOGF05NcQipHNKTdpKfAHpZ7bjCsElkUkmX7SNZImi6lwIxz/l1zQtLq0S3wuLneRuiXxX2KIew==",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "^3.6.20"
}
},
"node_modules/whatwg-fetch": {
"version": "3.6.20",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
"integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
"license": "MIT"
}
}
}