-
Notifications
You must be signed in to change notification settings - Fork 247
Expand file tree
/
Copy pathpackage-lock.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package-lock.json
File metadata and controls
50 lines (50 loc) · 1.35 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
{
"name": "run-gemini-cli",
"version": "0.1.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "run-gemini-cli",
"version": "0.1.12",
"license": "Apache-2.0",
"devDependencies": {
"@google-github-actions/actions-utils": "^0.8.8"
},
"engines": {
"node": "20.x",
"npm": "> 10.x"
}
},
"node_modules/@google-github-actions/actions-utils": {
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.8.8.tgz",
"integrity": "sha512-5HhmjH1Lwloiav7bqsSUSntKX/2cywilHFgnqR/G+KBaVDgbA1Kue+e+u0/KzR2q6iC6LWUs/3fLaAL3AJAu0A==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"yaml": "^2.8.0"
},
"bin": {
"actions-gen-readme": "bin/actions-gen-readme.mjs"
},
"engines": {
"node": ">= 20.x",
"npm": ">= 10.x"
}
},
"node_modules/yaml": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
"integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
"dev": true,
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
}
}
}
}