-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
36 lines (36 loc) · 1.02 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
{
"name": "gemini-mm-walkthru",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gemini-mm-walkthru",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.11.0",
"marked": "^12.0.2"
}
},
"node_modules/@google/generative-ai": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.11.0.tgz",
"integrity": "sha512-nyvrIltnq4RRkUj4FBeDPebWHB1oeALK75aa0xdatEriH05lzBJD6t91afRm5ldtQ5Txu6UwPLuHu5jM1CjtQg==",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/marked": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
}
}
}