-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
152 lines (152 loc) · 4.66 KB
/
Copy pathpackage-lock.json
File metadata and controls
152 lines (152 loc) · 4.66 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "codex-workflows",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codex-workflows",
"version": "0.1.0",
"dependencies": {
"@openai/codex-sdk": "^0.138.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@openai/codex": {
"version": "0.138.0",
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0.tgz",
"integrity": "sha512-m5vUQeN+oFkCt594xbVujSzzT3CiihFuRXlbQfqJ7sEXH4yNeY99e6ryqFZgQSz/deQcaVbjhhO/TR0YJ1Vsjg==",
"license": "Apache-2.0",
"bin": {
"codex": "bin/codex.js"
},
"engines": {
"node": ">=16"
},
"optionalDependencies": {
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.138.0-darwin-arm64",
"@openai/codex-darwin-x64": "npm:@openai/codex@0.138.0-darwin-x64",
"@openai/codex-linux-arm64": "npm:@openai/codex@0.138.0-linux-arm64",
"@openai/codex-linux-x64": "npm:@openai/codex@0.138.0-linux-x64",
"@openai/codex-win32-arm64": "npm:@openai/codex@0.138.0-win32-arm64",
"@openai/codex-win32-x64": "npm:@openai/codex@0.138.0-win32-x64"
}
},
"node_modules/@openai/codex-darwin-arm64": {
"name": "@openai/codex",
"version": "0.138.0-darwin-arm64",
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-darwin-arm64.tgz",
"integrity": "sha512-kQyY2E25GVUUmNhHwUzg8CylA71SX/3H8Fy8h/hy6lu+uB/I5dWzwpQlcMqAFJToT8lPS6FjHX0UYOizpPle0g==",
"cpu": [
"arm64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@openai/codex-darwin-x64": {
"name": "@openai/codex",
"version": "0.138.0-darwin-x64",
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-darwin-x64.tgz",
"integrity": "sha512-N7du+rxsvubFYhEgiUWN3lZyjdNdVrqwLhUrjUHsb1ZrlIakV+1alIBonURQ0lRunU8SWZ+Ncfsw5eryejooyw==",
"cpu": [
"x64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@openai/codex-linux-arm64": {
"name": "@openai/codex",
"version": "0.138.0-linux-arm64",
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-linux-arm64.tgz",
"integrity": "sha512-ZMnhHRPJk+tx9PTVcjbWkNr+WniTUNDax3sQ2+WusV8XWJbdtFPA9v3kbcUqN5f5iw3Aqzgl/PvbHVJzum7cEg==",
"cpu": [
"arm64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@openai/codex-linux-x64": {
"name": "@openai/codex",
"version": "0.138.0-linux-x64",
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-linux-x64.tgz",
"integrity": "sha512-/nLUrXRPthrSLZWtDGrn/LkREDJCz3oLoaEknYCVZVDmiMnoB3IEgBdmoLqeyor4uKOs0/AN0h/opqmJrRBf8w==",
"cpu": [
"x64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@openai/codex-sdk": {
"version": "0.138.0",
"resolved": "https://registry.npmjs.org/@openai/codex-sdk/-/codex-sdk-0.138.0.tgz",
"integrity": "sha512-n/dAp0AcfUyss1WPPfwEmT/KUypyw9LrnoO/00f3OTgGSWzNUhHJzSGmBkZgsidrpsNzLKlUP9DXqvfactIkwA==",
"license": "Apache-2.0",
"dependencies": {
"@openai/codex": "0.138.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@openai/codex-win32-arm64": {
"name": "@openai/codex",
"version": "0.138.0-win32-arm64",
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-win32-arm64.tgz",
"integrity": "sha512-91EdgXIKnhbBUoNe0iK8TAnBoaXoIG/YZhBi9R50mx54wWVuVCYE3dWW/p0lby4ckbBxDZ67lwR9IgIpj5mNYw==",
"cpu": [
"arm64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@openai/codex-win32-x64": {
"name": "@openai/codex",
"version": "0.138.0-win32-x64",
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-win32-x64.tgz",
"integrity": "sha512-VbX+EgSdIAMMNwOzGOd1w+iCBq7N53JQC/11iSnNMTn7bWKTo1Ho3mp1UP7VJxvRoBVRRQxPErcvpvIuQkTwCA==",
"cpu": [
"x64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">=16"
}
}
}
}