This repository has been archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package-lock.json
105 lines (105 loc) · 3.38 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "hls-video-element",
"version": "1.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hls-video-element",
"version": "1.1.4",
"license": "MIT",
"dependencies": {
"custom-media-element": "^1.2.3",
"hls.js": "^1.5.8",
"media-tracks": "^0.3.0"
},
"devDependencies": {
"wet-run": "^1.2.2"
}
},
"node_modules/@hono/node-server": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.11.0.tgz",
"integrity": "sha512-TLIJq9TMtD1NEG1mVoqNUn1Ita0qSaB5XboZErjFBcO/GJYXwWY4dVdTi9G0lbxtu0x+hJXDItcLaFHb7rlFTw==",
"dev": true,
"engines": {
"node": ">=18.14.1"
}
},
"node_modules/custom-media-element": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/custom-media-element/-/custom-media-element-1.2.3.tgz",
"integrity": "sha512-xr9Hbrslkjm1fapJP5hL98pySeZmNepBSefQS/XTxynamqPTfRBK5MnhReMOiAj8xvJApVPrVnlYxIrknay8jg=="
},
"node_modules/hls.js": {
"version": "1.5.8",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.8.tgz",
"integrity": "sha512-hJYMPfLhWO7/7+n4f9pn6bOheCGx0WgvVz7k3ouq3Pp1bja48NN+HeCQu3XCGYzqWQF/wo7Sk6dJAyWVJD8ECA=="
},
"node_modules/hono": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.2.5.tgz",
"integrity": "sha512-uonJD3i/yy005kQ7bPZRVfG3rejYJwyPqBmPoUGijS4UB/qM+YlrZ7xzSWy+ByDu9buGHUG+f+SKzz03Y6V1Kw==",
"dev": true,
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/media-tracks": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/media-tracks/-/media-tracks-0.3.0.tgz",
"integrity": "sha512-kicD8eOFwe6nD7jn7iM/0yuLzWuo6abWHURYwY7NhxL1dBif+lt0on4rLTs6VhKwAEE/BjT3wr+0vn1w8SBpag=="
},
"node_modules/playwright-core": {
"version": "1.43.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
"integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
"dev": true,
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=16"
}
},
"node_modules/wet-run": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/wet-run/-/wet-run-1.2.2.tgz",
"integrity": "sha512-6q1nuu7ffRtzC/cwFnz6VCtLlI42xdUcfWJe3BsBTGAfUiil+RUsCpHA5ig/GrwSd3nYZiybPBPiWguIJGhORQ==",
"dev": true,
"dependencies": {
"@hono/node-server": "^1.11.0",
"hono": "^4.2.5",
"playwright-core": "^1.43.1",
"ws": "^8.16.0"
},
"bin": {
"wet": "src/cli.js"
},
"engines": {
"node": ">=18.3.0"
}
},
"node_modules/ws": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"dev": true,
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}