@rollup/browser 3.9.0 → 3.9.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 CHANGED
@@ -16,6 +16,35 @@ The published Rollup artifact additionally contains code with the following lice
16
16
  MIT, ISC
17
17
 
18
18
  # Bundled dependencies:
19
+ ## @jridgewell/sourcemap-codec
20
+ License: MIT
21
+ By: Rich Harris
22
+ Repository: git+https://github.com/jridgewell/sourcemap-codec.git
23
+
24
+ > The MIT License
25
+ >
26
+ > Copyright (c) 2015 Rich Harris
27
+ >
28
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
29
+ > of this software and associated documentation files (the "Software"), to deal
30
+ > in the Software without restriction, including without limitation the rights
31
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32
+ > copies of the Software, and to permit persons to whom the Software is
33
+ > furnished to do so, subject to the following conditions:
34
+ >
35
+ > The above copyright notice and this permission notice shall be included in
36
+ > all copies or substantial portions of the Software.
37
+ >
38
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
44
+ > THE SOFTWARE.
45
+
46
+ ---------------------------------------
47
+
19
48
  ## @rollup/pluginutils
20
49
  License: MIT
21
50
  By: Rich Harris
@@ -88,6 +117,23 @@ Repository: https://github.com/acornjs/acorn.git
88
117
 
89
118
  ---------------------------------------
90
119
 
120
+ ## builtin-modules
121
+ License: MIT
122
+ By: Sindre Sorhus
123
+ Repository: sindresorhus/builtin-modules
124
+
125
+ > MIT License
126
+ >
127
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
128
+ >
129
+ > 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:
130
+ >
131
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
132
+ >
133
+ > 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.
134
+
135
+ ---------------------------------------
136
+
91
137
  ## flru
92
138
  License: MIT
93
139
  By: Luke Edwards