@rollup/browser 3.7.3-0 → 3.7.3

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 CHANGED
@@ -166,23 +166,6 @@ Repository: https://github.com/calvinmetcalf/minimalistic-assert.git
166
166
 
167
167
  ---------------------------------------
168
168
 
169
- ## pretty-bytes
170
- License: MIT
171
- By: Sindre Sorhus
172
- Repository: sindresorhus/pretty-bytes
173
-
174
- > MIT License
175
- >
176
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
177
- >
178
- > 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:
179
- >
180
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
181
- >
182
- > 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.
183
-
184
- ---------------------------------------
185
-
186
169
  ## sourcemap-codec
187
170
  License: MIT
188
171
  By: Rich Harris