@visulima/packem-rollup 1.0.0-alpha.6 → 1.0.0-alpha.61

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 (145) hide show
  1. package/CHANGELOG.md +611 -0
  2. package/LICENSE.md +219 -477
  3. package/README.md +89 -2
  4. package/dist/index.d.ts +25 -64
  5. package/dist/index.js +1 -0
  6. package/dist/packem_shared/cachingPlugin-DLKoeQeF.js +1 -0
  7. package/dist/packem_shared/createSplitChunks-BrEBZq7d.js +1 -0
  8. package/dist/packem_shared/esbuildPlugin-C5x4_cXf.js +1 -0
  9. package/dist/packem_shared/{index-Cj1Okk1t.mjs → index-QEzU3Fey.js} +1 -1
  10. package/dist/packem_shared/{metafilePlugin-ObS4J7mO.mjs → metafilePlugin-CVcqFpPJ.js} +1 -1
  11. package/dist/packem_shared/oxcResolvePlugin-SH1JFonc.js +1 -0
  12. package/dist/packem_shared/oxcTransformPlugin-BGmQroQ4.js +4 -0
  13. package/dist/packem_shared/patchTypescriptTypes-CZ4v3hr9.js +6 -0
  14. package/dist/packem_shared/pureNewExpressionPlugin-DX9yMcH2.js +1 -0
  15. package/dist/packem_shared/resolveTsconfigPathsPlugin-CEasmDpi.js +1 -0
  16. package/dist/packem_shared/{resolveTsconfigRootDirectoriesPlugin-_93afm2q.mjs → resolveTsconfigRootDirectoriesPlugin-Cwj3tqCJ.js} +1 -1
  17. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DX9at4BX.js +1 -0
  18. package/dist/plugins/babel/index.d.ts +10 -0
  19. package/dist/plugins/babel/index.js +1 -0
  20. package/dist/plugins/cache-plugin.d.ts +11 -0
  21. package/dist/plugins/chunk-splitter/gather.d.ts +8 -0
  22. package/dist/plugins/chunk-splitter/index.d.ts +6 -0
  23. package/dist/plugins/chunk-splitter/parse/index.d.ts +4 -0
  24. package/dist/plugins/chunk-splitter/parse/types.d.ts +24 -0
  25. package/dist/plugins/cjs-interop.d.ts +7 -0
  26. package/dist/{packem_shared/cjsInteropPlugin-D5wyoQ_B.mjs → plugins/cjs-interop.js} +1 -1
  27. package/dist/plugins/copy.d.ts +23 -0
  28. package/dist/plugins/copy.js +1 -0
  29. package/dist/plugins/data-uri.d.ts +25 -0
  30. package/dist/plugins/data-uri.js +1 -0
  31. package/dist/plugins/debarrel.d.ts +7 -0
  32. package/dist/plugins/debarrel.js +2 -0
  33. package/dist/{packem_shared/browserslist-to-esbuild-DY9HwYtp.d.mts → plugins/esbuild/browserslist-to-esbuild.d.ts} +1 -2
  34. package/dist/plugins/esbuild/esbuild-plugin.d.ts +3 -0
  35. package/dist/plugins/esbuild/index.d.ts +3 -25
  36. package/dist/plugins/esbuild/index.js +1 -0
  37. package/dist/plugins/esbuild/types.d.ts +39 -0
  38. package/dist/plugins/esbuild/utils/get-render-chunk.d.ts +14 -0
  39. package/dist/plugins/esbuild/utils/optimize-deps.d.ts +3 -0
  40. package/dist/plugins/esbuild/utils/warn.d.ts +4 -0
  41. package/dist/plugins/esm-shim-cjs-syntax.d.ts +9 -0
  42. package/dist/plugins/fix-dts-default-cjs-exports-util.d.ts +35 -0
  43. package/dist/plugins/fix-dts-default-cjs-exports.d.ts +26 -0
  44. package/dist/plugins/fix-dts-default-cjs-exports.js +26 -0
  45. package/dist/plugins/fix-dynamic-import-extension.d.ts +3 -0
  46. package/dist/plugins/import-attributes.d.ts +2 -0
  47. package/dist/plugins/import-attributes.js +1 -0
  48. package/dist/plugins/json.d.ts +4 -0
  49. package/dist/plugins/json.js +1 -0
  50. package/dist/plugins/jsx-remove-attributes.d.ts +7 -0
  51. package/dist/plugins/jsx-remove-attributes.js +1 -0
  52. package/dist/plugins/license.d.ts +17 -0
  53. package/dist/plugins/license.js +13 -0
  54. package/dist/plugins/metafile.d.ts +3 -0
  55. package/dist/plugins/minify-html-literals/index.d.ts +41 -0
  56. package/dist/plugins/minify-html-literals/index.js +3 -0
  57. package/dist/plugins/minify-html-literals/lib/minify-html-literals.d.ts +200 -0
  58. package/dist/plugins/minify-html-literals/lib/models.d.ts +25 -0
  59. package/dist/plugins/minify-html-literals/lib/parse-literals.d.ts +13 -0
  60. package/dist/plugins/minify-html-literals/lib/strategy.d.ts +69 -0
  61. package/dist/plugins/minify-html-literals/lib/typescript.d.ts +23 -0
  62. package/dist/plugins/native-modules-plugin.d.ts +14 -0
  63. package/dist/plugins/native-modules-plugin.js +1 -0
  64. package/dist/plugins/oxc/index.d.ts +3 -28
  65. package/dist/plugins/oxc/index.js +1 -0
  66. package/dist/plugins/oxc/oxc-resolve-plugin.d.ts +4 -0
  67. package/dist/plugins/oxc/oxc-transformer-plugin.d.ts +3 -0
  68. package/dist/plugins/oxc/types.d.ts +16 -0
  69. package/dist/plugins/preserve-directives.d.ts +16 -0
  70. package/dist/{packem_shared/preserveDirectivesPlugin-B49Cbykd.mjs → plugins/preserve-directives.js} +2 -2
  71. package/dist/plugins/pure-new-expression-plugin.d.ts +11 -0
  72. package/dist/plugins/raw.d.ts +7 -0
  73. package/dist/plugins/raw.js +6 -0
  74. package/dist/plugins/require-cjs-transformer.d.ts +43 -0
  75. package/dist/plugins/require-cjs-transformer.js +21 -0
  76. package/dist/plugins/resolve-file-url.d.ts +3 -0
  77. package/dist/plugins/shebang.d.ts +9 -0
  78. package/dist/plugins/source-maps.d.ts +7 -0
  79. package/dist/plugins/sucrase/index.d.ts +8 -19
  80. package/dist/plugins/swc/index.d.ts +2 -26
  81. package/dist/plugins/swc/index.js +1 -0
  82. package/dist/plugins/swc/swc-plugin.d.ts +3 -0
  83. package/dist/plugins/swc/types.d.ts +6 -0
  84. package/dist/plugins/typescript/index.d.ts +7 -29
  85. package/dist/plugins/typescript/index.js +1 -0
  86. package/dist/plugins/typescript/patch-typescript-types.d.ts +13 -0
  87. package/dist/plugins/typescript/resolve-tsconfig-paths-plugin.d.ts +11 -0
  88. package/dist/plugins/typescript/resolve-tsconfig-root-dirs.d.ts +24 -0
  89. package/dist/plugins/typescript/resolve-typescript-mjs-cjs.d.ts +3 -0
  90. package/dist/plugins/url.d.ts +72 -0
  91. package/dist/plugins/url.js +1 -0
  92. package/dist/types.d.ts +127 -0
  93. package/dist/utils/chunks/create-split-chunks.d.ts +11 -0
  94. package/dist/utils/chunks/get-custom-module-layer.d.ts +2 -0
  95. package/dist/utils/chunks/get-module-layer.d.ts +10 -0
  96. package/dist/utils/index.d.ts +4 -0
  97. package/dist/utils/is-pure-cjs.d.ts +9 -0
  98. package/package.json +120 -37
  99. package/dist/index.d.mts +0 -64
  100. package/dist/index.mjs +0 -1
  101. package/dist/packem_shared/browserslist-to-esbuild-DY9HwYtp.d.ts +0 -3
  102. package/dist/packem_shared/cachingPlugin-D0BBFJPD.mjs +0 -1
  103. package/dist/packem_shared/copyPlugin--6RITp1-.mjs +0 -1
  104. package/dist/packem_shared/createSplitChunks-CGDk55G3.mjs +0 -1
  105. package/dist/packem_shared/dataUriPlugin-BOjv6O2O.mjs +0 -1
  106. package/dist/packem_shared/esbuildPlugin-BAwyhG6L.mjs +0 -1
  107. package/dist/packem_shared/fix-dts-default-cjs-exports-BQc0nwIG.mjs +0 -26
  108. package/dist/packem_shared/fixDtsDefaultCjsExportsPlugin-Dp1UcHVR.mjs +0 -1
  109. package/dist/packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu.mjs +0 -1
  110. package/dist/packem_shared/isolatedDeclarationsPlugin-A0wmmw3Y.mjs +0 -3
  111. package/dist/packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC.mjs +0 -1
  112. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo.mjs +0 -3
  113. package/dist/packem_shared/jsonPlugin-BAi3Da-h.mjs +0 -1
  114. package/dist/packem_shared/jsxRemoveAttributes-B1PLPffj.mjs +0 -1
  115. package/dist/packem_shared/licensePlugin-C5yzUqe-.mjs +0 -13
  116. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG.mjs +0 -1
  117. package/dist/packem_shared/oxcTransformPlugin-DfVQouIB.mjs +0 -4
  118. package/dist/packem_shared/patchTypescriptTypes-BEdkvKxL.mjs +0 -6
  119. package/dist/packem_shared/rawPlugin-BqlR6ZOI.mjs +0 -1
  120. package/dist/packem_shared/resolveTsconfigPathsPlugin-Crf4lzxq.mjs +0 -1
  121. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM.mjs +0 -1
  122. package/dist/packem_shared/types-yL82LLIx.d.mts +0 -4541
  123. package/dist/packem_shared/types-yL82LLIx.d.ts +0 -4541
  124. package/dist/packem_shared/urlPlugin-Bm2IE00y.mjs +0 -1
  125. package/dist/plugins/esbuild/index.d.mts +0 -25
  126. package/dist/plugins/esbuild/index.mjs +0 -1
  127. package/dist/plugins/oxc/index.d.mts +0 -28
  128. package/dist/plugins/oxc/index.mjs +0 -1
  129. package/dist/plugins/sucrase/index.d.mts +0 -19
  130. package/dist/plugins/swc/index.d.mts +0 -26
  131. package/dist/plugins/swc/index.mjs +0 -1
  132. package/dist/plugins/typescript/index.d.mts +0 -29
  133. package/dist/plugins/typescript/index.mjs +0 -1
  134. /package/dist/packem_shared/{browserslistToEsbuild-C0IWmbNe.mjs → browserslistToEsbuild-C0IWmbNe.js} +0 -0
  135. /package/dist/packem_shared/{chunkSplitter-DWAy1JkE.mjs → chunkSplitter-DWAy1JkE.js} +0 -0
  136. /package/dist/packem_shared/{fixDynamicImportExtension-BBGNRniz.mjs → fixDynamicImportExtension-BBGNRniz.js} +0 -0
  137. /package/dist/packem_shared/{getCustomModuleLayer-d8i66lfh.mjs → getCustomModuleLayer-d8i66lfh.js} +0 -0
  138. /package/dist/packem_shared/{getModuleLayer-rF9RxnJ5.mjs → getModuleLayer-rF9RxnJ5.js} +0 -0
  139. /package/dist/packem_shared/{index-Dq8IUFTs.mjs → index-Dq8IUFTs.js} +0 -0
  140. /package/dist/packem_shared/{resolveFileUrlPlugin-BkpjVHeK.mjs → resolveFileUrlPlugin-BkpjVHeK.js} +0 -0
  141. /package/dist/packem_shared/{swcPlugin-Boip4lWG.mjs → swcPlugin-Boip4lWG.js} +0 -0
  142. /package/dist/{packem_shared/esmShimCjsSyntaxPlugin-DjKqX4DE.mjs → plugins/esm-shim-cjs-syntax.js} +0 -0
  143. /package/dist/{packem_shared/makeExecutable-6aOVHoJR.mjs → plugins/shebang.js} +0 -0
  144. /package/dist/{packem_shared/sourcemapsPlugin-B4W3J79w.mjs → plugins/source-maps.js} +0 -0
  145. /package/dist/plugins/sucrase/{index.mjs → index.js} +0 -0
