Spaces:
Paused
Paused
Commit
•
e46b200
1
Parent(s):
7d9dbb7
hack
Browse files- package-lock.json +11 -12
- package.json +1 -1
package-lock.json
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
"usehooks-ts": "^2.9.1",
|
62 |
"uuid": "^9.0.0",
|
63 |
"webm-to-wav-converter": "^1.1.0",
|
64 |
-
"whisper-turbo": "
|
65 |
"zustand": "^4.4.1"
|
66 |
},
|
67 |
"devDependencies": {
|
@@ -2128,9 +2128,9 @@
|
|
2128 |
}
|
2129 |
},
|
2130 |
"node_modules/@eslint-community/regexpp": {
|
2131 |
-
"version": "4.8.
|
2132 |
-
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.
|
2133 |
-
"integrity": "sha512-
|
2134 |
"engines": {
|
2135 |
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
2136 |
}
|
@@ -3800,9 +3800,9 @@
|
|
3800 |
}
|
3801 |
},
|
3802 |
"node_modules/@rushstack/eslint-patch": {
|
3803 |
-
"version": "1.
|
3804 |
-
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.
|
3805 |
-
"integrity": "sha512-
|
3806 |
},
|
3807 |
"node_modules/@swc/helpers": {
|
3808 |
"version": "0.4.36",
|
@@ -5292,9 +5292,9 @@
|
|
5292 |
}
|
5293 |
},
|
5294 |
"node_modules/electron-to-chromium": {
|
5295 |
-
"version": "1.4.
|
5296 |
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
5297 |
-
"integrity": "sha512-
|
5298 |
},
|
5299 |
"node_modules/emoji-regex": {
|
5300 |
"version": "10.2.1",
|
@@ -9424,8 +9424,7 @@
|
|
9424 |
},
|
9425 |
"node_modules/whisper-turbo": {
|
9426 |
"version": "0.7.0",
|
9427 |
-
"resolved": "
|
9428 |
-
"integrity": "sha512-JHF/FAApSBSLN8AU6k4U/x0MhZvVF0UV8xjclhygS31UFA3gyDJME2BGidr25obfFVbUo/YwLdP9v1Sy+yNmrg==",
|
9429 |
"dependencies": {
|
9430 |
"@ffmpeg/ffmpeg": "^0.12.6",
|
9431 |
"@ffmpeg/util": "^0.12.1",
|
|
|
61 |
"usehooks-ts": "^2.9.1",
|
62 |
"uuid": "^9.0.0",
|
63 |
"webm-to-wav-converter": "^1.1.0",
|
64 |
+
"whisper-turbo": "github:jbilcke-hf/whisper-turbo-hack",
|
65 |
"zustand": "^4.4.1"
|
66 |
},
|
67 |
"devDependencies": {
|
|
|
2128 |
}
|
2129 |
},
|
2130 |
"node_modules/@eslint-community/regexpp": {
|
2131 |
+
"version": "4.8.2",
|
2132 |
+
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.2.tgz",
|
2133 |
+
"integrity": "sha512-0MGxAVt1m/ZK+LTJp/j0qF7Hz97D9O/FH9Ms3ltnyIdDD57cbb1ACIQTkbHvNXtWDv5TPq7w5Kq56+cNukbo7g==",
|
2134 |
"engines": {
|
2135 |
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
2136 |
}
|
|
|
3800 |
}
|
3801 |
},
|
3802 |
"node_modules/@rushstack/eslint-patch": {
|
3803 |
+
"version": "1.5.0",
|
3804 |
+
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.5.0.tgz",
|
3805 |
+
"integrity": "sha512-EF3948ckf3f5uPgYbQ6GhyA56Dmv8yg0+ir+BroRjwdxyZJsekhZzawOecC2rOTPCz173t7ZcR1HHZu0dZgOCw=="
|
3806 |
},
|
3807 |
"node_modules/@swc/helpers": {
|
3808 |
"version": "0.4.36",
|
|
|
5292 |
}
|
5293 |
},
|
5294 |
"node_modules/electron-to-chromium": {
|
5295 |
+
"version": "1.4.530",
|
5296 |
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.530.tgz",
|
5297 |
+
"integrity": "sha512-rsJ9O8SCI4etS8TBsXuRfHa2eZReJhnGf5MHZd3Vo05PukWHKXhk3VQGbHHnDLa8nZz9woPCpLCMQpLGgkGNRA=="
|
5298 |
},
|
5299 |
"node_modules/emoji-regex": {
|
5300 |
"version": "10.2.1",
|
|
|
9424 |
},
|
9425 |
"node_modules/whisper-turbo": {
|
9426 |
"version": "0.7.0",
|
9427 |
+
"resolved": "git+ssh://git@github.com/jbilcke-hf/whisper-turbo-hack.git#3a0f5b8f394ff93f60af570885daf15a8db89a61",
|
|
|
9428 |
"dependencies": {
|
9429 |
"@ffmpeg/ffmpeg": "^0.12.6",
|
9430 |
"@ffmpeg/util": "^0.12.1",
|
package.json
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
"usehooks-ts": "^2.9.1",
|
63 |
"uuid": "^9.0.0",
|
64 |
"webm-to-wav-converter": "^1.1.0",
|
65 |
-
"whisper-turbo": "
|
66 |
"zustand": "^4.4.1"
|
67 |
},
|
68 |
"devDependencies": {
|
|
|
62 |
"usehooks-ts": "^2.9.1",
|
63 |
"uuid": "^9.0.0",
|
64 |
"webm-to-wav-converter": "^1.1.0",
|
65 |
+
"whisper-turbo": "github:jbilcke-hf/whisper-turbo-hack",
|
66 |
"zustand": "^4.4.1"
|
67 |
},
|
68 |
"devDependencies": {
|