@file-viewer/renderer-dicom 3.0.0

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.
@@ -0,0 +1,1382 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "generatedFrom": {
4
+ "packageName": "@file-viewer/renderer-dicom",
5
+ "packageVersion": "3.0.0",
6
+ "packageManager": "pnpm",
7
+ "command": "pnpm --filter @file-viewer/renderer-dicom list --prod --depth Infinity --json"
8
+ },
9
+ "policy": {
10
+ "allowedSpdxExpressions": [
11
+ "(MIT AND Zlib)",
12
+ "(WTFPL OR MIT)",
13
+ "Apache-2.0",
14
+ "BSD-3-Clause",
15
+ "CC-BY-4.0",
16
+ "ISC",
17
+ "MIT",
18
+ "Python-2.0"
19
+ ],
20
+ "licenseSelections": {
21
+ "dompurify": {
22
+ "declaredLicense": "(MPL-2.0 OR Apache-2.0)",
23
+ "selectedLicense": "Apache-2.0",
24
+ "licenseFile": "LICENSE",
25
+ "note": "File Viewer elects DOMPurify's Apache-2.0 option; the installed LICENSE file is the complete Apache-2.0 text."
26
+ }
27
+ },
28
+ "closureIncludesPlatformOptionalDependencies": true
29
+ },
30
+ "nativeCodecBuild": {
31
+ "cornerstoneCodecsGitHead": "8634194b68ab43bde8f35fcc466a36d91ac700b4",
32
+ "note": "The npm wrapper license describes JavaScript glue; these entries describe native libraries statically linked into the shipped WebAssembly codecs.",
33
+ "components": [
34
+ {
35
+ "name": "CharLS",
36
+ "wrapperPackage": "@cornerstonejs/codec-charls@1.2.5",
37
+ "repository": "https://github.com/cornerstonejs/charls",
38
+ "sourceSha": "38d95d00671f4cddfa61f3f51eaf81b8bac34543",
39
+ "license": "BSD-3-Clause",
40
+ "linkedTarget": "charls",
41
+ "files": [
42
+ {
43
+ "path": "third-party/native-codecs/charls/LICENSE.md",
44
+ "sha256": "e293ccc327ee42f4e723e73aac39b23ffc40655cc6f8baec5c046f2e7d093695"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "name": "libjpeg-turbo",
50
+ "wrapperPackage": "@cornerstonejs/codec-libjpeg-turbo-8bit@1.2.4",
51
+ "repository": "https://github.com/cornerstonejs/libjpeg-turbo",
52
+ "sourceSha": "dc4a93fab38b42d29b89a533409e012570180e28",
53
+ "license": "IJG AND BSD-3-Clause AND Zlib",
54
+ "linkedTarget": "turbojpeg-static",
55
+ "files": [
56
+ {
57
+ "path": "third-party/native-codecs/libjpeg-turbo/LICENSE.md",
58
+ "sha256": "ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb"
59
+ },
60
+ {
61
+ "path": "third-party/native-codecs/libjpeg-turbo/README.ijg",
62
+ "sha256": "4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb"
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "OpenJPEG",
68
+ "wrapperPackage": "@cornerstonejs/codec-openjpeg@1.3.2",
69
+ "repository": "https://github.com/cornerstonejs/openjpeg",
70
+ "sourceSha": "2d606701e8b7aa83f657d113c3367508e99bd12b",
71
+ "license": "BSD-2-Clause",
72
+ "linkedTarget": "openjp2",
73
+ "files": [
74
+ {
75
+ "path": "third-party/native-codecs/openjpeg/LICENSE",
76
+ "sha256": "a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6"
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "name": "OpenJPH",
82
+ "wrapperPackage": "@cornerstonejs/codec-openjph@2.4.9",
83
+ "repository": "https://github.com/cornerstonejs/OpenJPH",
84
+ "sourceSha": "e01c7b7f9e7ecbb15cf13bb45661c9a41ab7fec6",
85
+ "license": "BSD-2-Clause",
86
+ "linkedTarget": "openjphsimd",
87
+ "files": [
88
+ {
89
+ "path": "third-party/native-codecs/openjph/LICENSE",
90
+ "sha256": "5ddf5177863dfc9ab65fa129d587db651241f00e21ed2427b218bea997591f98"
91
+ }
92
+ ]
93
+ }
94
+ ]
95
+ },
96
+ "packages": [
97
+ {
98
+ "name": "@babel/runtime-corejs3",
99
+ "version": "7.29.2",
100
+ "license": "MIT",
101
+ "direct": false,
102
+ "optional": false,
103
+ "firstParty": false,
104
+ "author": "The Babel Team (https://babel.dev/team)",
105
+ "repository": "https://github.com/babel/babel",
106
+ "licenseFiles": [
107
+ "LICENSE"
108
+ ],
109
+ "noticeFiles": []
110
+ },
111
+ {
112
+ "name": "@cornerstonejs/calculate-suv",
113
+ "version": "1.0.3",
114
+ "license": "MIT",
115
+ "direct": false,
116
+ "optional": false,
117
+ "firstParty": false,
118
+ "author": "",
119
+ "repository": "https://github.com/cornerstonejs/calculate-suv",
120
+ "licenseFiles": [
121
+ "LICENSE"
122
+ ],
123
+ "noticeFiles": []
124
+ },
125
+ {
126
+ "name": "@cornerstonejs/codec-charls",
127
+ "version": "1.2.5",
128
+ "license": "MIT",
129
+ "direct": false,
130
+ "optional": false,
131
+ "firstParty": false,
132
+ "author": "Chris Hafey <chafey@gmail.com>",
133
+ "repository": "https://github.com/chafey/charls-js",
134
+ "licenseFiles": [
135
+ "LICENSE"
136
+ ],
137
+ "noticeFiles": []
138
+ },
139
+ {
140
+ "name": "@cornerstonejs/codec-libjpeg-turbo-8bit",
141
+ "version": "1.2.4",
142
+ "license": "ISC",
143
+ "direct": false,
144
+ "optional": false,
145
+ "firstParty": false,
146
+ "author": "",
147
+ "repository": "https://github.com/cornerstonejs/codecs",
148
+ "licenseFiles": [
149
+ "LICENSE"
150
+ ],
151
+ "noticeFiles": []
152
+ },
153
+ {
154
+ "name": "@cornerstonejs/codec-openjpeg",
155
+ "version": "1.3.2",
156
+ "license": "MIT",
157
+ "direct": false,
158
+ "optional": false,
159
+ "firstParty": false,
160
+ "author": "",
161
+ "repository": "https://github.com/cornerstonejs/codecs",
162
+ "licenseFiles": [
163
+ "LICENSE"
164
+ ],
165
+ "noticeFiles": []
166
+ },
167
+ {
168
+ "name": "@cornerstonejs/codec-openjph",
169
+ "version": "2.4.9",
170
+ "license": "MIT",
171
+ "direct": false,
172
+ "optional": false,
173
+ "firstParty": false,
174
+ "author": "CornerstoneJS (original Chris Hafey)",
175
+ "repository": "https://github.com/cornerstonejs/codecs",
176
+ "licenseFiles": [
177
+ "LICENSE"
178
+ ],
179
+ "noticeFiles": []
180
+ },
181
+ {
182
+ "name": "@cornerstonejs/core",
183
+ "version": "5.8.2",
184
+ "license": "MIT",
185
+ "direct": true,
186
+ "optional": false,
187
+ "firstParty": false,
188
+ "author": "",
189
+ "repository": "https://github.com/cornerstonejs/cornerstone3D",
190
+ "licenseFiles": [
191
+ "LICENSE"
192
+ ],
193
+ "noticeFiles": []
194
+ },
195
+ {
196
+ "name": "@cornerstonejs/dicom-image-loader",
197
+ "version": "5.8.2",
198
+ "license": "MIT",
199
+ "direct": true,
200
+ "optional": false,
201
+ "firstParty": false,
202
+ "author": "@cornerstonejs (previously Chris Hafey)",
203
+ "repository": "https://github.com/cornerstonejs/cornerstone3D",
204
+ "licenseFiles": [
205
+ "LICENSE"
206
+ ],
207
+ "noticeFiles": []
208
+ },
209
+ {
210
+ "name": "@cornerstonejs/metadata",
211
+ "version": "5.8.2",
212
+ "license": "MIT",
213
+ "direct": true,
214
+ "optional": false,
215
+ "firstParty": false,
216
+ "author": "",
217
+ "repository": "https://github.com/cornerstonejs/cornerstone3D",
218
+ "licenseFiles": [
219
+ "LICENSE"
220
+ ],
221
+ "noticeFiles": []
222
+ },
223
+ {
224
+ "name": "@cornerstonejs/utils",
225
+ "version": "5.8.2",
226
+ "license": "MIT",
227
+ "direct": false,
228
+ "optional": false,
229
+ "firstParty": false,
230
+ "author": "",
231
+ "repository": "https://github.com/cornerstonejs/cornerstone3D",
232
+ "licenseFiles": [
233
+ "LICENSE"
234
+ ],
235
+ "noticeFiles": []
236
+ },
237
+ {
238
+ "name": "@file-viewer/core",
239
+ "version": "3.0.0",
240
+ "license": "Apache-2.0",
241
+ "direct": true,
242
+ "optional": false,
243
+ "firstParty": true,
244
+ "author": "Yu Wang <admin@flyfish.dev>",
245
+ "repository": "https://github.com/flyfish-dev/file-viewer-core",
246
+ "licenseFiles": [],
247
+ "noticeFiles": []
248
+ },
249
+ {
250
+ "name": "@file-viewer/renderer-dicom",
251
+ "version": "3.0.0",
252
+ "license": "Apache-2.0",
253
+ "direct": false,
254
+ "optional": false,
255
+ "firstParty": true,
256
+ "author": "Yu Wang <admin@flyfish.dev>",
257
+ "repository": "https://github.com/flyfish-dev/file-viewer",
258
+ "licenseFiles": [
259
+ "LICENSE"
260
+ ],
261
+ "noticeFiles": []
262
+ },
263
+ {
264
+ "name": "@kitware/vtk.js",
265
+ "version": "36.4.1",
266
+ "license": "BSD-3-Clause",
267
+ "direct": false,
268
+ "optional": false,
269
+ "firstParty": false,
270
+ "author": "",
271
+ "repository": "https://github.com/Kitware/vtk-js",
272
+ "licenseFiles": [
273
+ "LICENSE"
274
+ ],
275
+ "noticeFiles": []
276
+ },
277
+ {
278
+ "name": "@msgpack/msgpack",
279
+ "version": "2.8.0",
280
+ "license": "ISC",
281
+ "direct": false,
282
+ "optional": false,
283
+ "firstParty": false,
284
+ "author": "The MessagePack community",
285
+ "repository": "https://github.com/msgpack/msgpack-javascript",
286
+ "licenseFiles": [
287
+ "LICENSE"
288
+ ],
289
+ "noticeFiles": []
290
+ },
291
+ {
292
+ "name": "@oozcitak/dom",
293
+ "version": "2.0.2",
294
+ "license": "MIT",
295
+ "direct": false,
296
+ "optional": false,
297
+ "firstParty": false,
298
+ "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
299
+ "repository": "https://github.com/oozcitak/dom",
300
+ "licenseFiles": [
301
+ "LICENSE"
302
+ ],
303
+ "noticeFiles": []
304
+ },
305
+ {
306
+ "name": "@oozcitak/infra",
307
+ "version": "2.0.2",
308
+ "license": "MIT",
309
+ "direct": false,
310
+ "optional": false,
311
+ "firstParty": false,
312
+ "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
313
+ "repository": "https://github.com/oozcitak/infra",
314
+ "licenseFiles": [
315
+ "LICENSE"
316
+ ],
317
+ "noticeFiles": []
318
+ },
319
+ {
320
+ "name": "@oozcitak/url",
321
+ "version": "3.0.0",
322
+ "license": "MIT",
323
+ "direct": false,
324
+ "optional": false,
325
+ "firstParty": false,
326
+ "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
327
+ "repository": "https://github.com/oozcitak/url",
328
+ "licenseFiles": [
329
+ "LICENSE"
330
+ ],
331
+ "noticeFiles": []
332
+ },
333
+ {
334
+ "name": "@oozcitak/util",
335
+ "version": "10.0.0",
336
+ "license": "MIT",
337
+ "direct": false,
338
+ "optional": false,
339
+ "firstParty": false,
340
+ "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
341
+ "repository": "https://github.com/oozcitak/util",
342
+ "licenseFiles": [
343
+ "LICENSE"
344
+ ],
345
+ "noticeFiles": []
346
+ },
347
+ {
348
+ "name": "@rollup/rollup-linux-x64-gnu",
349
+ "version": "4.13.0",
350
+ "license": "MIT",
351
+ "direct": false,
352
+ "optional": true,
353
+ "firstParty": false,
354
+ "author": "Rollup contributors",
355
+ "repository": "https://github.com/rollup/rollup",
356
+ "licenseFiles": [],
357
+ "noticeFiles": []
358
+ },
359
+ {
360
+ "name": "@types/trusted-types",
361
+ "version": "2.0.7",
362
+ "license": "MIT",
363
+ "direct": false,
364
+ "optional": true,
365
+ "firstParty": false,
366
+ "author": "",
367
+ "repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
368
+ "licenseFiles": [
369
+ "LICENSE"
370
+ ],
371
+ "noticeFiles": []
372
+ },
373
+ {
374
+ "name": "@types/webxr",
375
+ "version": "0.5.5",
376
+ "license": "MIT",
377
+ "direct": false,
378
+ "optional": false,
379
+ "firstParty": false,
380
+ "author": "",
381
+ "repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
382
+ "licenseFiles": [
383
+ "LICENSE"
384
+ ],
385
+ "noticeFiles": []
386
+ },
387
+ {
388
+ "name": "adm-zip",
389
+ "version": "0.6.0",
390
+ "license": "MIT",
391
+ "direct": false,
392
+ "optional": false,
393
+ "firstParty": false,
394
+ "author": "Nasca Iacob <adm-zip@pm.me> (https://github.com/cthackers)",
395
+ "repository": "https://github.com/cthackers/adm-zip",
396
+ "licenseFiles": [
397
+ "LICENSE"
398
+ ],
399
+ "noticeFiles": []
400
+ },
401
+ {
402
+ "name": "argparse",
403
+ "version": "2.0.1",
404
+ "license": "Python-2.0",
405
+ "direct": false,
406
+ "optional": false,
407
+ "firstParty": false,
408
+ "author": "",
409
+ "repository": "https://github.com/nodeca/argparse",
410
+ "licenseFiles": [
411
+ "LICENSE"
412
+ ],
413
+ "noticeFiles": []
414
+ },
415
+ {
416
+ "name": "autoprefixer",
417
+ "version": "10.5.4",
418
+ "license": "MIT",
419
+ "direct": false,
420
+ "optional": false,
421
+ "firstParty": false,
422
+ "author": "Andrey Sitnik <andrey@sitnik.es>",
423
+ "repository": "https://github.com/postcss/autoprefixer",
424
+ "licenseFiles": [
425
+ "LICENSE"
426
+ ],
427
+ "noticeFiles": []
428
+ },
429
+ {
430
+ "name": "balanced-match",
431
+ "version": "1.0.0",
432
+ "license": "MIT",
433
+ "direct": false,
434
+ "optional": false,
435
+ "firstParty": false,
436
+ "author": "Julian Gruber <mail@juliangruber.com> http://juliangruber.com",
437
+ "repository": "https://github.com/juliangruber/balanced-match",
438
+ "licenseFiles": [
439
+ "LICENSE.md"
440
+ ],
441
+ "noticeFiles": []
442
+ },
443
+ {
444
+ "name": "baseline-browser-mapping",
445
+ "version": "2.11.19",
446
+ "license": "Apache-2.0",
447
+ "direct": false,
448
+ "optional": false,
449
+ "firstParty": false,
450
+ "author": "",
451
+ "repository": "https://github.com/web-platform-dx/baseline-browser-mapping",
452
+ "licenseFiles": [
453
+ "LICENSE.txt"
454
+ ],
455
+ "noticeFiles": []
456
+ },
457
+ {
458
+ "name": "brace-expansion",
459
+ "version": "1.1.18",
460
+ "license": "MIT",
461
+ "direct": false,
462
+ "optional": false,
463
+ "firstParty": false,
464
+ "author": "Julian Gruber <mail@juliangruber.com> http://juliangruber.com",
465
+ "repository": "https://github.com/juliangruber/brace-expansion",
466
+ "licenseFiles": [
467
+ "LICENSE"
468
+ ],
469
+ "noticeFiles": []
470
+ },
471
+ {
472
+ "name": "browserslist",
473
+ "version": "4.28.8",
474
+ "license": "MIT",
475
+ "direct": false,
476
+ "optional": false,
477
+ "firstParty": false,
478
+ "author": "Andrey Sitnik <andrey@sitnik.es>",
479
+ "repository": "https://github.com/browserslist/browserslist",
480
+ "licenseFiles": [
481
+ "LICENSE"
482
+ ],
483
+ "noticeFiles": []
484
+ },
485
+ {
486
+ "name": "caniuse-lite",
487
+ "version": "1.0.30001810",
488
+ "license": "CC-BY-4.0",
489
+ "direct": false,
490
+ "optional": false,
491
+ "firstParty": false,
492
+ "author": "Ben Briggs <beneb.info@gmail.com> http://beneb.info",
493
+ "repository": "https://github.com/browserslist/caniuse-lite",
494
+ "licenseFiles": [
495
+ "LICENSE"
496
+ ],
497
+ "noticeFiles": []
498
+ },
499
+ {
500
+ "name": "comlink",
501
+ "version": "4.4.2",
502
+ "license": "Apache-2.0",
503
+ "direct": false,
504
+ "optional": false,
505
+ "firstParty": false,
506
+ "author": "Surma <surma@google.com>",
507
+ "repository": "https://github.com/GoogleChromeLabs/comlink",
508
+ "licenseFiles": [
509
+ "LICENSE"
510
+ ],
511
+ "noticeFiles": []
512
+ },
513
+ {
514
+ "name": "commander",
515
+ "version": "9.2.0",
516
+ "license": "MIT",
517
+ "direct": false,
518
+ "optional": false,
519
+ "firstParty": false,
520
+ "author": "TJ Holowaychuk <tj@vision-media.ca>",
521
+ "repository": "https://github.com/tj/commander.js",
522
+ "licenseFiles": [
523
+ "LICENSE"
524
+ ],
525
+ "noticeFiles": []
526
+ },
527
+ {
528
+ "name": "concat-map",
529
+ "version": "0.0.1",
530
+ "license": "MIT",
531
+ "direct": false,
532
+ "optional": false,
533
+ "firstParty": false,
534
+ "author": "James Halliday <mail@substack.net> http://substack.net",
535
+ "repository": "https://github.com/substack/node-concat-map",
536
+ "licenseFiles": [
537
+ "LICENSE"
538
+ ],
539
+ "noticeFiles": []
540
+ },
541
+ {
542
+ "name": "core-js-pure",
543
+ "version": "3.50.0",
544
+ "license": "MIT",
545
+ "direct": false,
546
+ "optional": false,
547
+ "firstParty": false,
548
+ "author": "Denis Pushkarev <zloirock@zloirock.ru> http://zloirock.ru",
549
+ "repository": "https://github.com/zloirock/core-js",
550
+ "licenseFiles": [
551
+ "LICENSE"
552
+ ],
553
+ "noticeFiles": []
554
+ },
555
+ {
556
+ "name": "d3-array",
557
+ "version": "3.2.4",
558
+ "license": "ISC",
559
+ "direct": false,
560
+ "optional": false,
561
+ "firstParty": false,
562
+ "author": "Mike Bostock http://bost.ocks.org/mike",
563
+ "repository": "https://github.com/d3/d3-array",
564
+ "licenseFiles": [
565
+ "LICENSE"
566
+ ],
567
+ "noticeFiles": []
568
+ },
569
+ {
570
+ "name": "d3-color",
571
+ "version": "3.1.0",
572
+ "license": "ISC",
573
+ "direct": false,
574
+ "optional": false,
575
+ "firstParty": false,
576
+ "author": "Mike Bostock http://bost.ocks.org/mike",
577
+ "repository": "https://github.com/d3/d3-color",
578
+ "licenseFiles": [
579
+ "LICENSE"
580
+ ],
581
+ "noticeFiles": []
582
+ },
583
+ {
584
+ "name": "d3-format",
585
+ "version": "3.1.2",
586
+ "license": "ISC",
587
+ "direct": false,
588
+ "optional": false,
589
+ "firstParty": false,
590
+ "author": "Mike Bostock http://bost.ocks.org/mike",
591
+ "repository": "https://github.com/d3/d3-format",
592
+ "licenseFiles": [
593
+ "LICENSE"
594
+ ],
595
+ "noticeFiles": []
596
+ },
597
+ {
598
+ "name": "d3-interpolate",
599
+ "version": "3.0.1",
600
+ "license": "ISC",
601
+ "direct": false,
602
+ "optional": false,
603
+ "firstParty": false,
604
+ "author": "Mike Bostock http://bost.ocks.org/mike",
605
+ "repository": "https://github.com/d3/d3-interpolate",
606
+ "licenseFiles": [
607
+ "LICENSE"
608
+ ],
609
+ "noticeFiles": []
610
+ },
611
+ {
612
+ "name": "d3-scale",
613
+ "version": "4.0.2",
614
+ "license": "ISC",
615
+ "direct": false,
616
+ "optional": false,
617
+ "firstParty": false,
618
+ "author": "Mike Bostock https://bost.ocks.org/mike",
619
+ "repository": "https://github.com/d3/d3-scale",
620
+ "licenseFiles": [
621
+ "LICENSE"
622
+ ],
623
+ "noticeFiles": []
624
+ },
625
+ {
626
+ "name": "d3-time",
627
+ "version": "3.1.0",
628
+ "license": "ISC",
629
+ "direct": false,
630
+ "optional": false,
631
+ "firstParty": false,
632
+ "author": "Mike Bostock http://bost.ocks.org/mike",
633
+ "repository": "https://github.com/d3/d3-time",
634
+ "licenseFiles": [
635
+ "LICENSE"
636
+ ],
637
+ "noticeFiles": []
638
+ },
639
+ {
640
+ "name": "d3-time-format",
641
+ "version": "4.1.0",
642
+ "license": "ISC",
643
+ "direct": false,
644
+ "optional": false,
645
+ "firstParty": false,
646
+ "author": "Mike Bostock http://bost.ocks.org/mike",
647
+ "repository": "https://github.com/d3/d3-time-format",
648
+ "licenseFiles": [
649
+ "LICENSE"
650
+ ],
651
+ "noticeFiles": []
652
+ },
653
+ {
654
+ "name": "dcmjs",
655
+ "version": "0.52.0",
656
+ "license": "MIT",
657
+ "direct": false,
658
+ "optional": false,
659
+ "firstParty": false,
660
+ "author": "Steve Pieper",
661
+ "repository": "https://github.com/dcmjs-org/dcmjs",
662
+ "licenseFiles": [
663
+ "License.txt"
664
+ ],
665
+ "noticeFiles": []
666
+ },
667
+ {
668
+ "name": "dicom-parser",
669
+ "version": "1.8.21",
670
+ "license": "MIT",
671
+ "direct": true,
672
+ "optional": false,
673
+ "firstParty": false,
674
+ "author": "Chris Hafey",
675
+ "repository": "https://github.com/cornerstonejs/dicomParser",
676
+ "licenseFiles": [
677
+ "LICENSE"
678
+ ],
679
+ "noticeFiles": []
680
+ },
681
+ {
682
+ "name": "dompurify",
683
+ "version": "3.4.13",
684
+ "license": "Apache-2.0",
685
+ "declaredLicense": "(MPL-2.0 OR Apache-2.0)",
686
+ "direct": false,
687
+ "optional": false,
688
+ "firstParty": false,
689
+ "author": "Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)",
690
+ "repository": "https://github.com/cure53/DOMPurify",
691
+ "licenseFiles": [
692
+ "LICENSE",
693
+ "LICENSE-MPL"
694
+ ],
695
+ "noticeFiles": []
696
+ },
697
+ {
698
+ "name": "electron-to-chromium",
699
+ "version": "1.5.414",
700
+ "license": "ISC",
701
+ "direct": false,
702
+ "optional": false,
703
+ "firstParty": false,
704
+ "author": "Kilian Valkhof",
705
+ "repository": "https://github.com/Kilian/electron-to-chromium",
706
+ "licenseFiles": [
707
+ "LICENSE"
708
+ ],
709
+ "noticeFiles": []
710
+ },
711
+ {
712
+ "name": "es-errors",
713
+ "version": "1.3.0",
714
+ "license": "MIT",
715
+ "direct": false,
716
+ "optional": false,
717
+ "firstParty": false,
718
+ "author": "Jordan Harband <ljharb@gmail.com>",
719
+ "repository": "https://github.com/ljharb/es-errors",
720
+ "licenseFiles": [
721
+ "LICENSE"
722
+ ],
723
+ "noticeFiles": []
724
+ },
725
+ {
726
+ "name": "escalade",
727
+ "version": "3.2.0",
728
+ "license": "MIT",
729
+ "direct": false,
730
+ "optional": false,
731
+ "firstParty": false,
732
+ "author": "Luke Edwards <luke.edwards05@gmail.com> https://lukeed.com",
733
+ "repository": "https://github.com/lukeed/escalade",
734
+ "licenseFiles": [
735
+ "license"
736
+ ],
737
+ "noticeFiles": []
738
+ },
739
+ {
740
+ "name": "fast-deep-equal",
741
+ "version": "3.1.3",
742
+ "license": "MIT",
743
+ "direct": false,
744
+ "optional": false,
745
+ "firstParty": false,
746
+ "author": "Evgeny Poberezkin",
747
+ "repository": "https://github.com/epoberezkin/fast-deep-equal",
748
+ "licenseFiles": [
749
+ "LICENSE"
750
+ ],
751
+ "noticeFiles": []
752
+ },
753
+ {
754
+ "name": "fflate",
755
+ "version": "0.7.3",
756
+ "license": "MIT",
757
+ "direct": false,
758
+ "optional": false,
759
+ "firstParty": false,
760
+ "author": "Arjun Barrett <arjunbarrett@gmail.com>",
761
+ "repository": "https://github.com/101arrowz/fflate",
762
+ "licenseFiles": [
763
+ "LICENSE"
764
+ ],
765
+ "noticeFiles": []
766
+ },
767
+ {
768
+ "name": "fraction.js",
769
+ "version": "5.3.4",
770
+ "license": "MIT",
771
+ "direct": false,
772
+ "optional": false,
773
+ "firstParty": false,
774
+ "author": "Robert Eisele <robert@raw.org> https://raw.org/",
775
+ "repository": "https://github.com/rawify/Fraction.js",
776
+ "licenseFiles": [
777
+ "LICENSE"
778
+ ],
779
+ "noticeFiles": []
780
+ },
781
+ {
782
+ "name": "fs.realpath",
783
+ "version": "1.0.0",
784
+ "license": "ISC",
785
+ "direct": false,
786
+ "optional": false,
787
+ "firstParty": false,
788
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
789
+ "repository": "https://github.com/isaacs/fs.realpath",
790
+ "licenseFiles": [
791
+ "LICENSE"
792
+ ],
793
+ "noticeFiles": []
794
+ },
795
+ {
796
+ "name": "function-bind",
797
+ "version": "1.1.2",
798
+ "license": "MIT",
799
+ "direct": false,
800
+ "optional": false,
801
+ "firstParty": false,
802
+ "author": "Raynos <raynos2@gmail.com>",
803
+ "repository": "https://github.com/Raynos/function-bind",
804
+ "licenseFiles": [
805
+ "LICENSE"
806
+ ],
807
+ "noticeFiles": []
808
+ },
809
+ {
810
+ "name": "gl-matrix",
811
+ "version": "3.4.3",
812
+ "license": "MIT",
813
+ "direct": false,
814
+ "optional": false,
815
+ "firstParty": false,
816
+ "author": "",
817
+ "repository": "https://github.com/toji/gl-matrix",
818
+ "licenseFiles": [
819
+ "LICENSE.md"
820
+ ],
821
+ "noticeFiles": []
822
+ },
823
+ {
824
+ "name": "gl-matrix",
825
+ "version": "3.4.4",
826
+ "license": "MIT",
827
+ "direct": false,
828
+ "optional": false,
829
+ "firstParty": false,
830
+ "author": "",
831
+ "repository": "https://github.com/toji/gl-matrix",
832
+ "licenseFiles": [
833
+ "LICENSE.md"
834
+ ],
835
+ "noticeFiles": []
836
+ },
837
+ {
838
+ "name": "glob",
839
+ "version": "7.2.0",
840
+ "license": "ISC",
841
+ "direct": false,
842
+ "optional": false,
843
+ "firstParty": false,
844
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
845
+ "repository": "https://github.com/isaacs/node-glob",
846
+ "licenseFiles": [
847
+ "LICENSE"
848
+ ],
849
+ "noticeFiles": []
850
+ },
851
+ {
852
+ "name": "hasown",
853
+ "version": "2.0.4",
854
+ "license": "MIT",
855
+ "direct": false,
856
+ "optional": false,
857
+ "firstParty": false,
858
+ "author": "Jordan Harband <ljharb@gmail.com>",
859
+ "repository": "https://github.com/inspect-js/hasOwn",
860
+ "licenseFiles": [
861
+ "LICENSE"
862
+ ],
863
+ "noticeFiles": []
864
+ },
865
+ {
866
+ "name": "inflight",
867
+ "version": "1.0.6",
868
+ "license": "ISC",
869
+ "direct": false,
870
+ "optional": false,
871
+ "firstParty": false,
872
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
873
+ "repository": "https://github.com/npm/inflight",
874
+ "licenseFiles": [
875
+ "LICENSE"
876
+ ],
877
+ "noticeFiles": []
878
+ },
879
+ {
880
+ "name": "inherits",
881
+ "version": "2.0.4",
882
+ "license": "ISC",
883
+ "direct": false,
884
+ "optional": false,
885
+ "firstParty": false,
886
+ "author": "",
887
+ "repository": "https://github.com/isaacs/inherits",
888
+ "licenseFiles": [
889
+ "LICENSE"
890
+ ],
891
+ "noticeFiles": []
892
+ },
893
+ {
894
+ "name": "internmap",
895
+ "version": "2.0.3",
896
+ "license": "ISC",
897
+ "direct": false,
898
+ "optional": false,
899
+ "firstParty": false,
900
+ "author": "Mike Bostock https://bost.ocks.org/mike",
901
+ "repository": "https://github.com/mbostock/internmap",
902
+ "licenseFiles": [
903
+ "LICENSE"
904
+ ],
905
+ "noticeFiles": []
906
+ },
907
+ {
908
+ "name": "interpret",
909
+ "version": "1.4.0",
910
+ "license": "MIT",
911
+ "direct": false,
912
+ "optional": false,
913
+ "firstParty": false,
914
+ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
915
+ "repository": "https://github.com/gulpjs/interpret",
916
+ "licenseFiles": [
917
+ "LICENSE"
918
+ ],
919
+ "noticeFiles": []
920
+ },
921
+ {
922
+ "name": "iota-array",
923
+ "version": "1.0.0",
924
+ "license": "MIT",
925
+ "direct": false,
926
+ "optional": false,
927
+ "firstParty": false,
928
+ "author": "Mikola Lysenko",
929
+ "repository": "https://github.com/mikolalysenko/iota-array",
930
+ "licenseFiles": [
931
+ "LICENSE"
932
+ ],
933
+ "noticeFiles": []
934
+ },
935
+ {
936
+ "name": "is-buffer",
937
+ "version": "1.1.6",
938
+ "license": "MIT",
939
+ "direct": false,
940
+ "optional": false,
941
+ "firstParty": false,
942
+ "author": "Feross Aboukhadijeh <feross@feross.org> http://feross.org/",
943
+ "repository": "https://github.com/feross/is-buffer",
944
+ "licenseFiles": [
945
+ "LICENSE"
946
+ ],
947
+ "noticeFiles": []
948
+ },
949
+ {
950
+ "name": "is-core-module",
951
+ "version": "2.16.2",
952
+ "license": "MIT",
953
+ "direct": false,
954
+ "optional": false,
955
+ "firstParty": false,
956
+ "author": "Jordan Harband <ljharb@gmail.com>",
957
+ "repository": "https://github.com/inspect-js/is-core-module",
958
+ "licenseFiles": [
959
+ "LICENSE"
960
+ ],
961
+ "noticeFiles": []
962
+ },
963
+ {
964
+ "name": "jpeg-lossless-decoder-js",
965
+ "version": "2.1.2",
966
+ "license": "MIT",
967
+ "direct": false,
968
+ "optional": false,
969
+ "firstParty": false,
970
+ "author": "",
971
+ "repository": "https://github.com/rii-mango/JPEGLosslessDecoderJS",
972
+ "licenseFiles": [
973
+ "LICENSE"
974
+ ],
975
+ "noticeFiles": []
976
+ },
977
+ {
978
+ "name": "js-yaml",
979
+ "version": "4.3.1",
980
+ "license": "MIT",
981
+ "direct": false,
982
+ "optional": false,
983
+ "firstParty": false,
984
+ "author": "Vladimir Zapparov <dervus.grim@gmail.com>",
985
+ "repository": "https://github.com/nodeca/js-yaml",
986
+ "licenseFiles": [
987
+ "LICENSE"
988
+ ],
989
+ "noticeFiles": []
990
+ },
991
+ {
992
+ "name": "lodash.clonedeep",
993
+ "version": "4.5.0",
994
+ "license": "MIT",
995
+ "direct": false,
996
+ "optional": false,
997
+ "firstParty": false,
998
+ "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
999
+ "repository": "https://github.com/lodash/lodash",
1000
+ "licenseFiles": [
1001
+ "LICENSE"
1002
+ ],
1003
+ "noticeFiles": []
1004
+ },
1005
+ {
1006
+ "name": "loglevel",
1007
+ "version": "1.9.2",
1008
+ "license": "MIT",
1009
+ "direct": false,
1010
+ "optional": false,
1011
+ "firstParty": false,
1012
+ "author": "Tim Perry <pimterry@gmail.com> http://tim-perry.co.uk",
1013
+ "repository": "https://github.com/pimterry/loglevel",
1014
+ "licenseFiles": [
1015
+ "LICENSE-MIT"
1016
+ ],
1017
+ "noticeFiles": []
1018
+ },
1019
+ {
1020
+ "name": "minimatch",
1021
+ "version": "3.1.5",
1022
+ "license": "ISC",
1023
+ "direct": false,
1024
+ "optional": false,
1025
+ "firstParty": false,
1026
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
1027
+ "repository": "https://github.com/isaacs/minimatch",
1028
+ "licenseFiles": [
1029
+ "LICENSE"
1030
+ ],
1031
+ "noticeFiles": []
1032
+ },
1033
+ {
1034
+ "name": "nanoid",
1035
+ "version": "3.3.18",
1036
+ "license": "MIT",
1037
+ "direct": false,
1038
+ "optional": false,
1039
+ "firstParty": false,
1040
+ "author": "Andrey Sitnik <andrey@sitnik.ru>",
1041
+ "repository": "https://github.com/ai/nanoid",
1042
+ "licenseFiles": [
1043
+ "LICENSE"
1044
+ ],
1045
+ "noticeFiles": []
1046
+ },
1047
+ {
1048
+ "name": "ndarray",
1049
+ "version": "1.0.19",
1050
+ "license": "MIT",
1051
+ "direct": false,
1052
+ "optional": false,
1053
+ "firstParty": false,
1054
+ "author": "Mikola Lysenko",
1055
+ "repository": "https://github.com/mikolalysenko/ndarray",
1056
+ "licenseFiles": [
1057
+ "LICENSE"
1058
+ ],
1059
+ "noticeFiles": []
1060
+ },
1061
+ {
1062
+ "name": "node-releases",
1063
+ "version": "2.0.53",
1064
+ "license": "MIT",
1065
+ "direct": false,
1066
+ "optional": false,
1067
+ "firstParty": false,
1068
+ "author": "Sergey Rubanov <chi187@gmail.com>",
1069
+ "repository": "https://github.com/chicoxyzzy/node-releases",
1070
+ "licenseFiles": [
1071
+ "LICENSE"
1072
+ ],
1073
+ "noticeFiles": []
1074
+ },
1075
+ {
1076
+ "name": "once",
1077
+ "version": "1.4.0",
1078
+ "license": "ISC",
1079
+ "direct": false,
1080
+ "optional": false,
1081
+ "firstParty": false,
1082
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
1083
+ "repository": "https://github.com/isaacs/once",
1084
+ "licenseFiles": [
1085
+ "LICENSE"
1086
+ ],
1087
+ "noticeFiles": []
1088
+ },
1089
+ {
1090
+ "name": "pako",
1091
+ "version": "1.0.11",
1092
+ "license": "(MIT AND Zlib)",
1093
+ "direct": false,
1094
+ "optional": false,
1095
+ "firstParty": false,
1096
+ "author": "",
1097
+ "repository": "https://github.com/nodeca/pako",
1098
+ "licenseFiles": [
1099
+ "LICENSE"
1100
+ ],
1101
+ "noticeFiles": []
1102
+ },
1103
+ {
1104
+ "name": "pako",
1105
+ "version": "2.1.0",
1106
+ "license": "(MIT AND Zlib)",
1107
+ "direct": false,
1108
+ "optional": false,
1109
+ "firstParty": false,
1110
+ "author": "",
1111
+ "repository": "https://github.com/nodeca/pako",
1112
+ "licenseFiles": [
1113
+ "LICENSE"
1114
+ ],
1115
+ "noticeFiles": []
1116
+ },
1117
+ {
1118
+ "name": "path-is-absolute",
1119
+ "version": "1.0.1",
1120
+ "license": "MIT",
1121
+ "direct": false,
1122
+ "optional": false,
1123
+ "firstParty": false,
1124
+ "author": "Sindre Sorhus <sindresorhus@gmail.com> sindresorhus.com",
1125
+ "repository": "https://github.com/sindresorhus/path-is-absolute",
1126
+ "licenseFiles": [
1127
+ "license"
1128
+ ],
1129
+ "noticeFiles": []
1130
+ },
1131
+ {
1132
+ "name": "path-parse",
1133
+ "version": "1.0.7",
1134
+ "license": "MIT",
1135
+ "direct": false,
1136
+ "optional": false,
1137
+ "firstParty": false,
1138
+ "author": "Javier Blanco <http://jbgutierrez.info>",
1139
+ "repository": "https://github.com/jbgutierrez/path-parse",
1140
+ "licenseFiles": [
1141
+ "LICENSE"
1142
+ ],
1143
+ "noticeFiles": []
1144
+ },
1145
+ {
1146
+ "name": "picocolors",
1147
+ "version": "1.1.1",
1148
+ "license": "ISC",
1149
+ "direct": false,
1150
+ "optional": false,
1151
+ "firstParty": false,
1152
+ "author": "Alexey Raspopov",
1153
+ "repository": "https://github.com/alexeyraspopov/picocolors",
1154
+ "licenseFiles": [
1155
+ "LICENSE"
1156
+ ],
1157
+ "noticeFiles": []
1158
+ },
1159
+ {
1160
+ "name": "postcss",
1161
+ "version": "8.5.23",
1162
+ "license": "MIT",
1163
+ "direct": false,
1164
+ "optional": false,
1165
+ "firstParty": false,
1166
+ "author": "Andrey Sitnik <andrey@sitnik.es>",
1167
+ "repository": "https://github.com/postcss/postcss",
1168
+ "licenseFiles": [
1169
+ "LICENSE"
1170
+ ],
1171
+ "noticeFiles": []
1172
+ },
1173
+ {
1174
+ "name": "postcss-value-parser",
1175
+ "version": "4.2.0",
1176
+ "license": "MIT",
1177
+ "direct": false,
1178
+ "optional": false,
1179
+ "firstParty": false,
1180
+ "author": "Bogdan Chadkin <trysound@yandex.ru>",
1181
+ "repository": "https://github.com/TrySound/postcss-value-parser",
1182
+ "licenseFiles": [
1183
+ "LICENSE"
1184
+ ],
1185
+ "noticeFiles": []
1186
+ },
1187
+ {
1188
+ "name": "rechoir",
1189
+ "version": "0.6.2",
1190
+ "license": "MIT",
1191
+ "direct": false,
1192
+ "optional": false,
1193
+ "firstParty": false,
1194
+ "author": "Tyler Kellen http://goingslowly.com/",
1195
+ "repository": "https://github.com/tkellen/node-rechoir",
1196
+ "licenseFiles": [
1197
+ "LICENSE"
1198
+ ],
1199
+ "noticeFiles": []
1200
+ },
1201
+ {
1202
+ "name": "resolve",
1203
+ "version": "1.22.12",
1204
+ "license": "MIT",
1205
+ "direct": false,
1206
+ "optional": false,
1207
+ "firstParty": false,
1208
+ "author": "James Halliday <mail@substack.net> http://substack.net",
1209
+ "repository": "https://github.com/browserify/resolve",
1210
+ "licenseFiles": [
1211
+ "LICENSE"
1212
+ ],
1213
+ "noticeFiles": []
1214
+ },
1215
+ {
1216
+ "name": "seedrandom",
1217
+ "version": "3.0.5",
1218
+ "license": "MIT",
1219
+ "direct": false,
1220
+ "optional": false,
1221
+ "firstParty": false,
1222
+ "author": "David Bau",
1223
+ "repository": "https://github.com/davidbau/seedrandom",
1224
+ "licenseFiles": [],
1225
+ "noticeFiles": []
1226
+ },
1227
+ {
1228
+ "name": "shelljs",
1229
+ "version": "0.8.5",
1230
+ "license": "BSD-3-Clause",
1231
+ "direct": false,
1232
+ "optional": false,
1233
+ "firstParty": false,
1234
+ "author": "",
1235
+ "repository": "https://github.com/shelljs/shelljs",
1236
+ "licenseFiles": [
1237
+ "LICENSE"
1238
+ ],
1239
+ "noticeFiles": []
1240
+ },
1241
+ {
1242
+ "name": "source-map-js",
1243
+ "version": "1.2.1",
1244
+ "license": "BSD-3-Clause",
1245
+ "direct": false,
1246
+ "optional": false,
1247
+ "firstParty": false,
1248
+ "author": "Valentin 7rulnik Semirulnik <v7rulnik@gmail.com>",
1249
+ "repository": "https://github.com/7rulnik/source-map-js",
1250
+ "licenseFiles": [
1251
+ "LICENSE"
1252
+ ],
1253
+ "noticeFiles": []
1254
+ },
1255
+ {
1256
+ "name": "spark-md5",
1257
+ "version": "3.0.2",
1258
+ "license": "(WTFPL OR MIT)",
1259
+ "direct": false,
1260
+ "optional": false,
1261
+ "firstParty": false,
1262
+ "author": "André Cruz <andremiguelcruz@msn.com>",
1263
+ "repository": "https://github.com/satazor/js-spark-md5",
1264
+ "licenseFiles": [
1265
+ "LICENSE"
1266
+ ],
1267
+ "noticeFiles": []
1268
+ },
1269
+ {
1270
+ "name": "supports-preserve-symlinks-flag",
1271
+ "version": "1.0.0",
1272
+ "license": "MIT",
1273
+ "direct": false,
1274
+ "optional": false,
1275
+ "firstParty": false,
1276
+ "author": "Jordan Harband <ljharb@gmail.com>",
1277
+ "repository": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag",
1278
+ "licenseFiles": [
1279
+ "LICENSE"
1280
+ ],
1281
+ "noticeFiles": []
1282
+ },
1283
+ {
1284
+ "name": "update-browserslist-db",
1285
+ "version": "1.3.1",
1286
+ "license": "MIT",
1287
+ "direct": false,
1288
+ "optional": false,
1289
+ "firstParty": false,
1290
+ "author": "Andrey Sitnik <andrey@sitnik.es>",
1291
+ "repository": "https://github.com/browserslist/update-db",
1292
+ "licenseFiles": [
1293
+ "LICENSE"
1294
+ ],
1295
+ "noticeFiles": []
1296
+ },
1297
+ {
1298
+ "name": "utif",
1299
+ "version": "3.1.0",
1300
+ "license": "MIT",
1301
+ "direct": false,
1302
+ "optional": false,
1303
+ "firstParty": false,
1304
+ "author": "photopea (https://github.com/photopea)",
1305
+ "repository": "https://github.com/photopea/UTIF.js",
1306
+ "licenseFiles": [
1307
+ "LICENSE"
1308
+ ],
1309
+ "noticeFiles": []
1310
+ },
1311
+ {
1312
+ "name": "uuid",
1313
+ "version": "11.1.1",
1314
+ "license": "MIT",
1315
+ "direct": false,
1316
+ "optional": false,
1317
+ "firstParty": false,
1318
+ "author": "",
1319
+ "repository": "https://github.com/uuidjs/uuid",
1320
+ "licenseFiles": [
1321
+ "LICENSE.md"
1322
+ ],
1323
+ "noticeFiles": []
1324
+ },
1325
+ {
1326
+ "name": "webworker-promise",
1327
+ "version": "0.5.0",
1328
+ "license": "MIT",
1329
+ "direct": false,
1330
+ "optional": false,
1331
+ "firstParty": false,
1332
+ "author": "kwolfy <kwolfy11@gmail.com>",
1333
+ "repository": "https://github.com/kwolfy/webworker-promise",
1334
+ "licenseFiles": [
1335
+ "LICENSE"
1336
+ ],
1337
+ "noticeFiles": []
1338
+ },
1339
+ {
1340
+ "name": "wrappy",
1341
+ "version": "1.0.2",
1342
+ "license": "ISC",
1343
+ "direct": false,
1344
+ "optional": false,
1345
+ "firstParty": false,
1346
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
1347
+ "repository": "https://github.com/npm/wrappy",
1348
+ "licenseFiles": [
1349
+ "LICENSE"
1350
+ ],
1351
+ "noticeFiles": []
1352
+ },
1353
+ {
1354
+ "name": "wslink",
1355
+ "version": "2.5.0",
1356
+ "license": "BSD-3-Clause",
1357
+ "direct": false,
1358
+ "optional": false,
1359
+ "firstParty": false,
1360
+ "author": "Kitware",
1361
+ "repository": "https://github.com/kitware/wslink",
1362
+ "licenseFiles": [
1363
+ "LICENSE"
1364
+ ],
1365
+ "noticeFiles": []
1366
+ },
1367
+ {
1368
+ "name": "xmlbuilder2",
1369
+ "version": "4.0.3",
1370
+ "license": "MIT",
1371
+ "direct": false,
1372
+ "optional": false,
1373
+ "firstParty": false,
1374
+ "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
1375
+ "repository": "https://github.com/oozcitak/xmlbuilder2",
1376
+ "licenseFiles": [
1377
+ "LICENSE.txt"
1378
+ ],
1379
+ "noticeFiles": []
1380
+ }
1381
+ ]
1382
+ }