@rollup/browser 3.0.0-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 ADDED
@@ -0,0 +1,187 @@
1
+ # Rollup core license
2
+ Rollup is released under the MIT license:
3
+
4
+ The MIT License (MIT)
5
+
6
+ Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors)
7
+
8
+ 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:
9
+
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+
12
+ 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.
13
+
14
+ # Licenses of bundled dependencies
15
+ The published Rollup artifact additionally contains code with the following licenses:
16
+ MIT, ISC
17
+
18
+ # Bundled dependencies:
19
+ ## @rollup/pluginutils
20
+ License: MIT
21
+ By: Rich Harris
22
+ Repository: rollup/plugins
23
+
24
+ ---------------------------------------
25
+
26
+ ## acorn
27
+ License: MIT
28
+ By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
29
+ Repository: https://github.com/acornjs/acorn.git
30
+
31
+ > MIT License
32
+ >
33
+ > Copyright (C) 2012-2022 by various contributors (see AUTHORS)
34
+ >
35
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
36
+ > of this software and associated documentation files (the "Software"), to deal
37
+ > in the Software without restriction, including without limitation the rights
38
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
+ > copies of the Software, and to permit persons to whom the Software is
40
+ > furnished to do so, subject to the following conditions:
41
+ >
42
+ > The above copyright notice and this permission notice shall be included in
43
+ > all copies or substantial portions of the Software.
44
+ >
45
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
51
+ > THE SOFTWARE.
52
+
53
+ ---------------------------------------
54
+
55
+ ## acorn-walk
56
+ License: MIT
57
+ By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
58
+ Repository: https://github.com/acornjs/acorn.git
59
+
60
+ > MIT License
61
+ >
62
+ > Copyright (C) 2012-2020 by various contributors (see AUTHORS)
63
+ >
64
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
65
+ > of this software and associated documentation files (the "Software"), to deal
66
+ > in the Software without restriction, including without limitation the rights
67
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
68
+ > copies of the Software, and to permit persons to whom the Software is
69
+ > furnished to do so, subject to the following conditions:
70
+ >
71
+ > The above copyright notice and this permission notice shall be included in
72
+ > all copies or substantial portions of the Software.
73
+ >
74
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
77
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
78
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
80
+ > THE SOFTWARE.
81
+
82
+ ---------------------------------------
83
+
84
+ ## hash.js
85
+ License: MIT
86
+ By: Fedor Indutny
87
+ Repository: git@github.com:indutny/hash.js
88
+
89
+ ---------------------------------------
90
+
91
+ ## inherits
92
+ License: ISC
93
+ Repository: git://github.com/isaacs/inherits
94
+
95
+ > The ISC License
96
+ >
97
+ > Copyright (c) Isaac Z. Schlueter
98
+ >
99
+ > Permission to use, copy, modify, and/or distribute this software for any
100
+ > purpose with or without fee is hereby granted, provided that the above
101
+ > copyright notice and this permission notice appear in all copies.
102
+ >
103
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
104
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
105
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
106
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
107
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
108
+ > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
109
+ > PERFORMANCE OF THIS SOFTWARE.
110
+
111
+ ---------------------------------------
112
+
113
+ ## is-reference
114
+ License: MIT
115
+ By: Rich Harris
116
+ Repository: git+https://github.com/Rich-Harris/is-reference.git
117
+
118
+ ---------------------------------------
119
+
120
+ ## locate-character
121
+ License: MIT
122
+ By: Rich Harris
123
+ Repository: Rich-Harris/locate-character
124
+
125
+ ---------------------------------------
126
+
127
+ ## magic-string
128
+ License: MIT
129
+ By: Rich Harris
130
+ Repository: https://github.com/rich-harris/magic-string
131
+
132
+ > Copyright 2018 Rich Harris
133
+ >
134
+ > 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:
135
+ >
136
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
137
+ >
138
+ > 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.
139
+
140
+ ---------------------------------------
141
+
142
+ ## minimalistic-assert
143
+ License: ISC
144
+ Repository: https://github.com/calvinmetcalf/minimalistic-assert.git
145
+
146
+ > Copyright 2015 Calvin Metcalf
147
+ >
148
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
149
+ > with or without fee is hereby granted, provided that the above copyright notice
150
+ > and this permission notice appear in all copies.
151
+ >
152
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
153
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
154
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
155
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
156
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
157
+ > OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
158
+ > PERFORMANCE OF THIS SOFTWARE.
159
+
160
+ ---------------------------------------
161
+
162
+ ## sourcemap-codec
163
+ License: MIT
164
+ By: Rich Harris
165
+ Repository: https://github.com/Rich-Harris/sourcemap-codec
166
+
167
+ > The MIT License
168
+ >
169
+ > Copyright (c) 2015 Rich Harris
170
+ >
171
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
172
+ > of this software and associated documentation files (the "Software"), to deal
173
+ > in the Software without restriction, including without limitation the rights
174
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
175
+ > copies of the Software, and to permit persons to whom the Software is
176
+ > furnished to do so, subject to the following conditions:
177
+ >
178
+ > The above copyright notice and this permission notice shall be included in
179
+ > all copies or substantial portions of the Software.
180
+ >
181
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
182
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
183
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
184
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
185
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
186
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
187
+ > THE SOFTWARE.
@@ -0,0 +1 @@
1
+ {"type":"module"}