@gcorevideo/player 2.10.0 → 2.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/LICENSE +13 -0
  2. package/coverage/clover.xml +6 -0
  3. package/coverage/coverage-final.json +1 -0
  4. package/coverage/lcov-report/base.css +224 -0
  5. package/coverage/lcov-report/block-navigation.js +87 -0
  6. package/coverage/lcov-report/favicon.png +0 -0
  7. package/coverage/lcov-report/index.html +101 -0
  8. package/coverage/lcov-report/prettify.css +1 -0
  9. package/coverage/lcov-report/prettify.js +2 -0
  10. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  11. package/coverage/lcov-report/sorter.js +196 -0
  12. package/coverage/lcov.info +0 -0
  13. package/dist/index.js +3115 -1209
  14. package/lib/Player.d.ts +3 -2
  15. package/lib/Player.d.ts.map +1 -1
  16. package/lib/Player.js +32 -24
  17. package/lib/index.d.ts +5 -5
  18. package/lib/index.d.ts.map +1 -1
  19. package/lib/index.js +5 -5
  20. package/lib/internal.types.d.ts +1 -10
  21. package/lib/internal.types.d.ts.map +1 -1
  22. package/lib/playback/index.d.ts +4 -0
  23. package/lib/playback/index.d.ts.map +1 -0
  24. package/lib/playback/index.js +13 -0
  25. package/lib/playback.types.d.ts +19 -0
  26. package/lib/playback.types.d.ts.map +1 -1
  27. package/lib/playback.types.js +9 -1
  28. package/lib/plugins/dash-playback/DashPlayback.d.ts +1 -1
  29. package/lib/plugins/dash-playback/DashPlayback.d.ts.map +1 -1
  30. package/lib/plugins/dash-playback/DashPlayback.js +39 -100
  31. package/lib/plugins/dash-playback/types.d.ts +6 -0
  32. package/lib/plugins/dash-playback/types.d.ts.map +1 -0
  33. package/lib/plugins/dash-playback/types.js +1 -0
  34. package/lib/plugins/hls-playback/HlsPlayback.d.ts +6 -7
  35. package/lib/plugins/hls-playback/HlsPlayback.d.ts.map +1 -1
  36. package/lib/plugins/hls-playback/HlsPlayback.js +131 -80
  37. package/lib/types.d.ts +3 -3
  38. package/lib/types.d.ts.map +1 -1
  39. package/lib/utils/mediaSources.d.ts +14 -6
  40. package/lib/utils/mediaSources.d.ts.map +1 -1
  41. package/lib/utils/mediaSources.js +56 -53
  42. package/lib/utils/testUtils.d.ts +3 -0
  43. package/lib/utils/testUtils.d.ts.map +1 -0
  44. package/lib/utils/testUtils.js +12 -0
  45. package/package.json +6 -4
  46. package/src/Player.ts +40 -31
  47. package/src/__tests__/Player.test.ts +357 -0
  48. package/src/index.ts +5 -5
  49. package/src/internal.types.ts +1 -12
  50. package/src/playback/index.ts +17 -0
  51. package/src/playback.types.ts +29 -8
  52. package/src/plugins/dash-playback/DashPlayback.ts +44 -120
  53. package/src/plugins/hls-playback/HlsPlayback.ts +544 -390
  54. package/src/types.ts +5 -3
  55. package/src/typings/@clappr/core/error_mixin.d.ts +0 -2
  56. package/src/typings/@clappr/core/index.d.ts +5 -0
  57. package/src/typings/@clappr/index.d.ts +1 -0
  58. package/src/utils/__tests__/mediaSources.test.ts +230 -0
  59. package/src/utils/mediaSources.ts +78 -64
  60. package/src/utils/testUtils.ts +15 -0
  61. package/tsconfig.json +0 -9
  62. package/tsconfig.tsbuildinfo +1 -1
  63. package/vitest.config.ts +8 -0
  64. package/licenses.json +0 -782
  65. package/src/utils/queryParams.ts +0 -5
