@i14ks/ccv 0.2.0 → 0.3.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.
Files changed (51) hide show
  1. package/THIRD-PARTY-NOTICES.md +91 -5
  2. package/bundle/ccv.mjs +936 -60
  3. package/package.json +2 -1
  4. package/web/apple-touch-icon.png +0 -0
  5. package/web/assets/_commonjsHelpers-CqkleIqs.js +1 -0
  6. package/web/assets/addon-fit-CevVMrUA.js +1 -0
  7. package/web/assets/addon-web-links-CnB65OV_.js +1 -0
  8. package/web/assets/codemirror-DNwOY4Od.js +1 -0
  9. package/web/assets/index--X3c59oq.js +7 -0
  10. package/web/assets/index-1vcRYewd.js +1 -0
  11. package/web/assets/index-6JwHpeCk.js +1 -0
  12. package/web/assets/index-891wE-Rj.js +7 -0
  13. package/web/assets/index-9FU2NRHn.js +13 -0
  14. package/web/assets/index-9FstbMxt.js +1 -0
  15. package/web/assets/{index-1iYnLw7q.js → index-AptXdWK3.js} +1 -1
  16. package/web/assets/index-BFn7R550.js +1 -0
  17. package/web/assets/index-BFoyQq0x.js +1 -0
  18. package/web/assets/index-BHot-lnj.js +5 -0
  19. package/web/assets/index-Bh-gxu6Z.js +1 -0
  20. package/web/assets/index-Bj3bZRgw.js +2 -0
  21. package/web/assets/index-BvcLb1wh.js +1 -0
  22. package/web/assets/index-C9MQTTvT.js +1 -0
  23. package/web/assets/{index-D-buiUaW.js → index-CKclwUJ-.js} +2 -2
  24. package/web/assets/index-Cfccn-Ob.js +1 -0
  25. package/web/assets/index-Cvz4rtnD.js +1 -0
  26. package/web/assets/{index-C9vrRfhW.js → index-CzlH_Mh9.js} +3 -3
  27. package/web/assets/index-D9UhxKGI.js +126 -0
  28. package/web/assets/index-DB9ZVtJ8.js +1 -0
  29. package/web/assets/index-DmJcZf8t.css +1 -0
  30. package/web/assets/index-DtcfXsIX.js +3 -0
  31. package/web/assets/index-r40StboH.js +1 -0
  32. package/web/assets/xterm-D6Mng-DB.js +9 -0
  33. package/web/assets/xterm-DYP7pi_n.css +32 -0
  34. package/web/favicon.ico +0 -0
  35. package/web/favicon.png +0 -0
  36. package/web/favicon.svg +4 -0
  37. package/web/index.html +12 -2
  38. package/web/assets/index-7poo-d50.js +0 -1
  39. package/web/assets/index-BMMMWgeR.js +0 -13
  40. package/web/assets/index-BW8WtNtA.js +0 -1
  41. package/web/assets/index-C7CZdm1C.js +0 -3
  42. package/web/assets/index-CVP8I8tU.js +0 -1
  43. package/web/assets/index-CpwLxLdo.js +0 -1
  44. package/web/assets/index-DCtzpGvd.js +0 -133
  45. package/web/assets/index-DDnDtQl5.js +0 -1
  46. package/web/assets/index-DKwcT9vY.js +0 -1
  47. package/web/assets/index-DYr0npzc.css +0 -1
  48. package/web/assets/index-DcGWR_5B.js +0 -1
  49. package/web/assets/index-PCsjZn72.js +0 -1
  50. package/web/assets/index-XBmPtinY.js +0 -7
  51. package/web/assets/index-gDk09Gbz.js +0 -1
@@ -1,7 +1,7 @@
1
1
  # Уведомления о стороннем коде
2
2
 
3
3
  Интерфейс ccv — веб-страница, и её сборка (`web/assets/*.js`) содержит
4
- минифицированный код 47 чужих библиотек. Vite при минификации не оставляет
4
+ минифицированный код 50 чужих библиотек. Vite при минификации не оставляет
5
5
  в нём ни одного copyright-уведомления, а лицензии этих библиотек требуют
6
6
  сохранять их в копиях. Этот файл и есть требуемое уведомление.
