File tree Expand file tree Collapse file tree 3 files changed +23
-63
lines changed Expand file tree Collapse file tree 3 files changed +23
-63
lines changed Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/coder114514"
11
11
}
12
12
],
13
- "dependencies" : {
14
- "sicp " : " ^1.1.4 " ,
13
+ "dependencies" : {
14
+ "dotenv " : " ^16.5.0 " ,
15
15
"openai" : " ^4.96.2" ,
16
- "sax" : " ^1.4.1" ,
17
- "dotenv" : " ^16.5.0"
16
+ "sax" : " ^1.4.1"
18
17
},
19
18
"devDependencies" : {
20
19
"@types/node" : " ^22.15.3"
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ delayed-stream@~1.0.0:
63
63
resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
64
64
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
65
65
66
- dotenv@^16.4.7 :
67
- version "16.4.7 "
68
- resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7 .tgz"
69
- integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ ==
66
+ dotenv@^16.5.0 :
67
+ version "16.5.0 "
68
+ resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0 .tgz"
69
+ integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg ==
70
70
71
71
dunder-proto@^1.0.1 :
72
72
version "1.0.1"
@@ -226,10 +226,10 @@ node-fetch@^2.6.7:
226
226
dependencies :
227
227
whatwg-url "^5.0.0"
228
228
229
- openai@^4.81.0 :
230
- version "4.87.3 "
231
- resolved "https://registry.npmjs.org/openai/-/openai-4.87.3 .tgz"
232
- integrity sha512-d2D54fzMuBYTxMW8wcNmhT1rYKcTfMJ8t+4KjH2KtvYenygITiGBgHoIrzHwnDQWW+C5oCA+ikIR2jgPCFqcKQ ==
229
+ openai@^4.96.2 :
230
+ version "4.96.2 "
231
+ resolved "https://registry.npmjs.org/openai/-/openai-4.96.2 .tgz"
232
+ integrity sha512-R2XnxvMsizkROr7BV3uNp1q/3skwPZ7fmPjO1bXLnfB4Tu5xKxrT1EVwzjhxn0MZKBKAvOaGWS63jTMN6KrIXA ==
233
233
dependencies :
234
234
" @types/node" " ^18.11.18"
235
235
" @types/node-fetch" " ^2.6.4"
You can’t perform that action at this time.
0 commit comments