package/licenses.json DELETED
@@ -1,782 +0,0 @@
1
- {
2
- "@clappr/core@0.11.4": {
3
- "licenses": "BSD-3-Clause",
4
- "repository": "https://github.com/clappr/clappr-core",
5
- "publisher": "Globo.com",
6
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@clappr/core",
7
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@clappr/core/LICENSE"
8
- },
9
- "@gcorevideo/player@2.8.0": {
10
- "licenses": "Apache-2.0",
11
- "repository": "https://github.com/G-Core/gcore-videoplayer-js",
12
- "publisher": "Gcore",
13
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer"
14
- },
15
- "@jridgewell/sourcemap-codec@1.5.0": {
16
- "licenses": "MIT",
17
- "repository": "https://github.com/jridgewell/sourcemap-codec",
18
- "publisher": "Rich Harris",
19
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@jridgewell/sourcemap-codec",
20
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@jridgewell/sourcemap-codec/LICENSE"
21
- },
22
- "@parcel/watcher-darwin-arm64@2.5.0": {
23
- "licenses": "MIT",
24
- "repository": "https://github.com/parcel-bundler/watcher",
25
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@parcel/watcher-darwin-arm64",
26
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@parcel/watcher-darwin-arm64/LICENSE"
27
- },
28
- "@parcel/watcher@2.5.0": {
29
- "licenses": "MIT",
30
- "repository": "https://github.com/parcel-bundler/watcher",
31
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@parcel/watcher",
32
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@parcel/watcher/LICENSE"
33
- },
34
- "@rollup/plugin-commonjs@28.0.1": {
35
- "licenses": "MIT",
36
- "repository": "https://github.com/rollup/plugins",
37
- "publisher": "Rich Harris",
38
- "email": "richard.a.harris@gmail.com",
39
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-commonjs",
40
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-commonjs/LICENSE"
41
- },
42
- "@rollup/plugin-inject@5.0.5": {
43
- "licenses": "MIT",
44
- "repository": "https://github.com/rollup/plugins",
45
- "publisher": "Rich Harris",
46
- "email": "richard.a.harris@gmail.com",
47
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-inject",
48
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-inject/README.md"
49
- },
50
- "@rollup/plugin-json@6.1.0": {
51
- "licenses": "MIT",
52
- "repository": "https://github.com/rollup/plugins",
53
- "publisher": "rollup",
54
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-json",
55
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-json/LICENSE"
56
- },
57
- "@rollup/plugin-node-resolve@15.3.0": {
58
- "licenses": "MIT",
59
- "repository": "https://github.com/rollup/plugins",
60
- "publisher": "Rich Harris",
61
- "email": "richard.a.harris@gmail.com",
62
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-node-resolve",
63
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/plugin-node-resolve/LICENSE"
64
- },
65
- "@rollup/pluginutils@5.1.3": {
66
- "licenses": "MIT",
67
- "repository": "https://github.com/rollup/plugins",
68
- "publisher": "Rich Harris",
69
- "email": "richard.a.harris@gmail.com",
70
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/pluginutils",
71
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/pluginutils/LICENSE"
72
- },
73
- "@rollup/rollup-darwin-arm64@4.27.4": {
74
- "licenses": "MIT",
75
- "repository": "https://github.com/rollup/rollup",
76
- "publisher": "Lukas Taegert-Atkinson",
77
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/rollup-darwin-arm64",
78
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@rollup/rollup-darwin-arm64/README.md"
79
- },
80
- "@sentry/core@8.47.0": {
81
- "licenses": "MIT",
82
- "repository": "https://github.com/getsentry/sentry-javascript",
83
- "publisher": "Sentry",
84
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@sentry/core",
85
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@sentry/core/LICENSE"
86
- },
87
- "@sentry/types@8.47.0": {
88
- "licenses": "MIT",
89
- "repository": "https://github.com/getsentry/sentry-javascript",
90
- "publisher": "Sentry",
91
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@sentry/types",
92
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@sentry/types/LICENSE"
93
- },
94
- "@types/estree@1.0.6": {
95
- "licenses": "MIT",
96
- "repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
97
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@types/estree",
98
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@types/estree/LICENSE"
99
- },
100
- "@types/node@22.10.1": {
101
- "licenses": "MIT",
102
- "repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
103
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@types/node",
104
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@types/node/LICENSE"
105
- },
106
- "@types/resolve@1.20.2": {
107
- "licenses": "MIT",
108
- "repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
109
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@types/resolve",
110
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/@types/resolve/LICENSE"
111
- },
112
- "assert@2.1.0": {
113
- "licenses": "MIT",
114
- "repository": "https://github.com/browserify/commonjs-assert",
115
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/assert",
116
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/assert/LICENSE"
117
- },
118
- "available-typed-arrays@1.0.7": {
119
- "licenses": "MIT",
120
- "repository": "https://github.com/inspect-js/available-typed-arrays",
121
- "publisher": "Jordan Harband",
122
- "email": "ljharb@gmail.com",
123
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/available-typed-arrays",
124
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/available-typed-arrays/LICENSE"
125
- },
126
- "bcp-47-match@1.0.3": {
127
- "licenses": "MIT",
128
- "repository": "https://github.com/wooorm/bcp-47-match",
129
- "publisher": "Titus Wormer",
130
- "email": "tituswormer@gmail.com",
131
- "url": "https://wooorm.com",
132
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/bcp-47-match",
133
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/bcp-47-match/license"
134
- },
135
- "bcp-47-normalize@1.1.1": {
136
- "licenses": "MIT",
137
- "repository": "https://github.com/wooorm/bcp-47-normalize",
138
- "publisher": "Titus Wormer",
139
- "email": "tituswormer@gmail.com",
140
- "url": "https://wooorm.com",
141
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/bcp-47-normalize",
142
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/bcp-47-normalize/license"
143
- },
144
- "bcp-47@1.0.8": {
145
- "licenses": "MIT",
146
- "repository": "https://github.com/wooorm/bcp-47",
147
- "publisher": "Titus Wormer",
148
- "email": "tituswormer@gmail.com",
149
- "url": "https://wooorm.com",
150
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/bcp-47",
151
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/bcp-47/license"
152
- },
153
- "braces@3.0.3": {
154
- "licenses": "MIT",
155
- "repository": "https://github.com/micromatch/braces",
156
- "publisher": "Jon Schlinkert",
157
- "url": "https://github.com/jonschlinkert",
158
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/braces",
159
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/braces/LICENSE"
160
- },
161
- "call-bind@1.0.7": {
162
- "licenses": "MIT",
163
- "repository": "https://github.com/ljharb/call-bind",
164
- "publisher": "Jordan Harband",
165
- "email": "ljharb@gmail.com",
166
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/call-bind",
167
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/call-bind/LICENSE"
168
- },
169
- "chokidar@4.0.3": {
170
- "licenses": "MIT",
171
- "repository": "https://github.com/paulmillr/chokidar",
172
- "publisher": "Paul Miller",
173
- "url": "https://paulmillr.com",
174
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/chokidar",
175
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/chokidar/LICENSE"
176
- },
177
- "codem-isoboxer@0.3.9": {
178
- "licenses": "MIT",
179
- "repository": "https://github.com/madebyhiro/codem-isoboxer",
180
- "publisher": "Sjoerd Tieleman",
181
- "email": "sjoerd@hiro.nl",
182
- "url": "https://hiro.nl/",
183
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/codem-isoboxer",
184
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/codem-isoboxer/LICENSE.txt"
185
- },
186
- "commondir@1.0.1": {
187
- "licenses": "MIT",
188
- "repository": "https://github.com/substack/node-commondir",
189
- "publisher": "James Halliday",
190
- "email": "mail@substack.net",
191
- "url": "http://substack.net",
192
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/commondir",
193
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/commondir/LICENSE"
194
- },
195
- "dashjs@4.7.4": {
196
- "licenses": "BSD-3-Clause",
197
- "repository": "https://github.com/Dash-Industry-Forum/dash.js",
198
- "publisher": "Dash Industry Forum",
199
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/dashjs",
200
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/dashjs/LICENSE.md"
201
- },
202
- "deepmerge@4.3.1": {
203
- "licenses": "MIT",
204
- "repository": "https://github.com/TehShrike/deepmerge",
205
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/deepmerge",
206
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/deepmerge/license.txt"
207
- },
208
- "define-data-property@1.1.4": {
209
- "licenses": "MIT",
210
- "repository": "https://github.com/ljharb/define-data-property",
211
- "publisher": "Jordan Harband",
212
- "email": "ljharb@gmail.com",
213
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/define-data-property",
214
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/define-data-property/LICENSE"
215
- },
216
- "define-properties@1.2.1": {
217
- "licenses": "MIT",
218
- "repository": "https://github.com/ljharb/define-properties",
219
- "publisher": "Jordan Harband",
220
- "email": "ljharb@gmail.com",
221
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/define-properties",
222
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/define-properties/LICENSE"
223
- },
224
- "detect-libc@1.0.3": {
225
- "licenses": "Apache-2.0",
226
- "repository": "https://github.com/lovell/detect-libc",
227
- "publisher": "Lovell Fuller",
228
- "email": "npm@lovell.info",
229
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/detect-libc",
230
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/detect-libc/LICENSE"
231
- },
232
- "es-define-property@1.0.0": {
233
- "licenses": "MIT",
234
- "repository": "https://github.com/ljharb/es-define-property",
235
- "publisher": "Jordan Harband",
236
- "email": "ljharb@gmail.com",
237
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/es-define-property",
238
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/es-define-property/LICENSE"
239
- },
240
- "es-errors@1.3.0": {
241
- "licenses": "MIT",
242
- "repository": "https://github.com/ljharb/es-errors",
243
- "publisher": "Jordan Harband",
244
- "email": "ljharb@gmail.com",
245
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/es-errors",
246
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/es-errors/LICENSE"
247
- },
248
- "es6-promise@4.2.8": {
249
- "licenses": "MIT",
250
- "repository": "https://github.com/stefanpenner/es6-promise",
251
- "publisher": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
252
- "url": "Conversion to ES6 API by Jake Archibald",
253
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/es6-promise",
254
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/es6-promise/LICENSE"
255
- },
256
- "estree-walker@0.6.1": {
257
- "licenses": "MIT",
258
- "repository": "https://github.com/Rich-Harris/estree-walker",
259
- "publisher": "Rich Harris",
260
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-pluginutils/node_modules/estree-walker",
261
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-pluginutils/node_modules/estree-walker/README.md"
262
- },
263
- "estree-walker@2.0.2": {
264
- "licenses": "MIT",
265
- "repository": "https://github.com/Rich-Harris/estree-walker",
266
- "publisher": "Rich Harris",
267
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/estree-walker",
268
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/estree-walker/LICENSE"
269
- },
270
- "event-lite@1.0.0": {
271
- "licenses": "MIT",
272
- "repository": "https://github.com/kawanet/event-lite",
273
- "publisher": "@kawanet",
274
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/event-lite",
275
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/event-lite/LICENSE"
276
- },
277
- "fast-deep-equal@2.0.1": {
278
- "licenses": "MIT",
279
- "repository": "https://github.com/epoberezkin/fast-deep-equal",
280
- "publisher": "Evgeny Poberezkin",
281
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fast-deep-equal",
282
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fast-deep-equal/LICENSE"
283
- },
284
- "fdir@6.4.2": {
285
- "licenses": "MIT",
286
- "repository": "https://github.com/thecodrr/fdir",
287
- "publisher": "thecodrr",
288
- "email": "thecodrr@protonmail.com",
289
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fdir",
290
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fdir/LICENSE"
291
- },
292
- "fill-range@7.1.1": {
293
- "licenses": "MIT",
294
- "repository": "https://github.com/jonschlinkert/fill-range",
295
- "publisher": "Jon Schlinkert",
296
- "url": "https://github.com/jonschlinkert",
297
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fill-range",
298
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fill-range/LICENSE"
299
- },
300
- "for-each@0.3.3": {
301
- "licenses": "MIT",
302
- "repository": "https://github.com/Raynos/for-each",
303
- "publisher": "Raynos",
304
- "email": "raynos2@gmail.com",
305
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/for-each",
306
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/for-each/LICENSE"
307
- },
308
- "fsevents@2.3.3": {
309
- "licenses": "MIT",
310
- "repository": "https://github.com/fsevents/fsevents",
311
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fsevents",
312
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/fsevents/LICENSE"
313
- },
314
- "function-bind@1.1.2": {
315
- "licenses": "MIT",
316
- "repository": "https://github.com/Raynos/function-bind",
317
- "publisher": "Raynos",
318
- "email": "raynos2@gmail.com",
319
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/function-bind",
320
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/function-bind/LICENSE"
321
- },
322
- "get-intrinsic@1.2.4": {
323
- "licenses": "MIT",
324
- "repository": "https://github.com/ljharb/get-intrinsic",
325
- "publisher": "Jordan Harband",
326
- "email": "ljharb@gmail.com",
327
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/get-intrinsic",
328
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/get-intrinsic/LICENSE"
329
- },
330
- "gopd@1.2.0": {
331
- "licenses": "MIT",
332
- "repository": "https://github.com/ljharb/gopd",
333
- "publisher": "Jordan Harband",
334
- "email": "ljharb@gmail.com",
335
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/gopd",
336
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/gopd/LICENSE"
337
- },
338
- "has-property-descriptors@1.0.2": {
339
- "licenses": "MIT",
340
- "repository": "https://github.com/inspect-js/has-property-descriptors",
341
- "publisher": "Jordan Harband",
342
- "email": "ljharb@gmail.com",
343
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-property-descriptors",
344
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-property-descriptors/LICENSE"
345
- },
346
- "has-proto@1.1.0": {
347
- "licenses": "MIT",
348
- "repository": "https://github.com/inspect-js/has-proto",
349
- "publisher": "Jordan Harband",
350
- "email": "ljharb@gmail.com",
351
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-proto",
352
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-proto/LICENSE"
353
- },
354
- "has-symbols@1.1.0": {
355
- "licenses": "MIT",
356
- "repository": "https://github.com/inspect-js/has-symbols",
357
- "publisher": "Jordan Harband",
358
- "email": "ljharb@gmail.com",
359
- "url": "http://ljharb.codes",
360
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-symbols",
361
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-symbols/LICENSE"
362
- },
363
- "has-tostringtag@1.0.2": {
364
- "licenses": "MIT",
365
- "repository": "https://github.com/inspect-js/has-tostringtag",
366
- "publisher": "Jordan Harband",
367
- "email": "ljharb@gmail.com",
368
- "url": "http://ljharb.codes",
369
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-tostringtag",
370
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/has-tostringtag/LICENSE"
371
- },
372
- "hasown@2.0.2": {
373
- "licenses": "MIT",
374
- "repository": "https://github.com/inspect-js/hasOwn",
375
- "publisher": "Jordan Harband",
376
- "email": "ljharb@gmail.com",
377
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/hasown",
378
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/hasown/LICENSE"
379
- },
380
- "hls.js@1.5.17": {
381
- "licenses": "Apache-2.0",
382
- "repository": "https://github.com/video-dev/hls.js",
383
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/hls.js",
384
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/hls.js/LICENSE"
385
- },
386
- "html-entities@1.4.0": {
387
- "licenses": "MIT",
388
- "repository": "https://github.com/mdevils/node-html-entities",
389
- "publisher": "Marat Dulin",
390
- "email": "mdevils@yandex.ru",
391
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/html-entities",
392
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/html-entities/LICENSE"
393
- },
394
- "immediate@3.0.6": {
395
- "licenses": "MIT",
396
- "repository": "https://github.com/calvinmetcalf/immediate",
397
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/immediate",
398
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/immediate/LICENSE.txt"
399
- },
400
- "immutable@5.0.3": {
401
- "licenses": "MIT",
402
- "repository": "https://github.com/immutable-js/immutable-js",
403
- "publisher": "Lee Byron",
404
- "url": "https://github.com/leebyron",
405
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/immutable",
406
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/immutable/LICENSE"
407
- },
408
- "imsc@1.1.5": {
409
- "licenses": "BSD-2-Clause",
410
- "repository": "https://github.com/sandflow/imscJS",
411
- "publisher": "Pierre-Anthony Lemieux",
412
- "email": "pal@sandflow.com",
413
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/imsc",
414
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/imsc/LICENSE"
415
- },
416
- "inherits@2.0.4": {
417
- "licenses": "ISC",
418
- "repository": "https://github.com/isaacs/inherits",
419
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/inherits",
420
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/inherits/LICENSE"
421
- },
422
- "is-alphabetical@1.0.4": {
423
- "licenses": "MIT",
424
- "repository": "https://github.com/wooorm/is-alphabetical",
425
- "publisher": "Titus Wormer",
426
- "email": "tituswormer@gmail.com",
427
- "url": "https://wooorm.com",
428
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-alphabetical",
429
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-alphabetical/license"
430
- },
431
- "is-alphanumerical@1.0.4": {
432
- "licenses": "MIT",
433
- "repository": "https://github.com/wooorm/is-alphanumerical",
434
- "publisher": "Titus Wormer",
435
- "email": "tituswormer@gmail.com",
436
- "url": "https://wooorm.com",
437
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-alphanumerical",
438
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-alphanumerical/license"
439
- },
440
- "is-arguments@1.1.1": {
441
- "licenses": "MIT",
442
- "repository": "https://github.com/inspect-js/is-arguments",
443
- "publisher": "Jordan Harband",
444
- "email": "ljharb@gmail.com",
445
- "url": "http://ljharb.codes",
446
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-arguments",
447
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-arguments/LICENSE"
448
- },
449
- "is-callable@1.2.7": {
450
- "licenses": "MIT",
451
- "repository": "https://github.com/inspect-js/is-callable",
452
- "publisher": "Jordan Harband",
453
- "email": "ljharb@gmail.com",
454
- "url": "http://ljharb.codes",
455
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-callable",
456
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-callable/LICENSE"
457
- },
458
- "is-core-module@2.15.1": {
459
- "licenses": "MIT",
460
- "repository": "https://github.com/inspect-js/is-core-module",
461
- "publisher": "Jordan Harband",
462
- "email": "ljharb@gmail.com",
463
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-core-module",
464
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-core-module/LICENSE"
465
- },
466
- "is-decimal@1.0.4": {
467
- "licenses": "MIT",
468
- "repository": "https://github.com/wooorm/is-decimal",
469
- "publisher": "Titus Wormer",
470
- "email": "tituswormer@gmail.com",
471
- "url": "https://wooorm.com",
472
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-decimal",
473
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-decimal/license"
474
- },
475
- "is-extglob@2.1.1": {
476
- "licenses": "MIT",
477
- "repository": "https://github.com/jonschlinkert/is-extglob",
478
- "publisher": "Jon Schlinkert",
479
- "url": "https://github.com/jonschlinkert",
480
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-extglob",
481
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-extglob/LICENSE"
482
- },
483
- "is-generator-function@1.0.10": {
484
- "licenses": "MIT",
485
- "repository": "https://github.com/inspect-js/is-generator-function",
486
- "publisher": "Jordan Harband",
487
- "email": "ljharb@gmail.com",
488
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-generator-function",
489
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-generator-function/LICENSE"
490
- },
491
- "is-glob@4.0.3": {
492
- "licenses": "MIT",
493
- "repository": "https://github.com/micromatch/is-glob",
494
- "publisher": "Jon Schlinkert",
495
- "url": "https://github.com/jonschlinkert",
496
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-glob",
497
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-glob/LICENSE"
498
- },
499
- "is-module@1.0.0": {
500
- "licenses": "MIT",
501
- "repository": "https://github.com/component/is-module",
502
- "publisher": "Jonathan Ong",
503
- "email": "me@jongleberry.com",
504
- "url": "http://jongleberry.com",
505
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-module",
506
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-module/README.md"
507
- },
508
- "is-nan@1.3.2": {
509
- "licenses": "MIT",
510
- "repository": "https://github.com/es-shims/is-nan",
511
- "publisher": "Jordan Harband",
512
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-nan",
513
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-nan/LICENSE"
514
- },
515
- "is-number@7.0.0": {
516
- "licenses": "MIT",
517
- "repository": "https://github.com/jonschlinkert/is-number",
518
- "publisher": "Jon Schlinkert",
519
- "url": "https://github.com/jonschlinkert",
520
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-number",
521
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-number/LICENSE"
522
- },
523
- "is-reference@1.2.1": {
524
- "licenses": "MIT",
525
- "repository": "https://github.com/Rich-Harris/is-reference",
526
- "publisher": "Rich Harris",
527
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-reference",
528
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-reference/README.md"
529
- },
530
- "is-typed-array@1.1.13": {
531
- "licenses": "MIT",
532
- "repository": "https://github.com/inspect-js/is-typed-array",
533
- "publisher": "Jordan Harband",
534
- "email": "ljharb@gmail.com",
535
- "url": "http://ljharb.codes",
536
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-typed-array",
537
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/is-typed-array/LICENSE"
538
- },
539
- "lie@3.1.1": {
540
- "licenses": "MIT",
541
- "repository": "https://github.com/calvinmetcalf/lie",
542
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/lie",
543
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/lie/license.md"
544
- },
545
- "localforage@1.10.0": {
546
- "licenses": "Apache-2.0",
547
- "repository": "https://github.com/localForage/localForage",
548
- "publisher": "Mozilla",
549
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/localforage",
550
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/localforage/LICENSE"
551
- },
552
- "magic-string@0.30.14": {
553
- "licenses": "MIT",
554
- "repository": "https://github.com/rich-harris/magic-string",
555
- "publisher": "Rich Harris",
556
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/magic-string",
557
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/magic-string/LICENSE"
558
- },
559
- "micromatch@4.0.8": {
560
- "licenses": "MIT",
561
- "repository": "https://github.com/micromatch/micromatch",
562
- "publisher": "Jon Schlinkert",
563
- "url": "https://github.com/jonschlinkert",
564
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/micromatch",
565
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/micromatch/LICENSE"
566
- },
567
- "node-addon-api@7.1.1": {
568
- "licenses": "MIT",
569
- "repository": "https://github.com/nodejs/node-addon-api",
570
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/node-addon-api",
571
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/node-addon-api/LICENSE.md"
572
- },
573
- "object-is@1.1.6": {
574
- "licenses": "MIT",
575
- "repository": "https://github.com/es-shims/object-is",
576
- "publisher": "Jordan Harband",
577
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/object-is",
578
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/object-is/LICENSE"
579
- },
580
- "object-keys@1.1.1": {
581
- "licenses": "MIT",
582
- "repository": "https://github.com/ljharb/object-keys",
583
- "publisher": "Jordan Harband",
584
- "email": "ljharb@gmail.com",
585
- "url": "http://ljharb.codes",
586
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/object-keys",
587
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/object-keys/LICENSE"
588
- },
589
- "object.assign@4.1.5": {
590
- "licenses": "MIT",
591
- "repository": "https://github.com/ljharb/object.assign",
592
- "publisher": "Jordan Harband",
593
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/object.assign",
594
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/object.assign/LICENSE"
595
- },
596
- "path-browserify@1.0.1": {
597
- "licenses": "MIT",
598
- "repository": "https://github.com/browserify/path-browserify",
599
- "publisher": "James Halliday",
600
- "email": "mail@substack.net",
601
- "url": "http://substack.net",
602
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/path-browserify",
603
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/path-browserify/LICENSE"
604
- },
605
- "path-parse@1.0.7": {
606
- "licenses": "MIT",
607
- "repository": "https://github.com/jbgutierrez/path-parse",
608
- "publisher": "Javier Blanco",
609
- "email": "http://jbgutierrez.info",
610
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/path-parse",
611
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/path-parse/LICENSE"
612
- },
613
- "picomatch@2.3.1": {
614
- "licenses": "MIT",
615
- "repository": "https://github.com/micromatch/picomatch",
616
- "publisher": "Jon Schlinkert",
617
- "url": "https://github.com/jonschlinkert",
618
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/micromatch/node_modules/picomatch",
619
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/micromatch/node_modules/picomatch/LICENSE"
620
- },
621
- "picomatch@4.0.2": {
622
- "licenses": "MIT",
623
- "repository": "https://github.com/micromatch/picomatch",
624
- "publisher": "Jon Schlinkert",
625
- "url": "https://github.com/jonschlinkert",
626
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/picomatch",
627
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/picomatch/LICENSE"
628
- },
629
- "possible-typed-array-names@1.0.0": {
630
- "licenses": "MIT",
631
- "repository": "https://github.com/ljharb/possible-typed-array-names",
632
- "publisher": "Jordan Harband",
633
- "email": "ljharb@gmail.com",
634
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/possible-typed-array-names",
635
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/possible-typed-array-names/LICENSE"
636
- },
637
- "readdirp@4.0.2": {
638
- "licenses": "MIT",
639
- "repository": "https://github.com/paulmillr/readdirp",
640
- "publisher": "Thorsten Lorenz",
641
- "email": "thlorenz@gmx.de",
642
- "url": "thlorenz.com",
643
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/readdirp",
644
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/readdirp/LICENSE"
645
- },
646
- "resolve@1.22.8": {
647
- "licenses": "MIT",
648
- "repository": "https://github.com/browserify/resolve",
649
- "publisher": "James Halliday",
650
- "email": "mail@substack.net",
651
- "url": "http://substack.net",
652
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/resolve",
653
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/resolve/LICENSE"
654
- },
655
- "rollup-plugin-polyfill-node@0.13.0": {
656
- "licenses": "MIT",
657
- "repository": "https://github.com/FredKSchott/rollup-plugin-polyfill-node",
658
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-plugin-polyfill-node",
659
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-plugin-polyfill-node/LICENSE.md"
660
- },
661
- "rollup-plugin-sass@1.14.0": {
662
- "licenses": "MIT",
663
- "repository": "https://github.com/elycruz/rollup-plugin-sass",
664
- "publisher": "BinRui.Guan",
665
- "email": "differui@gmail.com",
666
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-plugin-sass",
667
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-plugin-sass/LICENSE"
668
- },
669
- "rollup-plugin-string@3.0.0": {
670
- "licenses": "MIT",
671
- "repository": "https://github.com/TrySound/rollup-plugin-string",
672
- "publisher": "Bogdan Chadkin",
673
- "email": "trysound@yandex.ru",
674
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-plugin-string",
675
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-plugin-string/LICENSE"
676
- },
677
- "rollup-pluginutils@2.8.2": {
678
- "licenses": "MIT",
679
- "repository": "https://github.com/rollup/rollup-pluginutils",
680
- "publisher": "Rich Harris",
681
- "email": "richard.a.harris@gmail.com",
682
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-pluginutils",
683
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup-pluginutils/README.md"
684
- },
685
- "rollup@4.27.4": {
686
- "licenses": "MIT",
687
- "repository": "https://github.com/rollup/rollup",
688
- "publisher": "Rich Harris",
689
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup",
690
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/rollup/LICENSE.md"
691
- },
692
- "sass@1.83.0": {
693
- "licenses": "MIT",
694
- "repository": "https://github.com/sass/dart-sass",
695
- "publisher": "Natalie Weizenbaum",
696
- "email": "nweiz@google.com",
697
- "url": "https://github.com/nex3",
698
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/sass",
699
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/sass/LICENSE"
700
- },
701
- "sax@1.2.1": {
702
- "licenses": "ISC",
703
- "repository": "https://github.com/isaacs/sax-js",
704
- "publisher": "Isaac Z. Schlueter",
705
- "email": "i@izs.me",
706
- "url": "http://blog.izs.me/",
707
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/sax",
708
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/sax/LICENSE"
709
- },
710
- "set-function-length@1.2.2": {
711
- "licenses": "MIT",
712
- "repository": "https://github.com/ljharb/set-function-length",
713
- "publisher": "Jordan Harband",
714
- "email": "ljharb@gmail.com",
715
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/set-function-length",
716
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/set-function-length/LICENSE"
717
- },
718
- "source-map-js@1.2.1": {
719
- "licenses": "BSD-3-Clause",
720
- "repository": "https://github.com/7rulnik/source-map-js",
721
- "publisher": "Valentin 7rulnik Semirulnik",
722
- "email": "v7rulnik@gmail.com",
723
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/source-map-js",
724
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/source-map-js/LICENSE"
725
- },
726
- "supports-preserve-symlinks-flag@1.0.0": {
727
- "licenses": "MIT",
728
- "repository": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag",
729
- "publisher": "Jordan Harband",
730
- "email": "ljharb@gmail.com",
731
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/supports-preserve-symlinks-flag",
732
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/supports-preserve-symlinks-flag/LICENSE"
733
- },
734
- "to-regex-range@5.0.1": {
735
- "licenses": "MIT",
736
- "repository": "https://github.com/micromatch/to-regex-range",
737
- "publisher": "Jon Schlinkert",
738
- "url": "https://github.com/jonschlinkert",
739
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/to-regex-range",
740
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/to-regex-range/LICENSE"
741
- },
742
- "typescript@5.7.2": {
743
- "licenses": "Apache-2.0",
744
- "repository": "https://github.com/microsoft/TypeScript",
745
- "publisher": "Microsoft Corp.",
746
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/typescript",
747
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/typescript/LICENSE.txt"
748
- },
749
- "ua-parser-js@1.0.39": {
750
- "licenses": "MIT",
751
- "repository": "https://github.com/faisalman/ua-parser-js",
752
- "publisher": "Faisal Salman",
753
- "email": "f@faisalman.com",
754
- "url": "http://faisalman.com",
755
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/dashjs/node_modules/ua-parser-js",
756
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/dashjs/node_modules/ua-parser-js/license.md"
757
- },
758
- "undici-types@6.20.0": {
759
- "licenses": "MIT",
760
- "repository": "https://github.com/nodejs/undici",
761
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/undici-types",
762
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/undici-types/LICENSE"
763
- },
764
- "util@0.12.5": {
765
- "licenses": "MIT",
766
- "repository": "https://github.com/browserify/node-util",
767
- "publisher": "Joyent",
768
- "url": "http://www.joyent.com",
769
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/util",
770
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/util/LICENSE"
771
- },
772
- "which-typed-array@1.1.16": {
773
- "licenses": "MIT",
774
- "repository": "https://github.com/inspect-js/which-typed-array",
775
- "publisher": "Jordan Harband",
776
- "email": "ljharb@gmail.com",
777
- "url": "http://ljharb.codes",
778
- "path": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/which-typed-array",
779
- "licenseFile": "/Users/datka/workspace/gcore-videoplayer-js/packages/gplayer/node_modules/which-typed-array/LICENSE"
780
- }
781
- }
782
-