package/LICENSE.md CHANGED
@@ -75,7 +75,7 @@ Repository: https://github.com/broofa/mime
75
75
 
76
76
  # Licenses of bundled types
77
77
  The published @visulima/packem-rollup artifact additionally contains code with the following licenses:
78
- Apache-2.0, MIT
78
+ Apache-2.0, MIT, (MIT OR CC0-1.0)
79
79
 
80
80
  # Bundled types:
81
81
  ## @swc/types
@@ -287,14 +287,14 @@ Repository: git+https://github.com/swc-project/swc.git
287
287
 
288
288
  ---------------------------------------
289
289
 
290
- ## @visulima/colorize
290
+ ## @visulima/tsconfig
291
291
  License: MIT
292
292
  By: Daniel Bannert
293
293
  Repository: git+https://github.com/visulima/visulima.git
294
294
 
295
295
  > MIT License
296
296
  >
297
- > Copyright (c) 2024 visulima
297
+ > Copyright (c) 2025 visulima
298
298
  >
299
299
  > Permission is hereby granted, free of charge, to any person obtaining a copy
300
300
  > of this software and associated documentation files (the "Software"), to deal
@@ -314,394 +314,36 @@ Repository: git+https://github.com/visulima/visulima.git
314
314
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
315
315
  > SOFTWARE.
