vite 6.0.0-beta.1 → 6.0.0-beta.10
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/LICENSE.md +66 -1010
- package/README.md +4 -4
- package/bin/vite.js +5 -0
- package/client.d.ts +10 -0
- package/dist/client/client.mjs +344 -105
- package/dist/node/chunks/{dep-IQS-Za7F.js → dep-3RmXg9uo.js} +0 -8
- package/dist/node/chunks/{dep-DiM5uMHt.js → dep-Ck0pJQmh.js} +4 -175
- package/dist/node/chunks/{dep-BZ_CwQkz.js → dep-DiRA7B7B.js} +15738 -30463
- package/dist/node/chunks/{dep-D-7KCb9p.js → dep-DnSxfB-q.js} +704 -443
- package/dist/node/chunks/{dep-BZeeNeMJ.js → dep-ifLmJA8Z.js} +286 -127
- package/dist/node/cli.js +21 -37
- package/dist/node/constants.js +19 -11
- package/dist/node/index.d.ts +1649 -1602
- package/dist/node/index.js +13 -153
- package/dist/node/module-runner.d.ts +154 -141
- package/dist/node/module-runner.js +374 -221
- package/dist/node-cjs/publicUtils.cjs +363 -184
- package/index.cjs +35 -3
- package/index.d.cts +1 -1
- package/package.json +44 -33
- package/types/hmrPayload.d.ts +5 -0
- package/types/internal/cssPreprocessorOptions.d.ts +63 -0
- package/types/internal/lightningcssOptions.d.ts +18 -0
package/LICENSE.md
CHANGED
@@ -3,7 +3,7 @@ Vite is released under the MIT license:
|
|
3
3
|
|
4
4
|
MIT License
|
5
5
|
|
6
|
-
Copyright (c) 2019-present,
|
6
|
+
Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
|
7
7
|
|
8
8
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
9
9
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -25,7 +25,7 @@ SOFTWARE.
|
|
25
25
|
|
26
26
|
# Licenses of bundled dependencies
|
27
27
|
The published Vite artifact additionally contains code with the following licenses:
|
28
|
-
Apache-2.0, BSD-2-Clause,
|
28
|
+
Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT
|
29
29
|
|
30
30
|
# Bundled dependencies:
|
31
31
|
## @ampproject/remapping
|
@@ -237,10 +237,10 @@ Repository: git+https://github.com/ampproject/remapping.git
|
|
237
237
|
|
238
238
|
---------------------------------------
|
239
239
|
|
240
|
-
## @jridgewell/gen-mapping
|
240
|
+
## @jridgewell/gen-mapping, @jridgewell/set-array
|
241
241
|
License: MIT
|
242
242
|
By: Justin Ridgewell
|
243
|
-
|
243
|
+
Repositories: https://github.com/jridgewell/gen-mapping, https://github.com/jridgewell/set-array
|
244
244
|
|
245
245
|
> Copyright 2022 Justin Ridgewell <jridgewell@google.com>
|
246
246
|
>
|
@@ -291,33 +291,6 @@ Repository: https://github.com/jridgewell/resolve-uri
|
|
291
291
|
|
292
292
|
---------------------------------------
|
293
293
|
|
294
|
-
## @jridgewell/set-array
|
295
|
-
License: MIT
|
296
|
-
By: Justin Ridgewell
|
297
|
-
Repository: https://github.com/jridgewell/set-array
|
298
|
-
|
299
|
-
> Copyright 2022 Justin Ridgewell <jridgewell@google.com>
|
300
|
-
>
|
301
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
302
|
-
> of this software and associated documentation files (the "Software"), to deal
|
303
|
-
> in the Software without restriction, including without limitation the rights
|
304
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
305
|
-
> copies of the Software, and to permit persons to whom the Software is
|
306
|
-
> furnished to do so, subject to the following conditions:
|
307
|
-
>
|
308
|
-
> The above copyright notice and this permission notice shall be included in
|
309
|
-
> all copies or substantial portions of the Software.
|
310
|
-
>
|
311
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
312
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
313
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
314
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
315
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
316
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
317
|
-
> SOFTWARE.
|
318
|
-
|
319
|
-
---------------------------------------
|
320
|
-
|
321
294
|
## @jridgewell/sourcemap-codec
|
322
295
|
License: MIT
|
323
296
|
By: Rich Harris
|
@@ -374,90 +347,6 @@ Repository: git+https://github.com/jridgewell/trace-mapping.git
|
|
374
347
|
|
375
348
|
---------------------------------------
|
376
349
|
|
377
|
-
## @nodelib/fs.scandir
|
378
|
-
License: MIT
|
379
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
|
380
|
-
|
381
|
-
> The MIT License (MIT)
|
382
|
-
>
|
383
|
-
> Copyright (c) Denis Malinochkin
|
384
|
-
>
|
385
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
386
|
-
> of this software and associated documentation files (the "Software"), to deal
|
387
|
-
> in the Software without restriction, including without limitation the rights
|
388
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
389
|
-
> copies of the Software, and to permit persons to whom the Software is
|
390
|
-
> furnished to do so, subject to the following conditions:
|
391
|
-
>
|
392
|
-
> The above copyright notice and this permission notice shall be included in all
|
393
|
-
> copies or substantial portions of the Software.
|
394
|
-
>
|
395
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
396
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
397
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
398
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
399
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
400
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
401
|
-
> SOFTWARE.
|
402
|
-
|
403
|
-
---------------------------------------
|
404
|
-
|
405
|
-
## @nodelib/fs.stat
|
406
|
-
License: MIT
|
407
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
|
408
|
-
|
409
|
-
> The MIT License (MIT)
|
410
|
-
>
|
411
|
-
> Copyright (c) Denis Malinochkin
|
412
|
-
>
|
413
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
414
|
-
> of this software and associated documentation files (the "Software"), to deal
|
415
|
-
> in the Software without restriction, including without limitation the rights
|
416
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
417
|
-
> copies of the Software, and to permit persons to whom the Software is
|
418
|
-
> furnished to do so, subject to the following conditions:
|
419
|
-
>
|
420
|
-
> The above copyright notice and this permission notice shall be included in all
|
421
|
-
> copies or substantial portions of the Software.
|
422
|
-
>
|
423
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
424
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
425
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
426
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
427
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
428
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
429
|
-
> SOFTWARE.
|
430
|
-
|
431
|
-
---------------------------------------
|
432
|
-
|
433
|
-
## @nodelib/fs.walk
|
434
|
-
License: MIT
|
435
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
436
|
-
|
437
|
-
> The MIT License (MIT)
|
438
|
-
>
|
439
|
-
> Copyright (c) Denis Malinochkin
|
440
|
-
>
|
441
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
442
|
-
> of this software and associated documentation files (the "Software"), to deal
|
443
|
-
> in the Software without restriction, including without limitation the rights
|
444
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
445
|
-
> copies of the Software, and to permit persons to whom the Software is
|
446
|
-
> furnished to do so, subject to the following conditions:
|
447
|
-
>
|
448
|
-
> The above copyright notice and this permission notice shall be included in all
|
449
|
-
> copies or substantial portions of the Software.
|
450
|
-
>
|
451
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
452
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
453
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
454
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
455
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
456
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
457
|
-
> SOFTWARE.
|
458
|
-
|
459
|
-
---------------------------------------
|
460
|
-
|
461
350
|
## @polka/compression
|
462
351
|
License: MIT
|
463
352
|
Repository: lukeed/polka
|
@@ -471,94 +360,19 @@ Repository: lukeed/polka
|
|
471
360
|
|
472
361
|
---------------------------------------
|
473
362
|
|
474
|
-
## @rollup/plugin-alias
|
363
|
+
## @rollup/plugin-alias, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
|
475
364
|
License: MIT
|
476
365
|
By: Johannes Stein
|
477
366
|
Repository: rollup/plugins
|
478
367
|
|
479
|
-
> The MIT License (MIT)
|
480
|
-
>
|
481
|
-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
482
|
-
>
|
483
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
484
|
-
> of this software and associated documentation files (the "Software"), to deal
|
485
|
-
> in the Software without restriction, including without limitation the rights
|
486
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
487
|
-
> copies of the Software, and to permit persons to whom the Software is
|
488
|
-
> furnished to do so, subject to the following conditions:
|
489
|
-
>
|
490
|
-
> The above copyright notice and this permission notice shall be included in
|
491
|
-
> all copies or substantial portions of the Software.
|
492
|
-
>
|
493
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
494
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
495
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
496
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
497
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
498
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
499
|
-
> THE SOFTWARE.
|
500
|
-
|
501
|
-
---------------------------------------
|
502
|
-
|
503
|
-
## @rollup/plugin-commonjs
|
504
368
|
License: MIT
|
505
369
|
By: Rich Harris
|
506
370
|
Repository: rollup/plugins
|
507
371
|
|
508
|
-
> The MIT License (MIT)
|
509
|
-
>
|
510
|
-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
511
|
-
>
|
512
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
513
|
-
> of this software and associated documentation files (the "Software"), to deal
|
514
|
-
> in the Software without restriction, including without limitation the rights
|
515
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
516
|
-
> copies of the Software, and to permit persons to whom the Software is
|
517
|
-
> furnished to do so, subject to the following conditions:
|
518
|
-
>
|
519
|
-
> The above copyright notice and this permission notice shall be included in
|
520
|
-
> all copies or substantial portions of the Software.
|
521
|
-
>
|
522
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
523
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
524
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
525
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
526
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
527
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
528
|
-
> THE SOFTWARE.
|
529
|
-
|
530
|
-
---------------------------------------
|
531
|
-
|
532
|
-
## @rollup/plugin-dynamic-import-vars
|
533
372
|
License: MIT
|
534
373
|
By: LarsDenBakker
|
535
374
|
Repository: rollup/plugins
|
536
375
|
|
537
|
-
> The MIT License (MIT)
|
538
|
-
>
|
539
|
-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
540
|
-
>
|
541
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
542
|
-
> of this software and associated documentation files (the "Software"), to deal
|
543
|
-
> in the Software without restriction, including without limitation the rights
|
544
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
545
|
-
> copies of the Software, and to permit persons to whom the Software is
|
546
|
-
> furnished to do so, subject to the following conditions:
|
547
|
-
>
|
548
|
-
> The above copyright notice and this permission notice shall be included in
|
549
|
-
> all copies or substantial portions of the Software.
|
550
|
-
>
|
551
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
552
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
553
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
554
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
555
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
556
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
557
|
-
> THE SOFTWARE.
|
558
|
-
|
559
|
-
---------------------------------------
|
560
|
-
|
561
|
-
## @rollup/pluginutils
|
562
376
|
License: MIT
|
563
377
|
By: Rich Harris
|
564
378
|
Repository: rollup/plugins
|
@@ -587,23 +401,6 @@ Repository: rollup/plugins
|
|
587
401
|
|
588
402
|
---------------------------------------
|
589
403
|
|
590
|
-
## ansi-regex
|
591
|
-
License: MIT
|
592
|
-
By: Sindre Sorhus
|
593
|
-
Repository: chalk/ansi-regex
|
594
|
-
|
595
|
-
> MIT License
|
596
|
-
>
|
597
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
598
|
-
>
|
599
|
-
> 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:
|
600
|
-
>
|
601
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
602
|
-
>
|
603
|
-
> 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.
|
604
|
-
|
605
|
-
---------------------------------------
|
606
|
-
|
607
404
|
## anymatch
|
608
405
|
License: ISC
|
609
406
|
By: Elan Shanker
|
@@ -657,62 +454,6 @@ Repository: git+https://github.com/sapphi-red/artichokie.git
|
|
657
454
|
|
658
455
|
---------------------------------------
|
659
456
|
|
660
|
-
## astring
|
661
|
-
License: MIT
|
662
|
-
By: David Bonnet
|
663
|
-
Repository: https://github.com/davidbonnet/astring.git
|
664
|
-
|
665
|
-
> Copyright (c) 2015, David Bonnet <david@bonnet.cc>
|
666
|
-
>
|
667
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
668
|
-
> of this software and associated documentation files (the "Software"), to deal
|
669
|
-
> in the Software without restriction, including without limitation the rights
|
670
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
671
|
-
> copies of the Software, and to permit persons to whom the Software is
|
672
|
-
> furnished to do so, subject to the following conditions:
|
673
|
-
>
|
674
|
-
> The above copyright notice and this permission notice shall be included in
|
675
|
-
> all copies or substantial portions of the Software.
|
676
|
-
>
|
677
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
678
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
679
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
680
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
681
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
682
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
683
|
-
> THE SOFTWARE.
|
684
|
-
|
685
|
-
---------------------------------------
|
686
|
-
|
687
|
-
## balanced-match
|
688
|
-
License: MIT
|
689
|
-
By: Julian Gruber
|
690
|
-
Repository: git://github.com/juliangruber/balanced-match.git
|
691
|
-
|
692
|
-
> (MIT)
|
693
|
-
>
|
694
|
-
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
695
|
-
>
|
696
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
697
|
-
> this software and associated documentation files (the "Software"), to deal in
|
698
|
-
> the Software without restriction, including without limitation the rights to
|
699
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
700
|
-
> of the Software, and to permit persons to whom the Software is furnished to do
|
701
|
-
> so, subject to the following conditions:
|
702
|
-
>
|
703
|
-
> The above copyright notice and this permission notice shall be included in all
|
704
|
-
> copies or substantial portions of the Software.
|
705
|
-
>
|
706
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
707
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
708
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
709
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
710
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
711
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
712
|
-
> SOFTWARE.
|
713
|
-
|
714
|
-
---------------------------------------
|
715
|
-
|
716
457
|
## binary-extensions
|
717
458
|
License: MIT
|
718
459
|
By: Sindre Sorhus
|
@@ -720,7 +461,8 @@ Repository: sindresorhus/binary-extensions
|
|
720
461
|
|
721
462
|
> MIT License
|
722
463
|
>
|
723
|
-
> Copyright (c)
|
464
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
465
|
+
> Copyright (c) Paul Miller (https://paulmillr.com)
|
724
466
|
>
|
725
467
|
> 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:
|
726
468
|
>
|
@@ -730,39 +472,18 @@ Repository: sindresorhus/binary-extensions
|
|
730
472
|
|
731
473
|
---------------------------------------
|
732
474
|
|
733
|
-
##
|
475
|
+
## braces, fill-range, is-number
|
734
476
|
License: MIT
|
735
|
-
By:
|
736
|
-
Repository:
|
737
|
-
|
738
|
-
> MIT License
|
739
|
-
>
|
740
|
-
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
741
|
-
>
|
742
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
743
|
-
> of this software and associated documentation files (the "Software"), to deal
|
744
|
-
> in the Software without restriction, including without limitation the rights
|
745
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
746
|
-
> copies of the Software, and to permit persons to whom the Software is
|
747
|
-
> furnished to do so, subject to the following conditions:
|
748
|
-
>
|
749
|
-
> The above copyright notice and this permission notice shall be included in all
|
750
|
-
> copies or substantial portions of the Software.
|
751
|
-
>
|
752
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
753
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
754
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
755
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
756
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
757
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
758
|
-
> SOFTWARE.
|
477
|
+
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
478
|
+
Repository: micromatch/braces
|
759
479
|
|
760
|
-
|
480
|
+
License: MIT
|
481
|
+
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
482
|
+
Repository: jonschlinkert/fill-range
|
761
483
|
|
762
|
-
## braces
|
763
484
|
License: MIT
|
764
|
-
By: Jon Schlinkert,
|
765
|
-
Repository:
|
485
|
+
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
486
|
+
Repository: jonschlinkert/is-number
|
766
487
|
|
767
488
|
> The MIT License (MIT)
|
768
489
|
>
|
@@ -788,6 +509,23 @@ Repository: micromatch/braces
|
|
788
509
|
|
789
510
|
---------------------------------------
|
790
511
|
|
512
|
+
## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript
|
513
|
+
License: MIT
|
514
|
+
By: Sindre Sorhus
|
515
|
+
Repositories: sindresorhus/bundle-name, sindresorhus/default-browser, sindresorhus/default-browser-id, sindresorhus/define-lazy-prop, sindresorhus/is-docker, sindresorhus/is-inside-container, sindresorhus/is-wsl, sindresorhus/open, sindresorhus/run-applescript
|
516
|
+
|
517
|
+
> MIT License
|
518
|
+
>
|
519
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
520
|
+
>
|
521
|
+
> 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:
|
522
|
+
>
|
523
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
524
|
+
>
|
525
|
+
> 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.
|
526
|
+
|
527
|
+
---------------------------------------
|
528
|
+
|
791
529
|
## cac
|
792
530
|
License: MIT
|
793
531
|
By: egoist
|
@@ -846,10 +584,10 @@ Repository: git+https://github.com/paulmillr/chokidar.git
|
|
846
584
|
|
847
585
|
---------------------------------------
|
848
586
|
|
849
|
-
## commondir
|
587
|
+
## commondir, shell-quote
|
850
588
|
License: MIT
|
851
589
|
By: James Halliday
|
852
|
-
|
590
|
+
Repositories: http://github.com/substack/node-commondir.git, http://github.com/ljharb/shell-quote.git
|
853
591
|
|
854
592
|
> The MIT License
|
855
593
|
>
|
@@ -1056,23 +794,6 @@ Repository: git://github.com/debug-js/debug.git
|
|
1056
794
|
|
1057
795
|
---------------------------------------
|
1058
796
|
|
1059
|
-
## define-lazy-prop
|
1060
|
-
License: MIT
|
1061
|
-
By: Sindre Sorhus
|
1062
|
-
Repository: sindresorhus/define-lazy-prop
|
1063
|
-
|
1064
|
-
> MIT License
|
1065
|
-
>
|
1066
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1067
|
-
>
|
1068
|
-
> 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:
|
1069
|
-
>
|
1070
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1071
|
-
>
|
1072
|
-
> 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.
|
1073
|
-
|
1074
|
-
---------------------------------------
|
1075
|
-
|
1076
797
|
## dotenv
|
1077
798
|
License: BSD-2-Clause
|
1078
799
|
Repository: git://github.com/motdotla/dotenv.git
|
@@ -1335,82 +1056,18 @@ Repository: git://github.com/primus/eventemitter3.git
|
|
1335
1056
|
|
1336
1057
|
---------------------------------------
|
1337
1058
|
|
1338
|
-
##
|
1339
|
-
License: MIT
|
1340
|
-
By: Denis Malinochkin
|
1341
|
-
Repository: mrmlnc/fast-glob
|
1342
|
-
|
1343
|
-
> The MIT License (MIT)
|
1344
|
-
>
|
1345
|
-
> Copyright (c) Denis Malinochkin
|
1346
|
-
>
|
1347
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1348
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1349
|
-
> in the Software without restriction, including without limitation the rights
|
1350
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1351
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1352
|
-
> furnished to do so, subject to the following conditions:
|
1353
|
-
>
|
1354
|
-
> The above copyright notice and this permission notice shall be included in all
|
1355
|
-
> copies or substantial portions of the Software.
|
1356
|
-
>
|
1357
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1358
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1359
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1360
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1361
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1362
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1363
|
-
> SOFTWARE.
|
1364
|
-
|
1365
|
-
---------------------------------------
|
1366
|
-
|
1367
|
-
## fastq
|
1368
|
-
License: ISC
|
1369
|
-
By: Matteo Collina
|
1370
|
-
Repository: git+https://github.com/mcollina/fastq.git
|
1371
|
-
|
1372
|
-
> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
1373
|
-
>
|
1374
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
1375
|
-
> purpose with or without fee is hereby granted, provided that the above
|
1376
|
-
> copyright notice and this permission notice appear in all copies.
|
1377
|
-
>
|
1378
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1379
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1380
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1381
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1382
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1383
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
1384
|
-
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1385
|
-
|
1386
|
-
---------------------------------------
|
1387
|
-
|
1388
|
-
## fill-range
|
1059
|
+
## fdir
|
1389
1060
|
License: MIT
|
1390
|
-
By:
|
1391
|
-
Repository:
|
1061
|
+
By: thecodrr
|
1062
|
+
Repository: git+https://github.com/thecodrr/fdir.git
|
1392
1063
|
|
1393
|
-
>
|
1394
|
-
>
|
1395
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
1396
|
-
>
|
1397
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1398
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1399
|
-
> in the Software without restriction, including without limitation the rights
|
1400
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1401
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1402
|
-
> furnished to do so, subject to the following conditions:
|
1064
|
+
> Copyright 2023 Abdullah Atta
|
1403
1065
|
>
|
1404
|
-
>
|
1405
|
-
> all copies or substantial portions of the Software.
|
1066
|
+
> 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:
|
1406
1067
|
>
|
1407
|
-
>
|
1408
|
-
>
|
1409
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1410
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1411
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1412
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1413
|
-
> THE SOFTWARE.
|
1068
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1069
|
+
>
|
1070
|
+
> 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.
|
1414
1071
|
|
1415
1072
|
---------------------------------------
|
1416
1073
|
|
@@ -1447,7 +1104,7 @@ Repository: pillarjs/finalhandler
|
|
1447
1104
|
## follow-redirects
|
1448
1105
|
License: MIT
|
1449
1106
|
By: Ruben Verborgh, Olivier Lalonde, James Talmage
|
1450
|
-
Repository: git@github.com
|
1107
|
+
Repository: git+ssh://git@github.com/follow-redirects/follow-redirects.git
|
1451
1108
|
|
1452
1109
|
> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
1453
1110
|
>
|
@@ -1499,29 +1156,6 @@ Repository: git+https://github.com/css-modules/generic-names.git
|
|
1499
1156
|
|
1500
1157
|
---------------------------------------
|
1501
1158
|
|
1502
|
-
## glob
|
1503
|
-
License: ISC
|
1504
|
-
By: Isaac Z. Schlueter
|
1505
|
-
Repository: git://github.com/isaacs/node-glob.git
|
1506
|
-
|
1507
|
-
> The ISC License
|
1508
|
-
>
|
1509
|
-
> Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors
|
1510
|
-
>
|
1511
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
1512
|
-
> purpose with or without fee is hereby granted, provided that the above
|
1513
|
-
> copyright notice and this permission notice appear in all copies.
|
1514
|
-
>
|
1515
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1516
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1517
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1518
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1519
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1520
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
1521
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1522
|
-
|
1523
|
-
---------------------------------------
|
1524
|
-
|
1525
1159
|
## glob-parent
|
1526
1160
|
License: ISC
|
1527
1161
|
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
@@ -1606,23 +1240,6 @@ Repository: sindresorhus/is-binary-path
|
|
1606
1240
|
|
1607
1241
|
---------------------------------------
|
1608
1242
|
|
1609
|
-
## is-docker
|
1610
|
-
License: MIT
|
1611
|
-
By: Sindre Sorhus
|
1612
|
-
Repository: sindresorhus/is-docker
|
1613
|
-
|
1614
|
-
> MIT License
|
1615
|
-
>
|
1616
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1617
|
-
>
|
1618
|
-
> 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:
|
1619
|
-
>
|
1620
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1621
|
-
>
|
1622
|
-
> 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.
|
1623
|
-
|
1624
|
-
---------------------------------------
|
1625
|
-
|
1626
1243
|
## is-extglob
|
1627
1244
|
License: MIT
|
1628
1245
|
By: Jon Schlinkert
|
@@ -1681,35 +1298,6 @@ Repository: micromatch/is-glob
|
|
1681
1298
|
|
1682
1299
|
---------------------------------------
|
1683
1300
|
|
1684
|
-
## is-number
|
1685
|
-
License: MIT
|
1686
|
-
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
1687
|
-
Repository: jonschlinkert/is-number
|
1688
|
-
|
1689
|
-
> The MIT License (MIT)
|
1690
|
-
>
|
1691
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
1692
|
-
>
|
1693
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1694
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1695
|
-
> in the Software without restriction, including without limitation the rights
|
1696
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1697
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1698
|
-
> furnished to do so, subject to the following conditions:
|
1699
|
-
>
|
1700
|
-
> The above copyright notice and this permission notice shall be included in
|
1701
|
-
> all copies or substantial portions of the Software.
|
1702
|
-
>
|
1703
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1704
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1705
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1706
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1707
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1708
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1709
|
-
> THE SOFTWARE.
|
1710
|
-
|
1711
|
-
---------------------------------------
|
1712
|
-
|
1713
1301
|
## is-reference
|
1714
1302
|
License: MIT
|
1715
1303
|
By: Rich Harris
|
@@ -1717,27 +1305,10 @@ Repository: git+https://github.com/Rich-Harris/is-reference.git
|
|
1717
1305
|
|
1718
1306
|
---------------------------------------
|
1719
1307
|
|
1720
|
-
##
|
1721
|
-
License: MIT
|
1722
|
-
By: Sindre Sorhus
|
1723
|
-
Repository: sindresorhus/is-wsl
|
1724
|
-
|
1725
|
-
> MIT License
|
1726
|
-
>
|
1727
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1728
|
-
>
|
1729
|
-
> 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:
|
1730
|
-
>
|
1731
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1732
|
-
>
|
1733
|
-
> 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.
|
1734
|
-
|
1735
|
-
---------------------------------------
|
1736
|
-
|
1737
|
-
## isexe
|
1308
|
+
## isexe, which
|
1738
1309
|
License: ISC
|
1739
1310
|
By: Isaac Z. Schlueter
|
1740
|
-
|
1311
|
+
Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/node-which.git
|
1741
1312
|
|
1742
1313
|
> The ISC License
|
1743
1314
|
>
|
@@ -1786,39 +1357,10 @@ Repository: lydell/js-tokens
|
|
1786
1357
|
|
1787
1358
|
---------------------------------------
|
1788
1359
|
|
1789
|
-
## launch-editor
|
1790
|
-
License: MIT
|
1791
|
-
By: Evan You
|
1792
|
-
Repository: git+https://github.com/yyx990803/launch-editor.git
|
1793
|
-
|
1794
|
-
> The MIT License (MIT)
|
1795
|
-
>
|
1796
|
-
> Copyright (c) 2017-present, Yuxi (Evan) You
|
1797
|
-
>
|
1798
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1799
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1800
|
-
> in the Software without restriction, including without limitation the rights
|
1801
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1802
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1803
|
-
> furnished to do so, subject to the following conditions:
|
1804
|
-
>
|
1805
|
-
> The above copyright notice and this permission notice shall be included in
|
1806
|
-
> all copies or substantial portions of the Software.
|
1807
|
-
>
|
1808
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1809
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1810
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1811
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1812
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1813
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1814
|
-
> THE SOFTWARE.
|
1815
|
-
|
1816
|
-
---------------------------------------
|
1817
|
-
|
1818
|
-
## launch-editor-middleware
|
1360
|
+
## launch-editor, launch-editor-middleware
|
1819
1361
|
License: MIT
|
1820
1362
|
By: Evan You
|
1821
|
-
|
1363
|
+
Repositories: git+https://github.com/yyx990803/launch-editor.git, git+https://github.com/yyx990803/launch-editor.git
|
1822
1364
|
|
1823
1365
|
> The MIT License (MIT)
|
1824
1366
|
>
|
@@ -1956,29 +1498,6 @@ Repository: lodash/lodash
|
|
1956
1498
|
|
1957
1499
|
---------------------------------------
|
1958
1500
|
|
1959
|
-
## lru-cache
|
1960
|
-
License: ISC
|
1961
|
-
By: Isaac Z. Schlueter
|
1962
|
-
Repository: git://github.com/isaacs/node-lru-cache.git
|
1963
|
-
|
1964
|
-
> The ISC License
|
1965
|
-
>
|
1966
|
-
> Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
|
1967
|
-
>
|
1968
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
1969
|
-
> purpose with or without fee is hereby granted, provided that the above
|
1970
|
-
> copyright notice and this permission notice appear in all copies.
|
1971
|
-
>
|
1972
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1973
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1974
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1975
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1976
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1977
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
1978
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1979
|
-
|
1980
|
-
---------------------------------------
|
1981
|
-
|
1982
1501
|
## magic-string
|
1983
1502
|
License: MIT
|
1984
1503
|
By: Rich Harris
|
@@ -1994,112 +1513,9 @@ Repository: https://github.com/rich-harris/magic-string
|
|
1994
1513
|
|
1995
1514
|
---------------------------------------
|
1996
1515
|
|
1997
|
-
##
|
1516
|
+
## mlly, ufo
|
1998
1517
|
License: MIT
|
1999
|
-
|
2000
|
-
|
2001
|
-
> The MIT License (MIT)
|
2002
|
-
>
|
2003
|
-
> Copyright (c) 2014-2020 Teambition
|
2004
|
-
>
|
2005
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2006
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2007
|
-
> in the Software without restriction, including without limitation the rights
|
2008
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2009
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2010
|
-
> furnished to do so, subject to the following conditions:
|
2011
|
-
>
|
2012
|
-
> The above copyright notice and this permission notice shall be included in all
|
2013
|
-
> copies or substantial portions of the Software.
|
2014
|
-
>
|
2015
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2016
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2017
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2018
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2019
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2020
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2021
|
-
> SOFTWARE.
|
2022
|
-
|
2023
|
-
---------------------------------------
|
2024
|
-
|
2025
|
-
## micromatch
|
2026
|
-
License: MIT
|
2027
|
-
By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
|
2028
|
-
Repository: micromatch/micromatch
|
2029
|
-
|
2030
|
-
> The MIT License (MIT)
|
2031
|
-
>
|
2032
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
2033
|
-
>
|
2034
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2035
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2036
|
-
> in the Software without restriction, including without limitation the rights
|
2037
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2038
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2039
|
-
> furnished to do so, subject to the following conditions:
|
2040
|
-
>
|
2041
|
-
> The above copyright notice and this permission notice shall be included in
|
2042
|
-
> all copies or substantial portions of the Software.
|
2043
|
-
>
|
2044
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2045
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2046
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2047
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2048
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2049
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2050
|
-
> THE SOFTWARE.
|
2051
|
-
|
2052
|
-
---------------------------------------
|
2053
|
-
|
2054
|
-
## minimatch
|
2055
|
-
License: ISC
|
2056
|
-
By: Isaac Z. Schlueter
|
2057
|
-
Repository: git://github.com/isaacs/minimatch.git
|
2058
|
-
|
2059
|
-
> The ISC License
|
2060
|
-
>
|
2061
|
-
> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
|
2062
|
-
>
|
2063
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
2064
|
-
> purpose with or without fee is hereby granted, provided that the above
|
2065
|
-
> copyright notice and this permission notice appear in all copies.
|
2066
|
-
>
|
2067
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
2068
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
2069
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
2070
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
2071
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
2072
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
2073
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
2074
|
-
|
2075
|
-
---------------------------------------
|
2076
|
-
|
2077
|
-
## minipass
|
2078
|
-
License: ISC
|
2079
|
-
By: Isaac Z. Schlueter
|
2080
|
-
Repository: https://github.com/isaacs/minipass
|
2081
|
-
|
2082
|
-
> The ISC License
|
2083
|
-
>
|
2084
|
-
> Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors
|
2085
|
-
>
|
2086
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
2087
|
-
> purpose with or without fee is hereby granted, provided that the above
|
2088
|
-
> copyright notice and this permission notice appear in all copies.
|
2089
|
-
>
|
2090
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
2091
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
2092
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
2093
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
2094
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
2095
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
2096
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
2097
|
-
|
2098
|
-
---------------------------------------
|
2099
|
-
|
2100
|
-
## mlly
|
2101
|
-
License: MIT
|
2102
|
-
Repository: unjs/mlly
|
1518
|
+
Repositories: unjs/mlly, unjs/ufo
|
2103
1519
|
|
2104
1520
|
> MIT License
|
2105
1521
|
>
|
@@ -2271,23 +1687,6 @@ Repository: jshttp/on-finished
|
|
2271
1687
|
|
2272
1688
|
---------------------------------------
|
2273
1689
|
|
2274
|
-
## open
|
2275
|
-
License: MIT
|
2276
|
-
By: Sindre Sorhus
|
2277
|
-
Repository: sindresorhus/open
|
2278
|
-
|
2279
|
-
> MIT License
|
2280
|
-
>
|
2281
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2282
|
-
>
|
2283
|
-
> 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:
|
2284
|
-
>
|
2285
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2286
|
-
>
|
2287
|
-
> 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.
|
2288
|
-
|
2289
|
-
---------------------------------------
|
2290
|
-
|
2291
1690
|
## parse5
|
2292
1691
|
License: MIT
|
2293
1692
|
By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
|
@@ -2346,10 +1745,10 @@ Repository: pillarjs/parseurl
|
|
2346
1745
|
|
2347
1746
|
---------------------------------------
|
2348
1747
|
|
2349
|
-
## path-key
|
1748
|
+
## path-key, shebang-regex
|
2350
1749
|
License: MIT
|
2351
1750
|
By: Sindre Sorhus
|
2352
|
-
|
1751
|
+
Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
|
2353
1752
|
|
2354
1753
|
> MIT License
|
2355
1754
|
>
|
@@ -2363,69 +1762,6 @@ Repository: sindresorhus/path-key
|
|
2363
1762
|
|
2364
1763
|
---------------------------------------
|
2365
1764
|
|
2366
|
-
## path-scurry
|
2367
|
-
License: BlueOak-1.0.0
|
2368
|
-
By: Isaac Z. Schlueter
|
2369
|
-
Repository: git+https://github.com/isaacs/path-scurry
|
2370
|
-
|
2371
|
-
> # Blue Oak Model License
|
2372
|
-
>
|
2373
|
-
> Version 1.0.0
|
2374
|
-
>
|
2375
|
-
> ## Purpose
|
2376
|
-
>
|
2377
|
-
> This license gives everyone as much permission to work with
|
2378
|
-
> this software as possible, while protecting contributors
|
2379
|
-
> from liability.
|
2380
|
-
>
|
2381
|
-
> ## Acceptance
|
2382
|
-
>
|
2383
|
-
> In order to receive this license, you must agree to its
|
2384
|
-
> rules. The rules of this license are both obligations
|
2385
|
-
> under that agreement and conditions to your license.
|
2386
|
-
> You must not do anything with this software that triggers
|
2387
|
-
> a rule that you cannot or will not follow.
|
2388
|
-
>
|
2389
|
-
> ## Copyright
|
2390
|
-
>
|
2391
|
-
> Each contributor licenses you to do everything with this
|
2392
|
-
> software that would otherwise infringe that contributor's
|
2393
|
-
> copyright in it.
|
2394
|
-
>
|
2395
|
-
> ## Notices
|
2396
|
-
>
|
2397
|
-
> You must ensure that everyone who gets a copy of
|
2398
|
-
> any part of this software from you, with or without
|
2399
|
-
> changes, also gets the text of this license or a link to
|
2400
|
-
> <https://blueoakcouncil.org/license/1.0.0>.
|
2401
|
-
>
|
2402
|
-
> ## Excuse
|
2403
|
-
>
|
2404
|
-
> If anyone notifies you in writing that you have not
|
2405
|
-
> complied with [Notices](#notices), you can keep your
|
2406
|
-
> license by taking all practical steps to comply within 30
|
2407
|
-
> days after the notice. If you do not do so, your license
|
2408
|
-
> ends immediately.
|
2409
|
-
>
|
2410
|
-
> ## Patent
|
2411
|
-
>
|
2412
|
-
> Each contributor licenses you to do everything with this
|
2413
|
-
> software that would otherwise infringe any patent claims
|
2414
|
-
> they can license or become able to license.
|
2415
|
-
>
|
2416
|
-
> ## Reliability
|
2417
|
-
>
|
2418
|
-
> No contributor can revoke this license.
|
2419
|
-
>
|
2420
|
-
> ## No Liability
|
2421
|
-
>
|
2422
|
-
> ***As far as the law allows, this software comes as is,
|
2423
|
-
> without any warranty or condition, and no contributor
|
2424
|
-
> will be liable to anyone for any damages related to this
|
2425
|
-
> software or this license, under any kind of legal claim.***
|
2426
|
-
|
2427
|
-
---------------------------------------
|
2428
|
-
|
2429
1765
|
## periscopic
|
2430
1766
|
License: MIT
|
2431
1767
|
Repository: Rich-Harris/periscopic
|
@@ -2492,35 +1828,6 @@ Repository: micromatch/picomatch
|
|
2492
1828
|
|
2493
1829
|
---------------------------------------
|
2494
1830
|
|
2495
|
-
## pify
|
2496
|
-
License: MIT
|
2497
|
-
By: Sindre Sorhus
|
2498
|
-
Repository: sindresorhus/pify
|
2499
|
-
|
2500
|
-
> The MIT License (MIT)
|
2501
|
-
>
|
2502
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
2503
|
-
>
|
2504
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2505
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2506
|
-
> in the Software without restriction, including without limitation the rights
|
2507
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2508
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2509
|
-
> furnished to do so, subject to the following conditions:
|
2510
|
-
>
|
2511
|
-
> The above copyright notice and this permission notice shall be included in
|
2512
|
-
> all copies or substantial portions of the Software.
|
2513
|
-
>
|
2514
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2515
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2516
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2517
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2518
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2519
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2520
|
-
> THE SOFTWARE.
|
2521
|
-
|
2522
|
-
---------------------------------------
|
2523
|
-
|
2524
1831
|
## postcss-import
|
2525
1832
|
License: MIT
|
2526
1833
|
By: Maxime Thirouin
|
@@ -2736,62 +2043,6 @@ Repository: https://github.com/TrySound/postcss-value-parser.git
|
|
2736
2043
|
|
2737
2044
|
---------------------------------------
|
2738
2045
|
|
2739
|
-
## queue-microtask
|
2740
|
-
License: MIT
|
2741
|
-
By: Feross Aboukhadijeh
|
2742
|
-
Repository: git://github.com/feross/queue-microtask.git
|
2743
|
-
|
2744
|
-
> The MIT License (MIT)
|
2745
|
-
>
|
2746
|
-
> Copyright (c) Feross Aboukhadijeh
|
2747
|
-
>
|
2748
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
2749
|
-
> this software and associated documentation files (the "Software"), to deal in
|
2750
|
-
> the Software without restriction, including without limitation the rights to
|
2751
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
2752
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
2753
|
-
> subject to the following conditions:
|
2754
|
-
>
|
2755
|
-
> The above copyright notice and this permission notice shall be included in all
|
2756
|
-
> copies or substantial portions of the Software.
|
2757
|
-
>
|
2758
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2759
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
2760
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
2761
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
2762
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
2763
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2764
|
-
|
2765
|
-
---------------------------------------
|
2766
|
-
|
2767
|
-
## read-cache
|
2768
|
-
License: MIT
|
2769
|
-
By: Bogdan Chadkin
|
2770
|
-
Repository: git+https://github.com/TrySound/read-cache.git
|
2771
|
-
|
2772
|
-
> The MIT License (MIT)
|
2773
|
-
>
|
2774
|
-
> Copyright 2016 Bogdan Chadkin <trysound@yandex.ru>
|
2775
|
-
>
|
2776
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
2777
|
-
> this software and associated documentation files (the "Software"), to deal in
|
2778
|
-
> the Software without restriction, including without limitation the rights to
|
2779
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
2780
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
2781
|
-
> subject to the following conditions:
|
2782
|
-
>
|
2783
|
-
> The above copyright notice and this permission notice shall be included in all
|
2784
|
-
> copies or substantial portions of the Software.
|
2785
|
-
>
|
2786
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2787
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
2788
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
2789
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
2790
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
2791
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2792
|
-
|
2793
|
-
---------------------------------------
|
2794
|
-
|
2795
2046
|
## readdirp
|
2796
2047
|
License: MIT
|
2797
2048
|
By: Thorsten Lorenz, Paul Miller
|
@@ -2850,10 +2101,10 @@ Repository: https://github.com/unshiftio/requires-port
|
|
2850
2101
|
|
2851
2102
|
---------------------------------------
|
2852
2103
|
|
2853
|
-
## resolve.exports
|
2104
|
+
## resolve.exports, totalist
|
2854
2105
|
License: MIT
|
2855
2106
|
By: Luke Edwards
|
2856
|
-
|
2107
|
+
Repositories: lukeed/resolve.exports, lukeed/totalist
|
2857
2108
|
|
2858
2109
|
> The MIT License (MIT)
|
2859
2110
|
>
|
@@ -2879,63 +2130,6 @@ Repository: lukeed/resolve.exports
|
|
2879
2130
|
|
2880
2131
|
---------------------------------------
|
2881
2132
|
|
2882
|
-
## reusify
|
2883
|
-
License: MIT
|
2884
|
-
By: Matteo Collina
|
2885
|
-
Repository: git+https://github.com/mcollina/reusify.git
|
2886
|
-
|
2887
|
-
> The MIT License (MIT)
|
2888
|
-
>
|
2889
|
-
> Copyright (c) 2015 Matteo Collina
|
2890
|
-
>
|
2891
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2892
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2893
|
-
> in the Software without restriction, including without limitation the rights
|
2894
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2895
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2896
|
-
> furnished to do so, subject to the following conditions:
|
2897
|
-
>
|
2898
|
-
> The above copyright notice and this permission notice shall be included in all
|
2899
|
-
> copies or substantial portions of the Software.
|
2900
|
-
>
|
2901
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2902
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2903
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2904
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2905
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2906
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2907
|
-
> SOFTWARE.
|
2908
|
-
|
2909
|
-
---------------------------------------
|
2910
|
-
|
2911
|
-
## run-parallel
|
2912
|
-
License: MIT
|
2913
|
-
By: Feross Aboukhadijeh
|
2914
|
-
Repository: git://github.com/feross/run-parallel.git
|
2915
|
-
|
2916
|
-
> The MIT License (MIT)
|
2917
|
-
>
|
2918
|
-
> Copyright (c) Feross Aboukhadijeh
|
2919
|
-
>
|
2920
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
2921
|
-
> this software and associated documentation files (the "Software"), to deal in
|
2922
|
-
> the Software without restriction, including without limitation the rights to
|
2923
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
2924
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
2925
|
-
> subject to the following conditions:
|
2926
|
-
>
|
2927
|
-
> The above copyright notice and this permission notice shall be included in all
|
2928
|
-
> copies or substantial portions of the Software.
|
2929
|
-
>
|
2930
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2931
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
2932
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
2933
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
2934
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
2935
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2936
|
-
|
2937
|
-
---------------------------------------
|
2938
|
-
|
2939
2133
|
## shebang-command
|
2940
2134
|
License: MIT
|
2941
2135
|
By: Kevin Mårtensson
|
@@ -2953,55 +2147,6 @@ Repository: kevva/shebang-command
|
|
2953
2147
|
|
2954
2148
|
---------------------------------------
|
2955
2149
|
|
2956
|
-
## shebang-regex
|
2957
|
-
License: MIT
|
2958
|
-
By: Sindre Sorhus
|
2959
|
-
Repository: sindresorhus/shebang-regex
|
2960
|
-
|
2961
|
-
> MIT License
|
2962
|
-
>
|
2963
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
2964
|
-
>
|
2965
|
-
> 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:
|
2966
|
-
>
|
2967
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2968
|
-
>
|
2969
|
-
> 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.
|
2970
|
-
|
2971
|
-
---------------------------------------
|
2972
|
-
|
2973
|
-
## shell-quote
|
2974
|
-
License: MIT
|
2975
|
-
By: James Halliday
|
2976
|
-
Repository: http://github.com/ljharb/shell-quote.git
|
2977
|
-
|
2978
|
-
> The MIT License
|
2979
|
-
>
|
2980
|
-
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
2981
|
-
>
|
2982
|
-
> Permission is hereby granted, free of charge,
|
2983
|
-
> to any person obtaining a copy of this software and
|
2984
|
-
> associated documentation files (the "Software"), to
|
2985
|
-
> deal in the Software without restriction, including
|
2986
|
-
> without limitation the rights to use, copy, modify,
|
2987
|
-
> merge, publish, distribute, sublicense, and/or sell
|
2988
|
-
> copies of the Software, and to permit persons to whom
|
2989
|
-
> the Software is furnished to do so,
|
2990
|
-
> subject to the following conditions:
|
2991
|
-
>
|
2992
|
-
> The above copyright notice and this permission notice
|
2993
|
-
> shall be included in all copies or substantial portions of the Software.
|
2994
|
-
>
|
2995
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
2996
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
2997
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
2998
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
2999
|
-
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
3000
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
3001
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
3002
|
-
|
3003
|
-
---------------------------------------
|
3004
|
-
|
3005
2150
|
## sirv
|
3006
2151
|
License: MIT
|
3007
2152
|
By: Luke Edwards
|
@@ -3046,23 +2191,6 @@ Repository: git://github.com/darkskyapp/string-hash.git
|
|
3046
2191
|
|
3047
2192
|
---------------------------------------
|
3048
2193
|
|
3049
|
-
## strip-ansi
|
3050
|
-
License: MIT
|
3051
|
-
By: Sindre Sorhus
|
3052
|
-
Repository: chalk/strip-ansi
|
3053
|
-
|
3054
|
-
> MIT License
|
3055
|
-
>
|
3056
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
3057
|
-
>
|
3058
|
-
> 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:
|
3059
|
-
>
|
3060
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
3061
|
-
>
|
3062
|
-
> 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.
|
3063
|
-
|
3064
|
-
---------------------------------------
|
3065
|
-
|
3066
2194
|
## strip-literal
|
3067
2195
|
License: MIT
|
3068
2196
|
By: Anthony Fu
|
@@ -3092,14 +2220,14 @@ Repository: git+https://github.com/antfu/strip-literal.git
|
|
3092
2220
|
|
3093
2221
|
---------------------------------------
|
3094
2222
|
|
3095
|
-
##
|
2223
|
+
## tinyglobby
|
3096
2224
|
License: MIT
|
3097
|
-
By:
|
3098
|
-
Repository:
|
2225
|
+
By: Superchupu
|
2226
|
+
Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
|
3099
2227
|
|
3100
|
-
>
|
2228
|
+
> MIT License
|
3101
2229
|
>
|
3102
|
-
> Copyright (c)
|
2230
|
+
> Copyright (c) 2024 Madeline Gurriarán
|
3103
2231
|
>
|
3104
2232
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
3105
2233
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -3108,27 +2236,27 @@ Repository: micromatch/to-regex-range
|
|
3108
2236
|
> copies of the Software, and to permit persons to whom the Software is
|
3109
2237
|
> furnished to do so, subject to the following conditions:
|
3110
2238
|
>
|
3111
|
-
> The above copyright notice and this permission notice shall be included in
|
3112
|
-
>
|
2239
|
+
> The above copyright notice and this permission notice shall be included in all
|
2240
|
+
> copies or substantial portions of the Software.
|
3113
2241
|
>
|
3114
2242
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3115
2243
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3116
2244
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3117
2245
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3118
2246
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3119
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
3120
|
-
>
|
2247
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2248
|
+
> SOFTWARE.
|
3121
2249
|
|
3122
2250
|
---------------------------------------
|
3123
2251
|
|
3124
|
-
##
|
2252
|
+
## to-regex-range
|
3125
2253
|
License: MIT
|
3126
|
-
By:
|
3127
|
-
Repository:
|
2254
|
+
By: Jon Schlinkert, Rouven Weßling
|
2255
|
+
Repository: micromatch/to-regex-range
|
3128
2256
|
|
3129
2257
|
> The MIT License (MIT)
|
3130
2258
|
>
|
3131
|
-
> Copyright (c)
|
2259
|
+
> Copyright (c) 2015-present, Jon Schlinkert.
|
3132
2260
|
>
|
3133
2261
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
3134
2262
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -3204,34 +2332,6 @@ Repository: git+https://github.com/dominikg/tsconfck.git
|
|
3204
2332
|
|
3205
2333
|
---------------------------------------
|
3206
2334
|
|
3207
|
-
## ufo
|
3208
|
-
License: MIT
|
3209
|
-
Repository: unjs/ufo
|
3210
|
-
|
3211
|
-
> MIT License
|
3212
|
-
>
|
3213
|
-
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
3214
|
-
>
|
3215
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
3216
|
-
> of this software and associated documentation files (the "Software"), to deal
|
3217
|
-
> in the Software without restriction, including without limitation the rights
|
3218
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3219
|
-
> copies of the Software, and to permit persons to whom the Software is
|
3220
|
-
> furnished to do so, subject to the following conditions:
|
3221
|
-
>
|
3222
|
-
> The above copyright notice and this permission notice shall be included in all
|
3223
|
-
> copies or substantial portions of the Software.
|
3224
|
-
>
|
3225
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3226
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3227
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3228
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3229
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3230
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
3231
|
-
> SOFTWARE.
|
3232
|
-
|
3233
|
-
---------------------------------------
|
3234
|
-
|
3235
2335
|
## unpipe
|
3236
2336
|
License: MIT
|
3237
2337
|
By: Douglas Christopher Wilson
|
@@ -3352,29 +2452,6 @@ Repository: jshttp/vary
|
|
3352
2452
|
|
3353
2453
|
---------------------------------------
|
3354
2454
|
|
3355
|
-
## which
|
3356
|
-
License: ISC
|
3357
|
-
By: Isaac Z. Schlueter
|
3358
|
-
Repository: git://github.com/isaacs/node-which.git
|
3359
|
-
|
3360
|
-
> The ISC License
|
3361
|
-
>
|
3362
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
3363
|
-
>
|
3364
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
3365
|
-
> purpose with or without fee is hereby granted, provided that the above
|
3366
|
-
> copyright notice and this permission notice appear in all copies.
|
3367
|
-
>
|
3368
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
3369
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
3370
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
3371
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
3372
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
3373
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
3374
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
3375
|
-
|
3376
|
-
---------------------------------------
|
3377
|
-
|
3378
2455
|
## ws
|
3379
2456
|
License: MIT
|
3380
2457
|
By: Einar Otto Stangvik
|
@@ -3400,24 +2477,3 @@ Repository: git+https://github.com/websockets/ws.git
|
|
3400
2477
|
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
3401
2478
|
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
3402
2479
|
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
3403
|
-
|
3404
|
-
---------------------------------------
|
3405
|
-
|
3406
|
-
## yaml
|
3407
|
-
License: ISC
|
3408
|
-
By: Eemeli Aro
|
3409
|
-
Repository: github:eemeli/yaml
|
3410
|
-
|
3411
|
-
> Copyright Eemeli Aro <eemeli@gmail.com>
|
3412
|
-
>
|
3413
|
-
> Permission to use, copy, modify, and/or distribute this software for any purpose
|
3414
|
-
> with or without fee is hereby granted, provided that the above copyright notice
|
3415
|
-
> and this permission notice appear in all copies.
|
3416
|
-
>
|
3417
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
3418
|
-
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
3419
|
-
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
3420
|
-
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
3421
|
-
> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
3422
|
-
> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
3423
|
-
> THIS SOFTWARE.
|