vite 3.0.9 → 3.1.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 +46 -116
- package/dist/node/chunks/{dep-0fc8e132.js → dep-34b4c4eb.js} +24044 -23743
- package/dist/node/chunks/dep-4069c338.js +8079 -0
- package/dist/node/chunks/{dep-25be4b3b.js → dep-50653a8f.js} +142 -154
- package/dist/node/cli.js +7 -6
- package/dist/node/constants.js +1 -1
- package/dist/node/index.d.ts +22 -14
- package/dist/node/index.js +3 -2
- package/dist/node-cjs/publicUtils.cjs +7 -2
- package/package.json +6 -6
- package/dist/node/chunks/dep-9d3f225a.js +0 -8816
package/LICENSE.md
CHANGED
|
@@ -559,93 +559,6 @@ Repository: rollup/plugins
|
|
|
559
559
|
|
|
560
560
|
---------------------------------------
|
|
561
561
|
|
|
562
|
-
## @vue/compiler-core
|
|
563
|
-
License: MIT
|
|
564
|
-
By: Evan You
|
|
565
|
-
Repository: git+https://github.com/vuejs/core.git
|
|
566
|
-
|
|
567
|
-
> The MIT License (MIT)
|
|
568
|
-
>
|
|
569
|
-
> Copyright (c) 2018-present, Yuxi (Evan) You
|
|
570
|
-
>
|
|
571
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
572
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
573
|
-
> in the Software without restriction, including without limitation the rights
|
|
574
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
575
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
576
|
-
> furnished to do so, subject to the following conditions:
|
|
577
|
-
>
|
|
578
|
-
> The above copyright notice and this permission notice shall be included in
|
|
579
|
-
> all copies or substantial portions of the Software.
|
|
580
|
-
>
|
|
581
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
582
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
583
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
584
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
585
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
586
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
587
|
-
> THE SOFTWARE.
|
|
588
|
-
|
|
589
|
-
---------------------------------------
|
|
590
|
-
|
|
591
|
-
## @vue/compiler-dom
|
|
592
|
-
License: MIT
|
|
593
|
-
By: Evan You
|
|
594
|
-
Repository: git+https://github.com/vuejs/core.git
|
|
595
|
-
|
|
596
|
-
> The MIT License (MIT)
|
|
597
|
-
>
|
|
598
|
-
> Copyright (c) 2018-present, Yuxi (Evan) You
|
|
599
|
-
>
|
|
600
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
601
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
602
|
-
> in the Software without restriction, including without limitation the rights
|
|
603
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
604
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
605
|
-
> furnished to do so, subject to the following conditions:
|
|
606
|
-
>
|
|
607
|
-
> The above copyright notice and this permission notice shall be included in
|
|
608
|
-
> all copies or substantial portions of the Software.
|
|
609
|
-
>
|
|
610
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
611
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
612
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
613
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
614
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
615
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
616
|
-
> THE SOFTWARE.
|
|
617
|
-
|
|
618
|
-
---------------------------------------
|
|
619
|
-
|
|
620
|
-
## @vue/shared
|
|
621
|
-
License: MIT
|
|
622
|
-
By: Evan You
|
|
623
|
-
Repository: git+https://github.com/vuejs/core.git
|
|
624
|
-
|
|
625
|
-
> The MIT License (MIT)
|
|
626
|
-
>
|
|
627
|
-
> Copyright (c) 2018-present, Yuxi (Evan) You
|
|
628
|
-
>
|
|
629
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
630
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
631
|
-
> in the Software without restriction, including without limitation the rights
|
|
632
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
633
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
634
|
-
> furnished to do so, subject to the following conditions:
|
|
635
|
-
>
|
|
636
|
-
> The above copyright notice and this permission notice shall be included in
|
|
637
|
-
> all copies or substantial portions of the Software.
|
|
638
|
-
>
|
|
639
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
640
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
641
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
642
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
643
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
644
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
645
|
-
> THE SOFTWARE.
|
|
646
|
-
|
|
647
|
-
---------------------------------------
|
|
648
|
-
|
|
649
562
|
## acorn
|
|
650
563
|
License: MIT
|
|
651
564
|
By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
|
|
@@ -1278,6 +1191,25 @@ Repository: pillarjs/encodeurl
|
|
|
1278
1191
|
|
|
1279
1192
|
---------------------------------------
|
|
1280
1193
|
|
|
1194
|
+
## entities
|
|
1195
|
+
License: BSD-2-Clause
|
|
1196
|
+
By: Felix Boehm
|
|
1197
|
+
Repository: git://github.com/fb55/entities.git
|
|
1198
|
+
|
|
1199
|
+
> Copyright (c) Felix Böhm
|
|
1200
|
+
> All rights reserved.
|
|
1201
|
+
>
|
|
1202
|
+
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
1203
|
+
>
|
|
1204
|
+
> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
1205
|
+
>
|
|
1206
|
+
> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
1207
|
+
>
|
|
1208
|
+
> THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
1209
|
+
> EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1210
|
+
|
|
1211
|
+
---------------------------------------
|
|
1212
|
+
|
|
1281
1213
|
## es-module-lexer
|
|
1282
1214
|
License: MIT
|
|
1283
1215
|
By: Guy Bedford
|
|
@@ -1963,35 +1895,6 @@ Repository: git+https://github.com/json5/json5.git
|
|
|
1963
1895
|
|
|
1964
1896
|
---------------------------------------
|
|
1965
1897
|
|
|
1966
|
-
## jsonc-parser
|
|
1967
|
-
License: MIT
|
|
1968
|
-
By: Microsoft Corporation
|
|
1969
|
-
Repository: https://github.com/microsoft/node-jsonc-parser
|
|
1970
|
-
|
|
1971
|
-
> The MIT License (MIT)
|
|
1972
|
-
>
|
|
1973
|
-
> Copyright (c) Microsoft
|
|
1974
|
-
>
|
|
1975
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1976
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1977
|
-
> in the Software without restriction, including without limitation the rights
|
|
1978
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1979
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1980
|
-
> furnished to do so, subject to the following conditions:
|
|
1981
|
-
>
|
|
1982
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1983
|
-
> copies or substantial portions of the Software.
|
|
1984
|
-
>
|
|
1985
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1986
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1987
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1988
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1989
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1990
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1991
|
-
> SOFTWARE.
|
|
1992
|
-
|
|
1993
|
-
---------------------------------------
|
|
1994
|
-
|
|
1995
1898
|
## launch-editor
|
|
1996
1899
|
License: MIT
|
|
1997
1900
|
By: Evan You
|
|
@@ -2434,6 +2337,33 @@ Repository: sindresorhus/open
|
|
|
2434
2337
|
|
|
2435
2338
|
---------------------------------------
|
|
2436
2339
|
|
|
2340
|
+
## parse5
|
|
2341
|
+
License: MIT
|
|
2342
|
+
By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
|
|
2343
|
+
Repository: git://github.com/inikulin/parse5.git
|
|
2344
|
+
|
|
2345
|
+
> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
2346
|
+
>
|
|
2347
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2348
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2349
|
+
> in the Software without restriction, including without limitation the rights
|
|
2350
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2351
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2352
|
+
> furnished to do so, subject to the following conditions:
|
|
2353
|
+
>
|
|
2354
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2355
|
+
> all copies or substantial portions of the Software.
|
|
2356
|
+
>
|
|
2357
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2358
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2359
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2360
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2361
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2362
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2363
|
+
> THE SOFTWARE.
|
|
2364
|
+
|
|
2365
|
+
---------------------------------------
|
|
2366
|
+
|
|
2437
2367
|
## parseurl
|
|
2438
2368
|
License: MIT
|
|
2439
2369
|
By: Douglas Christopher Wilson, Jonathan Ong
|