-
Notifications
You must be signed in to change notification settings - Fork 105
/
package-lock.json
65 lines (65 loc) · 2.26 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
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
{
"name": "speech-recognition-with-hugging-face",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "speech-recognition-with-hugging-face",
"version": "1.0.0",
"dependencies": {
"@huggingface/inference": "^2.7.0",
"node-appwrite": "^14.1.0"
},
"devDependencies": {
"prettier": "^3.2.5"
}
},
"node_modules/@huggingface/inference": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-2.7.0.tgz",
"integrity": "sha512-u7Fn637Q3f7nUB1tajM4CgzhvoFQkOQr5W5Fm+2wT9ETgGoLBh25BLlYPTJRjAd2WY01s71v0lqAwNvHHCc3mg==",
"dependencies": {
"@huggingface/tasks": "^0.10.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@huggingface/tasks": {
"version": "0.10.6",
"resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.10.6.tgz",
"integrity": "sha512-aGqvPsZZ8JLkAs7IChsEZil/aNLoMsqDryDFqJV7N5u//EaHzHAU6ORwVxEJIWJ9MIqJauJ9f7LYNtKC5Axh3w=="
},
"node_modules/node-appwrite": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-14.1.0.tgz",
"integrity": "sha512-kuKAZrdaAcGYOMUXtxNb1j+uIy+FIMiiU1dFkgwTXLsMLeLvC6HJ8/FH/kN9JyrWR2a2zcGN7gWfyQgWYoLMTA==",
"license": "BSD-3-Clause",
"dependencies": {
"node-fetch-native-with-agent": "1.7.2"
}
},
"node_modules/node-fetch-native-with-agent": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/node-fetch-native-with-agent/-/node-fetch-native-with-agent-1.7.2.tgz",
"integrity": "sha512-5MaOOCuJEvcckoz7/tjdx1M6OusOY6Xc5f459IaruGStWnKzlI1qpNgaAwmn4LmFYcsSlj+jBMk84wmmRxfk5g==",
"license": "MIT"
},
"node_modules/prettier": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}