vite 3.2.0 → 3.2.1
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 +0 -82
- package/dist/node/chunks/{dep-1180cbc3.js → dep-9055f77d.js} +1 -1
- package/dist/node/chunks/{dep-61d2428a.js → dep-d29b4e33.js} +126 -1845
- package/dist/node/cli.js +6 -8
- package/dist/node/constants.js +1 -1
- package/dist/node/index.d.ts +1 -1
- package/dist/node/index.js +2 -4
- package/dist/node-cjs/publicUtils.cjs +8 -9
- package/package.json +1 -2
package/LICENSE.md
CHANGED
|
@@ -1651,88 +1651,6 @@ Repository: git+https://github.com/css-modules/icss-utils.git
|
|
|
1651
1651
|
|
|
1652
1652
|
---------------------------------------
|
|
1653
1653
|
|
|
1654
|
-
## import-meta-resolve
|
|
1655
|
-
License: MIT
|
|
1656
|
-
By: Titus Wormer
|
|
1657
|
-
Repository: wooorm/import-meta-resolve
|
|
1658
|
-
|
|
1659
|
-
> (The MIT License)
|
|
1660
|
-
>
|
|
1661
|
-
> Copyright (c) 2021 Titus Wormer <mailto:tituswormer@gmail.com>
|
|
1662
|
-
>
|
|
1663
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1664
|
-
> a copy of this software and associated documentation files (the
|
|
1665
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
1666
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1667
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1668
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
1669
|
-
> the following conditions:
|
|
1670
|
-
>
|
|
1671
|
-
> The above copyright notice and this permission notice shall be
|
|
1672
|
-
> included in all copies or substantial portions of the Software.
|
|
1673
|
-
>
|
|
1674
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1675
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1676
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1677
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1678
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1679
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1680
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1681
|
-
>
|
|
1682
|
-
> ---
|
|
1683
|
-
>
|
|
1684
|
-
> This is a derivative work based on:
|
|
1685
|
-
> <https://github.com/nodejs/node>.
|
|
1686
|
-
> Which is licensed:
|
|
1687
|
-
>
|
|
1688
|
-
> """
|
|
1689
|
-
> Copyright Node.js contributors. All rights reserved.
|
|
1690
|
-
>
|
|
1691
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1692
|
-
> of this software and associated documentation files (the "Software"), to
|
|
1693
|
-
> deal in the Software without restriction, including without limitation the
|
|
1694
|
-
> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
1695
|
-
> sell copies of the Software, and to permit persons to whom the Software is
|
|
1696
|
-
> furnished to do so, subject to the following conditions:
|
|
1697
|
-
>
|
|
1698
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1699
|
-
> all copies or substantial portions of the Software.
|
|
1700
|
-
>
|
|
1701
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1702
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1703
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1704
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1705
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1706
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
1707
|
-
> IN THE SOFTWARE.
|
|
1708
|
-
> """
|
|
1709
|
-
>
|
|
1710
|
-
> This license applies to parts of Node.js originating from the
|
|
1711
|
-
> https://github.com/joyent/node repository:
|
|
1712
|
-
>
|
|
1713
|
-
> """
|
|
1714
|
-
> Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
1715
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1716
|
-
> of this software and associated documentation files (the "Software"), to
|
|
1717
|
-
> deal in the Software without restriction, including without limitation the
|
|
1718
|
-
> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
1719
|
-
> sell copies of the Software, and to permit persons to whom the Software is
|
|
1720
|
-
> furnished to do so, subject to the following conditions:
|
|
1721
|
-
>
|
|
1722
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1723
|
-
> all copies or substantial portions of the Software.
|
|
1724
|
-
>
|
|
1725
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1726
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1727
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1728
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1729
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1730
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
1731
|
-
> IN THE SOFTWARE.
|
|
1732
|
-
> """
|
|
1733
|
-
|
|
1734
|
-
---------------------------------------
|
|
1735
|
-
|
|
1736
1654
|
## inflight
|
|
1737
1655
|
License: ISC
|
|
1738
1656
|
By: Isaac Z. Schlueter
|