-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 910 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 910 Bytes
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
{
"name": "FasalRakshak",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@gradio/client": "^2.0.0"
}
},
"node_modules/@gradio/client": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@gradio/client/-/client-2.0.0.tgz",
"integrity": "sha512-AYy0/0nbN3xrjquQ1ScqZp9RHkw2mlg9+zsimYC1yxOW+TpKVpweUvKcuL0QLsf/Dq7zsYJfFxM8CRf9qaKC0w==",
"license": "ISC",
"dependencies": {
"fetch-event-stream": "^0.1.5"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/fetch-event-stream": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/fetch-event-stream/-/fetch-event-stream-0.1.6.tgz",
"integrity": "sha512-GREtJ5HNikdU2AXtZ6E/5bk+aslMU6ie5mPG6H9nvsdDkkHQ6m5lHwmmmDTOBexok9hApQ7EprsXCdmz9ZC68w==",
"license": "MIT"
}
}
}