7
7
 
@@ -16,7 +16,7 @@
16
16
  Файл собирается из настоящих LICENSE в `node_modules` на каждой сборке
17
17
  (`packages/cli/notices.mjs`), поэтому версии ниже — те самые, из которых
18
18
  собрана эта сборка. Текст MIT у разных авторов отличается мелочами, и вариантов
19
- получилось 12; каждый приведён целиком, а не пересказан один раз за всех.
19
+ получилось 15; каждый приведён целиком, а не пересказан один раз за всех.
20
20
 
21
21
  ---
22
22
 
@@ -296,6 +296,92 @@ THE SOFTWARE.
296
296
 
297
297
  ## MIT, вариант 9
298
298
 
299
+ - `@xterm/addon-fit` 0.10.0
300
+
301
+ ```
302
+ Copyright (c) 2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
303
+
304
+ Permission is hereby granted, free of charge, to any person obtaining a copy
305
+ of this software and associated documentation files (the "Software"), to deal
306
+ in the Software without restriction, including without limitation the rights
307
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308
+ copies of the Software, and to permit persons to whom the Software is
309
+ furnished to do so, subject to the following conditions:
310
+
311
+ The above copyright notice and this permission notice shall be included in
312
+ all copies or substantial portions of the Software.
313
+
314
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
320
+ THE SOFTWARE.
321
+ ```
322
+
323
+ ---
324
+
325
+ ## MIT, вариант 10
326
+
327
+ - `@xterm/addon-web-links` 0.11.0
328
+
329
+ ```
330
+ Copyright (c) 2017, The xterm.js authors (https://github.com/xtermjs/xterm.js)
331
+
332
+ Permission is hereby granted, free of charge, to any person obtaining a copy
333
+ of this software and associated documentation files (the "Software"), to deal
334
+ in the Software without restriction, including without limitation the rights
335
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
336
+ copies of the Software, and to permit persons to whom the Software is
337
+ furnished to do so, subject to the following conditions:
338
+
339
+ The above copyright notice and this permission notice shall be included in
340
+ all copies or substantial portions of the Software.
341
+
342
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
343
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
344
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
345
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
346
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
347
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
348
+ THE SOFTWARE.
349
+ ```
350
+
351
+ ---
352
+
353
+ ## MIT, вариант 11
354
+
355
+ - `@xterm/xterm` 5.5.0
356
+
357
+ ```
358
+ Copyright (c) 2017-2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
359
+ Copyright (c) 2014-2016, SourceLair Private Company (https://www.sourcelair.com)
360
+ Copyright (c) 2012-2013, Christopher Jeffrey (https://github.com/chjj/)
361
+
362
+ Permission is hereby granted, free of charge, to any person obtaining a copy
363
+ of this software and associated documentation files (the "Software"), to deal
364
+ in the Software without restriction, including without limitation the rights
365
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
366
+ copies of the Software, and to permit persons to whom the Software is
367
+ furnished to do so, subject to the following conditions:
368
+
369
+ The above copyright notice and this permission notice shall be included in
370
+ all copies or substantial portions of the Software.
371
+
372
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
373
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
374
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
375
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
376
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
377
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
378
+ THE SOFTWARE.
379
+ ```
380
+
381
+ ---
382
+
383
+ ## MIT, вариант 12
384
+
299
385
  - `crelt` 1.0.7
300
386
 
301
387
  ```
@@ -322,7 +408,7 @@ THE SOFTWARE.
322
408
 
323
409
  ---
324
410
 
325
- ## MIT, вариант 10
411
+ ## MIT, вариант 13
326
412
 
327
413
  - `marked` 18.0.7
328
414
 
@@ -375,7 +461,7 @@ This software is provided by the copyright holders and contributors “as is”
375
461
 
376
462
  ---
377
463
 
378
- ## MIT, вариант 11
464
+ ## MIT, вариант 14
379
465
 
380
466
  - `style-mod` 4.1.3
381
467
 
@@ -403,7 +489,7 @@ THE SOFTWARE.
403
489
 
404
490
  ---
405
491
 
406
- ## MIT, вариант 12
492
+ ## MIT, вариант 15
407
493
 
408
494
  - `w3c-keyname` 2.2.8
409
495