Vu Minh Chien commited on
Commit
53b2688
·
1 Parent(s): 69388d2
Files changed (1) hide show
  1. package-lock.json +6 -98
package-lock.json CHANGED
@@ -9,13 +9,12 @@
9
  "version": "1.0.0",
10
  "license": "MIT",
11
  "dependencies": {
12
- "@huggingface/hub": "^0.15.1",
13
  "body-parser": "^1.20.2",
14
  "cors": "^2.8.5",
15
  "dotenv": "^16.3.1",
16
  "express": "^4.18.2",
17
- "firebase-admin": "^12.0.0",
18
- "node-fetch": "^3.3.2"
19
  },
20
  "devDependencies": {
21
  "nodemon": "^3.0.2"
@@ -234,12 +233,12 @@
234
  }
235
  },
236
  "node_modules/@huggingface/hub": {
237
- "version": "0.15.2",
238
- "resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-0.15.2.tgz",
239
- "integrity": "sha512-MKu7RTkEBp8tvn0ZhBIjQwC1CHA+q8rzTYXAVklOTJEo/SZwCewVL+IcEuj4CoA5DnJ1IhyjkBquxN2dFVnEHg==",
240
  "license": "MIT",
241
  "dependencies": {
242
- "@huggingface/tasks": "^0.12.1"
243
  },
244
  "engines": {
245
  "node": ">=18"
@@ -884,15 +883,6 @@
884
  "node": ">= 0.10"
885
  }
886
  },
887
- "node_modules/data-uri-to-buffer": {
888
- "version": "4.0.1",
889
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
890
- "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
891
- "license": "MIT",
892
- "engines": {
893
- "node": ">= 12"
894
- }
895
- },
896
  "node_modules/debug": {
897
  "version": "2.6.9",
898
  "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
@@ -1192,29 +1182,6 @@
1192
  "node": ">=0.8.0"
1193
  }
1194
  },
1195
- "node_modules/fetch-blob": {
1196
- "version": "3.2.0",
1197
- "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
1198
- "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
1199
- "funding": [
1200
- {
1201
- "type": "github",
1202
- "url": "https://github.com/sponsors/jimmywarting"
1203
- },
1204
- {
1205
- "type": "paypal",
1206
- "url": "https://paypal.me/jimmywarting"
1207
- }
1208
- ],
1209
- "license": "MIT",
1210
- "dependencies": {
1211
- "node-domexception": "^1.0.0",
1212
- "web-streams-polyfill": "^3.0.3"
1213
- },
1214
- "engines": {
1215
- "node": "^12.20 || >= 14.13"
1216
- }
1217
- },
1218
  "node_modules/fill-range": {
1219
  "version": "7.1.1",
1220
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
@@ -1287,18 +1254,6 @@
1287
  "node": ">= 0.12"
1288
  }
1289
  },
1290
- "node_modules/formdata-polyfill": {
1291
- "version": "4.0.10",
1292
- "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
1293
- "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
1294
- "license": "MIT",
1295
- "dependencies": {
1296
- "fetch-blob": "^3.1.2"
1297
- },
1298
- "engines": {
1299
- "node": ">=12.20.0"
1300
- }
1301
- },
1302
  "node_modules/forwarded": {
1303
  "version": "0.2.0",
1304
  "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
@@ -2190,44 +2145,6 @@
2190
  "node": ">= 0.6"
2191
  }
2192
  },
2193
- "node_modules/node-domexception": {
2194
- "version": "1.0.0",
2195
- "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
2196
- "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
2197
- "deprecated": "Use your platform's native DOMException instead",
2198
- "funding": [
2199
- {
2200
- "type": "github",
2201
- "url": "https://github.com/sponsors/jimmywarting"
2202
- },
2203
- {
2204
- "type": "github",
2205
- "url": "https://paypal.me/jimmywarting"
2206
- }
2207
- ],
2208
- "license": "MIT",
2209
- "engines": {
2210
- "node": ">=10.5.0"
2211
- }
2212
- },
2213
- "node_modules/node-fetch": {
2214
- "version": "3.3.2",
2215
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
2216
- "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
2217
- "license": "MIT",
2218
- "dependencies": {
2219
- "data-uri-to-buffer": "^4.0.0",
2220
- "fetch-blob": "^3.1.4",
2221
- "formdata-polyfill": "^4.0.10"
2222
- },
2223
- "engines": {
2224
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2225
- },
2226
- "funding": {
2227
- "type": "opencollective",
2228
- "url": "https://opencollective.com/node-fetch"
2229
- }
2230
- },
2231
  "node_modules/node-forge": {
2232
  "version": "1.3.1",
2233
  "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
@@ -3072,15 +2989,6 @@
3072
  "node": ">= 0.8"
3073
  }
3074
  },
3075
- "node_modules/web-streams-polyfill": {
3076
- "version": "3.3.3",
3077
- "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
3078
- "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
3079
- "license": "MIT",
3080
- "engines": {
3081
- "node": ">= 8"
3082
- }
3083
- },
3084
  "node_modules/webidl-conversions": {
3085
  "version": "3.0.1",
3086
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
 
9
  "version": "1.0.0",
10
  "license": "MIT",
11
  "dependencies": {
12
+ "@huggingface/hub": "^0.16.0",
13
  "body-parser": "^1.20.2",
14
  "cors": "^2.8.5",
15
  "dotenv": "^16.3.1",
16
  "express": "^4.18.2",
17
+ "firebase-admin": "^12.0.0"
 
18
  },
19
  "devDependencies": {
20
  "nodemon": "^3.0.2"
 
233
  }
234
  },
235
  "node_modules/@huggingface/hub": {
236
+ "version": "0.16.0",
237
+ "resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-0.16.0.tgz",
238
+ "integrity": "sha512-4B/i2SLIvNTvUFF0MZlPOzWrtJ86RZ8kp4EN8RXgp7CAfSw4xQRWcYYvtjVwhp3VWPBhRpSMsLyL2aesG5uScQ==",
239
  "license": "MIT",
240
  "dependencies": {
241
+ "@huggingface/tasks": "^0.12.8"
242
  },
243
  "engines": {
244
  "node": ">=18"
 
883
  "node": ">= 0.10"
884
  }
885
  },
 
 
 
 
 
 
 
 
 
886
  "node_modules/debug": {
887
  "version": "2.6.9",
888
  "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
 
1182
  "node": ">=0.8.0"
1183
  }
1184
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1185
  "node_modules/fill-range": {
1186
  "version": "7.1.1",
1187
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
 
1254
  "node": ">= 0.12"
1255
  }
1256
  },
 
 
 
 
 
 
 
 
 
 
 
 
1257
  "node_modules/forwarded": {
1258
  "version": "0.2.0",
1259
  "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
 
2145
  "node": ">= 0.6"
2146
  }
2147
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2148
  "node_modules/node-forge": {
2149
  "version": "1.3.1",
2150
  "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
 
2989
  "node": ">= 0.8"
2990
  }
2991
  },
 
 
 
 
 
 
 
 
 
2992
  "node_modules/webidl-conversions": {
2993
  "version": "3.0.1",
2994
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",