316
316
  >
317
- > ---
318
- >
319
- > Colorize is based on https://github.com/webdiscus/ansis
320
- >
321
- > ISC License
322
- >
323
- > Copyright (c) 2023, webdiscus
324
- >
325
- > Permission to use, copy, modify, and/or distribute this software for any
326
- > purpose with or without fee is hereby granted, provided that the above
327
- > copyright notice and this permission notice appear in all copies.
328
- >
329
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
330
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
331
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
332
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
333
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
334
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
335
- > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
336
- >
337
317
  > <!-- DEPENDENCIES -->
338
- >
339
- > # Licenses of bundled dependencies
340
- > The published @visulima/colorize artifact additionally contains code with the following licenses:
341
- > MIT
342
- >
343
- > # Bundled dependencies:
344
- > ## ansi-regex
345
- > License: MIT
346
- > By: Sindre Sorhus
347
- > Repository: chalk/ansi-regex
348
- >
349
- > > MIT License
350
- > >
351
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
352
- > >
353
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
354
- > >
355
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
356
- > >
357
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
358
- >
359
- > <!-- /DEPENDENCIES -->
360
318
 
361
- ---------------------------------------
319
+ # Licenses of bundled dependencies
320
+ The published @visulima/packem-rollup artifact additionally contains code with the following licenses:
321
+ MIT
362
322
 
363
- ## @visulima/pail
323
+ # Bundled dependencies:
324
+ ## estree-walker
364
325
  License: MIT
365
- By: Daniel Bannert
366
- Repository: git+https://github.com/visulima/visulima.git
326
+ By: Rich Harris
327
+ Repository: https://github.com/Rich-Harris/estree-walker
367
328
 
