@visulima/vis 1.0.0-alpha.14 → 1.0.0-alpha.16
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.
- package/CHANGELOG.md +66 -0
- package/LICENSE.md +1023 -277
- package/dist/bin.js +1 -1
- package/dist/config/index.d.ts +121 -94
- package/dist/config/index.js +1 -1
- package/dist/packem_chunks/bin.js +305 -302
- package/dist/packem_chunks/config.js +18 -0
- package/dist/packem_chunks/fix.js +1 -1
- package/dist/packem_chunks/handler.js +1 -1
- package/dist/packem_chunks/handler10.js +1 -1
- package/dist/packem_chunks/handler11.js +1 -1
- package/dist/packem_chunks/handler12.js +5 -5
- package/dist/packem_chunks/handler13.js +1 -1
- package/dist/packem_chunks/handler14.js +4 -4
- package/dist/packem_chunks/handler15.js +1 -1
- package/dist/packem_chunks/handler16.js +1 -1
- package/dist/packem_chunks/handler17.js +1 -1
- package/dist/packem_chunks/handler18.js +1 -1
- package/dist/packem_chunks/handler19.js +5 -5
- package/dist/packem_chunks/handler2.js +1 -1
- package/dist/packem_chunks/handler20.js +2 -1
- package/dist/packem_chunks/handler21.js +18 -1
- package/dist/packem_chunks/handler22.js +1 -5
- package/dist/packem_chunks/handler23.js +1 -1
- package/dist/packem_chunks/handler24.js +5 -3
- package/dist/packem_chunks/handler25.js +1 -1
- package/dist/packem_chunks/handler26.js +3 -1
- package/dist/packem_chunks/handler27.js +1 -7
- package/dist/packem_chunks/handler28.js +1 -23
- package/dist/packem_chunks/handler29.js +7 -3
- package/dist/packem_chunks/handler3.js +1 -1
- package/dist/packem_chunks/handler30.js +23 -18
- package/dist/packem_chunks/handler31.js +3 -1
- package/dist/packem_chunks/handler32.js +1 -2
- package/dist/packem_chunks/handler33.js +2 -25
- package/dist/packem_chunks/handler34.js +25 -2
- package/dist/packem_chunks/handler35.js +3 -3
- package/dist/packem_chunks/handler36.js +20 -20
- package/dist/packem_chunks/handler37.js +3 -3
- package/dist/packem_chunks/handler38.js +4 -4
- package/dist/packem_chunks/handler39.js +11 -11
- package/dist/packem_chunks/handler40.js +5 -5
- package/dist/packem_chunks/handler41.js +10 -24
- package/dist/packem_chunks/handler42.js +24 -10
- package/dist/packem_chunks/handler43.js +5 -5
- package/dist/packem_chunks/handler44.js +6 -6
- package/dist/packem_chunks/handler45.js +3 -3
- package/dist/packem_chunks/handler46.js +11 -11
- package/dist/packem_chunks/handler47.js +161 -36
- package/dist/packem_chunks/handler48.js +6 -6
- package/dist/packem_chunks/handler5.js +5 -5
- package/dist/packem_chunks/handler6.js +1 -1
- package/dist/packem_chunks/handler7.js +1 -1
- package/dist/packem_chunks/handler8.js +1 -1
- package/dist/packem_chunks/handler9.js +1 -1
- package/dist/packem_chunks/heal-accept.js +2 -2
- package/dist/packem_chunks/heal.js +1 -1
- package/dist/packem_chunks/help-command.js +16 -16
- package/dist/packem_chunks/index.js +2 -2
- package/dist/packem_chunks/loader.js +1 -1
- package/dist/packem_chunks/tar.js +1 -1
- package/dist/packem_shared/{ai-analysis-Dzs_nUwM.js → ai-analysis-C_GpXikx.js} +3 -3
- package/dist/packem_shared/ai-cache-DrCLD4gc.js +1 -0
- package/dist/packem_shared/ai-fix-CWOz12Om.js +43 -0
- package/dist/packem_shared/applyDefaults-DLY94gWA.js +1 -0
- package/dist/packem_shared/cache-directory-C_U1qsIw.js +1 -0
- package/dist/packem_shared/definePlugin-CWm4Dv_t.js +1 -0
- package/dist/packem_shared/dependency-scan-YdgNVvoz.js +2 -0
- package/dist/packem_shared/docker-Dl0AoVTZ.js +60 -0
- package/dist/packem_shared/failure-log-CSC6KfcO.js +2 -0
- package/dist/packem_shared/flakiness-Dzz-I3dB.js +1 -0
- package/dist/packem_shared/{giget-BX2ixMoa.js → giget-CcEy_Elm.js} +2 -2
- package/dist/packem_shared/lifecycle-BC6Nst6i.js +2 -0
- package/dist/packem_shared/lockfile-i-qvq_k8.js +1 -0
- package/dist/packem_shared/otelPlugin-CJR2T_lk.js +1 -0
- package/dist/packem_shared/readTomlSync-1fKo0R52-DtxWULlF.js +109 -0
- package/dist/packem_shared/run-summary-utils-CJv75pla.js +1 -0
- package/dist/packem_shared/runtime-check-CBU6W8qG.js +1 -0
- package/dist/packem_shared/{selectors-BvtUXWGY.js → selectors-B2ISH581.js} +1 -1
- package/dist/packem_shared/toolchain-B7dckBQ1.js +5 -0
- package/dist/packem_shared/typosquats-B3A38-qx.js +1 -0
- package/dist/packem_shared/verify-WDStBFvK.js +1 -0
- package/dist/packem_shared/vis-update-app-D0uL3eO5.js +1 -0
- package/package.json +13 -15
- package/schemas/project.schema.json +12 -2
- package/schemas/vis-config.schema.json +248 -3
- package/dist/packem_chunks/applyDefaults.js +0 -2
- package/dist/packem_shared/ai-cache-Dtvmbsru.js +0 -1
- package/dist/packem_shared/ai-fix-BmLM72GS.js +0 -43
- package/dist/packem_shared/cache-directory-xASJia6M.js +0 -1
- package/dist/packem_shared/dependency-scan-DmwPKwLy.js +0 -2
- package/dist/packem_shared/docker-CA-scYu0.js +0 -2
- package/dist/packem_shared/failure-log-fD4DiFb1.js +0 -2
- package/dist/packem_shared/flakiness-BIg1rwvp.js +0 -1
- package/dist/packem_shared/index-OlP7U_t5.js +0 -6
- package/dist/packem_shared/lockfile-BXylopgH.js +0 -1
- package/dist/packem_shared/otelPlugin-y5hoCw4b.js +0 -1
- package/dist/packem_shared/registry-BHqKXiLb.js +0 -2
- package/dist/packem_shared/run-summary-utils-D39XBHWW.js +0 -1
- package/dist/packem_shared/runtime-check-BaKni2y1.js +0 -1
- package/dist/packem_shared/toolchain-B7sIiJxK.js +0 -5
- package/dist/packem_shared/typosquats-XkC1CnOa.js +0 -1
- package/dist/packem_shared/verify-BVTcVfoW.js +0 -1
- package/dist/packem_shared/vis-update-app-DR8c4OfG.js +0 -1
package/LICENSE.md
CHANGED
|
@@ -24,7 +24,7 @@ SOFTWARE.
|
|
|
24
24
|
|
|
25
25
|
# Licenses of bundled dependencies
|
|
26
26
|
The published @visulima/vis artifact additionally contains code with the following licenses:
|
|
27
|
-
Apache-2.0, BSD-2-Clause, BlueOak-1.0.0, CC-BY-3.0, CC0-1.0, ISC, MIT
|
|
27
|
+
Apache-2.0, BSD-2-Clause, BSD-3-Clause, BlueOak-1.0.0, CC-BY-3.0, CC0-1.0, ISC, MIT
|
|
28
28
|
|
|
29
29
|
# Bundled dependencies:
|
|
30
30
|
## @antfu/install-pkg
|
|
@@ -2468,6 +2468,909 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2468
2468
|
|
|
2469
2469
|
---------------------------------------
|
|
2470
2470
|
|
|
2471
|
+
## @visulima/find-cache-dir
|
|
2472
|
+
License: MIT
|
|
2473
|
+
By: Daniel Bannert
|
|
2474
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
2475
|
+
|
|
2476
|
+
> MIT License
|
|
2477
|
+
>
|
|
2478
|
+
> Copyright (c) 2026 visulima
|
|
2479
|
+
>
|
|
2480
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2481
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2482
|
+
> in the Software without restriction, including without limitation the rights
|
|
2483
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2484
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2485
|
+
> furnished to do so, subject to the following conditions:
|
|
2486
|
+
>
|
|
2487
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2488
|
+
> copies or substantial portions of the Software.
|
|
2489
|
+
>
|
|
2490
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2491
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2492
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2493
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2494
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2495
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2496
|
+
> SOFTWARE.
|
|
2497
|
+
>
|
|
2498
|
+
>
|
|
2499
|
+
>
|
|
2500
|
+
> # Licenses of bundled dependencies
|
|
2501
|
+
> The published @visulima/find-cache-dir artifact additionally contains code with the following licenses:
|
|
2502
|
+
> MIT
|
|
2503
|
+
>
|
|
2504
|
+
> # Bundled dependencies:
|
|
2505
|
+
> ## @visulima/fs
|
|
2506
|
+
> License: MIT
|
|
2507
|
+
> By: Daniel Bannert
|
|
2508
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
2509
|
+
>
|
|
2510
|
+
> > MIT License
|
|
2511
|
+
> >
|
|
2512
|
+
> > Copyright (c) 2026 visulima
|
|
2513
|
+
> >
|
|
2514
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2515
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
2516
|
+
> > in the Software without restriction, including without limitation the rights
|
|
2517
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2518
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
2519
|
+
> > furnished to do so, subject to the following conditions:
|
|
2520
|
+
> >
|
|
2521
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
2522
|
+
> > copies or substantial portions of the Software.
|
|
2523
|
+
> >
|
|
2524
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2525
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2526
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2527
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2528
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2529
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2530
|
+
> > SOFTWARE.
|
|
2531
|
+
> >
|
|
2532
|
+
> >
|
|
2533
|
+
> >
|
|
2534
|
+
> > # Licenses of bundled dependencies
|
|
2535
|
+
> > The published @visulima/fs artifact additionally contains code with the following licenses:
|
|
2536
|
+
> > ISC, MIT
|
|
2537
|
+
> >
|
|
2538
|
+
> > # Bundled dependencies:
|
|
2539
|
+
> > ## @visulima/error
|
|
2540
|
+
> > License: MIT
|
|
2541
|
+
> > By: Daniel Bannert
|
|
2542
|
+
> > Repository: git+https://github.com/visulima/visulima.git
|
|
2543
|
+
> >
|
|
2544
|
+
> > > MIT License
|
|
2545
|
+
> > >
|
|
2546
|
+
> > > Copyright (c) 2026 visulima
|
|
2547
|
+
> > >
|
|
2548
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2549
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2550
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2551
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2552
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2553
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2554
|
+
> > >
|
|
2555
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2556
|
+
> > > copies or substantial portions of the Software.
|
|
2557
|
+
> > >
|
|
2558
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2559
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2560
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2561
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2562
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2563
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2564
|
+
> > > SOFTWARE.
|
|
2565
|
+
> > >
|
|
2566
|
+
> > >
|
|
2567
|
+
> > >
|
|
2568
|
+
> > > # Licenses of bundled dependencies
|
|
2569
|
+
> > >
|
|
2570
|
+
> > > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
2571
|
+
> > > MIT
|
|
2572
|
+
> > >
|
|
2573
|
+
> > > # Bundled dependencies:
|
|
2574
|
+
> > >
|
|
2575
|
+
> > > ## is-plain-obj
|
|
2576
|
+
> > >
|
|
2577
|
+
> > > License: MIT
|
|
2578
|
+
> > > By: Sindre Sorhus
|
|
2579
|
+
> > > Repository: sindresorhus/is-plain-obj
|
|
2580
|
+
> > >
|
|
2581
|
+
> > > > MIT License
|
|
2582
|
+
> > > >
|
|
2583
|
+
> > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2584
|
+
> > > >
|
|
2585
|
+
> > > > 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:
|
|
2586
|
+
> > > >
|
|
2587
|
+
> > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2588
|
+
> > > >
|
|
2589
|
+
> > > > 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.
|
|
2590
|
+
> > >
|
|
2591
|
+
> > >
|
|
2592
|
+
> > >
|
|
2593
|
+
> > >
|
|
2594
|
+
> > >
|
|
2595
|
+
> > > # Licenses of bundled types
|
|
2596
|
+
> > > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
2597
|
+
> > > Apache-2.0
|
|
2598
|
+
> > >
|
|
2599
|
+
> > > # Bundled types:
|
|
2600
|
+
> > > ## ai
|
|
2601
|
+
> > > License: Apache-2.0
|
|
2602
|
+
> > > Repository: https://github.com/vercel/ai
|
|
2603
|
+
> > >
|
|
2604
|
+
> > > > Copyright 2023 Vercel, Inc.
|
|
2605
|
+
> > > >
|
|
2606
|
+
> > > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
2607
|
+
> > > > you may not use this file except in compliance with the License.
|
|
2608
|
+
> > > > You may obtain a copy of the License at
|
|
2609
|
+
> > > >
|
|
2610
|
+
> > > > http://www.apache.org/licenses/LICENSE-2.0
|
|
2611
|
+
> > > >
|
|
2612
|
+
> > > > Unless required by applicable law or agreed to in writing, software
|
|
2613
|
+
> > > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
2614
|
+
> > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2615
|
+
> > > > See the License for the specific language governing permissions and
|
|
2616
|
+
> > > > limitations under the License.
|
|
2617
|
+
> >
|
|
2618
|
+
> > ---------------------------------------
|
|
2619
|
+
> >
|
|
2620
|
+
> > ## detect-indent
|
|
2621
|
+
> > License: MIT
|
|
2622
|
+
> > By: Sindre Sorhus
|
|
2623
|
+
> > Repository: sindresorhus/detect-indent
|
|
2624
|
+
> >
|
|
2625
|
+
> > > MIT License
|
|
2626
|
+
> > >
|
|
2627
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2628
|
+
> > >
|
|
2629
|
+
> > > 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:
|
|
2630
|
+
> > >
|
|
2631
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2632
|
+
> > >
|
|
2633
|
+
> > > 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.
|
|
2634
|
+
> >
|
|
2635
|
+
> > ---------------------------------------
|
|
2636
|
+
> >
|
|
2637
|
+
> > ## fdir
|
|
2638
|
+
> > License: MIT
|
|
2639
|
+
> > By: thecodrr
|
|
2640
|
+
> > Repository: git+https://github.com/thecodrr/fdir.git
|
|
2641
|
+
> >
|
|
2642
|
+
> > > Copyright 2023 Abdullah Atta
|
|
2643
|
+
> > >
|
|
2644
|
+
> > > 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:
|
|
2645
|
+
> > >
|
|
2646
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2647
|
+
> > >
|
|
2648
|
+
> > > 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.
|
|
2649
|
+
> >
|
|
2650
|
+
> > ---------------------------------------
|
|
2651
|
+
> >
|
|
2652
|
+
> > ## glob-parent
|
|
2653
|
+
> > License: ISC
|
|
2654
|
+
> > By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
2655
|
+
> > Repository: gulpjs/glob-parent
|
|
2656
|
+
> >
|
|
2657
|
+
> > > The ISC License
|
|
2658
|
+
> > >
|
|
2659
|
+
> > > Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
|
|
2660
|
+
> > >
|
|
2661
|
+
> > > Permission to use, copy, modify, and/or distribute this software for any
|
|
2662
|
+
> > > purpose with or without fee is hereby granted, provided that the above
|
|
2663
|
+
> > > copyright notice and this permission notice appear in all copies.
|
|
2664
|
+
> > >
|
|
2665
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2666
|
+
> > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2667
|
+
> > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2668
|
+
> > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2669
|
+
> > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2670
|
+
> > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2671
|
+
> > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2672
|
+
> >
|
|
2673
|
+
> > ---------------------------------------
|
|
2674
|
+
> >
|
|
2675
|
+
> > ## is-extglob
|
|
2676
|
+
> > License: MIT
|
|
2677
|
+
> > By: Jon Schlinkert
|
|
2678
|
+
> > Repository: jonschlinkert/is-extglob
|
|
2679
|
+
> >
|
|
2680
|
+
> > > The MIT License (MIT)
|
|
2681
|
+
> > >
|
|
2682
|
+
> > > Copyright (c) 2014-2016, Jon Schlinkert
|
|
2683
|
+
> > >
|
|
2684
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2685
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2686
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2687
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2688
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2689
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2690
|
+
> > >
|
|
2691
|
+
> > > The above copyright notice and this permission notice shall be included in
|
|
2692
|
+
> > > all copies or substantial portions of the Software.
|
|
2693
|
+
> > >
|
|
2694
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2695
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2696
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2697
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2698
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2699
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2700
|
+
> > > THE SOFTWARE.
|
|
2701
|
+
> >
|
|
2702
|
+
> > ---------------------------------------
|
|
2703
|
+
> >
|
|
2704
|
+
> > ## is-fs-case-sensitive
|
|
2705
|
+
> > License: MIT
|
|
2706
|
+
> > By: Hiroki Osame
|
|
2707
|
+
> > Repository: privatenumber/is-fs-case-sensitive
|
|
2708
|
+
> >
|
|
2709
|
+
> > > MIT License
|
|
2710
|
+
> > >
|
|
2711
|
+
> > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
|
|
2712
|
+
> > >
|
|
2713
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2714
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2715
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2716
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2717
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2718
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2719
|
+
> > >
|
|
2720
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2721
|
+
> > > copies or substantial portions of the Software.
|
|
2722
|
+
> > >
|
|
2723
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2724
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2725
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2726
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2727
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2728
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2729
|
+
> > > SOFTWARE.
|
|
2730
|
+
> >
|
|
2731
|
+
> > ---------------------------------------
|
|
2732
|
+
> >
|
|
2733
|
+
> > ## is-glob
|
|
2734
|
+
> > License: MIT
|
|
2735
|
+
> > By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
2736
|
+
> > Repository: micromatch/is-glob
|
|
2737
|
+
> >
|
|
2738
|
+
> > > The MIT License (MIT)
|
|
2739
|
+
> > >
|
|
2740
|
+
> > > Copyright (c) 2014-2017, Jon Schlinkert.
|
|
2741
|
+
> > >
|
|
2742
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2743
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2744
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2745
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2746
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2747
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2748
|
+
> > >
|
|
2749
|
+
> > > The above copyright notice and this permission notice shall be included in
|
|
2750
|
+
> > > all copies or substantial portions of the Software.
|
|
2751
|
+
> > >
|
|
2752
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2753
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2754
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2755
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2756
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2757
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2758
|
+
> > > THE SOFTWARE.
|
|
2759
|
+
> >
|
|
2760
|
+
> > ---------------------------------------
|
|
2761
|
+
> >
|
|
2762
|
+
> > ## picomatch
|
|
2763
|
+
> > License: MIT
|
|
2764
|
+
> > By: Jon Schlinkert
|
|
2765
|
+
> > Repository: micromatch/picomatch
|
|
2766
|
+
> >
|
|
2767
|
+
> > > The MIT License (MIT)
|
|
2768
|
+
> > >
|
|
2769
|
+
> > > Copyright (c) 2017-present, Jon Schlinkert.
|
|
2770
|
+
> > >
|
|
2771
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2772
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2773
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2774
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2775
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2776
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2777
|
+
> > >
|
|
2778
|
+
> > > The above copyright notice and this permission notice shall be included in
|
|
2779
|
+
> > > all copies or substantial portions of the Software.
|
|
2780
|
+
> > >
|
|
2781
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2782
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2783
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2784
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2785
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2786
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2787
|
+
> > > THE SOFTWARE.
|
|
2788
|
+
> >
|
|
2789
|
+
> > ---------------------------------------
|
|
2790
|
+
> >
|
|
2791
|
+
> > ## tinyglobby
|
|
2792
|
+
> > License: MIT
|
|
2793
|
+
> > By: Superchupu
|
|
2794
|
+
> > Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
|
|
2795
|
+
> >
|
|
2796
|
+
> > > MIT License
|
|
2797
|
+
> > >
|
|
2798
|
+
> > > Copyright (c) 2024 Madeline Gurriarán
|
|
2799
|
+
> > >
|
|
2800
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2801
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2802
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2803
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2804
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2805
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2806
|
+
> > >
|
|
2807
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2808
|
+
> > > copies or substantial portions of the Software.
|
|
2809
|
+
> > >
|
|
2810
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2811
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2812
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2813
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2814
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2815
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2816
|
+
> > > SOFTWARE.
|
|
2817
|
+
> >
|
|
2818
|
+
> >
|
|
2819
|
+
> >
|
|
2820
|
+
> >
|
|
2821
|
+
> >
|
|
2822
|
+
> > # Licenses of bundled types
|
|
2823
|
+
> > The published @visulima/fs artifact additionally contains code with the following licenses:
|
|
2824
|
+
> > ISC, MIT
|
|
2825
|
+
> >
|
|
2826
|
+
> > # Bundled types:
|
|
2827
|
+
> > ## is-fs-case-sensitive
|
|
2828
|
+
> > License: MIT
|
|
2829
|
+
> > By: Hiroki Osame
|
|
2830
|
+
> > Repository: privatenumber/is-fs-case-sensitive
|
|
2831
|
+
> >
|
|
2832
|
+
> > > MIT License
|
|
2833
|
+
> > >
|
|
2834
|
+
> > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
|
|
2835
|
+
> > >
|
|
2836
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2837
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2838
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2839
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2840
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2841
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2842
|
+
> > >
|
|
2843
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2844
|
+
> > > copies or substantial portions of the Software.
|
|
2845
|
+
> > >
|
|
2846
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2847
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2848
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2849
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2850
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2851
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2852
|
+
> > > SOFTWARE.
|
|
2853
|
+
> >
|
|
2854
|
+
> > ---------------------------------------
|
|
2855
|
+
> >
|
|
2856
|
+
> > ## yaml
|
|
2857
|
+
> > License: ISC
|
|
2858
|
+
> > By: Eemeli Aro
|
|
2859
|
+
> > Repository: github:eemeli/yaml
|
|
2860
|
+
> >
|
|
2861
|
+
> > > Copyright Eemeli Aro <eemeli@gmail.com>
|
|
2862
|
+
> > >
|
|
2863
|
+
> > > Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
2864
|
+
> > > with or without fee is hereby granted, provided that the above copyright notice
|
|
2865
|
+
> > > and this permission notice appear in all copies.
|
|
2866
|
+
> > >
|
|
2867
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2868
|
+
> > > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
2869
|
+
> > > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2870
|
+
> > > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
2871
|
+
> > > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
2872
|
+
> > > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
2873
|
+
> > > THIS SOFTWARE.
|
|
2874
|
+
>
|
|
2875
|
+
> ---------------------------------------
|
|
2876
|
+
>
|
|
2877
|
+
> ## @visulima/path
|
|
2878
|
+
> License: MIT
|
|
2879
|
+
> By: Daniel Bannert
|
|
2880
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
2881
|
+
>
|
|
2882
|
+
> > MIT License
|
|
2883
|
+
> >
|
|
2884
|
+
> > Copyright (c) 2026 visulima
|
|
2885
|
+
> >
|
|
2886
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2887
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
2888
|
+
> > in the Software without restriction, including without limitation the rights
|
|
2889
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2890
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
2891
|
+
> > furnished to do so, subject to the following conditions:
|
|
2892
|
+
> >
|
|
2893
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
2894
|
+
> > copies or substantial portions of the Software.
|
|
2895
|
+
> >
|
|
2896
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2897
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2898
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2899
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2900
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2901
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2902
|
+
> > SOFTWARE.
|
|
2903
|
+
> >
|
|
2904
|
+
> > ---
|
|
2905
|
+
> >
|
|
2906
|
+
> > MIT License
|
|
2907
|
+
> >
|
|
2908
|
+
> > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
|
|
2909
|
+
> >
|
|
2910
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2911
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
2912
|
+
> > in the Software without restriction, including without limitation the rights
|
|
2913
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2914
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
2915
|
+
> > furnished to do so, subject to the following conditions:
|
|
2916
|
+
> >
|
|
2917
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
2918
|
+
> > copies or substantial portions of the Software.
|
|
2919
|
+
> >
|
|
2920
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2921
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2922
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2923
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2924
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2925
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2926
|
+
> > SOFTWARE.
|
|
2927
|
+
> >
|
|
2928
|
+
> > ---
|
|
2929
|
+
> >
|
|
2930
|
+
> > Copyright Joyent, Inc. and other Node contributors.
|
|
2931
|
+
> >
|
|
2932
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a
|
|
2933
|
+
> > copy of this software and associated documentation files (the
|
|
2934
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2935
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2936
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
2937
|
+
> > persons to whom the Software is furnished to do so, subject to the
|
|
2938
|
+
> > following conditions:
|
|
2939
|
+
> >
|
|
2940
|
+
> > The above copyright notice and this permission notice shall be included
|
|
2941
|
+
> > in all copies or substantial portions of the Software.
|
|
2942
|
+
> >
|
|
2943
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
2944
|
+
> > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2945
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
2946
|
+
> > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
2947
|
+
> > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
2948
|
+
> > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2949
|
+
> > USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2950
|
+
> >
|
|
2951
|
+
> > ---
|
|
2952
|
+
> >
|
|
2953
|
+
> > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
|
|
2954
|
+
> >
|
|
2955
|
+
> > The MIT License (MIT)
|
|
2956
|
+
> >
|
|
2957
|
+
> > Copyright (c) 2023-present Fabio Spampinato
|
|
2958
|
+
> >
|
|
2959
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a
|
|
2960
|
+
> > copy of this software and associated documentation files (the "Software"),
|
|
2961
|
+
> > to deal in the Software without restriction, including without limitation
|
|
2962
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
2963
|
+
> > and/or sell copies of the Software, and to permit persons to whom the
|
|
2964
|
+
> > Software is furnished to do so, subject to the following conditions:
|
|
2965
|
+
> >
|
|
2966
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
2967
|
+
> > all copies or substantial portions of the Software.
|
|
2968
|
+
> >
|
|
2969
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2970
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2971
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2972
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2973
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2974
|
+
> > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2975
|
+
> > DEALINGS IN THE SOFTWARE.
|
|
2976
|
+
> >
|
|
2977
|
+
> >
|
|
2978
|
+
> >
|
|
2979
|
+
> > # Licenses of bundled dependencies
|
|
2980
|
+
> > The published @visulima/path artifact additionally contains code with the following licenses:
|
|
2981
|
+
> > MIT
|
|
2982
|
+
> >
|
|
2983
|
+
> > # Bundled dependencies:
|
|
2984
|
+
> > ## binary-extensions
|
|
2985
|
+
> > License: MIT
|
|
2986
|
+
> > By: Sindre Sorhus
|
|
2987
|
+
> > Repository: sindresorhus/binary-extensions
|
|
2988
|
+
> >
|
|
2989
|
+
> > > MIT License
|
|
2990
|
+
> > >
|
|
2991
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2992
|
+
> > > Copyright (c) Paul Miller (https://paulmillr.com)
|
|
2993
|
+
> > >
|
|
2994
|
+
> > > 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:
|
|
2995
|
+
> > >
|
|
2996
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2997
|
+
> > >
|
|
2998
|
+
> > > 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.
|
|
2999
|
+
|
|
3000
|
+
---------------------------------------
|
|
3001
|
+
|
|
3002
|
+
## @visulima/fs
|
|
3003
|
+
License: MIT
|
|
3004
|
+
By: Daniel Bannert
|
|
3005
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
3006
|
+
|
|
3007
|
+
> MIT License
|
|
3008
|
+
>
|
|
3009
|
+
> Copyright (c) 2026 visulima
|
|
3010
|
+
>
|
|
3011
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3012
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3013
|
+
> in the Software without restriction, including without limitation the rights
|
|
3014
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3015
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3016
|
+
> furnished to do so, subject to the following conditions:
|
|
3017
|
+
>
|
|
3018
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3019
|
+
> copies or substantial portions of the Software.
|
|
3020
|
+
>
|
|
3021
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3022
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3023
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3024
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3025
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3026
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3027
|
+
> SOFTWARE.
|
|
3028
|
+
>
|
|
3029
|
+
>
|
|
3030
|
+
>
|
|
3031
|
+
> # Licenses of bundled dependencies
|
|
3032
|
+
> The published @visulima/fs artifact additionally contains code with the following licenses:
|
|
3033
|
+
> ISC, MIT
|
|
3034
|
+
>
|
|
3035
|
+
> # Bundled dependencies:
|
|
3036
|
+
> ## @visulima/error
|
|
3037
|
+
> License: MIT
|
|
3038
|
+
> By: Daniel Bannert
|
|
3039
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
3040
|
+
>
|
|
3041
|
+
> > MIT License
|
|
3042
|
+
> >
|
|
3043
|
+
> > Copyright (c) 2026 visulima
|
|
3044
|
+
> >
|
|
3045
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3046
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3047
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3048
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3049
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3050
|
+
> > furnished to do so, subject to the following conditions:
|
|
3051
|
+
> >
|
|
3052
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
3053
|
+
> > copies or substantial portions of the Software.
|
|
3054
|
+
> >
|
|
3055
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3056
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3057
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3058
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3059
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3060
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3061
|
+
> > SOFTWARE.
|
|
3062
|
+
> >
|
|
3063
|
+
> >
|
|
3064
|
+
> >
|
|
3065
|
+
> > # Licenses of bundled dependencies
|
|
3066
|
+
> >
|
|
3067
|
+
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
3068
|
+
> > MIT
|
|
3069
|
+
> >
|
|
3070
|
+
> > # Bundled dependencies:
|
|
3071
|
+
> >
|
|
3072
|
+
> > ## is-plain-obj
|
|
3073
|
+
> >
|
|
3074
|
+
> > License: MIT
|
|
3075
|
+
> > By: Sindre Sorhus
|
|
3076
|
+
> > Repository: sindresorhus/is-plain-obj
|
|
3077
|
+
> >
|
|
3078
|
+
> > > MIT License
|
|
3079
|
+
> > >
|
|
3080
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3081
|
+
> > >
|
|
3082
|
+
> > > 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:
|
|
3083
|
+
> > >
|
|
3084
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3085
|
+
> > >
|
|
3086
|
+
> > > 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.
|
|
3087
|
+
> >
|
|
3088
|
+
> >
|
|
3089
|
+
> >
|
|
3090
|
+
> >
|
|
3091
|
+
> >
|
|
3092
|
+
> > # Licenses of bundled types
|
|
3093
|
+
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
3094
|
+
> > Apache-2.0
|
|
3095
|
+
> >
|
|
3096
|
+
> > # Bundled types:
|
|
3097
|
+
> > ## ai
|
|
3098
|
+
> > License: Apache-2.0
|
|
3099
|
+
> > Repository: https://github.com/vercel/ai
|
|
3100
|
+
> >
|
|
3101
|
+
> > > Copyright 2023 Vercel, Inc.
|
|
3102
|
+
> > >
|
|
3103
|
+
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
3104
|
+
> > > you may not use this file except in compliance with the License.
|
|
3105
|
+
> > > You may obtain a copy of the License at
|
|
3106
|
+
> > >
|
|
3107
|
+
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
3108
|
+
> > >
|
|
3109
|
+
> > > Unless required by applicable law or agreed to in writing, software
|
|
3110
|
+
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
3111
|
+
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3112
|
+
> > > See the License for the specific language governing permissions and
|
|
3113
|
+
> > > limitations under the License.
|
|
3114
|
+
>
|
|
3115
|
+
> ---------------------------------------
|
|
3116
|
+
>
|
|
3117
|
+
> ## detect-indent
|
|
3118
|
+
> License: MIT
|
|
3119
|
+
> By: Sindre Sorhus
|
|
3120
|
+
> Repository: sindresorhus/detect-indent
|
|
3121
|
+
>
|
|
3122
|
+
> > MIT License
|
|
3123
|
+
> >
|
|
3124
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3125
|
+
> >
|
|
3126
|
+
> > 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:
|
|
3127
|
+
> >
|
|
3128
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3129
|
+
> >
|
|
3130
|
+
> > 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.
|
|
3131
|
+
>
|
|
3132
|
+
> ---------------------------------------
|
|
3133
|
+
>
|
|
3134
|
+
> ## fdir
|
|
3135
|
+
> License: MIT
|
|
3136
|
+
> By: thecodrr
|
|
3137
|
+
> Repository: git+https://github.com/thecodrr/fdir.git
|
|
3138
|
+
>
|
|
3139
|
+
> > Copyright 2023 Abdullah Atta
|
|
3140
|
+
> >
|
|
3141
|
+
> > 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:
|
|
3142
|
+
> >
|
|
3143
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3144
|
+
> >
|
|
3145
|
+
> > 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.
|
|
3146
|
+
>
|
|
3147
|
+
> ---------------------------------------
|
|
3148
|
+
>
|
|
3149
|
+
> ## glob-parent
|
|
3150
|
+
> License: ISC
|
|
3151
|
+
> By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
3152
|
+
> Repository: gulpjs/glob-parent
|
|
3153
|
+
>
|
|
3154
|
+
> > The ISC License
|
|
3155
|
+
> >
|
|
3156
|
+
> > Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
|
|
3157
|
+
> >
|
|
3158
|
+
> > Permission to use, copy, modify, and/or distribute this software for any
|
|
3159
|
+
> > purpose with or without fee is hereby granted, provided that the above
|
|
3160
|
+
> > copyright notice and this permission notice appear in all copies.
|
|
3161
|
+
> >
|
|
3162
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
3163
|
+
> > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
3164
|
+
> > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
3165
|
+
> > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
3166
|
+
> > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
3167
|
+
> > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
3168
|
+
> > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3169
|
+
>
|
|
3170
|
+
> ---------------------------------------
|
|
3171
|
+
>
|
|
3172
|
+
> ## is-extglob
|
|
3173
|
+
> License: MIT
|
|
3174
|
+
> By: Jon Schlinkert
|
|
3175
|
+
> Repository: jonschlinkert/is-extglob
|
|
3176
|
+
>
|
|
3177
|
+
> > The MIT License (MIT)
|
|
3178
|
+
> >
|
|
3179
|
+
> > Copyright (c) 2014-2016, Jon Schlinkert
|
|
3180
|
+
> >
|
|
3181
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3182
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3183
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3184
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3185
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3186
|
+
> > furnished to do so, subject to the following conditions:
|
|
3187
|
+
> >
|
|
3188
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
3189
|
+
> > all copies or substantial portions of the Software.
|
|
3190
|
+
> >
|
|
3191
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3192
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3193
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3194
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3195
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3196
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3197
|
+
> > THE SOFTWARE.
|
|
3198
|
+
>
|
|
3199
|
+
> ---------------------------------------
|
|
3200
|
+
>
|
|
3201
|
+
> ## is-fs-case-sensitive
|
|
3202
|
+
> License: MIT
|
|
3203
|
+
> By: Hiroki Osame
|
|
3204
|
+
> Repository: privatenumber/is-fs-case-sensitive
|
|
3205
|
+
>
|
|
3206
|
+
> > MIT License
|
|
3207
|
+
> >
|
|
3208
|
+
> > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
|
|
3209
|
+
> >
|
|
3210
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3211
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3212
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3213
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3214
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3215
|
+
> > furnished to do so, subject to the following conditions:
|
|
3216
|
+
> >
|
|
3217
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
3218
|
+
> > copies or substantial portions of the Software.
|
|
3219
|
+
> >
|
|
3220
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3221
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3222
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3223
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3224
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3225
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3226
|
+
> > SOFTWARE.
|
|
3227
|
+
>
|
|
3228
|
+
> ---------------------------------------
|
|
3229
|
+
>
|
|
3230
|
+
> ## is-glob
|
|
3231
|
+
> License: MIT
|
|
3232
|
+
> By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
3233
|
+
> Repository: micromatch/is-glob
|
|
3234
|
+
>
|
|
3235
|
+
> > The MIT License (MIT)
|
|
3236
|
+
> >
|
|
3237
|
+
> > Copyright (c) 2014-2017, Jon Schlinkert.
|
|
3238
|
+
> >
|
|
3239
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3240
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3241
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3242
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3243
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3244
|
+
> > furnished to do so, subject to the following conditions:
|
|
3245
|
+
> >
|
|
3246
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
3247
|
+
> > all copies or substantial portions of the Software.
|
|
3248
|
+
> >
|
|
3249
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3250
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3251
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3252
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3253
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3254
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3255
|
+
> > THE SOFTWARE.
|
|
3256
|
+
>
|
|
3257
|
+
> ---------------------------------------
|
|
3258
|
+
>
|
|
3259
|
+
> ## picomatch
|
|
3260
|
+
> License: MIT
|
|
3261
|
+
> By: Jon Schlinkert
|
|
3262
|
+
> Repository: micromatch/picomatch
|
|
3263
|
+
>
|
|
3264
|
+
> > The MIT License (MIT)
|
|
3265
|
+
> >
|
|
3266
|
+
> > Copyright (c) 2017-present, Jon Schlinkert.
|
|
3267
|
+
> >
|
|
3268
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3269
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3270
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3271
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3272
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3273
|
+
> > furnished to do so, subject to the following conditions:
|
|
3274
|
+
> >
|
|
3275
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
3276
|
+
> > all copies or substantial portions of the Software.
|
|
3277
|
+
> >
|
|
3278
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3279
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3280
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3281
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3282
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3283
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3284
|
+
> > THE SOFTWARE.
|
|
3285
|
+
>
|
|
3286
|
+
> ---------------------------------------
|
|
3287
|
+
>
|
|
3288
|
+
> ## tinyglobby
|
|
3289
|
+
> License: MIT
|
|
3290
|
+
> By: Superchupu
|
|
3291
|
+
> Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
|
|
3292
|
+
>
|
|
3293
|
+
> > MIT License
|
|
3294
|
+
> >
|
|
3295
|
+
> > Copyright (c) 2024 Madeline Gurriarán
|
|
3296
|
+
> >
|
|
3297
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3298
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3299
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3300
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3301
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3302
|
+
> > furnished to do so, subject to the following conditions:
|
|
3303
|
+
> >
|
|
3304
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
3305
|
+
> > copies or substantial portions of the Software.
|
|
3306
|
+
> >
|
|
3307
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3308
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3309
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3310
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3311
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3312
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3313
|
+
> > SOFTWARE.
|
|
3314
|
+
>
|
|
3315
|
+
>
|
|
3316
|
+
>
|
|
3317
|
+
>
|
|
3318
|
+
>
|
|
3319
|
+
> # Licenses of bundled types
|
|
3320
|
+
> The published @visulima/fs artifact additionally contains code with the following licenses:
|
|
3321
|
+
> ISC, MIT
|
|
3322
|
+
>
|
|
3323
|
+
> # Bundled types:
|
|
3324
|
+
> ## is-fs-case-sensitive
|
|
3325
|
+
> License: MIT
|
|
3326
|
+
> By: Hiroki Osame
|
|
3327
|
+
> Repository: privatenumber/is-fs-case-sensitive
|
|
3328
|
+
>
|
|
3329
|
+
> > MIT License
|
|
3330
|
+
> >
|
|
3331
|
+
> > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
|
|
3332
|
+
> >
|
|
3333
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3334
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3335
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3336
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3337
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3338
|
+
> > furnished to do so, subject to the following conditions:
|
|
3339
|
+
> >
|
|
3340
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
3341
|
+
> > copies or substantial portions of the Software.
|
|
3342
|
+
> >
|
|
3343
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3344
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3345
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3346
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3347
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3348
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3349
|
+
> > SOFTWARE.
|
|
3350
|
+
>
|
|
3351
|
+
> ---------------------------------------
|
|
3352
|
+
>
|
|
3353
|
+
> ## yaml
|
|
3354
|
+
> License: ISC
|
|
3355
|
+
> By: Eemeli Aro
|
|
3356
|
+
> Repository: github:eemeli/yaml
|
|
3357
|
+
>
|
|
3358
|
+
> > Copyright Eemeli Aro <eemeli@gmail.com>
|
|
3359
|
+
> >
|
|
3360
|
+
> > Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
3361
|
+
> > with or without fee is hereby granted, provided that the above copyright notice
|
|
3362
|
+
> > and this permission notice appear in all copies.
|
|
3363
|
+
> >
|
|
3364
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
3365
|
+
> > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
3366
|
+
> > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
3367
|
+
> > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
3368
|
+
> > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
3369
|
+
> > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
3370
|
+
> > THIS SOFTWARE.
|
|
3371
|
+
|
|
3372
|
+
---------------------------------------
|
|
3373
|
+
|
|
2471
3374
|
## @visulima/humanizer
|
|
2472
3375
|
License: MIT
|
|
2473
3376
|
By: Daniel Bannert
|
|
@@ -3233,129 +4136,64 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3233
4136
|
> >
|
|
3234
4137
|
> > > MIT License
|
|
3235
4138
|
> > >
|
|
3236
|
-
> > > Copyright (c) 2019 Alexander Reardon
|
|
3237
|
-
> > >
|
|
3238
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3239
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
3240
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
3241
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3242
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
3243
|
-
> > > furnished to do so, subject to the following conditions:
|
|
3244
|
-
> > >
|
|
3245
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
3246
|
-
> > > copies or substantial portions of the Software.
|
|
3247
|
-
> > >
|
|
3248
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3249
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3250
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3251
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3252
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3253
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3254
|
-
> > > SOFTWARE.
|
|
3255
|
-
> >
|
|
3256
|
-
> >
|
|
3257
|
-
> >
|
|
3258
|
-
> >
|
|
3259
|
-
> >
|
|
3260
|
-
> > # Licenses of bundled types
|
|
3261
|
-
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
3262
|
-
> > MIT
|
|
3263
|
-
> >
|
|
3264
|
-
> > # Bundled types:
|
|
3265
|
-
> > ## fastest-levenshtein
|
|
3266
|
-
> > License: MIT
|
|
3267
|
-
> > By: Kasper U. Weihe
|
|
3268
|
-
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
3269
|
-
> >
|
|
3270
|
-
> > > MIT License
|
|
3271
|
-
> > >
|
|
3272
|
-
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
3273
|
-
> > >
|
|
3274
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3275
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
3276
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
3277
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3278
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
3279
|
-
> > > furnished to do so, subject to the following conditions:
|
|
3280
|
-
> > >
|
|
3281
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
3282
|
-
> > > copies or substantial portions of the Software.
|
|
3283
|
-
> > >
|
|
3284
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3285
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3286
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3287
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3288
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3289
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3290
|
-
> > > SOFTWARE.
|
|
3291
|
-
> >
|
|
3292
|
-
> > ---------------------------------------
|
|
3293
|
-
> >
|
|
3294
|
-
> > ## get-east-asian-width
|
|
3295
|
-
> > License: MIT
|
|
3296
|
-
> > By: Sindre Sorhus
|
|
3297
|
-
> > Repository: sindresorhus/get-east-asian-width
|
|
3298
|
-
> >
|
|
3299
|
-
> > > MIT License
|
|
3300
|
-
> > >
|
|
3301
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3302
|
-
> > >
|
|
3303
|
-
> > > 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:
|
|
3304
|
-
> > >
|
|
3305
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3306
|
-
> > >
|
|
3307
|
-
> > > 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.
|
|
3308
|
-
> >
|
|
3309
|
-
> > ---------------------------------------
|
|
3310
|
-
> >
|
|
3311
|
-
> > ## indent-string
|
|
3312
|
-
> > License: MIT
|
|
3313
|
-
> > By: Sindre Sorhus
|
|
3314
|
-
> > Repository: sindresorhus/indent-string
|
|
3315
|
-
> >
|
|
3316
|
-
> > > MIT License
|
|
3317
|
-
> > >
|
|
3318
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3319
|
-
> > >
|
|
3320
|
-
> > > 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:
|
|
3321
|
-
> > >
|
|
3322
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3323
|
-
> > >
|
|
3324
|
-
> > > 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.
|
|
3325
|
-
> >
|
|
3326
|
-
> > ---------------------------------------
|
|
3327
|
-
> >
|
|
3328
|
-
> > ## redent
|
|
3329
|
-
> > License: MIT
|
|
3330
|
-
> > By: Sindre Sorhus
|
|
3331
|
-
> > Repository: sindresorhus/redent
|
|
3332
|
-
> >
|
|
3333
|
-
> > > MIT License
|
|
3334
|
-
> > >
|
|
3335
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
4139
|
+
> > > Copyright (c) 2019 Alexander Reardon
|
|
3336
4140
|
> > >
|
|
3337
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4141
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4142
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
4143
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
4144
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4145
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
4146
|
+
> > > furnished to do so, subject to the following conditions:
|
|
3338
4147
|
> > >
|
|
3339
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
4148
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
4149
|
+
> > > copies or substantial portions of the Software.
|
|
3340
4150
|
> > >
|
|
3341
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4151
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4152
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4153
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4154
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4155
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4156
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4157
|
+
> > > SOFTWARE.
|
|
3342
4158
|
> >
|
|
3343
|
-
> > ---------------------------------------
|
|
3344
4159
|
> >
|
|
3345
|
-
> >
|
|
4160
|
+
> >
|
|
4161
|
+
> >
|
|
4162
|
+
> >
|
|
4163
|
+
> > # Licenses of bundled types
|
|
4164
|
+
> >
|
|
4165
|
+
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
4166
|
+
> > MIT
|
|
4167
|
+
> >
|
|
4168
|
+
> > # Bundled types:
|
|
4169
|
+
> >
|
|
4170
|
+
> > ## fastest-levenshtein
|
|
4171
|
+
> >
|
|
3346
4172
|
> > License: MIT
|
|
3347
|
-
> > By:
|
|
3348
|
-
> > Repository:
|
|
4173
|
+
> > By: Kasper U. Weihe
|
|
4174
|
+
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
3349
4175
|
> >
|
|
3350
4176
|
> > > MIT License
|
|
3351
4177
|
> > >
|
|
3352
|
-
> > > Copyright (c)
|
|
4178
|
+
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
3353
4179
|
> > >
|
|
3354
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4180
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4181
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
4182
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
4183
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4184
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
4185
|
+
> > > furnished to do so, subject to the following conditions:
|
|
3355
4186
|
> > >
|
|
3356
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
4187
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
4188
|
+
> > > copies or substantial portions of the Software.
|
|
3357
4189
|
> > >
|
|
3358
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4190
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4191
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4192
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4193
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4194
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4195
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4196
|
+
> > > SOFTWARE.
|
|
3359
4197
|
>
|
|
3360
4198
|
> ---------------------------------------
|
|
3361
4199
|
>
|
|
@@ -5316,11 +6154,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
5316
6154
|
> >
|
|
5317
6155
|
> >
|
|
5318
6156
|
> > # Licenses of bundled types
|
|
6157
|
+
> >
|
|
5319
6158
|
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
5320
6159
|
> > MIT
|
|
5321
6160
|
> >
|
|
5322
6161
|
> > # Bundled types:
|
|
6162
|
+
> >
|
|
5323
6163
|
> > ## fastest-levenshtein
|
|
6164
|
+
> >
|
|
5324
6165
|
> > License: MIT
|
|
5325
6166
|
> > By: Kasper U. Weihe
|
|
5326
6167
|
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
@@ -5346,74 +6187,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
5346
6187
|
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5347
6188
|
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5348
6189
|
> > > SOFTWARE.
|
|
5349
|
-
> >
|
|
5350
|
-
> > ---------------------------------------
|
|
5351
|
-
> >
|
|
5352
|
-
> > ## get-east-asian-width
|
|
5353
|
-
> > License: MIT
|
|
5354
|
-
> > By: Sindre Sorhus
|
|
5355
|
-
> > Repository: sindresorhus/get-east-asian-width
|
|
5356
|
-
> >
|
|
5357
|
-
> > > MIT License
|
|
5358
|
-
> > >
|
|
5359
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5360
|
-
> > >
|
|
5361
|
-
> > > 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:
|
|
5362
|
-
> > >
|
|
5363
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5364
|
-
> > >
|
|
5365
|
-
> > > 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.
|
|
5366
|
-
> >
|
|
5367
|
-
> > ---------------------------------------
|
|
5368
|
-
> >
|
|
5369
|
-
> > ## indent-string
|
|
5370
|
-
> > License: MIT
|
|
5371
|
-
> > By: Sindre Sorhus
|
|
5372
|
-
> > Repository: sindresorhus/indent-string
|
|
5373
|
-
> >
|
|
5374
|
-
> > > MIT License
|
|
5375
|
-
> > >
|
|
5376
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5377
|
-
> > >
|
|
5378
|
-
> > > 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:
|
|
5379
|
-
> > >
|
|
5380
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5381
|
-
> > >
|
|
5382
|
-
> > > 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.
|
|
5383
|
-
> >
|
|
5384
|
-
> > ---------------------------------------
|
|
5385
|
-
> >
|
|
5386
|
-
> > ## redent
|
|
5387
|
-
> > License: MIT
|
|
5388
|
-
> > By: Sindre Sorhus
|
|
5389
|
-
> > Repository: sindresorhus/redent
|
|
5390
|
-
> >
|
|
5391
|
-
> > > MIT License
|
|
5392
|
-
> > >
|
|
5393
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5394
|
-
> > >
|
|
5395
|
-
> > > 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:
|
|
5396
|
-
> > >
|
|
5397
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5398
|
-
> > >
|
|
5399
|
-
> > > 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.
|
|
5400
|
-
> >
|
|
5401
|
-
> > ---------------------------------------
|
|
5402
|
-
> >
|
|
5403
|
-
> > ## strip-indent
|
|
5404
|
-
> > License: MIT
|
|
5405
|
-
> > By: Sindre Sorhus
|
|
5406
|
-
> > Repository: sindresorhus/strip-indent
|
|
5407
|
-
> >
|
|
5408
|
-
> > > MIT License
|
|
5409
|
-
> > >
|
|
5410
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5411
|
-
> > >
|
|
5412
|
-
> > > 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:
|
|
5413
|
-
> > >
|
|
5414
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5415
|
-
> > >
|
|
5416
|
-
> > > 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.
|
|
5417
6190
|
>
|
|
5418
6191
|
> ---------------------------------------
|
|
5419
6192
|
>
|
|
@@ -5978,11 +6751,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
5978
6751
|
> >
|
|
5979
6752
|
> >
|
|
5980
6753
|
> > # Licenses of bundled types
|
|
6754
|
+
> >
|
|
5981
6755
|
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
5982
6756
|
> > MIT
|
|
5983
6757
|
> >
|
|
5984
6758
|
> > # Bundled types:
|
|
6759
|
+
> >
|
|
5985
6760
|
> > ## fastest-levenshtein
|
|
6761
|
+
> >
|
|
5986
6762
|
> > License: MIT
|
|
5987
6763
|
> > By: Kasper U. Weihe
|
|
5988
6764
|
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
@@ -6008,74 +6784,12 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
6008
6784
|
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6009
6785
|
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6010
6786
|
> > > SOFTWARE.
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
> > Repository: sindresorhus/get-east-asian-width
|
|
6018
|
-
> >
|
|
6019
|
-
> > > MIT License
|
|
6020
|
-
> > >
|
|
6021
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
6022
|
-
> > >
|
|
6023
|
-
> > > 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:
|
|
6024
|
-
> > >
|
|
6025
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6026
|
-
> > >
|
|
6027
|
-
> > > 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.
|
|
6028
|
-
> >
|
|
6029
|
-
> > ---------------------------------------
|
|
6030
|
-
> >
|
|
6031
|
-
> > ## indent-string
|
|
6032
|
-
> > License: MIT
|
|
6033
|
-
> > By: Sindre Sorhus
|
|
6034
|
-
> > Repository: sindresorhus/indent-string
|
|
6035
|
-
> >
|
|
6036
|
-
> > > MIT License
|
|
6037
|
-
> > >
|
|
6038
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
6039
|
-
> > >
|
|
6040
|
-
> > > 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:
|
|
6041
|
-
> > >
|
|
6042
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6043
|
-
> > >
|
|
6044
|
-
> > > 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.
|
|
6045
|
-
> >
|
|
6046
|
-
> > ---------------------------------------
|
|
6047
|
-
> >
|
|
6048
|
-
> > ## redent
|
|
6049
|
-
> > License: MIT
|
|
6050
|
-
> > By: Sindre Sorhus
|
|
6051
|
-
> > Repository: sindresorhus/redent
|
|
6052
|
-
> >
|
|
6053
|
-
> > > MIT License
|
|
6054
|
-
> > >
|
|
6055
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
6056
|
-
> > >
|
|
6057
|
-
> > > 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:
|
|
6058
|
-
> > >
|
|
6059
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6060
|
-
> > >
|
|
6061
|
-
> > > 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.
|
|
6062
|
-
> >
|
|
6063
|
-
> > ---------------------------------------
|
|
6064
|
-
> >
|
|
6065
|
-
> > ## strip-indent
|
|
6066
|
-
> > License: MIT
|
|
6067
|
-
> > By: Sindre Sorhus
|
|
6068
|
-
> > Repository: sindresorhus/strip-indent
|
|
6069
|
-
> >
|
|
6070
|
-
> > > MIT License
|
|
6071
|
-
> > >
|
|
6072
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
6073
|
-
> > >
|
|
6074
|
-
> > > 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:
|
|
6075
|
-
> > >
|
|
6076
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6077
|
-
> > >
|
|
6078
|
-
> > > 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.
|
|
6787
|
+
|
|
6788
|
+
---------------------------------------
|
|
6789
|
+
|
|
6790
|
+
## @yarnpkg/parsers
|
|
6791
|
+
License: BSD-2-Clause
|
|
6792
|
+
Repository: git+https://github.com/yarnpkg/berry.git
|
|
6079
6793
|
|
|
6080
6794
|
---------------------------------------
|
|
6081
6795
|
|
|
@@ -6537,6 +7251,35 @@ Repository: sindresorhus/is-in-ci
|
|
|
6537
7251
|
|
|
6538
7252
|
---------------------------------------
|
|
6539
7253
|
|
|
7254
|
+
## js-yaml
|
|
7255
|
+
License: MIT
|
|
7256
|
+
By: Vladimir Zapparov, Aleksey V Zapparov, Vitaly Puzrin, Martin Grenfell
|
|
7257
|
+
Repository: nodeca/js-yaml
|
|
7258
|
+
|
|
7259
|
+
> (The MIT License)
|
|
7260
|
+
>
|
|
7261
|
+
> Copyright (C) 2011-2015 by Vitaly Puzrin
|
|
7262
|
+
>
|
|
7263
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7264
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
7265
|
+
> in the Software without restriction, including without limitation the rights
|
|
7266
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7267
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
7268
|
+
> furnished to do so, subject to the following conditions:
|
|
7269
|
+
>
|
|
7270
|
+
> The above copyright notice and this permission notice shall be included in
|
|
7271
|
+
> all copies or substantial portions of the Software.
|
|
7272
|
+
>
|
|
7273
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7274
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7275
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7276
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7277
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7278
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
7279
|
+
> THE SOFTWARE.
|
|
7280
|
+
|
|
7281
|
+
---------------------------------------
|
|
7282
|
+
|
|
6540
7283
|
## json5
|
|
6541
7284
|
License: MIT
|
|
6542
7285
|
By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
|
|
@@ -6735,6 +7478,38 @@ Repository: git+https://github.com/npm/node-semver.git
|
|
|
6735
7478
|
|
|
6736
7479
|
---------------------------------------
|
|
6737
7480
|
|
|
7481
|
+
## smol-toml
|
|
7482
|
+
License: BSD-3-Clause
|
|
7483
|
+
By: Cynthia
|
|
7484
|
+
Repository: github:squirrelchat/smol-toml
|
|
7485
|
+
|
|
7486
|
+
> Copyright (c) Squirrel Chat et al., All rights reserved.
|
|
7487
|
+
>
|
|
7488
|
+
> Redistribution and use in source and binary forms, with or without
|
|
7489
|
+
> modification, are permitted provided that the following conditions are met:
|
|
7490
|
+
>
|
|
7491
|
+
> 1. Redistributions of source code must retain the above copyright notice, this
|
|
7492
|
+
> list of conditions and the following disclaimer.
|
|
7493
|
+
> 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
7494
|
+
> this list of conditions and the following disclaimer in the
|
|
7495
|
+
> documentation and/or other materials provided with the distribution.
|
|
7496
|
+
> 3. Neither the name of the copyright holder nor the names of its contributors
|
|
7497
|
+
> may be used to endorse or promote products derived from this software without
|
|
7498
|
+
> specific prior written permission.
|
|
7499
|
+
>
|
|
7500
|
+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
7501
|
+
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
7502
|
+
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
7503
|
+
> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
7504
|
+
> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
7505
|
+
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
7506
|
+
> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
7507
|
+
> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
7508
|
+
> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
7509
|
+
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
7510
|
+
|
|
7511
|
+
---------------------------------------
|
|
7512
|
+
|
|
6738
7513
|
## spdx-correct
|
|
6739
7514
|
License: Apache-2.0
|
|
6740
7515
|
Repository: jslicense/spdx-correct.js
|
|
@@ -7016,35 +7791,6 @@ Repository: git://github.com/spencermountain/suffix-thumb.git
|
|
|
7016
7791
|
|
|
7017
7792
|
---------------------------------------
|
|
7018
7793
|
|
|
7019
|
-
## tinyexec
|
|
7020
|
-
License: MIT
|
|
7021
|
-
By: James Garbutt
|
|
7022
|
-
Repository: git+https://github.com/tinylibs/tinyexec.git
|
|
7023
|
-
|
|
7024
|
-
> MIT License
|
|
7025
|
-
>
|
|
7026
|
-
> Copyright (c) 2024 Tinylibs
|
|
7027
|
-
>
|
|
7028
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7029
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
7030
|
-
> in the Software without restriction, including without limitation the rights
|
|
7031
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7032
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
7033
|
-
> furnished to do so, subject to the following conditions:
|
|
7034
|
-
>
|
|
7035
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
7036
|
-
> copies or substantial portions of the Software.
|
|
7037
|
-
>
|
|
7038
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7039
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7040
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7041
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7042
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7043
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7044
|
-
> SOFTWARE.
|
|
7045
|
-
|
|
7046
|
-
---------------------------------------
|
|
7047
|
-
|
|
7048
7794
|
## validate-npm-package-license
|
|
7049
7795
|
License: Apache-2.0
|
|
7050
7796
|
By: Kyle E. Mitchell, Mark Stacey
|