vite 6.0.0-beta.2 → 6.0.0-beta.4
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 +61 -943
- package/README.md +4 -4
- package/bin/vite.js +5 -0
- package/dist/client/client.mjs +5 -5
- package/dist/node/chunks/dep-BkDduZ8N.js +1099 -0
- package/dist/node/chunks/{dep-D-7KCb9p.js → dep-CdoEeCn3.js} +704 -439
- package/dist/node/chunks/{dep-BHXIdTzn.js → dep-Cpgpmu8-.js} +30526 -36819
- package/dist/node/chunks/dep-Cq6WeEUK.js +7216 -0
- package/dist/node/chunks/dep-mtw2NpNs.js +589 -0
- package/dist/node/cli.js +18 -34
- package/dist/node/index.d.ts +118 -100
- package/dist/node/index.js +6 -7
- package/dist/node/module-runner.d.ts +4 -4
- package/dist/node/module-runner.js +11 -11
- package/dist/node-cjs/publicUtils.cjs +2777 -2683
- package/index.cjs +1 -1
- package/index.d.cts +1 -1
- package/package.json +17 -17
- package/dist/node/chunks/dep-BabmomGK.js +0 -993
- package/dist/node/chunks/dep-DTHr9Se7.js +0 -6843
- package/dist/node/chunks/dep-IQS-Za7F.js +0 -561
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,10 +401,10 @@ Repository: rollup/plugins
|
|
587
401
|
|
588
402
|
---------------------------------------
|
589
403
|
|
590
|
-
## ansi-regex
|
404
|
+
## ansi-regex, bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, strip-ansi
|
591
405
|
License: MIT
|
592
406
|
By: Sindre Sorhus
|
593
|
-
|
407
|
+
Repositories: chalk/ansi-regex, 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, chalk/strip-ansi
|
594
408
|
|
595
409
|
> MIT License
|
596
410
|
>
|
@@ -684,39 +498,10 @@ Repository: https://github.com/davidbonnet/astring.git
|
|
684
498
|
|
685
499
|
---------------------------------------
|
686
500
|
|
687
|
-
##
|
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
|
-
## binary-extensions
|
501
|
+
## binary-extensions, is-binary-path
|
717
502
|
License: MIT
|
718
503
|
By: Sindre Sorhus
|
719
|
-
|
504
|
+
Repositories: sindresorhus/binary-extensions, sindresorhus/is-binary-path
|
720
505
|
|
721
506
|
> MIT License
|
722
507
|
>
|
@@ -730,39 +515,22 @@ Repository: sindresorhus/binary-extensions
|
|
730
515
|
|
731
516
|
---------------------------------------
|
732
517
|
|
733
|
-
##
|
518
|
+
## braces, fill-range, is-number, micromatch
|
734
519
|
License: MIT
|
735
|
-
By:
|
736
|
-
Repository:
|
520
|
+
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
521
|
+
Repository: micromatch/braces
|
737
522
|
|
738
|
-
|
739
|
-
|
740
|
-
|
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.
|
523
|
+
License: MIT
|
524
|
+
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
525
|
+
Repository: jonschlinkert/fill-range
|
759
526
|
|
760
|
-
|
527
|
+
License: MIT
|
528
|
+
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
529
|
+
Repository: jonschlinkert/is-number
|
761
530
|
|
762
|
-
## braces
|
763
531
|
License: MIT
|
764
|
-
By: Jon Schlinkert, Brian Woodward, Elan Shanker,
|
765
|
-
Repository: micromatch/
|
532
|
+
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
|
533
|
+
Repository: micromatch/micromatch
|
766
534
|
|
767
535
|
> The MIT License (MIT)
|
768
536
|
>
|
@@ -846,10 +614,10 @@ Repository: git+https://github.com/paulmillr/chokidar.git
|
|
846
614
|
|
847
615
|
---------------------------------------
|
848
616
|
|
849
|
-
## commondir
|
617
|
+
## commondir, shell-quote
|
850
618
|
License: MIT
|
851
619
|
By: James Halliday
|
852
|
-
|
620
|
+
Repositories: http://github.com/substack/node-commondir.git, http://github.com/ljharb/shell-quote.git
|
853
621
|
|
854
622
|
> The MIT License
|
855
623
|
>
|
@@ -1056,23 +824,6 @@ Repository: git://github.com/debug-js/debug.git
|
|
1056
824
|
|
1057
825
|
---------------------------------------
|
1058
826
|
|
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
827
|
## dotenv
|
1077
828
|
License: BSD-2-Clause
|
1078
829
|
Repository: git://github.com/motdotla/dotenv.git
|
@@ -1335,82 +1086,18 @@ Repository: git://github.com/primus/eventemitter3.git
|
|
1335
1086
|
|
1336
1087
|
---------------------------------------
|
1337
1088
|
|
1338
|
-
##
|
1089
|
+
## fdir
|
1339
1090
|
License: MIT
|
1340
|
-
By:
|
1341
|
-
Repository:
|
1091
|
+
By: thecodrr
|
1092
|
+
Repository: git+https://github.com/thecodrr/fdir.git
|
1342
1093
|
|
1343
|
-
>
|
1344
|
-
>
|
1345
|
-
> Copyright (c) Denis Malinochkin
|
1094
|
+
> Copyright 2023 Abdullah Atta
|
1346
1095
|
>
|
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:
|
1096
|
+
> 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:
|
1353
1097
|
>
|
1354
|
-
> The above copyright notice and this permission notice shall be included in all
|
1355
|
-
> copies or substantial portions of the Software.
|
1098
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1356
1099
|
>
|
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
|
1389
|
-
License: MIT
|
1390
|
-
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
1391
|
-
Repository: jonschlinkert/fill-range
|
1392
|
-
|
1393
|
-
> The MIT License (MIT)
|
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:
|
1403
|
-
>
|
1404
|
-
> The above copyright notice and this permission notice shall be included in
|
1405
|
-
> all copies or substantial portions of the Software.
|
1406
|
-
>
|
1407
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1408
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
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.
|
1100
|
+
> 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
1101
|
|
1415
1102
|
---------------------------------------
|
1416
1103
|
|
@@ -1499,29 +1186,6 @@ Repository: git+https://github.com/css-modules/generic-names.git
|
|
1499
1186
|
|
1500
1187
|
---------------------------------------
|
1501
1188
|
|
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
1189
|
## glob-parent
|
1526
1190
|
License: ISC
|
1527
1191
|
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
@@ -1589,40 +1253,6 @@ Repository: git+https://github.com/css-modules/icss-utils.git
|
|
1589
1253
|
|
1590
1254
|
---------------------------------------
|
1591
1255
|
|
1592
|
-
## is-binary-path
|
1593
|
-
License: MIT
|
1594
|
-
By: Sindre Sorhus
|
1595
|
-
Repository: sindresorhus/is-binary-path
|
1596
|
-
|
1597
|
-
> MIT License
|
1598
|
-
>
|
1599
|
-
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
1600
|
-
>
|
1601
|
-
> 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:
|
1602
|
-
>
|
1603
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1604
|
-
>
|
1605
|
-
> 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.
|
1606
|
-
|
1607
|
-
---------------------------------------
|
1608
|
-
|
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
1256
|
## is-extglob
|
1627
1257
|
License: MIT
|
1628
1258
|
By: Jon Schlinkert
|
@@ -1681,35 +1311,6 @@ Repository: micromatch/is-glob
|
|
1681
1311
|
|
1682
1312
|
---------------------------------------
|
1683
1313
|
|
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
1314
|
## is-reference
|
1714
1315
|
License: MIT
|
1715
1316
|
By: Rich Harris
|
@@ -1717,27 +1318,10 @@ Repository: git+https://github.com/Rich-Harris/is-reference.git
|
|
1717
1318
|
|
1718
1319
|
---------------------------------------
|
1719
1320
|
|
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
|
1321
|
+
## isexe, which
|
1738
1322
|
License: ISC
|
1739
1323
|
By: Isaac Z. Schlueter
|
1740
|
-
|
1324
|
+
Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/node-which.git
|
1741
1325
|
|
1742
1326
|
> The ISC License
|
1743
1327
|
>
|
@@ -1786,39 +1370,10 @@ Repository: lydell/js-tokens
|
|
1786
1370
|
|
1787
1371
|
---------------------------------------
|
1788
1372
|
|
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
|
1373
|
+
## launch-editor, launch-editor-middleware
|
1819
1374
|
License: MIT
|
1820
1375
|
By: Evan You
|
1821
|
-
|
1376
|
+
Repositories: git+https://github.com/yyx990803/launch-editor.git, git+https://github.com/yyx990803/launch-editor.git
|
1822
1377
|
|
1823
1378
|
> The MIT License (MIT)
|
1824
1379
|
>
|
@@ -1956,29 +1511,6 @@ Repository: lodash/lodash
|
|
1956
1511
|
|
1957
1512
|
---------------------------------------
|
1958
1513
|
|
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
1514
|
## magic-string
|
1983
1515
|
License: MIT
|
1984
1516
|
By: Rich Harris
|
@@ -1994,112 +1526,9 @@ Repository: https://github.com/rich-harris/magic-string
|
|
1994
1526
|
|
1995
1527
|
---------------------------------------
|
1996
1528
|
|
1997
|
-
##
|
1998
|
-
License: MIT
|
1999
|
-
Repository: git@github.com:teambition/merge2.git
|
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
|
1529
|
+
## mlly, ufo
|
2101
1530
|
License: MIT
|
2102
|
-
|
1531
|
+
Repositories: unjs/mlly, unjs/ufo
|
2103
1532
|
|
2104
1533
|
> MIT License
|
2105
1534
|
>
|
@@ -2211,10 +1640,10 @@ Repository: jonschlinkert/normalize-path
|
|
2211
1640
|
|
2212
1641
|
---------------------------------------
|
2213
1642
|
|
2214
|
-
## object-assign
|
1643
|
+
## object-assign, pify
|
2215
1644
|
License: MIT
|
2216
1645
|
By: Sindre Sorhus
|
2217
|
-
|
1646
|
+
Repositories: sindresorhus/object-assign, sindresorhus/pify
|
2218
1647
|
|
2219
1648
|
> The MIT License (MIT)
|
2220
1649
|
>
|
@@ -2261,30 +1690,13 @@ Repository: jshttp/on-finished
|
|
2261
1690
|
> The above copyright notice and this permission notice shall be
|
2262
1691
|
> included in all copies or substantial portions of the Software.
|
2263
1692
|
>
|
2264
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
2265
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
2266
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
2267
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
2268
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
2269
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
2270
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2271
|
-
|
2272
|
-
---------------------------------------
|
2273
|
-
|
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.
|
1693
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
1694
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1695
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1696
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1697
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
1698
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
1699
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2288
1700
|
|
2289
1701
|
---------------------------------------
|
2290
1702
|
|
@@ -2346,10 +1758,10 @@ Repository: pillarjs/parseurl
|
|
2346
1758
|
|
2347
1759
|
---------------------------------------
|
2348
1760
|
|
2349
|
-
## path-key
|
1761
|
+
## path-key, shebang-regex
|
2350
1762
|
License: MIT
|
2351
1763
|
By: Sindre Sorhus
|
2352
|
-
|
1764
|
+
Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
|
2353
1765
|
|
2354
1766
|
> MIT License
|
2355
1767
|
>
|
@@ -2363,69 +1775,6 @@ Repository: sindresorhus/path-key
|
|
2363
1775
|
|
2364
1776
|
---------------------------------------
|
2365
1777
|
|
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
1778
|
## periscopic
|
2430
1779
|
License: MIT
|
2431
1780
|
Repository: Rich-Harris/periscopic
|
@@ -2492,35 +1841,6 @@ Repository: micromatch/picomatch
|
|
2492
1841
|
|
2493
1842
|
---------------------------------------
|
2494
1843
|
|
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
1844
|
## postcss-import
|
2525
1845
|
License: MIT
|
2526
1846
|
By: Maxime Thirouin
|
@@ -2736,34 +2056,6 @@ Repository: https://github.com/TrySound/postcss-value-parser.git
|
|
2736
2056
|
|
2737
2057
|
---------------------------------------
|
2738
2058
|
|
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
2059
|
## read-cache
|
2768
2060
|
License: MIT
|
2769
2061
|
By: Bogdan Chadkin
|
@@ -2850,10 +2142,10 @@ Repository: https://github.com/unshiftio/requires-port
|
|
2850
2142
|
|
2851
2143
|
---------------------------------------
|
2852
2144
|
|
2853
|
-
## resolve.exports
|
2145
|
+
## resolve.exports, totalist
|
2854
2146
|
License: MIT
|
2855
2147
|
By: Luke Edwards
|
2856
|
-
|
2148
|
+
Repositories: lukeed/resolve.exports, lukeed/totalist
|
2857
2149
|
|
2858
2150
|
> The MIT License (MIT)
|
2859
2151
|
>
|
@@ -2879,63 +2171,6 @@ Repository: lukeed/resolve.exports
|
|
2879
2171
|
|
2880
2172
|
---------------------------------------
|
2881
2173
|
|
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
2174
|
## shebang-command
|
2940
2175
|
License: MIT
|
2941
2176
|
By: Kevin Mårtensson
|
@@ -2953,55 +2188,6 @@ Repository: kevva/shebang-command
|
|
2953
2188
|
|
2954
2189
|
---------------------------------------
|
2955
2190
|
|
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
2191
|
## sirv
|
3006
2192
|
License: MIT
|
3007
2193
|
By: Luke Edwards
|
@@ -3046,23 +2232,6 @@ Repository: git://github.com/darkskyapp/string-hash.git
|
|
3046
2232
|
|
3047
2233
|
---------------------------------------
|
3048
2234
|
|
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
2235
|
## strip-literal
|
3067
2236
|
License: MIT
|
3068
2237
|
By: Anthony Fu
|
@@ -3092,14 +2261,14 @@ Repository: git+https://github.com/antfu/strip-literal.git
|
|
3092
2261
|
|
3093
2262
|
---------------------------------------
|
3094
2263
|
|
3095
|
-
##
|
2264
|
+
## tinyglobby
|
3096
2265
|
License: MIT
|
3097
|
-
By:
|
3098
|
-
Repository:
|
2266
|
+
By: Superchupu
|
2267
|
+
Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
|
3099
2268
|
|
3100
|
-
>
|
2269
|
+
> MIT License
|
3101
2270
|
>
|
3102
|
-
> Copyright (c)
|
2271
|
+
> Copyright (c) 2024 Madeline Gurriarán
|
3103
2272
|
>
|
3104
2273
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
3105
2274
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -3108,27 +2277,27 @@ Repository: micromatch/to-regex-range
|
|
3108
2277
|
> copies of the Software, and to permit persons to whom the Software is
|
3109
2278
|
> furnished to do so, subject to the following conditions:
|
3110
2279
|
>
|
3111
|
-
> The above copyright notice and this permission notice shall be included in
|
3112
|
-
>
|
2280
|
+
> The above copyright notice and this permission notice shall be included in all
|
2281
|
+
> copies or substantial portions of the Software.
|
3113
2282
|
>
|
3114
2283
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3115
2284
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3116
2285
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3117
2286
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3118
2287
|
> 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
|
-
>
|
2288
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2289
|
+
> SOFTWARE.
|
3121
2290
|
|
3122
2291
|
---------------------------------------
|
3123
2292
|
|
3124
|
-
##
|
2293
|
+
## to-regex-range
|
3125
2294
|
License: MIT
|
3126
|
-
By:
|
3127
|
-
Repository:
|
2295
|
+
By: Jon Schlinkert, Rouven Weßling
|
2296
|
+
Repository: micromatch/to-regex-range
|
3128
2297
|
|
3129
2298
|
> The MIT License (MIT)
|
3130
2299
|
>
|
3131
|
-
> Copyright (c)
|
2300
|
+
> Copyright (c) 2015-present, Jon Schlinkert.
|
3132
2301
|
>
|
3133
2302
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
3134
2303
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -3204,34 +2373,6 @@ Repository: git+https://github.com/dominikg/tsconfck.git
|
|
3204
2373
|
|
3205
2374
|
---------------------------------------
|
3206
2375
|
|
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
2376
|
## unpipe
|
3236
2377
|
License: MIT
|
3237
2378
|
By: Douglas Christopher Wilson
|
@@ -3352,29 +2493,6 @@ Repository: jshttp/vary
|
|
3352
2493
|
|
3353
2494
|
---------------------------------------
|
3354
2495
|
|
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
2496
|
## ws
|
3379
2497
|
License: MIT
|
3380
2498
|
By: Einar Otto Stangvik
|