vite 7.1.12 → 7.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +81 -81
- package/dist/client/client.mjs +4 -4
- package/dist/node/chunks/build.js +2 -2
- package/dist/node/chunks/build2.js +2 -2
- package/dist/node/chunks/chunk.js +1 -1
- package/dist/node/chunks/config.js +20608 -20375
- package/dist/node/chunks/config2.js +2 -2
- package/dist/node/chunks/dist.js +1 -1
- package/dist/node/chunks/lib.js +2 -2
- package/dist/node/chunks/logger.js +11 -2
- package/dist/node/chunks/moduleRunnerTransport.d.ts +28 -27
- package/dist/node/chunks/optimizer.js +2 -2
- package/dist/node/chunks/postcss-import.js +2 -2
- package/dist/node/chunks/preview.js +2 -2
- package/dist/node/chunks/server.js +2 -2
- package/dist/node/cli.js +2 -2
- package/dist/node/index.d.ts +1292 -1259
- package/dist/node/index.js +2 -2
- package/dist/node/module-runner.d.ts +82 -78
- package/dist/node/module-runner.js +47 -13
- package/package.json +9 -9
- package/types/customEvent.d.ts +5 -0
package/LICENSE.md
CHANGED
|
@@ -31,7 +31,7 @@ BSD-2-Clause, CC0-1.0, ISC, MIT
|
|
|
31
31
|
## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/sourcemap-codec, @jridgewell/trace-mapping
|
|
32
32
|
License: MIT
|
|
33
33
|
By: Justin Ridgewell
|
|
34
|
-
Repositories:
|
|
34
|
+
Repositories: https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps
|
|
35
35
|
|
|
36
36
|
> Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
|
|
37
37
|
>
|
|
@@ -84,20 +84,20 @@ Repository: https://github.com/jridgewell/resolve-uri
|
|
|
84
84
|
|
|
85
85
|
## @polka/compression
|
|
86
86
|
License: MIT
|
|
87
|
-
Repository: lukeed/polka
|
|
87
|
+
Repository: https://github.com/lukeed/polka
|
|
88
88
|
|
|
89
89
|
---------------------------------------
|
|
90
90
|
|
|
91
91
|
## @polka/url
|
|
92
92
|
License: MIT
|
|
93
93
|
By: Luke Edwards
|
|
94
|
-
Repository: lukeed/polka
|
|
94
|
+
Repository: https://github.com/lukeed/polka
|
|
95
95
|
|
|
96
96
|
---------------------------------------
|
|
97
97
|
|
|
98
98
|
## @rolldown/pluginutils
|
|
99
99
|
License: MIT
|
|
100
|
-
Repository:
|
|
100
|
+
Repository: https://github.com/rolldown/rolldown
|
|
101
101
|
|
|
102
102
|
> MIT License
|
|
103
103
|
>
|
|
@@ -130,19 +130,19 @@ Repository: git+https://github.com/rolldown/rolldown.git
|
|
|
130
130
|
## @rollup/plugin-alias, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
|
|
131
131
|
License: MIT
|
|
132
132
|
By: Johannes Stein
|
|
133
|
-
Repository: rollup/plugins
|
|
133
|
+
Repository: https://github.com/rollup/plugins
|
|
134
134
|
|
|
135
135
|
License: MIT
|
|
136
136
|
By: Rich Harris
|
|
137
|
-
Repository: rollup/plugins
|
|
137
|
+
Repository: https://github.com/rollup/plugins
|
|
138
138
|
|
|
139
139
|
License: MIT
|
|
140
140
|
By: LarsDenBakker
|
|
141
|
-
Repository: rollup/plugins
|
|
141
|
+
Repository: https://github.com/rollup/plugins
|
|
142
142
|
|
|
143
143
|
License: MIT
|
|
144
144
|
By: Rich Harris
|
|
145
|
-
Repository: rollup/plugins
|
|
145
|
+
Repository: https://github.com/rollup/plugins
|
|
146
146
|
|
|
147
147
|
> The MIT License (MIT)
|
|
148
148
|
>
|
|
@@ -194,7 +194,7 @@ Repository: https://github.com/micromatch/anymatch
|
|
|
194
194
|
## artichokie
|
|
195
195
|
License: MIT
|
|
196
196
|
By: sapphi-red, Evan You
|
|
197
|
-
Repository:
|
|
197
|
+
Repository: https://github.com/sapphi-red/artichokie
|
|
198
198
|
|
|
199
199
|
> MIT License
|
|
200
200
|
>
|
|
@@ -224,7 +224,7 @@ Repository: git+https://github.com/sapphi-red/artichokie.git
|
|
|
224
224
|
## binary-extensions
|
|
225
225
|
License: MIT
|
|
226
226
|
By: Sindre Sorhus
|
|
227
|
-
Repository: sindresorhus/binary-extensions
|
|
227
|
+
Repository: https://github.com/sindresorhus/binary-extensions
|
|
228
228
|
|
|
229
229
|
> MIT License
|
|
230
230
|
>
|
|
@@ -242,15 +242,15 @@ Repository: sindresorhus/binary-extensions
|
|
|
242
242
|
## braces, fill-range, is-number
|
|
243
243
|
License: MIT
|
|
244
244
|
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
245
|
-
Repository: micromatch/braces
|
|
245
|
+
Repository: https://github.com/micromatch/braces
|
|
246
246
|
|
|
247
247
|
License: MIT
|
|
248
248
|
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
|
249
|
-
Repository: jonschlinkert/fill-range
|
|
249
|
+
Repository: https://github.com/jonschlinkert/fill-range
|
|
250
250
|
|
|
251
251
|
License: MIT
|
|
252
252
|
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
|
253
|
-
Repository: jonschlinkert/is-number
|
|
253
|
+
Repository: https://github.com/jonschlinkert/is-number
|
|
254
254
|
|
|
255
255
|
> The MIT License (MIT)
|
|
256
256
|
>
|
|
@@ -279,7 +279,7 @@ Repository: jonschlinkert/is-number
|
|
|
279
279
|
## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, wsl-utils
|
|
280
280
|
License: MIT
|
|
281
281
|
By: Sindre Sorhus
|
|
282
|
-
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, sindresorhus/wsl-utils
|
|
282
|
+
Repositories: https://github.com/sindresorhus/bundle-name, https://github.com/sindresorhus/default-browser, https://github.com/sindresorhus/default-browser-id, https://github.com/sindresorhus/define-lazy-prop, https://github.com/sindresorhus/is-docker, https://github.com/sindresorhus/is-inside-container, https://github.com/sindresorhus/is-wsl, https://github.com/sindresorhus/open, https://github.com/sindresorhus/run-applescript, https://github.com/sindresorhus/wsl-utils
|
|
283
283
|
|
|
284
284
|
> MIT License
|
|
285
285
|
>
|
|
@@ -296,7 +296,7 @@ Repositories: sindresorhus/bundle-name, sindresorhus/default-browser, sindresorh
|
|
|
296
296
|
## cac
|
|
297
297
|
License: MIT
|
|
298
298
|
By: egoist
|
|
299
|
-
Repository: egoist/cac
|
|
299
|
+
Repository: https://github.com/egoist/cac
|
|
300
300
|
|
|
301
301
|
> The MIT License (MIT)
|
|
302
302
|
>
|
|
@@ -325,7 +325,7 @@ Repository: egoist/cac
|
|
|
325
325
|
## chokidar
|
|
326
326
|
License: MIT
|
|
327
327
|
By: Paul Miller, Elan Shanker
|
|
328
|
-
Repository:
|
|
328
|
+
Repository: https://github.com/paulmillr/chokidar
|
|
329
329
|
|
|
330
330
|
> The MIT License (MIT)
|
|
331
331
|
>
|
|
@@ -354,7 +354,7 @@ Repository: git+https://github.com/paulmillr/chokidar.git
|
|
|
354
354
|
## commondir, shell-quote
|
|
355
355
|
License: MIT
|
|
356
356
|
By: James Halliday
|
|
357
|
-
Repositories: http://github.com/substack/node-commondir
|
|
357
|
+
Repositories: http://github.com/substack/node-commondir, http://github.com/ljharb/shell-quote
|
|
358
358
|
|
|
359
359
|
> The MIT License
|
|
360
360
|
>
|
|
@@ -386,7 +386,7 @@ Repositories: http://github.com/substack/node-commondir.git, http://github.com/l
|
|
|
386
386
|
## connect
|
|
387
387
|
License: MIT
|
|
388
388
|
By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
|
|
389
|
-
Repository: senchalabs/connect
|
|
389
|
+
Repository: https://github.com/senchalabs/connect
|
|
390
390
|
|
|
391
391
|
> (The MIT License)
|
|
392
392
|
>
|
|
@@ -419,7 +419,7 @@ Repository: senchalabs/connect
|
|
|
419
419
|
## convert-source-map
|
|
420
420
|
License: MIT
|
|
421
421
|
By: Thorsten Lorenz
|
|
422
|
-
Repository:
|
|
422
|
+
Repository: https://github.com/thlorenz/convert-source-map
|
|
423
423
|
|
|
424
424
|
> Copyright 2013 Thorsten Lorenz.
|
|
425
425
|
> All rights reserved.
|
|
@@ -450,7 +450,7 @@ Repository: git://github.com/thlorenz/convert-source-map.git
|
|
|
450
450
|
## cors
|
|
451
451
|
License: MIT
|
|
452
452
|
By: Troy Goode
|
|
453
|
-
Repository: expressjs/cors
|
|
453
|
+
Repository: https://github.com/expressjs/cors
|
|
454
454
|
|
|
455
455
|
> (The MIT License)
|
|
456
456
|
>
|
|
@@ -480,7 +480,7 @@ Repository: expressjs/cors
|
|
|
480
480
|
## cross-spawn
|
|
481
481
|
License: MIT
|
|
482
482
|
By: André Cruz
|
|
483
|
-
Repository:
|
|
483
|
+
Repository: https://github.com/moxystudio/node-cross-spawn
|
|
484
484
|
|
|
485
485
|
> The MIT License (MIT)
|
|
486
486
|
>
|
|
@@ -509,7 +509,7 @@ Repository: git@github.com:moxystudio/node-cross-spawn.git
|
|
|
509
509
|
## cssesc
|
|
510
510
|
License: MIT
|
|
511
511
|
By: Mathias Bynens
|
|
512
|
-
Repository: https://github.com/mathiasbynens/cssesc
|
|
512
|
+
Repository: https://github.com/mathiasbynens/cssesc
|
|
513
513
|
|
|
514
514
|
> Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
515
515
|
>
|
|
@@ -537,7 +537,7 @@ Repository: https://github.com/mathiasbynens/cssesc.git
|
|
|
537
537
|
## debug
|
|
538
538
|
License: MIT
|
|
539
539
|
By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
|
|
540
|
-
Repository:
|
|
540
|
+
Repository: https://github.com/debug-js/debug
|
|
541
541
|
|
|
542
542
|
> (The MIT License)
|
|
543
543
|
>
|
|
@@ -563,7 +563,7 @@ Repository: git://github.com/debug-js/debug.git
|
|
|
563
563
|
|
|
564
564
|
## dotenv
|
|
565
565
|
License: BSD-2-Clause
|
|
566
|
-
Repository:
|
|
566
|
+
Repository: https://github.com/motdotla/dotenv
|
|
567
567
|
|
|
568
568
|
> Copyright (c) 2015, Scott Motte
|
|
569
569
|
> All rights reserved.
|
|
@@ -625,7 +625,7 @@ Repository: https://github.com/motdotla/dotenv-expand
|
|
|
625
625
|
## ee-first
|
|
626
626
|
License: MIT
|
|
627
627
|
By: Jonathan Ong, Douglas Christopher Wilson
|
|
628
|
-
Repository: jonathanong/ee-first
|
|
628
|
+
Repository: https://github.com/jonathanong/ee-first
|
|
629
629
|
|
|
630
630
|
> The MIT License (MIT)
|
|
631
631
|
>
|
|
@@ -654,7 +654,7 @@ Repository: jonathanong/ee-first
|
|
|
654
654
|
## encodeurl
|
|
655
655
|
License: MIT
|
|
656
656
|
By: Douglas Christopher Wilson
|
|
657
|
-
Repository: pillarjs/encodeurl
|
|
657
|
+
Repository: https://github.com/pillarjs/encodeurl
|
|
658
658
|
|
|
659
659
|
> (The MIT License)
|
|
660
660
|
>
|
|
@@ -684,7 +684,7 @@ Repository: pillarjs/encodeurl
|
|
|
684
684
|
## entities
|
|
685
685
|
License: BSD-2-Clause
|
|
686
686
|
By: Felix Boehm
|
|
687
|
-
Repository:
|
|
687
|
+
Repository: https://github.com/fb55/entities
|
|
688
688
|
|
|
689
689
|
> Copyright (c) Felix Böhm
|
|
690
690
|
> All rights reserved.
|
|
@@ -703,7 +703,7 @@ Repository: git://github.com/fb55/entities.git
|
|
|
703
703
|
## es-module-lexer
|
|
704
704
|
License: MIT
|
|
705
705
|
By: Guy Bedford
|
|
706
|
-
Repository:
|
|
706
|
+
Repository: https://github.com/guybedford/es-module-lexer
|
|
707
707
|
|
|
708
708
|
> MIT License
|
|
709
709
|
> -----------
|
|
@@ -720,7 +720,7 @@ Repository: git+https://github.com/guybedford/es-module-lexer.git
|
|
|
720
720
|
|
|
721
721
|
## escape-html
|
|
722
722
|
License: MIT
|
|
723
|
-
Repository: component/escape-html
|
|
723
|
+
Repository: https://github.com/component/escape-html
|
|
724
724
|
|
|
725
725
|
> (The MIT License)
|
|
726
726
|
>
|
|
@@ -767,7 +767,7 @@ Repository: https://github.com/Rich-Harris/estree-walker
|
|
|
767
767
|
## etag
|
|
768
768
|
License: MIT
|
|
769
769
|
By: Douglas Christopher Wilson, David Björklund
|
|
770
|
-
Repository: jshttp/etag
|
|
770
|
+
Repository: https://github.com/jshttp/etag
|
|
771
771
|
|
|
772
772
|
> (The MIT License)
|
|
773
773
|
>
|
|
@@ -797,7 +797,7 @@ Repository: jshttp/etag
|
|
|
797
797
|
## finalhandler
|
|
798
798
|
License: MIT
|
|
799
799
|
By: Douglas Christopher Wilson
|
|
800
|
-
Repository: pillarjs/finalhandler
|
|
800
|
+
Repository: https://github.com/pillarjs/finalhandler
|
|
801
801
|
|
|
802
802
|
> (The MIT License)
|
|
803
803
|
>
|
|
@@ -827,7 +827,7 @@ Repository: pillarjs/finalhandler
|
|
|
827
827
|
## follow-redirects
|
|
828
828
|
License: MIT
|
|
829
829
|
By: Ruben Verborgh, Olivier Lalonde, James Talmage
|
|
830
|
-
Repository:
|
|
830
|
+
Repository: https://github.com/follow-redirects/follow-redirects
|
|
831
831
|
|
|
832
832
|
> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
|
833
833
|
>
|
|
@@ -853,7 +853,7 @@ Repository: git+ssh://git@github.com/follow-redirects/follow-redirects.git
|
|
|
853
853
|
## generic-names
|
|
854
854
|
License: MIT
|
|
855
855
|
By: Alexey Litvinov
|
|
856
|
-
Repository:
|
|
856
|
+
Repository: https://github.com/css-modules/generic-names
|
|
857
857
|
|
|
858
858
|
> The MIT License (MIT)
|
|
859
859
|
>
|
|
@@ -882,7 +882,7 @@ Repository: git+https://github.com/css-modules/generic-names.git
|
|
|
882
882
|
## glob-parent
|
|
883
883
|
License: ISC
|
|
884
884
|
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
885
|
-
Repository: gulpjs/glob-parent
|
|
885
|
+
Repository: https://github.com/gulpjs/glob-parent
|
|
886
886
|
|
|
887
887
|
> The ISC License
|
|
888
888
|
>
|
|
@@ -905,7 +905,7 @@ Repository: gulpjs/glob-parent
|
|
|
905
905
|
## host-validation-middleware
|
|
906
906
|
License: MIT
|
|
907
907
|
By: sapphi-red
|
|
908
|
-
Repository:
|
|
908
|
+
Repository: https://github.com/sapphi-red/host-validation-middleware
|
|
909
909
|
|
|
910
910
|
> MIT License
|
|
911
911
|
>
|
|
@@ -934,7 +934,7 @@ Repository: git+https://github.com/sapphi-red/host-validation-middleware.git
|
|
|
934
934
|
## http-proxy-3
|
|
935
935
|
License: MIT
|
|
936
936
|
By: William Stein, Charlie Robbins, Jimb Esser, jcrugzz
|
|
937
|
-
Repository: https://github.com/sagemathinc/http-proxy-3
|
|
937
|
+
Repository: https://github.com/sagemathinc/http-proxy-3
|
|
938
938
|
|
|
939
939
|
> node-http-3
|
|
940
940
|
>
|
|
@@ -964,7 +964,7 @@ Repository: https://github.com/sagemathinc/http-proxy-3.git
|
|
|
964
964
|
## icss-utils
|
|
965
965
|
License: ISC
|
|
966
966
|
By: Glen Maddern
|
|
967
|
-
Repository:
|
|
967
|
+
Repository: https://github.com/css-modules/icss-utils
|
|
968
968
|
|
|
969
969
|
> ISC License (ISC)
|
|
970
970
|
> Copyright 2018 Glen Maddern
|
|
@@ -978,7 +978,7 @@ Repository: git+https://github.com/css-modules/icss-utils.git
|
|
|
978
978
|
## is-binary-path
|
|
979
979
|
License: MIT
|
|
980
980
|
By: Sindre Sorhus
|
|
981
|
-
Repository: sindresorhus/is-binary-path
|
|
981
|
+
Repository: https://github.com/sindresorhus/is-binary-path
|
|
982
982
|
|
|
983
983
|
> MIT License
|
|
984
984
|
>
|
|
@@ -995,7 +995,7 @@ Repository: sindresorhus/is-binary-path
|
|
|
995
995
|
## is-extglob
|
|
996
996
|
License: MIT
|
|
997
997
|
By: Jon Schlinkert
|
|
998
|
-
Repository: jonschlinkert/is-extglob
|
|
998
|
+
Repository: https://github.com/jonschlinkert/is-extglob
|
|
999
999
|
|
|
1000
1000
|
> The MIT License (MIT)
|
|
1001
1001
|
>
|
|
@@ -1024,7 +1024,7 @@ Repository: jonschlinkert/is-extglob
|
|
|
1024
1024
|
## is-glob
|
|
1025
1025
|
License: MIT
|
|
1026
1026
|
By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
1027
|
-
Repository: micromatch/is-glob
|
|
1027
|
+
Repository: https://github.com/micromatch/is-glob
|
|
1028
1028
|
|
|
1029
1029
|
> The MIT License (MIT)
|
|
1030
1030
|
>
|
|
@@ -1053,14 +1053,14 @@ Repository: micromatch/is-glob
|
|
|
1053
1053
|
## is-reference
|
|
1054
1054
|
License: MIT
|
|
1055
1055
|
By: Rich Harris
|
|
1056
|
-
Repository:
|
|
1056
|
+
Repository: https://github.com/Rich-Harris/is-reference
|
|
1057
1057
|
|
|
1058
1058
|
---------------------------------------
|
|
1059
1059
|
|
|
1060
1060
|
## isexe, which
|
|
1061
1061
|
License: ISC
|
|
1062
1062
|
By: Isaac Z. Schlueter
|
|
1063
|
-
Repositories:
|
|
1063
|
+
Repositories: https://github.com/isaacs/isexe, https://github.com/isaacs/node-which
|
|
1064
1064
|
|
|
1065
1065
|
> The ISC License
|
|
1066
1066
|
>
|
|
@@ -1083,7 +1083,7 @@ Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/n
|
|
|
1083
1083
|
## js-tokens
|
|
1084
1084
|
License: MIT
|
|
1085
1085
|
By: Simon Lydell
|
|
1086
|
-
Repository: lydell/js-tokens
|
|
1086
|
+
Repository: https://github.com/lydell/js-tokens
|
|
1087
1087
|
|
|
1088
1088
|
> The MIT License (MIT)
|
|
1089
1089
|
>
|
|
@@ -1112,7 +1112,7 @@ Repository: lydell/js-tokens
|
|
|
1112
1112
|
## launch-editor, launch-editor-middleware
|
|
1113
1113
|
License: MIT
|
|
1114
1114
|
By: Evan You
|
|
1115
|
-
Repositories:
|
|
1115
|
+
Repositories: https://github.com/yyx990803/launch-editor, https://github.com/yyx990803/launch-editor
|
|
1116
1116
|
|
|
1117
1117
|
> The MIT License (MIT)
|
|
1118
1118
|
>
|
|
@@ -1170,7 +1170,7 @@ Repository: https://github.com/antonk52/lilconfig
|
|
|
1170
1170
|
## loader-utils
|
|
1171
1171
|
License: MIT
|
|
1172
1172
|
By: Tobias Koppers @sokra
|
|
1173
|
-
Repository: https://github.com/webpack/loader-utils
|
|
1173
|
+
Repository: https://github.com/webpack/loader-utils
|
|
1174
1174
|
|
|
1175
1175
|
> Copyright JS Foundation and other contributors
|
|
1176
1176
|
>
|
|
@@ -1198,7 +1198,7 @@ Repository: https://github.com/webpack/loader-utils.git
|
|
|
1198
1198
|
## lodash.camelcase
|
|
1199
1199
|
License: MIT
|
|
1200
1200
|
By: John-David Dalton, Blaine Bublitz, Mathias Bynens
|
|
1201
|
-
Repository: lodash/lodash
|
|
1201
|
+
Repository: https://github.com/lodash/lodash
|
|
1202
1202
|
|
|
1203
1203
|
> Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
1204
1204
|
>
|
|
@@ -1253,7 +1253,7 @@ Repository: lodash/lodash
|
|
|
1253
1253
|
## magic-string
|
|
1254
1254
|
License: MIT
|
|
1255
1255
|
By: Rich Harris
|
|
1256
|
-
Repository: https://github.com/
|
|
1256
|
+
Repository: https://github.com/Rich-Harris/magic-string
|
|
1257
1257
|
|
|
1258
1258
|
> Copyright 2018 Rich Harris
|
|
1259
1259
|
>
|
|
@@ -1267,7 +1267,7 @@ Repository: https://github.com/rich-harris/magic-string.git
|
|
|
1267
1267
|
|
|
1268
1268
|
## mlly, ufo
|
|
1269
1269
|
License: MIT
|
|
1270
|
-
Repositories: unjs/mlly, unjs/ufo
|
|
1270
|
+
Repositories: https://github.com/unjs/mlly, https://github.com/unjs/ufo
|
|
1271
1271
|
|
|
1272
1272
|
> MIT License
|
|
1273
1273
|
>
|
|
@@ -1296,7 +1296,7 @@ Repositories: unjs/mlly, unjs/ufo
|
|
|
1296
1296
|
## mrmime
|
|
1297
1297
|
License: MIT
|
|
1298
1298
|
By: Luke Edwards
|
|
1299
|
-
Repository: lukeed/mrmime
|
|
1299
|
+
Repository: https://github.com/lukeed/mrmime
|
|
1300
1300
|
|
|
1301
1301
|
> The MIT License (MIT)
|
|
1302
1302
|
>
|
|
@@ -1324,7 +1324,7 @@ Repository: lukeed/mrmime
|
|
|
1324
1324
|
|
|
1325
1325
|
## ms
|
|
1326
1326
|
License: MIT
|
|
1327
|
-
Repository: vercel/ms
|
|
1327
|
+
Repository: https://github.com/vercel/ms
|
|
1328
1328
|
|
|
1329
1329
|
> The MIT License (MIT)
|
|
1330
1330
|
>
|
|
@@ -1353,7 +1353,7 @@ Repository: vercel/ms
|
|
|
1353
1353
|
## normalize-path
|
|
1354
1354
|
License: MIT
|
|
1355
1355
|
By: Jon Schlinkert, Blaine Bublitz
|
|
1356
|
-
Repository: jonschlinkert/normalize-path
|
|
1356
|
+
Repository: https://github.com/jonschlinkert/normalize-path
|
|
1357
1357
|
|
|
1358
1358
|
> The MIT License (MIT)
|
|
1359
1359
|
>
|
|
@@ -1382,7 +1382,7 @@ Repository: jonschlinkert/normalize-path
|
|
|
1382
1382
|
## object-assign
|
|
1383
1383
|
License: MIT
|
|
1384
1384
|
By: Sindre Sorhus
|
|
1385
|
-
Repository: sindresorhus/object-assign
|
|
1385
|
+
Repository: https://github.com/sindresorhus/object-assign
|
|
1386
1386
|
|
|
1387
1387
|
> The MIT License (MIT)
|
|
1388
1388
|
>
|
|
@@ -1411,7 +1411,7 @@ Repository: sindresorhus/object-assign
|
|
|
1411
1411
|
## on-finished
|
|
1412
1412
|
License: MIT
|
|
1413
1413
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1414
|
-
Repository: jshttp/on-finished
|
|
1414
|
+
Repository: https://github.com/jshttp/on-finished
|
|
1415
1415
|
|
|
1416
1416
|
> (The MIT License)
|
|
1417
1417
|
>
|
|
@@ -1442,7 +1442,7 @@ Repository: jshttp/on-finished
|
|
|
1442
1442
|
## parse5
|
|
1443
1443
|
License: MIT
|
|
1444
1444
|
By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
|
|
1445
|
-
Repository:
|
|
1445
|
+
Repository: https://github.com/inikulin/parse5
|
|
1446
1446
|
|
|
1447
1447
|
> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
1448
1448
|
>
|
|
@@ -1469,7 +1469,7 @@ Repository: git://github.com/inikulin/parse5.git
|
|
|
1469
1469
|
## parseurl
|
|
1470
1470
|
License: MIT
|
|
1471
1471
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1472
|
-
Repository: pillarjs/parseurl
|
|
1472
|
+
Repository: https://github.com/pillarjs/parseurl
|
|
1473
1473
|
|
|
1474
1474
|
> (The MIT License)
|
|
1475
1475
|
>
|
|
@@ -1500,7 +1500,7 @@ Repository: pillarjs/parseurl
|
|
|
1500
1500
|
## path-key, shebang-regex
|
|
1501
1501
|
License: MIT
|
|
1502
1502
|
By: Sindre Sorhus
|
|
1503
|
-
Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
|
|
1503
|
+
Repositories: https://github.com/sindresorhus/path-key, https://github.com/sindresorhus/shebang-regex
|
|
1504
1504
|
|
|
1505
1505
|
> MIT License
|
|
1506
1506
|
>
|
|
@@ -1516,7 +1516,7 @@ Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
|
|
|
1516
1516
|
|
|
1517
1517
|
## periscopic
|
|
1518
1518
|
License: MIT
|
|
1519
|
-
Repository: Rich-Harris/periscopic
|
|
1519
|
+
Repository: https://github.com/Rich-Harris/periscopic
|
|
1520
1520
|
|
|
1521
1521
|
> Copyright (c) 2019 Rich Harris
|
|
1522
1522
|
>
|
|
@@ -1531,7 +1531,7 @@ Repository: Rich-Harris/periscopic
|
|
|
1531
1531
|
## picocolors
|
|
1532
1532
|
License: ISC
|
|
1533
1533
|
By: Alexey Raspopov
|
|
1534
|
-
Repository: alexeyraspopov/picocolors
|
|
1534
|
+
Repository: https://github.com/alexeyraspopov/picocolors
|
|
1535
1535
|
|
|
1536
1536
|
> ISC License
|
|
1537
1537
|
>
|
|
@@ -1554,7 +1554,7 @@ Repository: alexeyraspopov/picocolors
|
|
|
1554
1554
|
## postcss-import
|
|
1555
1555
|
License: MIT
|
|
1556
1556
|
By: Maxime Thirouin
|
|
1557
|
-
Repository: https://github.com/postcss/postcss-import
|
|
1557
|
+
Repository: https://github.com/postcss/postcss-import
|
|
1558
1558
|
|
|
1559
1559
|
> The MIT License (MIT)
|
|
1560
1560
|
>
|
|
@@ -1582,7 +1582,7 @@ Repository: https://github.com/postcss/postcss-import.git
|
|
|
1582
1582
|
## postcss-load-config
|
|
1583
1583
|
License: MIT
|
|
1584
1584
|
By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
|
|
1585
|
-
Repository: postcss/postcss-load-config
|
|
1585
|
+
Repository: https://github.com/postcss/postcss-load-config
|
|
1586
1586
|
|
|
1587
1587
|
> The MIT License (MIT)
|
|
1588
1588
|
>
|
|
@@ -1610,7 +1610,7 @@ Repository: postcss/postcss-load-config
|
|
|
1610
1610
|
## postcss-modules
|
|
1611
1611
|
License: MIT
|
|
1612
1612
|
By: Alexander Madyankin
|
|
1613
|
-
Repository: https://github.com/css-modules/postcss-modules
|
|
1613
|
+
Repository: https://github.com/css-modules/postcss-modules
|
|
1614
1614
|
|
|
1615
1615
|
> The MIT License (MIT)
|
|
1616
1616
|
>
|
|
@@ -1638,7 +1638,7 @@ Repository: https://github.com/css-modules/postcss-modules.git
|
|
|
1638
1638
|
## postcss-modules-extract-imports
|
|
1639
1639
|
License: ISC
|
|
1640
1640
|
By: Glen Maddern
|
|
1641
|
-
Repository: https://github.com/css-modules/postcss-modules-extract-imports
|
|
1641
|
+
Repository: https://github.com/css-modules/postcss-modules-extract-imports
|
|
1642
1642
|
|
|
1643
1643
|
> Copyright 2015 Glen Maddern
|
|
1644
1644
|
>
|
|
@@ -1651,7 +1651,7 @@ Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
|
|
|
1651
1651
|
## postcss-modules-local-by-default
|
|
1652
1652
|
License: MIT
|
|
1653
1653
|
By: Mark Dalgleish
|
|
1654
|
-
Repository: https://github.com/css-modules/postcss-modules-local-by-default
|
|
1654
|
+
Repository: https://github.com/css-modules/postcss-modules-local-by-default
|
|
1655
1655
|
|
|
1656
1656
|
> The MIT License (MIT)
|
|
1657
1657
|
>
|
|
@@ -1679,7 +1679,7 @@ Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
|
|
|
1679
1679
|
## postcss-modules-scope
|
|
1680
1680
|
License: ISC
|
|
1681
1681
|
By: Glen Maddern
|
|
1682
|
-
Repository: https://github.com/css-modules/postcss-modules-scope
|
|
1682
|
+
Repository: https://github.com/css-modules/postcss-modules-scope
|
|
1683
1683
|
|
|
1684
1684
|
> ISC License (ISC)
|
|
1685
1685
|
>
|
|
@@ -1694,7 +1694,7 @@ Repository: https://github.com/css-modules/postcss-modules-scope.git
|
|
|
1694
1694
|
## postcss-modules-values
|
|
1695
1695
|
License: ISC
|
|
1696
1696
|
By: Glen Maddern
|
|
1697
|
-
Repository:
|
|
1697
|
+
Repository: https://github.com/css-modules/postcss-modules-values
|
|
1698
1698
|
|
|
1699
1699
|
> ISC License (ISC)
|
|
1700
1700
|
>
|
|
@@ -1709,7 +1709,7 @@ Repository: git+https://github.com/css-modules/postcss-modules-values.git
|
|
|
1709
1709
|
## postcss-selector-parser
|
|
1710
1710
|
License: MIT
|
|
1711
1711
|
By: Ben Briggs, Chris Eppstein
|
|
1712
|
-
Repository: postcss/postcss-selector-parser
|
|
1712
|
+
Repository: https://github.com/postcss/postcss-selector-parser
|
|
1713
1713
|
|
|
1714
1714
|
> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
1715
1715
|
>
|
|
@@ -1739,7 +1739,7 @@ Repository: postcss/postcss-selector-parser
|
|
|
1739
1739
|
## postcss-value-parser
|
|
1740
1740
|
License: MIT
|
|
1741
1741
|
By: Bogdan Chadkin
|
|
1742
|
-
Repository: https://github.com/TrySound/postcss-value-parser
|
|
1742
|
+
Repository: https://github.com/TrySound/postcss-value-parser
|
|
1743
1743
|
|
|
1744
1744
|
> Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
|
1745
1745
|
>
|
|
@@ -1769,7 +1769,7 @@ Repository: https://github.com/TrySound/postcss-value-parser.git
|
|
|
1769
1769
|
## readdirp
|
|
1770
1770
|
License: MIT
|
|
1771
1771
|
By: Thorsten Lorenz, Paul Miller
|
|
1772
|
-
Repository:
|
|
1772
|
+
Repository: https://github.com/paulmillr/readdirp
|
|
1773
1773
|
|
|
1774
1774
|
> MIT License
|
|
1775
1775
|
>
|
|
@@ -1798,7 +1798,7 @@ Repository: git://github.com/paulmillr/readdirp.git
|
|
|
1798
1798
|
## resolve.exports, totalist
|
|
1799
1799
|
License: MIT
|
|
1800
1800
|
By: Luke Edwards
|
|
1801
|
-
Repositories: lukeed/resolve.exports, lukeed/totalist
|
|
1801
|
+
Repositories: https://github.com/lukeed/resolve.exports, https://github.com/lukeed/totalist
|
|
1802
1802
|
|
|
1803
1803
|
> The MIT License (MIT)
|
|
1804
1804
|
>
|
|
@@ -1827,7 +1827,7 @@ Repositories: lukeed/resolve.exports, lukeed/totalist
|
|
|
1827
1827
|
## shebang-command
|
|
1828
1828
|
License: MIT
|
|
1829
1829
|
By: Kevin Mårtensson
|
|
1830
|
-
Repository: kevva/shebang-command
|
|
1830
|
+
Repository: https://github.com/kevva/shebang-command
|
|
1831
1831
|
|
|
1832
1832
|
> MIT License
|
|
1833
1833
|
>
|
|
@@ -1844,14 +1844,14 @@ Repository: kevva/shebang-command
|
|
|
1844
1844
|
## sirv
|
|
1845
1845
|
License: MIT
|
|
1846
1846
|
By: Luke Edwards
|
|
1847
|
-
Repository: lukeed/sirv
|
|
1847
|
+
Repository: https://github.com/lukeed/sirv
|
|
1848
1848
|
|
|
1849
1849
|
---------------------------------------
|
|
1850
1850
|
|
|
1851
1851
|
## statuses
|
|
1852
1852
|
License: MIT
|
|
1853
1853
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1854
|
-
Repository: jshttp/statuses
|
|
1854
|
+
Repository: https://github.com/jshttp/statuses
|
|
1855
1855
|
|
|
1856
1856
|
> The MIT License (MIT)
|
|
1857
1857
|
>
|
|
@@ -1881,14 +1881,14 @@ Repository: jshttp/statuses
|
|
|
1881
1881
|
## string-hash
|
|
1882
1882
|
License: CC0-1.0
|
|
1883
1883
|
By: The Dark Sky Company
|
|
1884
|
-
Repository:
|
|
1884
|
+
Repository: https://github.com/darkskyapp/string-hash
|
|
1885
1885
|
|
|
1886
1886
|
---------------------------------------
|
|
1887
1887
|
|
|
1888
1888
|
## strip-literal
|
|
1889
1889
|
License: MIT
|
|
1890
1890
|
By: Anthony Fu
|
|
1891
|
-
Repository:
|
|
1891
|
+
Repository: https://github.com/antfu/strip-literal
|
|
1892
1892
|
|
|
1893
1893
|
> MIT License
|
|
1894
1894
|
>
|
|
@@ -1917,7 +1917,7 @@ Repository: git+https://github.com/antfu/strip-literal.git
|
|
|
1917
1917
|
## to-regex-range
|
|
1918
1918
|
License: MIT
|
|
1919
1919
|
By: Jon Schlinkert, Rouven Weßling
|
|
1920
|
-
Repository: micromatch/to-regex-range
|
|
1920
|
+
Repository: https://github.com/micromatch/to-regex-range
|
|
1921
1921
|
|
|
1922
1922
|
> The MIT License (MIT)
|
|
1923
1923
|
>
|
|
@@ -1946,7 +1946,7 @@ Repository: micromatch/to-regex-range
|
|
|
1946
1946
|
## tsconfck
|
|
1947
1947
|
License: MIT
|
|
1948
1948
|
By: dominikg
|
|
1949
|
-
Repository:
|
|
1949
|
+
Repository: https://github.com/dominikg/tsconfck
|
|
1950
1950
|
|
|
1951
1951
|
> MIT License
|
|
1952
1952
|
>
|
|
@@ -2000,7 +2000,7 @@ Repository: git+https://github.com/dominikg/tsconfck.git
|
|
|
2000
2000
|
## unpipe
|
|
2001
2001
|
License: MIT
|
|
2002
2002
|
By: Douglas Christopher Wilson
|
|
2003
|
-
Repository: stream-utils/unpipe
|
|
2003
|
+
Repository: https://github.com/stream-utils/unpipe
|
|
2004
2004
|
|
|
2005
2005
|
> (The MIT License)
|
|
2006
2006
|
>
|
|
@@ -2030,7 +2030,7 @@ Repository: stream-utils/unpipe
|
|
|
2030
2030
|
## util-deprecate
|
|
2031
2031
|
License: MIT
|
|
2032
2032
|
By: Nathan Rajlich
|
|
2033
|
-
Repository:
|
|
2033
|
+
Repository: https://github.com/TooTallNate/util-deprecate
|
|
2034
2034
|
|
|
2035
2035
|
> (The MIT License)
|
|
2036
2036
|
>
|
|
@@ -2062,7 +2062,7 @@ Repository: git://github.com/TooTallNate/util-deprecate.git
|
|
|
2062
2062
|
## utils-merge
|
|
2063
2063
|
License: MIT
|
|
2064
2064
|
By: Jared Hanson
|
|
2065
|
-
Repository:
|
|
2065
|
+
Repository: https://github.com/jaredhanson/utils-merge
|
|
2066
2066
|
|
|
2067
2067
|
> The MIT License (MIT)
|
|
2068
2068
|
>
|
|
@@ -2090,7 +2090,7 @@ Repository: git://github.com/jaredhanson/utils-merge.git
|
|
|
2090
2090
|
## vary
|
|
2091
2091
|
License: MIT
|
|
2092
2092
|
By: Douglas Christopher Wilson
|
|
2093
|
-
Repository: jshttp/vary
|
|
2093
|
+
Repository: https://github.com/jshttp/vary
|
|
2094
2094
|
|
|
2095
2095
|
> (The MIT License)
|
|
2096
2096
|
>
|
|
@@ -2120,7 +2120,7 @@ Repository: jshttp/vary
|
|
|
2120
2120
|
## ws
|
|
2121
2121
|
License: MIT
|
|
2122
2122
|
By: Einar Otto Stangvik
|
|
2123
|
-
Repository:
|
|
2123
|
+
Repository: https://github.com/websockets/ws
|
|
2124
2124
|
|
|
2125
2125
|
> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
|
2126
2126
|
> Copyright (c) 2013 Arnout Kazemier and contributors
|