368
- > MIT License
369
- >
370
- > Copyright (c) 2024 visulima
371
- >
372
- > Permission is hereby granted, free of charge, to any person obtaining a copy
373
- > of this software and associated documentation files (the "Software"), to deal
374
- > in the Software without restriction, including without limitation the rights
375
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
376
- > copies of the Software, and to permit persons to whom the Software is
377
- > furnished to do so, subject to the following conditions:
378
- >
379
- > The above copyright notice and this permission notice shall be included in all
380
- > copies or substantial portions of the Software.
381
- >
382
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
383
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
384
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
385
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
386
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
387
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
388
- > SOFTWARE.
389
- >
390
- > <!-- DEPENDENCIES -->
391
- >
392
- > # Licenses of bundled dependencies
393
- > The published @visulima/pail artifact additionally contains code with the following licenses:
394
- > MIT
395
- >
396
- > # Bundled dependencies:
397
- > ## ansi-regex
398
- > License: MIT
399
- > By: Sindre Sorhus
400
- > Repository: chalk/ansi-regex
401
- >
402
- > > MIT License
403
- > >
404
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
405
- > >
406
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
407
- > >
408
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
409
- > >
410
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
411
- >
412
- > ---------------------------------------
413
- >
414
- > ## ansi-styles
415
- > License: MIT
416
- > By: Sindre Sorhus
417
- > Repository: chalk/ansi-styles
418
- >
419
- > > MIT License
420
- > >
421
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
422
- > >
423
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
424
- > >
425
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
426
- > >
427
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
428
- >
429
- > ---------------------------------------
430
- >
431
- > ## emoji-regex
432
- > License: MIT
433
- > By: Mathias Bynens
434
- > Repository: https://github.com/mathiasbynens/emoji-regex.git
435
- >
436
- > > Copyright Mathias Bynens <https://mathiasbynens.be/>
437
- > >
438
- > > Permission is hereby granted, free of charge, to any person obtaining
439
- > > a copy of this software and associated documentation files (the
440
- > > "Software"), to deal in the Software without restriction, including
441
- > > without limitation the rights to use, copy, modify, merge, publish,
442
- > > distribute, sublicense, and/or sell copies of the Software, and to
443
- > > permit persons to whom the Software is furnished to do so, subject to
444
- > > the following conditions:
445
- > >
446
- > > The above copyright notice and this permission notice shall be
447
- > > included in all copies or substantial portions of the Software.
448
- > >
449
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
450
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
451
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
452
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
453
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
454
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
455
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
456
- >
457
- > ---------------------------------------
458
- >
459
- > ## get-east-asian-width
460
- > License: MIT
461
- > By: Sindre Sorhus
462
- > Repository: sindresorhus/get-east-asian-width
463
- >
464
- > > MIT License
465
- > >
466
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
467
- > >
468
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
469
- > >
470
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
471
- > >
472
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
473
- >
474
- > ---------------------------------------
475
- >
476
- > ## string-length
477
- > License: MIT
478
- > By: Sindre Sorhus
479
- > Repository: sindresorhus/string-length
480
- >
481
- > > MIT License
482
- > >
483
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
484
- > >
485
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
486
- > >
487
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
488
- > >
489
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
490
- >
491
- > ---------------------------------------
492
- >
493
- > ## string-width
494
- > License: MIT
495
- > By: Sindre Sorhus
496
- > Repository: sindresorhus/string-width
497
- >
498
- > > MIT License
499
- > >
500
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
501
- > >
502
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
503
- > >
504
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
505
- > >
506
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
507
- >
508
- > ---------------------------------------
509
- >
510
- > ## strip-ansi
511
- > License: MIT
512
- > By: Sindre Sorhus
513
- > Repository: chalk/strip-ansi
514
- >
515
- > > MIT License
516
- > >
517
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
518
- > >
519
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
520
- > >
521
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
522
- > >
523
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
524
- >
525
- > ---------------------------------------
526
- >
527
- > ## terminal-size
528
- > License: MIT
529
- > By: Sindre Sorhus
530
- > Repository: sindresorhus/terminal-size
531
- >
532
- > > MIT License
533
- > >
534
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
535
- > >
536
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
537
- > >
538
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
539
- > >
540
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
541
- >
542
- > ---------------------------------------
543
- >
544
- > ## wrap-ansi
545
- > License: MIT
546
- > By: Sindre Sorhus
547
- > Repository: chalk/wrap-ansi
548
- >
549
- > > MIT License
550
- > >
551
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
552
- > >
553
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
554
- > >
555
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
556
- > >
557
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
558
- >
559
- > <!-- /DEPENDENCIES -->
560
- >
561
- >
329
+ > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
562
330
  >
563
- > # Licenses of bundled types
564
- > The published @visulima/pail artifact additionally contains code with the following licenses:
565
- > (MIT OR CC0-1.0)
331
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
566
332
  >
567
- > # Bundled types:
568
- > ## type-fest
569
- > License: (MIT OR CC0-1.0)
570
- > By: Sindre Sorhus
571
- > Repository: sindresorhus/type-fest
333
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
572
334
  >
573
- > > Creative Commons Legal Code
574
- > >
575
- > > CC0 1.0 Universal
576
- > >
577
- > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
578
- > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
579
- > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
580
- > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
581
- > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
582
- > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
583
- > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
584
- > > HEREUNDER.
585
- > >
586
- > > Statement of Purpose
587
- > >
588
- > > The laws of most jurisdictions throughout the world automatically confer
589
- > > exclusive Copyright and Related Rights (defined below) upon the creator
590
- > > and subsequent owner(s) (each and all, an "owner") of an original work of
591
- > > authorship and/or a database (each, a "Work").
592
- > >
593
- > > Certain owners wish to permanently relinquish those rights to a Work for
594
- > > the purpose of contributing to a commons of creative, cultural and
595
- > > scientific works ("Commons") that the public can reliably and without fear
596
- > > of later claims of infringement build upon, modify, incorporate in other
597
- > > works, reuse and redistribute as freely as possible in any form whatsoever
598
- > > and for any purposes, including without limitation commercial purposes.
599
- > > These owners may contribute to the Commons to promote the ideal of a free
600
- > > culture and the further production of creative, cultural and scientific
601
- > > works, or to gain reputation or greater distribution for their Work in
602
- > > part through the use and efforts of others.
603
- > >
604
- > > For these and/or other purposes and motivations, and without any
605
- > > expectation of additional consideration or compensation, the person
606
- > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
607
- > > is an owner of Copyright and Related Rights in the Work, voluntarily
608
- > > elects to apply CC0 to the Work and publicly distribute the Work under its
609
- > > terms, with knowledge of his or her Copyright and Related Rights in the
610
- > > Work and the meaning and intended legal effect of CC0 on those rights.
611
- > >
612
- > > 1. Copyright and Related Rights. A Work made available under CC0 may be
613
- > > protected by copyright and related or neighboring rights ("Copyright and
614
- > > Related Rights"). Copyright and Related Rights include, but are not
615
- > > limited to, the following:
616
- > >
617
- > > i. the right to reproduce, adapt, distribute, perform, display,
618
- > > communicate, and translate a Work;
619
- > > ii. moral rights retained by the original author(s) and/or performer(s);
620
- > > iii. publicity and privacy rights pertaining to a person's image or
621
- > > likeness depicted in a Work;
622
- > > iv. rights protecting against unfair competition in regards to a Work,
623
- > > subject to the limitations in paragraph 4(a), below;
624
- > > v. rights protecting the extraction, dissemination, use and reuse of data
625
- > > in a Work;
626
- > > vi. database rights (such as those arising under Directive 96/9/EC of the
627
- > > European Parliament and of the Council of 11 March 1996 on the legal
628
- > > protection of databases, and under any national implementation
629
- > > thereof, including any amended or successor version of such
630
- > > directive); and
631
- > > vii. other similar, equivalent or corresponding rights throughout the
632
- > > world based on applicable law or treaty, and any national
633
- > > implementations thereof.
634
- > >
635
- > > 2. Waiver. To the greatest extent permitted by, but not in contravention
636
- > > of, applicable law, Affirmer hereby overtly, fully, permanently,
637
- > > irrevocably and unconditionally waives, abandons, and surrenders all of
638
- > > Affirmer's Copyright and Related Rights and associated claims and causes
639
- > > of action, whether now known or unknown (including existing as well as
640
- > > future claims and causes of action), in the Work (i) in all territories
641
- > > worldwide, (ii) for the maximum duration provided by applicable law or
642
- > > treaty (including future time extensions), (iii) in any current or future
643
- > > medium and for any number of copies, and (iv) for any purpose whatsoever,
644
- > > including without limitation commercial, advertising or promotional
645
- > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
646
- > > member of the public at large and to the detriment of Affirmer's heirs and
647
- > > successors, fully intending that such Waiver shall not be subject to
648
- > > revocation, rescission, cancellation, termination, or any other legal or
649
- > > equitable action to disrupt the quiet enjoyment of the Work by the public
650
- > > as contemplated by Affirmer's express Statement of Purpose.
651
- > >
652
- > > 3. Public License Fallback. Should any part of the Waiver for any reason
653
- > > be judged legally invalid or ineffective under applicable law, then the
654
- > > Waiver shall be preserved to the maximum extent permitted taking into
655
- > > account Affirmer's express Statement of Purpose. In addition, to the
656
- > > extent the Waiver is so judged Affirmer hereby grants to each affected
657
- > > person a royalty-free, non transferable, non sublicensable, non exclusive,
658
- > > irrevocable and unconditional license to exercise Affirmer's Copyright and
659
- > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
660
- > > maximum duration provided by applicable law or treaty (including future
661
- > > time extensions), (iii) in any current or future medium and for any number
662
- > > of copies, and (iv) for any purpose whatsoever, including without
663
- > > limitation commercial, advertising or promotional purposes (the
664
- > > "License"). The License shall be deemed effective as of the date CC0 was
665
- > > applied by Affirmer to the Work. Should any part of the License for any
666
- > > reason be judged legally invalid or ineffective under applicable law, such
667
- > > partial invalidity or ineffectiveness shall not invalidate the remainder
668
- > > of the License, and in such case Affirmer hereby affirms that he or she
669
- > > will not (i) exercise any of his or her remaining Copyright and Related
670
- > > Rights in the Work or (ii) assert any associated claims and causes of
671
- > > action with respect to the Work, in either case contrary to Affirmer's
672
- > > express Statement of Purpose.
673
- > >
674
- > > 4. Limitations and Disclaimers.
675
- > >
676
- > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
677
- > > surrendered, licensed or otherwise affected by this document.
678
- > > b. Affirmer offers the Work as-is and makes no representations or
679
- > > warranties of any kind concerning the Work, express, implied,
680
- > > statutory or otherwise, including without limitation warranties of
681
- > > title, merchantability, fitness for a particular purpose, non
682
- > > infringement, or the absence of latent or other defects, accuracy, or
683
- > > the present or absence of errors, whether or not discoverable, all to
684
- > > the greatest extent permissible under applicable law.
685
- > > c. Affirmer disclaims responsibility for clearing rights of other persons
686
- > > that may apply to the Work or any use thereof, including without
687
- > > limitation any person's Copyright and Related Rights in the Work.
688
- > > Further, Affirmer disclaims responsibility for obtaining any necessary
689
- > > consents, permissions or other rights required for any use of the
690
- > > Work.
691
- > > d. Affirmer understands and acknowledges that Creative Commons is not a
692
- > > party to this document and has no duty or obligation with respect to
693
- > > this CC0 or use of the Work.
335
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
694
336
 
695
337
  ---------------------------------------
696
338
 
697
- ## @visulima/tsconfig
339
+ ## mime
698
340
  License: MIT
699
- By: Daniel Bannert
700
- Repository: git+https://github.com/visulima/visulima.git
341
+ By: Robert Kieffer
342
+ Repository: https://github.com/broofa/mime
701
343
 
702
344
  > MIT License
703
345
  >
704
- > Copyright (c) 2024 visulima
346
+ > Copyright (c) 2023 Robert Kieffer
705
347
  >
706
348
  > Permission is hereby granted, free of charge, to any person obtaining a copy
707
349
  > of this software and associated documentation files (the "Software"), to deal
@@ -720,18 +362,20 @@ Repository: git+https://github.com/visulima/visulima.git
720
362
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
721
363
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
722
364
  > SOFTWARE.
723
- >
724
- > <!-- DEPENDENCIES -->
725
- > <!-- /DEPENDENCIES -->
365
+
366
+ <!-- /DEPENDENCIES -->
726
367
  >
727
368
  >
728
369
  >
729
370
  > # Licenses of bundled types
371
+ >
730
372
  > The published @visulima/tsconfig artifact additionally contains code with the following licenses:
731
373
  > (MIT OR CC0-1.0)
732
374
  >
733
375
  > # Bundled types:
376
+ >
734
377
  > ## type-fest
378
+ >
735
379
  > License: (MIT OR CC0-1.0)
736
380
  > By: Sindre Sorhus
737
381
  > Repository: sindresorhus/type-fest
@@ -776,115 +420,213 @@ Repository: git+https://github.com/visulima/visulima.git
776
420
  > > Work and the meaning and intended legal effect of CC0 on those rights.
777
421
  > >
778
422
  > > 1. Copyright and Related Rights. A Work made available under CC0 may be
779
- > > protected by copyright and related or neighboring rights ("Copyright and
780
- > > Related Rights"). Copyright and Related Rights include, but are not
781
- > > limited to, the following:
423
+ > > protected by copyright and related or neighboring rights ("Copyright and
424
+ > > Related Rights"). Copyright and Related Rights include, but are not
425
+ > > limited to, the following:
782
426
  > >
783
- > > i. the right to reproduce, adapt, distribute, perform, display,
784
- > > communicate, and translate a Work;
785
- > > ii. moral rights retained by the original author(s) and/or performer(s);
427
+ > > i. the right to reproduce, adapt, distribute, perform, display,
428
+ > > communicate, and translate a Work;
429
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
786
430
  > > iii. publicity and privacy rights pertaining to a person's image or
787
- > > likeness depicted in a Work;
788
- > > iv. rights protecting against unfair competition in regards to a Work,
789
- > > subject to the limitations in paragraph 4(a), below;
790
- > > v. rights protecting the extraction, dissemination, use and reuse of data
791
- > > in a Work;
792
- > > vi. database rights (such as those arising under Directive 96/9/EC of the
793
- > > European Parliament and of the Council of 11 March 1996 on the legal
794
- > > protection of databases, and under any national implementation
795
- > > thereof, including any amended or successor version of such
796
- > > directive); and
431
+ > > likeness depicted in a Work;
432
+ > > iv. rights protecting against unfair competition in regards to a Work,
433
+ > > subject to the limitations in paragraph 4(a), below;
434
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
435
+ > > in a Work;
436
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
437
+ > > European Parliament and of the Council of 11 March 1996 on the legal
438
+ > > protection of databases, and under any national implementation
439
+ > > thereof, including any amended or successor version of such
440
+ > > directive); and
797
441
  > > vii. other similar, equivalent or corresponding rights throughout the
798
- > > world based on applicable law or treaty, and any national
799
- > > implementations thereof.
442
+ > > world based on applicable law or treaty, and any national
443
+ > > implementations thereof.
800
444
  > >
801
445
  > > 2. Waiver. To the greatest extent permitted by, but not in contravention
802
- > > of, applicable law, Affirmer hereby overtly, fully, permanently,
803
- > > irrevocably and unconditionally waives, abandons, and surrenders all of
804
- > > Affirmer's Copyright and Related Rights and associated claims and causes
805
- > > of action, whether now known or unknown (including existing as well as
806
- > > future claims and causes of action), in the Work (i) in all territories
807
- > > worldwide, (ii) for the maximum duration provided by applicable law or
808
- > > treaty (including future time extensions), (iii) in any current or future
809
- > > medium and for any number of copies, and (iv) for any purpose whatsoever,
810
- > > including without limitation commercial, advertising or promotional
811
- > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
812
- > > member of the public at large and to the detriment of Affirmer's heirs and
813
- > > successors, fully intending that such Waiver shall not be subject to
814
- > > revocation, rescission, cancellation, termination, or any other legal or
815
- > > equitable action to disrupt the quiet enjoyment of the Work by the public
816
- > > as contemplated by Affirmer's express Statement of Purpose.
817
- > >
446
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
447
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
448
+ > > Affirmer's Copyright and Related Rights and associated claims and causes
449
+ > > of action, whether now known or unknown (including existing as well as
450
+ > > future claims and causes of action), in the Work (i) in all territories
451
+ > > worldwide, (ii) for the maximum duration provided by applicable law or
452
+ > > treaty (including future time extensions), (iii) in any current or future
453
+ > > medium and for any number of copies, and (iv) for any purpose whatsoever,
454
+ > > including without limitation commercial, advertising or promotional
455
+ > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
456
+ > > member of the public at large and to the detriment of Affirmer's heirs and
457
+ > > successors, fully intending that such Waiver shall not be subject to
458
+ > > revocation, rescission, cancellation, termination, or any other legal or
459
+ > > equitable action to disrupt the quiet enjoyment of the Work by the public
460
+ > > as contemplated by Affirmer's express Statement of Purpose.
818
461
  > > 3. Public License Fallback. Should any part of the Waiver for any reason
819
- > > be judged legally invalid or ineffective under applicable law, then the
820
- > > Waiver shall be preserved to the maximum extent permitted taking into
821
- > > account Affirmer's express Statement of Purpose. In addition, to the
822
- > > extent the Waiver is so judged Affirmer hereby grants to each affected
823
- > > person a royalty-free, non transferable, non sublicensable, non exclusive,
824
- > > irrevocable and unconditional license to exercise Affirmer's Copyright and
825
- > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
826
- > > maximum duration provided by applicable law or treaty (including future
827
- > > time extensions), (iii) in any current or future medium and for any number
828
- > > of copies, and (iv) for any purpose whatsoever, including without
829
- > > limitation commercial, advertising or promotional purposes (the
830
- > > "License"). The License shall be deemed effective as of the date CC0 was
831
- > > applied by Affirmer to the Work. Should any part of the License for any
832
- > > reason be judged legally invalid or ineffective under applicable law, such
833
- > > partial invalidity or ineffectiveness shall not invalidate the remainder
834
- > > of the License, and in such case Affirmer hereby affirms that he or she
835
- > > will not (i) exercise any of his or her remaining Copyright and Related
836
- > > Rights in the Work or (ii) assert any associated claims and causes of
837
- > > action with respect to the Work, in either case contrary to Affirmer's
838
- > > express Statement of Purpose.
839
- > >
462
+ > > be judged legally invalid or ineffective under applicable law, then the
463
+ > > Waiver shall be preserved to the maximum extent permitted taking into
464
+ > > account Affirmer's express Statement of Purpose. In addition, to the
465
+ > > extent the Waiver is so judged Affirmer hereby grants to each affected
466
+ > > person a royalty-free, non transferable, non sublicensable, non exclusive,
467
+ > > irrevocable and unconditional license to exercise Affirmer's Copyright and
468
+ > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
469
+ > > maximum duration provided by applicable law or treaty (including future
470
+ > > time extensions), (iii) in any current or future medium and for any number
471
+ > > of copies, and (iv) for any purpose whatsoever, including without
472
+ > > limitation commercial, advertising or promotional purposes (the
473
+ > > "License"). The License shall be deemed effective as of the date CC0 was
474
+ > > applied by Affirmer to the Work. Should any part of the License for any
475
+ > > reason be judged legally invalid or ineffective under applicable law, such
476
+ > > partial invalidity or ineffectiveness shall not invalidate the remainder
477
+ > > of the License, and in such case Affirmer hereby affirms that he or she
478
+ > > will not (i) exercise any of his or her remaining Copyright and Related
479
+ > > Rights in the Work or (ii) assert any associated claims and causes of
480
+ > > action with respect to the Work, in either case contrary to Affirmer's
481
+ > > express Statement of Purpose.
840
482
  > > 4. Limitations and Disclaimers.
841
483
  > >
842
- > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
843
- > > surrendered, licensed or otherwise affected by this document.
844
- > > b. Affirmer offers the Work as-is and makes no representations or
845
- > > warranties of any kind concerning the Work, express, implied,
846
- > > statutory or otherwise, including without limitation warranties of
847
- > > title, merchantability, fitness for a particular purpose, non
848
- > > infringement, or the absence of latent or other defects, accuracy, or
849
- > > the present or absence of errors, whether or not discoverable, all to
850
- > > the greatest extent permissible under applicable law.
851
- > > c. Affirmer disclaims responsibility for clearing rights of other persons
852
- > > that may apply to the Work or any use thereof, including without
853
- > > limitation any person's Copyright and Related Rights in the Work.
854
- > > Further, Affirmer disclaims responsibility for obtaining any necessary
855
- > > consents, permissions or other rights required for any use of the
856
- > > Work.
857
- > > d. Affirmer understands and acknowledges that Creative Commons is not a
858
- > > party to this document and has no duty or obligation with respect to
859
- > > this CC0 or use of the Work.
484
+ > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
485
+ > > surrendered, licensed or otherwise affected by this document.
486
+ > > b. Affirmer offers the Work as-is and makes no representations or
487
+ > > warranties of any kind concerning the Work, express, implied,
488
+ > > statutory or otherwise, including without limitation warranties of
489
+ > > title, merchantability, fitness for a particular purpose, non
490
+ > > infringement, or the absence of latent or other defects, accuracy, or
491
+ > > the present or absence of errors, whether or not discoverable, all to
492
+ > > the greatest extent permissible under applicable law.
493
+ > > c. Affirmer disclaims responsibility for clearing rights of other persons
494
+ > > that may apply to the Work or any use thereof, including without
495
+ > > limitation any person's Copyright and Related Rights in the Work.
496
+ > > Further, Affirmer disclaims responsibility for obtaining any necessary
497
+ > > consents, permissions or other rights required for any use of the
498
+ > > Work.
499
+ > > d. Affirmer understands and acknowledges that Creative Commons is not a
500
+ > > party to this document and has no duty or obligation with respect to
501
+ > > this CC0 or use of the Work.
860
502
 
861
503
  ---------------------------------------
862
504
 
863
- ## safe-stable-stringify
864
- License: MIT
865
- By: Ruben Bridgewater
866
- Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
505
+ ## type-fest
506
+ License: (MIT OR CC0-1.0)
507
+ By: Sindre Sorhus
508
+ Repository: sindresorhus/type-fest
867
509
 
868
- > The MIT License (MIT)
869
- >
870
- > Copyright (c) Ruben Bridgewater
871
- >
872
- > Permission is hereby granted, free of charge, to any person obtaining a copy
873
- > of this software and associated documentation files (the "Software"), to deal
874
- > in the Software without restriction, including without limitation the rights
875
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
876
- > copies of the Software, and to permit persons to whom the Software is
877
- > furnished to do so, subject to the following conditions:
878
- >
879
- > The above copyright notice and this permission notice shall be included in all
880
- > copies or substantial portions of the Software.
881
- >
882
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
883
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
884
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
885
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
886
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
887
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
888
- > SOFTWARE.
510
+ > Creative Commons Legal Code
511
+ >
512
+ > CC0 1.0 Universal
513
+ >
514
+ > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
515
+ > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
516
+ > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
517
+ > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
518
+ > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
519
+ > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
520
+ > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
521
+ > HEREUNDER.
522
+ >
523
+ > Statement of Purpose
524
+ >
525
+ > The laws of most jurisdictions throughout the world automatically confer
526
+ > exclusive Copyright and Related Rights (defined below) upon the creator
527
+ > and subsequent owner(s) (each and all, an "owner") of an original work of
528
+ > authorship and/or a database (each, a "Work").
529
+ >
530
+ > Certain owners wish to permanently relinquish those rights to a Work for
531
+ > the purpose of contributing to a commons of creative, cultural and
532
+ > scientific works ("Commons") that the public can reliably and without fear
533
+ > of later claims of infringement build upon, modify, incorporate in other
534
+ > works, reuse and redistribute as freely as possible in any form whatsoever
535
+ > and for any purposes, including without limitation commercial purposes.
536
+ > These owners may contribute to the Commons to promote the ideal of a free
537
+ > culture and the further production of creative, cultural and scientific
538
+ > works, or to gain reputation or greater distribution for their Work in
539
+ > part through the use and efforts of others.
540
+ >
541
+ > For these and/or other purposes and motivations, and without any
542
+ > expectation of additional consideration or compensation, the person
543
+ > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
544
+ > is an owner of Copyright and Related Rights in the Work, voluntarily
545
+ > elects to apply CC0 to the Work and publicly distribute the Work under its
546
+ > terms, with knowledge of his or her Copyright and Related Rights in the
547
+ > Work and the meaning and intended legal effect of CC0 on those rights.
548
+ >
549
+ > 1. Copyright and Related Rights. A Work made available under CC0 may be
550
+ > protected by copyright and related or neighboring rights ("Copyright and
551
+ > Related Rights"). Copyright and Related Rights include, but are not
552
+ > limited to, the following:
553
+ >
554
+ > i. the right to reproduce, adapt, distribute, perform, display,
555
+ > communicate, and translate a Work;
556
+ > ii. moral rights retained by the original author(s) and/or performer(s);
557
+ > iii. publicity and privacy rights pertaining to a person's image or
558
+ > likeness depicted in a Work;
559
+ > iv. rights protecting against unfair competition in regards to a Work,
560
+ > subject to the limitations in paragraph 4(a), below;
561
+ > v. rights protecting the extraction, dissemination, use and reuse of data
562
+ > in a Work;
563
+ > vi. database rights (such as those arising under Directive 96/9/EC of the
564
+ > European Parliament and of the Council of 11 March 1996 on the legal
565
+ > protection of databases, and under any national implementation
566
+ > thereof, including any amended or successor version of such
567
+ > directive); and
568
+ > vii. other similar, equivalent or corresponding rights throughout the
569
+ > world based on applicable law or treaty, and any national
570
+ > implementations thereof.
571
+ >
572
+ > 2. Waiver. To the greatest extent permitted by, but not in contravention
573
+ > of, applicable law, Affirmer hereby overtly, fully, permanently,
574
+ > irrevocably and unconditionally waives, abandons, and surrenders all of
575
+ > Affirmer's Copyright and Related Rights and associated claims and causes
576
+ > of action, whether now known or unknown (including existing as well as
577
+ > future claims and causes of action), in the Work (i) in all territories
578
+ > worldwide, (ii) for the maximum duration provided by applicable law or
579
+ > treaty (including future time extensions), (iii) in any current or future
580
+ > medium and for any number of copies, and (iv) for any purpose whatsoever,
581
+ > including without limitation commercial, advertising or promotional
582
+ > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
583
+ > member of the public at large and to the detriment of Affirmer's heirs and
584
+ > successors, fully intending that such Waiver shall not be subject to
585
+ > revocation, rescission, cancellation, termination, or any other legal or
586
+ > equitable action to disrupt the quiet enjoyment of the Work by the public
587
+ > as contemplated by Affirmer's express Statement of Purpose.
588
+ >
589
+ > 3. Public License Fallback. Should any part of the Waiver for any reason
590
+ > be judged legally invalid or ineffective under applicable law, then the
591
+ > Waiver shall be preserved to the maximum extent permitted taking into
592
+ > account Affirmer's express Statement of Purpose. In addition, to the
593
+ > extent the Waiver is so judged Affirmer hereby grants to each affected
594
+ > person a royalty-free, non transferable, non sublicensable, non exclusive,
595
+ > irrevocable and unconditional license to exercise Affirmer's Copyright and
596
+ > Related Rights in the Work (i) in all territories worldwide, (ii) for the
597
+ > maximum duration provided by applicable law or treaty (including future
598
+ > time extensions), (iii) in any current or future medium and for any number
599
+ > of copies, and (iv) for any purpose whatsoever, including without
600
+ > limitation commercial, advertising or promotional purposes (the
601
+ > "License"). The License shall be deemed effective as of the date CC0 was
602
+ > applied by Affirmer to the Work. Should any part of the License for any
603
+ > reason be judged legally invalid or ineffective under applicable law, such
604
+ > partial invalidity or ineffectiveness shall not invalidate the remainder
605
+ > of the License, and in such case Affirmer hereby affirms that he or she
606
+ > will not (i) exercise any of his or her remaining Copyright and Related
607
+ > Rights in the Work or (ii) assert any associated claims and causes of
608
+ > action with respect to the Work, in either case contrary to Affirmer's
609
+ > express Statement of Purpose.
610
+ >
611
+ > 4. Limitations and Disclaimers.
612
+ >
613
+ > a. No trademark or patent rights held by Affirmer are waived, abandoned,
614
+ > surrendered, licensed or otherwise affected by this document.
615
+ > b. Affirmer offers the Work as-is and makes no representations or
616
+ > warranties of any kind concerning the Work, express, implied,
617
+ > statutory or otherwise, including without limitation warranties of
618
+ > title, merchantability, fitness for a particular purpose, non
619
+ > infringement, or the absence of latent or other defects, accuracy, or
620
+ > the present or absence of errors, whether or not discoverable, all to
621
+ > the greatest extent permissible under applicable law.
622
+ > c. Affirmer disclaims responsibility for clearing rights of other persons
623
+ > that may apply to the Work or any use thereof, including without
624
+ > limitation any person's Copyright and Related Rights in the Work.
625
+ > Further, Affirmer disclaims responsibility for obtaining any necessary
626
+ > consents, permissions or other rights required for any use of the
627
+ > Work.
628
+ > d. Affirmer understands and acknowledges that Creative Commons is not a
629
+ > party to this document and has no duty or obligation with respect to
630
+ > this CC0 or use of the Work.
889
631
 
890
632
  <!-- /TYPE_DEPENDENCIES -->