stoobly-agent 0.33.7__py3-none-any.whl → 0.34.0__py3-none-any.whl

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.
Files changed (145) hide show
  1. stoobly_agent/__init__.py +1 -1
  2. stoobly_agent/app/cli/endpoint_cli.py +24 -1
  3. stoobly_agent/app/cli/helpers/endpoint_facade.py +22 -1
  4. stoobly_agent/app/cli/helpers/endpoints_import_context.py +57 -0
  5. stoobly_agent/app/cli/helpers/endpoints_import_service.py +147 -0
  6. stoobly_agent/app/cli/helpers/openapi_endpoint_adapter.py +111 -6
  7. stoobly_agent/app/models/types/endpoint.py +28 -2
  8. stoobly_agent/app/settings/intercept_settings.py +1 -1
  9. stoobly_agent/lib/api/api.py +4 -0
  10. stoobly_agent/lib/api/body_param_names_resource.py +36 -0
  11. stoobly_agent/lib/api/endpoints_resource.py +9 -2
  12. stoobly_agent/lib/api/header_names_resource.py +36 -0
  13. stoobly_agent/lib/api/interfaces/endpoints.py +2 -0
  14. stoobly_agent/lib/api/query_param_names_resource.py +36 -0
  15. stoobly_agent/lib/api/response_header_names_resource.py +36 -0
  16. stoobly_agent/lib/api/response_param_names_resource.py +36 -0
  17. stoobly_agent/public/0-es2015.a7e60cafc0868f87a771.js +1 -0
  18. stoobly_agent/public/0-es5.a7e60cafc0868f87a771.js +1 -0
  19. stoobly_agent/public/1-es2015.cb071776436f10954db5.js +1 -0
  20. stoobly_agent/public/1-es5.cb071776436f10954db5.js +1 -0
  21. stoobly_agent/public/10-es2015.bb1702aaf3968a2cb521.js +1 -0
  22. stoobly_agent/public/10-es5.bb1702aaf3968a2cb521.js +1 -0
  23. stoobly_agent/public/12-es2015.591ec692afb8f8d13842.js +1 -0
  24. stoobly_agent/public/12-es5.591ec692afb8f8d13842.js +1 -0
  25. stoobly_agent/public/13-es2015.f381e7d6ff361b669e12.js +1 -0
  26. stoobly_agent/public/13-es5.f381e7d6ff361b669e12.js +1 -0
  27. stoobly_agent/public/14-es2015.1ffb225a16d6292dbddd.js +1 -0
  28. stoobly_agent/public/14-es5.1ffb225a16d6292dbddd.js +1 -0
  29. stoobly_agent/public/15-es2015.2cf39bcaeb0ea2c52297.js +1 -0
  30. stoobly_agent/public/15-es5.2cf39bcaeb0ea2c52297.js +1 -0
  31. stoobly_agent/public/16-es2015.0e9422b274e642f95e41.js +1 -0
  32. stoobly_agent/public/16-es5.0e9422b274e642f95e41.js +1 -0
  33. stoobly_agent/public/17-es2015.7fb08367a22d1e34aed7.js +1 -0
  34. stoobly_agent/public/17-es5.7fb08367a22d1e34aed7.js +1 -0
  35. stoobly_agent/public/18-es2015.5caa4789d1c335e628f2.js +1 -0
  36. stoobly_agent/public/18-es5.5caa4789d1c335e628f2.js +1 -0
  37. stoobly_agent/public/19-es2015.8049aef58c329c500f9b.js +1 -0
  38. stoobly_agent/public/19-es5.8049aef58c329c500f9b.js +1 -0
  39. stoobly_agent/public/2-es2015.8f184ac63348ba447b1f.js +1 -0
  40. stoobly_agent/public/2-es5.8f184ac63348ba447b1f.js +1 -0
  41. stoobly_agent/public/20-es2015.473486aabfa4d4a6431b.js +1 -0
  42. stoobly_agent/public/20-es5.473486aabfa4d4a6431b.js +1 -0
  43. stoobly_agent/public/21-es2015.63ed4e6b242fbc047bd6.js +1 -0
  44. stoobly_agent/public/21-es5.63ed4e6b242fbc047bd6.js +1 -0
  45. stoobly_agent/public/22-es2015.df183804415330639987.js +1 -0
  46. stoobly_agent/public/22-es5.df183804415330639987.js +1 -0
  47. stoobly_agent/public/23-es2015.0da63b056fabde91bb0b.js +1 -0
  48. stoobly_agent/public/23-es5.0da63b056fabde91bb0b.js +1 -0
  49. stoobly_agent/public/28-es2015.9fe030e9d3b0e52239aa.js +1 -0
  50. stoobly_agent/public/28-es5.9fe030e9d3b0e52239aa.js +1 -0
  51. stoobly_agent/public/29-es2015.9b440f22de725732e5ab.js +1 -0
  52. stoobly_agent/public/29-es5.9b440f22de725732e5ab.js +1 -0
  53. stoobly_agent/public/30-es2015.6ad2a5126b0a27c1e7c6.js +1 -0
  54. stoobly_agent/public/30-es5.6ad2a5126b0a27c1e7c6.js +1 -0
  55. stoobly_agent/public/31-es2015.f4291150f35d54ff19ca.js +1 -0
  56. stoobly_agent/public/31-es5.f4291150f35d54ff19ca.js +1 -0
  57. stoobly_agent/public/32-es2015.c8f6ccb43bdba0adf199.js +1 -0
  58. stoobly_agent/public/32-es5.c8f6ccb43bdba0adf199.js +1 -0
  59. stoobly_agent/public/33-es2015.f985e93402ebf86322ef.js +1 -0
  60. stoobly_agent/public/33-es5.f985e93402ebf86322ef.js +1 -0
  61. stoobly_agent/public/34-es2015.0e1961fb3cf649a52d49.js +1 -0
  62. stoobly_agent/public/34-es5.0e1961fb3cf649a52d49.js +1 -0
  63. stoobly_agent/public/35-es2015.a4ae56a89c0324397624.js +1 -0
  64. stoobly_agent/public/35-es5.a4ae56a89c0324397624.js +1 -0
  65. stoobly_agent/public/36-es2015.b8fdd25590a79c820119.js +1 -0
  66. stoobly_agent/public/36-es5.b8fdd25590a79c820119.js +1 -0
  67. stoobly_agent/public/37-es2015.6567a0ce4cf87ad7287b.js +1 -0
  68. stoobly_agent/public/37-es5.6567a0ce4cf87ad7287b.js +1 -0
  69. stoobly_agent/public/38-es2015.6f6d751bff41d84d727a.js +1 -0
  70. stoobly_agent/public/38-es5.6f6d751bff41d84d727a.js +1 -0
  71. stoobly_agent/public/39-es2015.47f63177e7d4509a22fa.js +1 -0
  72. stoobly_agent/public/39-es5.47f63177e7d4509a22fa.js +1 -0
  73. stoobly_agent/public/3rdpartylicenses.txt +2418 -0
  74. stoobly_agent/public/4-es2015.182e1ce1811ef67571fb.js +1 -0
  75. stoobly_agent/public/4-es5.182e1ce1811ef67571fb.js +1 -0
  76. stoobly_agent/public/40-es2015.5333067cdc4077c7495a.js +1 -0
  77. stoobly_agent/public/40-es5.5333067cdc4077c7495a.js +1 -0
  78. stoobly_agent/public/41-es2015.7a2434380c81c11ff2c5.js +1 -0
  79. stoobly_agent/public/41-es5.7a2434380c81c11ff2c5.js +1 -0
  80. stoobly_agent/public/42-es2015.5dde662fe1e3b4e4bdd1.js +1 -0
  81. stoobly_agent/public/42-es5.5dde662fe1e3b4e4bdd1.js +1 -0
  82. stoobly_agent/public/43-es2015.608e917d689b9bb762cb.js +1 -0
  83. stoobly_agent/public/43-es5.608e917d689b9bb762cb.js +1 -0
  84. stoobly_agent/public/44-es2015.2ae5fea15b5e8c2681d3.js +1 -0
  85. stoobly_agent/public/44-es5.2ae5fea15b5e8c2681d3.js +1 -0
  86. stoobly_agent/public/45-es2015.e46f228c795174428515.js +1 -0
  87. stoobly_agent/public/45-es5.e46f228c795174428515.js +1 -0
  88. stoobly_agent/public/46-es2015.22a0d8e0b4bbfb513741.js +1 -0
  89. stoobly_agent/public/46-es5.22a0d8e0b4bbfb513741.js +1 -0
  90. stoobly_agent/public/47-es2015.3878e5d1d692107748f3.js +1 -0
  91. stoobly_agent/public/47-es5.3878e5d1d692107748f3.js +1 -0
  92. stoobly_agent/public/5-es2015.aba7173be56fc19b4b6f.js +1 -0
  93. stoobly_agent/public/5-es5.aba7173be56fc19b4b6f.js +1 -0
  94. stoobly_agent/public/6-es2015.5fb726c0555664300974.js +1 -0
  95. stoobly_agent/public/6-es5.5fb726c0555664300974.js +1 -0
  96. stoobly_agent/public/7-es2015.9b9ab4adf24d13bdc2f8.js +1 -0
  97. stoobly_agent/public/7-es5.9b9ab4adf24d13bdc2f8.js +1 -0
  98. stoobly_agent/public/8-es2015.cdd7dce2a24aaf9d974f.js +1 -0
  99. stoobly_agent/public/8-es5.cdd7dce2a24aaf9d974f.js +1 -0
  100. stoobly_agent/public/9-es2015.cdde98f2537997afbf0f.js +1 -0
  101. stoobly_agent/public/9-es5.cdde98f2537997afbf0f.js +1 -0
  102. stoobly_agent/public/CHANGELOG.md +58 -0
  103. stoobly_agent/public/README.md +264 -0
  104. stoobly_agent/public/_redirects +1 -0
  105. stoobly_agent/public/assets/img/demo/1.jpg +0 -0
  106. stoobly_agent/public/assets/img/demo/2.jpg +0 -0
  107. stoobly_agent/public/assets/img/demo/3.jpg +0 -0
  108. stoobly_agent/public/assets/img/demo/4.jpg +0 -0
  109. stoobly_agent/public/assets/img/demo/5.jpg +0 -0
  110. stoobly_agent/public/assets/img/demo/6.jpg +0 -0
  111. stoobly_agent/public/assets/img/demo/7.jpg +0 -0
  112. stoobly_agent/public/assets/img/demo/8.jpg +0 -0
  113. stoobly_agent/public/assets/img/demo/landscape.jpg +0 -0
  114. stoobly_agent/public/assets/img/demo/mountain-cinematic.jpg +0 -0
  115. stoobly_agent/public/assets/img/illustrations/checklist.svg +164 -0
  116. stoobly_agent/public/assets/img/illustrations/data_center.svg +150 -0
  117. stoobly_agent/public/assets/img/illustrations/idea.svg +213 -0
  118. stoobly_agent/public/assets/img/illustrations/it_support.svg +168 -0
  119. stoobly_agent/public/assets/img/illustrations/peak_mountain_3.svg +262 -0
  120. stoobly_agent/public/assets/img/illustrations/under_constructions_1.svg +282 -0
  121. stoobly_agent/public/assets/img/logo/colored.png +0 -0
  122. stoobly_agent/public/assets/img/logo/colored.svg +9 -0
  123. stoobly_agent/public/assets/img/logo/white.png +0 -0
  124. stoobly_agent/public/assets/img/logo/white.svg +8 -0
  125. stoobly_agent/public/common-es2015.6f230354b12587f9be81.js +1 -0
  126. stoobly_agent/public/common-es5.6f230354b12587f9be81.js +1 -0
  127. stoobly_agent/public/favicon.ico +0 -0
  128. stoobly_agent/public/index.html +118 -0
  129. stoobly_agent/public/main-es2015.081bbd2709f22e95933e.js +1 -0
  130. stoobly_agent/public/main-es5.081bbd2709f22e95933e.js +1 -0
  131. stoobly_agent/public/polyfills-es2015.8ce2adc69f283f6c4c5e.js +1 -0
  132. stoobly_agent/public/polyfills-es5.7530172ddcec11a10eb3.js +1 -0
  133. stoobly_agent/public/runtime-es2015.362e49d383fb724f5414.js +1 -0
  134. stoobly_agent/public/runtime-es5.362e49d383fb724f5414.js +1 -0
  135. stoobly_agent/public/styles.ca104d947fbb2eebbeca.css +6 -0
  136. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_additional_props_test.py +34 -0
  137. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_missing_info_test.py +80 -3
  138. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_missing_oauth2_scopes_test.py +82 -1
  139. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_missing_servers_test.py +80 -3
  140. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_test.py +617 -4
  141. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/METADATA +1 -1
  142. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/RECORD +145 -19
  143. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/LICENSE +0 -0
  144. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/WHEEL +0 -0
  145. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,2418 @@
1
+ @angular-devkit/build-angular
2
+ MIT
3
+ The MIT License
4
+
5
+ Copyright (c) 2017 Google, Inc.
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
24
+
25
+
26
+ @angular/animations
27
+ MIT
28
+
29
+ @angular/cdk
30
+ MIT
31
+ The MIT License
32
+
33
+ Copyright (c) 2021 Google LLC.
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
+ @angular/common
55
+ MIT
56
+
57
+ @angular/core
58
+ MIT
59
+
60
+ @angular/flex-layout
61
+ MIT
62
+ The MIT License
63
+
64
+ Copyright (c) 2020 Google LLC.
65
+
66
+ Permission is hereby granted, free of charge, to any person obtaining a copy
67
+ of this software and associated documentation files (the "Software"), to deal
68
+ in the Software without restriction, including without limitation the rights
69
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
70
+ copies of the Software, and to permit persons to whom the Software is
71
+ furnished to do so, subject to the following conditions:
72
+
73
+ The above copyright notice and this permission notice shall be included in
74
+ all copies or substantial portions of the Software.
75
+
76
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
77
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
80
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
81
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
82
+ THE SOFTWARE.
83
+
84
+
85
+ @angular/forms
86
+ MIT
87
+
88
+ @angular/material
89
+ MIT
90
+ The MIT License
91
+
92
+ Copyright (c) 2021 Google LLC.
93
+
94
+ Permission is hereby granted, free of charge, to any person obtaining a copy
95
+ of this software and associated documentation files (the "Software"), to deal
96
+ in the Software without restriction, including without limitation the rights
97
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
98
+ copies of the Software, and to permit persons to whom the Software is
99
+ furnished to do so, subject to the following conditions:
100
+
101
+ The above copyright notice and this permission notice shall be included in
102
+ all copies or substantial portions of the Software.
103
+
104
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
107
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
108
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
109
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
110
+ THE SOFTWARE.
111
+
112
+
113
+ @angular/material/autocomplete
114
+
115
+ @angular/material/button
116
+
117
+ @angular/material/card
118
+
119
+ @angular/material/checkbox
120
+
121
+ @angular/material/core
122
+
123
+ @angular/material/datepicker
124
+
125
+ @angular/material/dialog
126
+
127
+ @angular/material/divider
128
+
129
+ @angular/material/expansion
130
+
131
+ @angular/material/form-field
132
+
133
+ @angular/material/icon
134
+
135
+ @angular/material/list
136
+
137
+ @angular/material/menu
138
+
139
+ @angular/material/paginator
140
+
141
+ @angular/material/progress-bar
142
+
143
+ @angular/material/radio
144
+
145
+ @angular/material/select
146
+
147
+ @angular/material/sidenav
148
+
149
+ @angular/material/slide-toggle
150
+
151
+ @angular/material/snack-bar
152
+
153
+ @angular/material/sort
154
+
155
+ @angular/material/stepper
156
+
157
+ @angular/material/table
158
+
159
+ @angular/material/tabs
160
+
161
+ @angular/material/tooltip
162
+
163
+ @angular/platform-browser
164
+ MIT
165
+
166
+ @angular/router
167
+ MIT
168
+
169
+ @iconify/icons-emojione
170
+
171
+ @iconify/icons-ic
172
+
173
+ @ngx-loading-bar/core
174
+ MIT
175
+
176
+ @ngx-loading-bar/router
177
+ MIT
178
+
179
+ @visurel/iconify-angular
180
+ MIT
181
+
182
+ angular-resizable-element
183
+ MIT
184
+ The MIT License (MIT)
185
+
186
+ Copyright (c) 2016 Matt Lewis
187
+
188
+ Permission is hereby granted, free of charge, to any person obtaining a copy
189
+ of this software and associated documentation files (the "Software"), to deal
190
+ in the Software without restriction, including without limitation the rights
191
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
192
+ copies of the Software, and to permit persons to whom the Software is
193
+ furnished to do so, subject to the following conditions:
194
+
195
+ The above copyright notice and this permission notice shall be included in all
196
+ copies or substantial portions of the Software.
197
+
198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
200
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
201
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
202
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
203
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
204
+ SOFTWARE.
205
+
206
+
207
+ angular-token
208
+ MIT
209
+
210
+ angularx-social-login
211
+ MIT
212
+ The MIT License
213
+
214
+ Copyright (c) 2014-2016 Google, Inc.
215
+
216
+ Permission is hereby granted, free of charge, to any person obtaining a copy
217
+ of this software and associated documentation files (the "Software"), to deal
218
+ in the Software without restriction, including without limitation the rights
219
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
220
+ copies of the Software, and to permit persons to whom the Software is
221
+ furnished to do so, subject to the following conditions:
222
+
223
+ The above copyright notice and this permission notice shall be included in
224
+ all copies or substantial portions of the Software.
225
+
226
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
228
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
229
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
230
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
231
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
232
+ THE SOFTWARE.
233
+
234
+
235
+ ansi-styles
236
+ MIT
237
+ MIT License
238
+
239
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
240
+
241
+ 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:
242
+
243
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
244
+
245
+ 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.
246
+
247
+
248
+ base64-js
249
+ MIT
250
+ The MIT License (MIT)
251
+
252
+ Copyright (c) 2014 Jameson Little
253
+
254
+ Permission is hereby granted, free of charge, to any person obtaining a copy
255
+ of this software and associated documentation files (the "Software"), to deal
256
+ in the Software without restriction, including without limitation the rights
257
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
258
+ copies of the Software, and to permit persons to whom the Software is
259
+ furnished to do so, subject to the following conditions:
260
+
261
+ The above copyright notice and this permission notice shall be included in
262
+ all copies or substantial portions of the Software.
263
+
264
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
265
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
266
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
267
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
268
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
269
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
270
+ THE SOFTWARE.
271
+
272
+
273
+ buffer
274
+ MIT
275
+ The MIT License (MIT)
276
+
277
+ Copyright (c) Feross Aboukhadijeh, and other contributors.
278
+
279
+ Permission is hereby granted, free of charge, to any person obtaining a copy
280
+ of this software and associated documentation files (the "Software"), to deal
281
+ in the Software without restriction, including without limitation the rights
282
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
283
+ copies of the Software, and to permit persons to whom the Software is
284
+ furnished to do so, subject to the following conditions:
285
+
286
+ The above copyright notice and this permission notice shall be included in
287
+ all copies or substantial portions of the Software.
288
+
289
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
290
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
291
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
292
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
293
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
294
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
295
+ THE SOFTWARE.
296
+
297
+
298
+ can-use-dom
299
+ MIT
300
+ The MIT License (MIT)
301
+
302
+ Copyright (c) 2015 Kiran Abburi
303
+
304
+ Permission is hereby granted, free of charge, to any person obtaining a copy
305
+ of this software and associated documentation files (the "Software"), to deal
306
+ in the Software without restriction, including without limitation the rights
307
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308
+ copies of the Software, and to permit persons to whom the Software is
309
+ furnished to do so, subject to the following conditions:
310
+
311
+ The above copyright notice and this permission notice shall be included in all
312
+ copies or substantial portions of the Software.
313
+
314
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
320
+ SOFTWARE.
321
+
322
+
323
+
324
+ chalk
325
+ MIT
326
+ MIT License
327
+
328
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
329
+
330
+ 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:
331
+
332
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
333
+
334
+ 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.
335
+
336
+
337
+ color
338
+ MIT
339
+ Copyright (c) 2012 Heather Arthur
340
+
341
+ Permission is hereby granted, free of charge, to any person obtaining
342
+ a copy of this software and associated documentation files (the
343
+ "Software"), to deal in the Software without restriction, including
344
+ without limitation the rights to use, copy, modify, merge, publish,
345
+ distribute, sublicense, and/or sell copies of the Software, and to
346
+ permit persons to whom the Software is furnished to do so, subject to
347
+ the following conditions:
348
+
349
+ The above copyright notice and this permission notice shall be
350
+ included in all copies or substantial portions of the Software.
351
+
352
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
353
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
354
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
355
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
356
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
357
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
358
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
359
+
360
+
361
+
362
+ color-convert
363
+ MIT
364
+ Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
365
+
366
+ Permission is hereby granted, free of charge, to any person obtaining
367
+ a copy of this software and associated documentation files (the
368
+ "Software"), to deal in the Software without restriction, including
369
+ without limitation the rights to use, copy, modify, merge, publish,
370
+ distribute, sublicense, and/or sell copies of the Software, and to
371
+ permit persons to whom the Software is furnished to do so, subject to
372
+ the following conditions:
373
+
374
+ The above copyright notice and this permission notice shall be
375
+ included in all copies or substantial portions of the Software.
376
+
377
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
378
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
379
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
380
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
381
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
382
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
383
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
384
+
385
+
386
+
387
+ color-name
388
+ MIT
389
+ The MIT License (MIT)
390
+ Copyright (c) 2015 Dmitry Ivanov
391
+
392
+ 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:
393
+
394
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
395
+
396
+ 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.
397
+
398
+ color-string
399
+ MIT
400
+ Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
401
+
402
+ Permission is hereby granted, free of charge, to any person obtaining
403
+ a copy of this software and associated documentation files (the
404
+ "Software"), to deal in the Software without restriction, including
405
+ without limitation the rights to use, copy, modify, merge, publish,
406
+ distribute, sublicense, and/or sell copies of the Software, and to
407
+ permit persons to whom the Software is furnished to do so, subject to
408
+ the following conditions:
409
+
410
+ The above copyright notice and this permission notice shall be
411
+ included in all copies or substantial portions of the Software.
412
+
413
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
414
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
415
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
416
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
417
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
418
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
419
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
420
+
421
+
422
+
423
+ core-js
424
+ MIT
425
+ Copyright (c) 2014-2021 Denis Pushkarev
426
+
427
+ Permission is hereby granted, free of charge, to any person obtaining a copy
428
+ of this software and associated documentation files (the "Software"), to deal
429
+ in the Software without restriction, including without limitation the rights
430
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
431
+ copies of the Software, and to permit persons to whom the Software is
432
+ furnished to do so, subject to the following conditions:
433
+
434
+ The above copyright notice and this permission notice shall be included in
435
+ all copies or substantial portions of the Software.
436
+
437
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
438
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
439
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
440
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
441
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
442
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
443
+ THE SOFTWARE.
444
+
445
+
446
+ css-loader
447
+ MIT
448
+ Copyright JS Foundation and other contributors
449
+
450
+ Permission is hereby granted, free of charge, to any person obtaining
451
+ a copy of this software and associated documentation files (the
452
+ 'Software'), to deal in the Software without restriction, including
453
+ without limitation the rights to use, copy, modify, merge, publish,
454
+ distribute, sublicense, and/or sell copies of the Software, and to
455
+ permit persons to whom the Software is furnished to do so, subject to
456
+ the following conditions:
457
+
458
+ The above copyright notice and this permission notice shall be
459
+ included in all copies or substantial portions of the Software.
460
+
461
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
462
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
463
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
464
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
465
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
466
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
467
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
468
+
469
+
470
+ css-unit-converter
471
+ MIT
472
+ The MIT License (MIT)
473
+
474
+ Copyright 2015 Andy Jansson <andyjansson@users.noreply.github.com>
475
+
476
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
477
+ this software and associated documentation files (the "Software"), to deal in
478
+ the Software without restriction, including without limitation the rights to
479
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
480
+ the Software, and to permit persons to whom the Software is furnished to do so,
481
+ subject to the following conditions:
482
+
483
+ The above copyright notice and this permission notice shall be included in all
484
+ copies or substantial portions of the Software.
485
+
486
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
487
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
488
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
489
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
490
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
491
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
492
+
493
+ diff-match-patch
494
+ Apache-2.0
495
+
496
+ Apache License
497
+ Version 2.0, January 2004
498
+ http://www.apache.org/licenses/
499
+
500
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
501
+
502
+ 1. Definitions.
503
+
504
+ "License" shall mean the terms and conditions for use, reproduction,
505
+ and distribution as defined by Sections 1 through 9 of this document.
506
+
507
+ "Licensor" shall mean the copyright owner or entity authorized by
508
+ the copyright owner that is granting the License.
509
+
510
+ "Legal Entity" shall mean the union of the acting entity and all
511
+ other entities that control, are controlled by, or are under common
512
+ control with that entity. For the purposes of this definition,
513
+ "control" means (i) the power, direct or indirect, to cause the
514
+ direction or management of such entity, whether by contract or
515
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
516
+ outstanding shares, or (iii) beneficial ownership of such entity.
517
+
518
+ "You" (or "Your") shall mean an individual or Legal Entity
519
+ exercising permissions granted by this License.
520
+
521
+ "Source" form shall mean the preferred form for making modifications,
522
+ including but not limited to software source code, documentation
523
+ source, and configuration files.
524
+
525
+ "Object" form shall mean any form resulting from mechanical
526
+ transformation or translation of a Source form, including but
527
+ not limited to compiled object code, generated documentation,
528
+ and conversions to other media types.
529
+
530
+ "Work" shall mean the work of authorship, whether in Source or
531
+ Object form, made available under the License, as indicated by a
532
+ copyright notice that is included in or attached to the work
533
+ (an example is provided in the Appendix below).
534
+
535
+ "Derivative Works" shall mean any work, whether in Source or Object
536
+ form, that is based on (or derived from) the Work and for which the
537
+ editorial revisions, annotations, elaborations, or other modifications
538
+ represent, as a whole, an original work of authorship. For the purposes
539
+ of this License, Derivative Works shall not include works that remain
540
+ separable from, or merely link (or bind by name) to the interfaces of,
541
+ the Work and Derivative Works thereof.
542
+
543
+ "Contribution" shall mean any work of authorship, including
544
+ the original version of the Work and any modifications or additions
545
+ to that Work or Derivative Works thereof, that is intentionally
546
+ submitted to Licensor for inclusion in the Work by the copyright owner
547
+ or by an individual or Legal Entity authorized to submit on behalf of
548
+ the copyright owner. For the purposes of this definition, "submitted"
549
+ means any form of electronic, verbal, or written communication sent
550
+ to the Licensor or its representatives, including but not limited to
551
+ communication on electronic mailing lists, source code control systems,
552
+ and issue tracking systems that are managed by, or on behalf of, the
553
+ Licensor for the purpose of discussing and improving the Work, but
554
+ excluding communication that is conspicuously marked or otherwise
555
+ designated in writing by the copyright owner as "Not a Contribution."
556
+
557
+ "Contributor" shall mean Licensor and any individual or Legal Entity
558
+ on behalf of whom a Contribution has been received by Licensor and
559
+ subsequently incorporated within the Work.
560
+
561
+ 2. Grant of Copyright License. Subject to the terms and conditions of
562
+ this License, each Contributor hereby grants to You a perpetual,
563
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
564
+ copyright license to reproduce, prepare Derivative Works of,
565
+ publicly display, publicly perform, sublicense, and distribute the
566
+ Work and such Derivative Works in Source or Object form.
567
+
568
+ 3. Grant of Patent License. Subject to the terms and conditions of
569
+ this License, each Contributor hereby grants to You a perpetual,
570
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
571
+ (except as stated in this section) patent license to make, have made,
572
+ use, offer to sell, sell, import, and otherwise transfer the Work,
573
+ where such license applies only to those patent claims licensable
574
+ by such Contributor that are necessarily infringed by their
575
+ Contribution(s) alone or by combination of their Contribution(s)
576
+ with the Work to which such Contribution(s) was submitted. If You
577
+ institute patent litigation against any entity (including a
578
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
579
+ or a Contribution incorporated within the Work constitutes direct
580
+ or contributory patent infringement, then any patent licenses
581
+ granted to You under this License for that Work shall terminate
582
+ as of the date such litigation is filed.
583
+
584
+ 4. Redistribution. You may reproduce and distribute copies of the
585
+ Work or Derivative Works thereof in any medium, with or without
586
+ modifications, and in Source or Object form, provided that You
587
+ meet the following conditions:
588
+
589
+ (a) You must give any other recipients of the Work or
590
+ Derivative Works a copy of this License; and
591
+
592
+ (b) You must cause any modified files to carry prominent notices
593
+ stating that You changed the files; and
594
+
595
+ (c) You must retain, in the Source form of any Derivative Works
596
+ that You distribute, all copyright, patent, trademark, and
597
+ attribution notices from the Source form of the Work,
598
+ excluding those notices that do not pertain to any part of
599
+ the Derivative Works; and
600
+
601
+ (d) If the Work includes a "NOTICE" text file as part of its
602
+ distribution, then any Derivative Works that You distribute must
603
+ include a readable copy of the attribution notices contained
604
+ within such NOTICE file, excluding those notices that do not
605
+ pertain to any part of the Derivative Works, in at least one
606
+ of the following places: within a NOTICE text file distributed
607
+ as part of the Derivative Works; within the Source form or
608
+ documentation, if provided along with the Derivative Works; or,
609
+ within a display generated by the Derivative Works, if and
610
+ wherever such third-party notices normally appear. The contents
611
+ of the NOTICE file are for informational purposes only and
612
+ do not modify the License. You may add Your own attribution
613
+ notices within Derivative Works that You distribute, alongside
614
+ or as an addendum to the NOTICE text from the Work, provided
615
+ that such additional attribution notices cannot be construed
616
+ as modifying the License.
617
+
618
+ You may add Your own copyright statement to Your modifications and
619
+ may provide additional or different license terms and conditions
620
+ for use, reproduction, or distribution of Your modifications, or
621
+ for any such Derivative Works as a whole, provided Your use,
622
+ reproduction, and distribution of the Work otherwise complies with
623
+ the conditions stated in this License.
624
+
625
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
626
+ any Contribution intentionally submitted for inclusion in the Work
627
+ by You to the Licensor shall be under the terms and conditions of
628
+ this License, without any additional terms or conditions.
629
+ Notwithstanding the above, nothing herein shall supersede or modify
630
+ the terms of any separate license agreement you may have executed
631
+ with Licensor regarding such Contributions.
632
+
633
+ 6. Trademarks. This License does not grant permission to use the trade
634
+ names, trademarks, service marks, or product names of the Licensor,
635
+ except as required for reasonable and customary use in describing the
636
+ origin of the Work and reproducing the content of the NOTICE file.
637
+
638
+ 7. Disclaimer of Warranty. Unless required by applicable law or
639
+ agreed to in writing, Licensor provides the Work (and each
640
+ Contributor provides its Contributions) on an "AS IS" BASIS,
641
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
642
+ implied, including, without limitation, any warranties or conditions
643
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
644
+ PARTICULAR PURPOSE. You are solely responsible for determining the
645
+ appropriateness of using or redistributing the Work and assume any
646
+ risks associated with Your exercise of permissions under this License.
647
+
648
+ 8. Limitation of Liability. In no event and under no legal theory,
649
+ whether in tort (including negligence), contract, or otherwise,
650
+ unless required by applicable law (such as deliberate and grossly
651
+ negligent acts) or agreed to in writing, shall any Contributor be
652
+ liable to You for damages, including any direct, indirect, special,
653
+ incidental, or consequential damages of any character arising as a
654
+ result of this License or out of the use or inability to use the
655
+ Work (including but not limited to damages for loss of goodwill,
656
+ work stoppage, computer failure or malfunction, or any and all
657
+ other commercial damages or losses), even if such Contributor
658
+ has been advised of the possibility of such damages.
659
+
660
+ 9. Accepting Warranty or Additional Liability. While redistributing
661
+ the Work or Derivative Works thereof, You may choose to offer,
662
+ and charge a fee for, acceptance of support, warranty, indemnity,
663
+ or other liability obligations and/or rights consistent with this
664
+ License. However, in accepting such obligations, You may act only
665
+ on Your own behalf and on Your sole responsibility, not on behalf
666
+ of any other Contributor, and only if You agree to indemnify,
667
+ defend, and hold each Contributor harmless for any liability
668
+ incurred by, or claims asserted against, such Contributor by reason
669
+ of your accepting any such warranty or additional liability.
670
+
671
+ END OF TERMS AND CONDITIONS
672
+
673
+ APPENDIX: How to apply the Apache License to your work.
674
+
675
+ To apply the Apache License to your work, attach the following
676
+ boilerplate notice, with the fields enclosed by brackets "[]"
677
+ replaced with your own identifying information. (Don't include
678
+ the brackets!) The text should be enclosed in the appropriate
679
+ comment syntax for the file format. We also recommend that a
680
+ file or class name and description of purpose be included on the
681
+ same "printed page" as the copyright notice for easier
682
+ identification within third-party archives.
683
+
684
+ Copyright [yyyy] [name of copyright owner]
685
+
686
+ Licensed under the Apache License, Version 2.0 (the "License");
687
+ you may not use this file except in compliance with the License.
688
+ You may obtain a copy of the License at
689
+
690
+ http://www.apache.org/licenses/LICENSE-2.0
691
+
692
+ Unless required by applicable law or agreed to in writing, software
693
+ distributed under the License is distributed on an "AS IS" BASIS,
694
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
695
+ See the License for the specific language governing permissions and
696
+ limitations under the License.
697
+
698
+ file-saver
699
+ MIT
700
+ The MIT License
701
+
702
+ Copyright © 2016 [Eli Grey][1].
703
+
704
+ 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:
705
+
706
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
707
+
708
+ 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.
709
+
710
+ [1]: http://eligrey.com
711
+
712
+
713
+ ieee754
714
+ BSD-3-Clause
715
+ Copyright 2008 Fair Oaks Labs, Inc.
716
+
717
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
718
+
719
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
720
+
721
+ 2. 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.
722
+
723
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
724
+
725
+ THIS SOFTWARE 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 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
726
+
727
+
728
+ is-arrayish
729
+ MIT
730
+ The MIT License (MIT)
731
+
732
+ Copyright (c) 2015 JD Ballard
733
+
734
+ Permission is hereby granted, free of charge, to any person obtaining a copy
735
+ of this software and associated documentation files (the "Software"), to deal
736
+ in the Software without restriction, including without limitation the rights
737
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
738
+ copies of the Software, and to permit persons to whom the Software is
739
+ furnished to do so, subject to the following conditions:
740
+
741
+ The above copyright notice and this permission notice shall be included in
742
+ all copies or substantial portions of the Software.
743
+
744
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
745
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
746
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
747
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
748
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
749
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
750
+ THE SOFTWARE.
751
+
752
+
753
+ is-retina
754
+ MIT
755
+ The MIT License (MIT)
756
+
757
+ Copyright (c) 2014 Kyle Mathews
758
+
759
+ Permission is hereby granted, free of charge, to any person obtaining a copy
760
+ of this software and associated documentation files (the "Software"), to deal
761
+ in the Software without restriction, including without limitation the rights
762
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
763
+ copies of the Software, and to permit persons to whom the Software is
764
+ furnished to do so, subject to the following conditions:
765
+
766
+ The above copyright notice and this permission notice shall be included in all
767
+ copies or substantial portions of the Software.
768
+
769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
770
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
771
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
772
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
773
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
774
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
775
+ SOFTWARE.
776
+
777
+
778
+
779
+ isarray
780
+ MIT
781
+
782
+ jszip
783
+ (MIT OR GPL-3.0-or-later)
784
+ JSZip is dual licensed. At your choice you may use it under the MIT license *or* the GPLv3
785
+ license.
786
+
787
+ The MIT License
788
+ ===============
789
+
790
+ Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
791
+
792
+ Permission is hereby granted, free of charge, to any person obtaining a copy
793
+ of this software and associated documentation files (the "Software"), to deal
794
+ in the Software without restriction, including without limitation the rights
795
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
796
+ copies of the Software, and to permit persons to whom the Software is
797
+ furnished to do so, subject to the following conditions:
798
+
799
+ The above copyright notice and this permission notice shall be included in
800
+ all copies or substantial portions of the Software.
801
+
802
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
803
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
804
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
805
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
806
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
807
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
808
+ THE SOFTWARE.
809
+
810
+
811
+ GPL version 3
812
+ =============
813
+
814
+ GNU GENERAL PUBLIC LICENSE
815
+ Version 3, 29 June 2007
816
+
817
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
818
+ Everyone is permitted to copy and distribute verbatim copies
819
+ of this license document, but changing it is not allowed.
820
+
821
+ Preamble
822
+
823
+ The GNU General Public License is a free, copyleft license for
824
+ software and other kinds of works.
825
+
826
+ The licenses for most software and other practical works are designed
827
+ to take away your freedom to share and change the works. By contrast,
828
+ the GNU General Public License is intended to guarantee your freedom to
829
+ share and change all versions of a program--to make sure it remains free
830
+ software for all its users. We, the Free Software Foundation, use the
831
+ GNU General Public License for most of our software; it applies also to
832
+ any other work released this way by its authors. You can apply it to
833
+ your programs, too.
834
+
835
+ When we speak of free software, we are referring to freedom, not
836
+ price. Our General Public Licenses are designed to make sure that you
837
+ have the freedom to distribute copies of free software (and charge for
838
+ them if you wish), that you receive source code or can get it if you
839
+ want it, that you can change the software or use pieces of it in new
840
+ free programs, and that you know you can do these things.
841
+
842
+ To protect your rights, we need to prevent others from denying you
843
+ these rights or asking you to surrender the rights. Therefore, you have
844
+ certain responsibilities if you distribute copies of the software, or if
845
+ you modify it: responsibilities to respect the freedom of others.
846
+
847
+ For example, if you distribute copies of such a program, whether
848
+ gratis or for a fee, you must pass on to the recipients the same
849
+ freedoms that you received. You must make sure that they, too, receive
850
+ or can get the source code. And you must show them these terms so they
851
+ know their rights.
852
+
853
+ Developers that use the GNU GPL protect your rights with two steps:
854
+ (1) assert copyright on the software, and (2) offer you this License
855
+ giving you legal permission to copy, distribute and/or modify it.
856
+
857
+ For the developers' and authors' protection, the GPL clearly explains
858
+ that there is no warranty for this free software. For both users' and
859
+ authors' sake, the GPL requires that modified versions be marked as
860
+ changed, so that their problems will not be attributed erroneously to
861
+ authors of previous versions.
862
+
863
+ Some devices are designed to deny users access to install or run
864
+ modified versions of the software inside them, although the manufacturer
865
+ can do so. This is fundamentally incompatible with the aim of
866
+ protecting users' freedom to change the software. The systematic
867
+ pattern of such abuse occurs in the area of products for individuals to
868
+ use, which is precisely where it is most unacceptable. Therefore, we
869
+ have designed this version of the GPL to prohibit the practice for those
870
+ products. If such problems arise substantially in other domains, we
871
+ stand ready to extend this provision to those domains in future versions
872
+ of the GPL, as needed to protect the freedom of users.
873
+
874
+ Finally, every program is threatened constantly by software patents.
875
+ States should not allow patents to restrict development and use of
876
+ software on general-purpose computers, but in those that do, we wish to
877
+ avoid the special danger that patents applied to a free program could
878
+ make it effectively proprietary. To prevent this, the GPL assures that
879
+ patents cannot be used to render the program non-free.
880
+
881
+ The precise terms and conditions for copying, distribution and
882
+ modification follow.
883
+
884
+ TERMS AND CONDITIONS
885
+
886
+ 0. Definitions.
887
+
888
+ "This License" refers to version 3 of the GNU General Public License.
889
+
890
+ "Copyright" also means copyright-like laws that apply to other kinds of
891
+ works, such as semiconductor masks.
892
+
893
+ "The Program" refers to any copyrightable work licensed under this
894
+ License. Each licensee is addressed as "you". "Licensees" and
895
+ "recipients" may be individuals or organizations.
896
+
897
+ To "modify" a work means to copy from or adapt all or part of the work
898
+ in a fashion requiring copyright permission, other than the making of an
899
+ exact copy. The resulting work is called a "modified version" of the
900
+ earlier work or a work "based on" the earlier work.
901
+
902
+ A "covered work" means either the unmodified Program or a work based
903
+ on the Program.
904
+
905
+ To "propagate" a work means to do anything with it that, without
906
+ permission, would make you directly or secondarily liable for
907
+ infringement under applicable copyright law, except executing it on a
908
+ computer or modifying a private copy. Propagation includes copying,
909
+ distribution (with or without modification), making available to the
910
+ public, and in some countries other activities as well.
911
+
912
+ To "convey" a work means any kind of propagation that enables other
913
+ parties to make or receive copies. Mere interaction with a user through
914
+ a computer network, with no transfer of a copy, is not conveying.
915
+
916
+ An interactive user interface displays "Appropriate Legal Notices"
917
+ to the extent that it includes a convenient and prominently visible
918
+ feature that (1) displays an appropriate copyright notice, and (2)
919
+ tells the user that there is no warranty for the work (except to the
920
+ extent that warranties are provided), that licensees may convey the
921
+ work under this License, and how to view a copy of this License. If
922
+ the interface presents a list of user commands or options, such as a
923
+ menu, a prominent item in the list meets this criterion.
924
+
925
+ 1. Source Code.
926
+
927
+ The "source code" for a work means the preferred form of the work
928
+ for making modifications to it. "Object code" means any non-source
929
+ form of a work.
930
+
931
+ A "Standard Interface" means an interface that either is an official
932
+ standard defined by a recognized standards body, or, in the case of
933
+ interfaces specified for a particular programming language, one that
934
+ is widely used among developers working in that language.
935
+
936
+ The "System Libraries" of an executable work include anything, other
937
+ than the work as a whole, that (a) is included in the normal form of
938
+ packaging a Major Component, but which is not part of that Major
939
+ Component, and (b) serves only to enable use of the work with that
940
+ Major Component, or to implement a Standard Interface for which an
941
+ implementation is available to the public in source code form. A
942
+ "Major Component", in this context, means a major essential component
943
+ (kernel, window system, and so on) of the specific operating system
944
+ (if any) on which the executable work runs, or a compiler used to
945
+ produce the work, or an object code interpreter used to run it.
946
+
947
+ The "Corresponding Source" for a work in object code form means all
948
+ the source code needed to generate, install, and (for an executable
949
+ work) run the object code and to modify the work, including scripts to
950
+ control those activities. However, it does not include the work's
951
+ System Libraries, or general-purpose tools or generally available free
952
+ programs which are used unmodified in performing those activities but
953
+ which are not part of the work. For example, Corresponding Source
954
+ includes interface definition files associated with source files for
955
+ the work, and the source code for shared libraries and dynamically
956
+ linked subprograms that the work is specifically designed to require,
957
+ such as by intimate data communication or control flow between those
958
+ subprograms and other parts of the work.
959
+
960
+ The Corresponding Source need not include anything that users
961
+ can regenerate automatically from other parts of the Corresponding
962
+ Source.
963
+
964
+ The Corresponding Source for a work in source code form is that
965
+ same work.
966
+
967
+ 2. Basic Permissions.
968
+
969
+ All rights granted under this License are granted for the term of
970
+ copyright on the Program, and are irrevocable provided the stated
971
+ conditions are met. This License explicitly affirms your unlimited
972
+ permission to run the unmodified Program. The output from running a
973
+ covered work is covered by this License only if the output, given its
974
+ content, constitutes a covered work. This License acknowledges your
975
+ rights of fair use or other equivalent, as provided by copyright law.
976
+
977
+ You may make, run and propagate covered works that you do not
978
+ convey, without conditions so long as your license otherwise remains
979
+ in force. You may convey covered works to others for the sole purpose
980
+ of having them make modifications exclusively for you, or provide you
981
+ with facilities for running those works, provided that you comply with
982
+ the terms of this License in conveying all material for which you do
983
+ not control copyright. Those thus making or running the covered works
984
+ for you must do so exclusively on your behalf, under your direction
985
+ and control, on terms that prohibit them from making any copies of
986
+ your copyrighted material outside their relationship with you.
987
+
988
+ Conveying under any other circumstances is permitted solely under
989
+ the conditions stated below. Sublicensing is not allowed; section 10
990
+ makes it unnecessary.
991
+
992
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
993
+
994
+ No covered work shall be deemed part of an effective technological
995
+ measure under any applicable law fulfilling obligations under article
996
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
997
+ similar laws prohibiting or restricting circumvention of such
998
+ measures.
999
+
1000
+ When you convey a covered work, you waive any legal power to forbid
1001
+ circumvention of technological measures to the extent such circumvention
1002
+ is effected by exercising rights under this License with respect to
1003
+ the covered work, and you disclaim any intention to limit operation or
1004
+ modification of the work as a means of enforcing, against the work's
1005
+ users, your or third parties' legal rights to forbid circumvention of
1006
+ technological measures.
1007
+
1008
+ 4. Conveying Verbatim Copies.
1009
+
1010
+ You may convey verbatim copies of the Program's source code as you
1011
+ receive it, in any medium, provided that you conspicuously and
1012
+ appropriately publish on each copy an appropriate copyright notice;
1013
+ keep intact all notices stating that this License and any
1014
+ non-permissive terms added in accord with section 7 apply to the code;
1015
+ keep intact all notices of the absence of any warranty; and give all
1016
+ recipients a copy of this License along with the Program.
1017
+
1018
+ You may charge any price or no price for each copy that you convey,
1019
+ and you may offer support or warranty protection for a fee.
1020
+
1021
+ 5. Conveying Modified Source Versions.
1022
+
1023
+ You may convey a work based on the Program, or the modifications to
1024
+ produce it from the Program, in the form of source code under the
1025
+ terms of section 4, provided that you also meet all of these conditions:
1026
+
1027
+ a) The work must carry prominent notices stating that you modified
1028
+ it, and giving a relevant date.
1029
+
1030
+ b) The work must carry prominent notices stating that it is
1031
+ released under this License and any conditions added under section
1032
+ 7. This requirement modifies the requirement in section 4 to
1033
+ "keep intact all notices".
1034
+
1035
+ c) You must license the entire work, as a whole, under this
1036
+ License to anyone who comes into possession of a copy. This
1037
+ License will therefore apply, along with any applicable section 7
1038
+ additional terms, to the whole of the work, and all its parts,
1039
+ regardless of how they are packaged. This License gives no
1040
+ permission to license the work in any other way, but it does not
1041
+ invalidate such permission if you have separately received it.
1042
+
1043
+ d) If the work has interactive user interfaces, each must display
1044
+ Appropriate Legal Notices; however, if the Program has interactive
1045
+ interfaces that do not display Appropriate Legal Notices, your
1046
+ work need not make them do so.
1047
+
1048
+ A compilation of a covered work with other separate and independent
1049
+ works, which are not by their nature extensions of the covered work,
1050
+ and which are not combined with it such as to form a larger program,
1051
+ in or on a volume of a storage or distribution medium, is called an
1052
+ "aggregate" if the compilation and its resulting copyright are not
1053
+ used to limit the access or legal rights of the compilation's users
1054
+ beyond what the individual works permit. Inclusion of a covered work
1055
+ in an aggregate does not cause this License to apply to the other
1056
+ parts of the aggregate.
1057
+
1058
+ 6. Conveying Non-Source Forms.
1059
+
1060
+ You may convey a covered work in object code form under the terms
1061
+ of sections 4 and 5, provided that you also convey the
1062
+ machine-readable Corresponding Source under the terms of this License,
1063
+ in one of these ways:
1064
+
1065
+ a) Convey the object code in, or embodied in, a physical product
1066
+ (including a physical distribution medium), accompanied by the
1067
+ Corresponding Source fixed on a durable physical medium
1068
+ customarily used for software interchange.
1069
+
1070
+ b) Convey the object code in, or embodied in, a physical product
1071
+ (including a physical distribution medium), accompanied by a
1072
+ written offer, valid for at least three years and valid for as
1073
+ long as you offer spare parts or customer support for that product
1074
+ model, to give anyone who possesses the object code either (1) a
1075
+ copy of the Corresponding Source for all the software in the
1076
+ product that is covered by this License, on a durable physical
1077
+ medium customarily used for software interchange, for a price no
1078
+ more than your reasonable cost of physically performing this
1079
+ conveying of source, or (2) access to copy the
1080
+ Corresponding Source from a network server at no charge.
1081
+
1082
+ c) Convey individual copies of the object code with a copy of the
1083
+ written offer to provide the Corresponding Source. This
1084
+ alternative is allowed only occasionally and noncommercially, and
1085
+ only if you received the object code with such an offer, in accord
1086
+ with subsection 6b.
1087
+
1088
+ d) Convey the object code by offering access from a designated
1089
+ place (gratis or for a charge), and offer equivalent access to the
1090
+ Corresponding Source in the same way through the same place at no
1091
+ further charge. You need not require recipients to copy the
1092
+ Corresponding Source along with the object code. If the place to
1093
+ copy the object code is a network server, the Corresponding Source
1094
+ may be on a different server (operated by you or a third party)
1095
+ that supports equivalent copying facilities, provided you maintain
1096
+ clear directions next to the object code saying where to find the
1097
+ Corresponding Source. Regardless of what server hosts the
1098
+ Corresponding Source, you remain obligated to ensure that it is
1099
+ available for as long as needed to satisfy these requirements.
1100
+
1101
+ e) Convey the object code using peer-to-peer transmission, provided
1102
+ you inform other peers where the object code and Corresponding
1103
+ Source of the work are being offered to the general public at no
1104
+ charge under subsection 6d.
1105
+
1106
+ A separable portion of the object code, whose source code is excluded
1107
+ from the Corresponding Source as a System Library, need not be
1108
+ included in conveying the object code work.
1109
+
1110
+ A "User Product" is either (1) a "consumer product", which means any
1111
+ tangible personal property which is normally used for personal, family,
1112
+ or household purposes, or (2) anything designed or sold for incorporation
1113
+ into a dwelling. In determining whether a product is a consumer product,
1114
+ doubtful cases shall be resolved in favor of coverage. For a particular
1115
+ product received by a particular user, "normally used" refers to a
1116
+ typical or common use of that class of product, regardless of the status
1117
+ of the particular user or of the way in which the particular user
1118
+ actually uses, or expects or is expected to use, the product. A product
1119
+ is a consumer product regardless of whether the product has substantial
1120
+ commercial, industrial or non-consumer uses, unless such uses represent
1121
+ the only significant mode of use of the product.
1122
+
1123
+ "Installation Information" for a User Product means any methods,
1124
+ procedures, authorization keys, or other information required to install
1125
+ and execute modified versions of a covered work in that User Product from
1126
+ a modified version of its Corresponding Source. The information must
1127
+ suffice to ensure that the continued functioning of the modified object
1128
+ code is in no case prevented or interfered with solely because
1129
+ modification has been made.
1130
+
1131
+ If you convey an object code work under this section in, or with, or
1132
+ specifically for use in, a User Product, and the conveying occurs as
1133
+ part of a transaction in which the right of possession and use of the
1134
+ User Product is transferred to the recipient in perpetuity or for a
1135
+ fixed term (regardless of how the transaction is characterized), the
1136
+ Corresponding Source conveyed under this section must be accompanied
1137
+ by the Installation Information. But this requirement does not apply
1138
+ if neither you nor any third party retains the ability to install
1139
+ modified object code on the User Product (for example, the work has
1140
+ been installed in ROM).
1141
+
1142
+ The requirement to provide Installation Information does not include a
1143
+ requirement to continue to provide support service, warranty, or updates
1144
+ for a work that has been modified or installed by the recipient, or for
1145
+ the User Product in which it has been modified or installed. Access to a
1146
+ network may be denied when the modification itself materially and
1147
+ adversely affects the operation of the network or violates the rules and
1148
+ protocols for communication across the network.
1149
+
1150
+ Corresponding Source conveyed, and Installation Information provided,
1151
+ in accord with this section must be in a format that is publicly
1152
+ documented (and with an implementation available to the public in
1153
+ source code form), and must require no special password or key for
1154
+ unpacking, reading or copying.
1155
+
1156
+ 7. Additional Terms.
1157
+
1158
+ "Additional permissions" are terms that supplement the terms of this
1159
+ License by making exceptions from one or more of its conditions.
1160
+ Additional permissions that are applicable to the entire Program shall
1161
+ be treated as though they were included in this License, to the extent
1162
+ that they are valid under applicable law. If additional permissions
1163
+ apply only to part of the Program, that part may be used separately
1164
+ under those permissions, but the entire Program remains governed by
1165
+ this License without regard to the additional permissions.
1166
+
1167
+ When you convey a copy of a covered work, you may at your option
1168
+ remove any additional permissions from that copy, or from any part of
1169
+ it. (Additional permissions may be written to require their own
1170
+ removal in certain cases when you modify the work.) You may place
1171
+ additional permissions on material, added by you to a covered work,
1172
+ for which you have or can give appropriate copyright permission.
1173
+
1174
+ Notwithstanding any other provision of this License, for material you
1175
+ add to a covered work, you may (if authorized by the copyright holders of
1176
+ that material) supplement the terms of this License with terms:
1177
+
1178
+ a) Disclaiming warranty or limiting liability differently from the
1179
+ terms of sections 15 and 16 of this License; or
1180
+
1181
+ b) Requiring preservation of specified reasonable legal notices or
1182
+ author attributions in that material or in the Appropriate Legal
1183
+ Notices displayed by works containing it; or
1184
+
1185
+ c) Prohibiting misrepresentation of the origin of that material, or
1186
+ requiring that modified versions of such material be marked in
1187
+ reasonable ways as different from the original version; or
1188
+
1189
+ d) Limiting the use for publicity purposes of names of licensors or
1190
+ authors of the material; or
1191
+
1192
+ e) Declining to grant rights under trademark law for use of some
1193
+ trade names, trademarks, or service marks; or
1194
+
1195
+ f) Requiring indemnification of licensors and authors of that
1196
+ material by anyone who conveys the material (or modified versions of
1197
+ it) with contractual assumptions of liability to the recipient, for
1198
+ any liability that these contractual assumptions directly impose on
1199
+ those licensors and authors.
1200
+
1201
+ All other non-permissive additional terms are considered "further
1202
+ restrictions" within the meaning of section 10. If the Program as you
1203
+ received it, or any part of it, contains a notice stating that it is
1204
+ governed by this License along with a term that is a further
1205
+ restriction, you may remove that term. If a license document contains
1206
+ a further restriction but permits relicensing or conveying under this
1207
+ License, you may add to a covered work material governed by the terms
1208
+ of that license document, provided that the further restriction does
1209
+ not survive such relicensing or conveying.
1210
+
1211
+ If you add terms to a covered work in accord with this section, you
1212
+ must place, in the relevant source files, a statement of the
1213
+ additional terms that apply to those files, or a notice indicating
1214
+ where to find the applicable terms.
1215
+
1216
+ Additional terms, permissive or non-permissive, may be stated in the
1217
+ form of a separately written license, or stated as exceptions;
1218
+ the above requirements apply either way.
1219
+
1220
+ 8. Termination.
1221
+
1222
+ You may not propagate or modify a covered work except as expressly
1223
+ provided under this License. Any attempt otherwise to propagate or
1224
+ modify it is void, and will automatically terminate your rights under
1225
+ this License (including any patent licenses granted under the third
1226
+ paragraph of section 11).
1227
+
1228
+ However, if you cease all violation of this License, then your
1229
+ license from a particular copyright holder is reinstated (a)
1230
+ provisionally, unless and until the copyright holder explicitly and
1231
+ finally terminates your license, and (b) permanently, if the copyright
1232
+ holder fails to notify you of the violation by some reasonable means
1233
+ prior to 60 days after the cessation.
1234
+
1235
+ Moreover, your license from a particular copyright holder is
1236
+ reinstated permanently if the copyright holder notifies you of the
1237
+ violation by some reasonable means, this is the first time you have
1238
+ received notice of violation of this License (for any work) from that
1239
+ copyright holder, and you cure the violation prior to 30 days after
1240
+ your receipt of the notice.
1241
+
1242
+ Termination of your rights under this section does not terminate the
1243
+ licenses of parties who have received copies or rights from you under
1244
+ this License. If your rights have been terminated and not permanently
1245
+ reinstated, you do not qualify to receive new licenses for the same
1246
+ material under section 10.
1247
+
1248
+ 9. Acceptance Not Required for Having Copies.
1249
+
1250
+ You are not required to accept this License in order to receive or
1251
+ run a copy of the Program. Ancillary propagation of a covered work
1252
+ occurring solely as a consequence of using peer-to-peer transmission
1253
+ to receive a copy likewise does not require acceptance. However,
1254
+ nothing other than this License grants you permission to propagate or
1255
+ modify any covered work. These actions infringe copyright if you do
1256
+ not accept this License. Therefore, by modifying or propagating a
1257
+ covered work, you indicate your acceptance of this License to do so.
1258
+
1259
+ 10. Automatic Licensing of Downstream Recipients.
1260
+
1261
+ Each time you convey a covered work, the recipient automatically
1262
+ receives a license from the original licensors, to run, modify and
1263
+ propagate that work, subject to this License. You are not responsible
1264
+ for enforcing compliance by third parties with this License.
1265
+
1266
+ An "entity transaction" is a transaction transferring control of an
1267
+ organization, or substantially all assets of one, or subdividing an
1268
+ organization, or merging organizations. If propagation of a covered
1269
+ work results from an entity transaction, each party to that
1270
+ transaction who receives a copy of the work also receives whatever
1271
+ licenses to the work the party's predecessor in interest had or could
1272
+ give under the previous paragraph, plus a right to possession of the
1273
+ Corresponding Source of the work from the predecessor in interest, if
1274
+ the predecessor has it or can get it with reasonable efforts.
1275
+
1276
+ You may not impose any further restrictions on the exercise of the
1277
+ rights granted or affirmed under this License. For example, you may
1278
+ not impose a license fee, royalty, or other charge for exercise of
1279
+ rights granted under this License, and you may not initiate litigation
1280
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
1281
+ any patent claim is infringed by making, using, selling, offering for
1282
+ sale, or importing the Program or any portion of it.
1283
+
1284
+ 11. Patents.
1285
+
1286
+ A "contributor" is a copyright holder who authorizes use under this
1287
+ License of the Program or a work on which the Program is based. The
1288
+ work thus licensed is called the contributor's "contributor version".
1289
+
1290
+ A contributor's "essential patent claims" are all patent claims
1291
+ owned or controlled by the contributor, whether already acquired or
1292
+ hereafter acquired, that would be infringed by some manner, permitted
1293
+ by this License, of making, using, or selling its contributor version,
1294
+ but do not include claims that would be infringed only as a
1295
+ consequence of further modification of the contributor version. For
1296
+ purposes of this definition, "control" includes the right to grant
1297
+ patent sublicenses in a manner consistent with the requirements of
1298
+ this License.
1299
+
1300
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
1301
+ patent license under the contributor's essential patent claims, to
1302
+ make, use, sell, offer for sale, import and otherwise run, modify and
1303
+ propagate the contents of its contributor version.
1304
+
1305
+ In the following three paragraphs, a "patent license" is any express
1306
+ agreement or commitment, however denominated, not to enforce a patent
1307
+ (such as an express permission to practice a patent or covenant not to
1308
+ sue for patent infringement). To "grant" such a patent license to a
1309
+ party means to make such an agreement or commitment not to enforce a
1310
+ patent against the party.
1311
+
1312
+ If you convey a covered work, knowingly relying on a patent license,
1313
+ and the Corresponding Source of the work is not available for anyone
1314
+ to copy, free of charge and under the terms of this License, through a
1315
+ publicly available network server or other readily accessible means,
1316
+ then you must either (1) cause the Corresponding Source to be so
1317
+ available, or (2) arrange to deprive yourself of the benefit of the
1318
+ patent license for this particular work, or (3) arrange, in a manner
1319
+ consistent with the requirements of this License, to extend the patent
1320
+ license to downstream recipients. "Knowingly relying" means you have
1321
+ actual knowledge that, but for the patent license, your conveying the
1322
+ covered work in a country, or your recipient's use of the covered work
1323
+ in a country, would infringe one or more identifiable patents in that
1324
+ country that you have reason to believe are valid.
1325
+
1326
+ If, pursuant to or in connection with a single transaction or
1327
+ arrangement, you convey, or propagate by procuring conveyance of, a
1328
+ covered work, and grant a patent license to some of the parties
1329
+ receiving the covered work authorizing them to use, propagate, modify
1330
+ or convey a specific copy of the covered work, then the patent license
1331
+ you grant is automatically extended to all recipients of the covered
1332
+ work and works based on it.
1333
+
1334
+ A patent license is "discriminatory" if it does not include within
1335
+ the scope of its coverage, prohibits the exercise of, or is
1336
+ conditioned on the non-exercise of one or more of the rights that are
1337
+ specifically granted under this License. You may not convey a covered
1338
+ work if you are a party to an arrangement with a third party that is
1339
+ in the business of distributing software, under which you make payment
1340
+ to the third party based on the extent of your activity of conveying
1341
+ the work, and under which the third party grants, to any of the
1342
+ parties who would receive the covered work from you, a discriminatory
1343
+ patent license (a) in connection with copies of the covered work
1344
+ conveyed by you (or copies made from those copies), or (b) primarily
1345
+ for and in connection with specific products or compilations that
1346
+ contain the covered work, unless you entered into that arrangement,
1347
+ or that patent license was granted, prior to 28 March 2007.
1348
+
1349
+ Nothing in this License shall be construed as excluding or limiting
1350
+ any implied license or other defenses to infringement that may
1351
+ otherwise be available to you under applicable patent law.
1352
+
1353
+ 12. No Surrender of Others' Freedom.
1354
+
1355
+ If conditions are imposed on you (whether by court order, agreement or
1356
+ otherwise) that contradict the conditions of this License, they do not
1357
+ excuse you from the conditions of this License. If you cannot convey a
1358
+ covered work so as to satisfy simultaneously your obligations under this
1359
+ License and any other pertinent obligations, then as a consequence you may
1360
+ not convey it at all. For example, if you agree to terms that obligate you
1361
+ to collect a royalty for further conveying from those to whom you convey
1362
+ the Program, the only way you could satisfy both those terms and this
1363
+ License would be to refrain entirely from conveying the Program.
1364
+
1365
+ 13. Use with the GNU Affero General Public License.
1366
+
1367
+ Notwithstanding any other provision of this License, you have
1368
+ permission to link or combine any covered work with a work licensed
1369
+ under version 3 of the GNU Affero General Public License into a single
1370
+ combined work, and to convey the resulting work. The terms of this
1371
+ License will continue to apply to the part which is the covered work,
1372
+ but the special requirements of the GNU Affero General Public License,
1373
+ section 13, concerning interaction through a network will apply to the
1374
+ combination as such.
1375
+
1376
+ 14. Revised Versions of this License.
1377
+
1378
+ The Free Software Foundation may publish revised and/or new versions of
1379
+ the GNU General Public License from time to time. Such new versions will
1380
+ be similar in spirit to the present version, but may differ in detail to
1381
+ address new problems or concerns.
1382
+
1383
+ Each version is given a distinguishing version number. If the
1384
+ Program specifies that a certain numbered version of the GNU General
1385
+ Public License "or any later version" applies to it, you have the
1386
+ option of following the terms and conditions either of that numbered
1387
+ version or of any later version published by the Free Software
1388
+ Foundation. If the Program does not specify a version number of the
1389
+ GNU General Public License, you may choose any version ever published
1390
+ by the Free Software Foundation.
1391
+
1392
+ If the Program specifies that a proxy can decide which future
1393
+ versions of the GNU General Public License can be used, that proxy's
1394
+ public statement of acceptance of a version permanently authorizes you
1395
+ to choose that version for the Program.
1396
+
1397
+ Later license versions may give you additional or different
1398
+ permissions. However, no additional obligations are imposed on any
1399
+ author or copyright holder as a result of your choosing to follow a
1400
+ later version.
1401
+
1402
+ 15. Disclaimer of Warranty.
1403
+
1404
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1405
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1406
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
1407
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1408
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1409
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
1410
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
1411
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1412
+
1413
+ 16. Limitation of Liability.
1414
+
1415
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1416
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1417
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1418
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1419
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1420
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1421
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1422
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1423
+ SUCH DAMAGES.
1424
+
1425
+ 17. Interpretation of Sections 15 and 16.
1426
+
1427
+ If the disclaimer of warranty and limitation of liability provided
1428
+ above cannot be given local legal effect according to their terms,
1429
+ reviewing courts shall apply local law that most closely approximates
1430
+ an absolute waiver of all civil liability in connection with the
1431
+ Program, unless a warranty or assumption of liability accompanies a
1432
+ copy of the Program in return for a fee.
1433
+
1434
+ END OF TERMS AND CONDITIONS
1435
+
1436
+
1437
+ lodash
1438
+ MIT
1439
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1440
+
1441
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1442
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1443
+
1444
+ This software consists of voluntary contributions made by many
1445
+ individuals. For exact contribution history, see the revision history
1446
+ available at https://github.com/lodash/lodash
1447
+
1448
+ The following license applies to all parts of this software except as
1449
+ documented below:
1450
+
1451
+ ====
1452
+
1453
+ Permission is hereby granted, free of charge, to any person obtaining
1454
+ a copy of this software and associated documentation files (the
1455
+ "Software"), to deal in the Software without restriction, including
1456
+ without limitation the rights to use, copy, modify, merge, publish,
1457
+ distribute, sublicense, and/or sell copies of the Software, and to
1458
+ permit persons to whom the Software is furnished to do so, subject to
1459
+ the following conditions:
1460
+
1461
+ The above copyright notice and this permission notice shall be
1462
+ included in all copies or substantial portions of the Software.
1463
+
1464
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1465
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1466
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1467
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1468
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1469
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1470
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1471
+
1472
+ ====
1473
+
1474
+ Copyright and related rights for sample code are waived via CC0. Sample
1475
+ code is defined as all source code displayed within the prose of the
1476
+ documentation.
1477
+
1478
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1479
+
1480
+ ====
1481
+
1482
+ Files located in the node_modules and vendor directories are externally
1483
+ maintained libraries used by this software which have their own
1484
+ licenses; we recommend you read them, as their terms may differ from the
1485
+ terms above.
1486
+
1487
+
1488
+ lodash.debounce
1489
+ MIT
1490
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1491
+
1492
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1493
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1494
+
1495
+ This software consists of voluntary contributions made by many
1496
+ individuals. For exact contribution history, see the revision history
1497
+ available at https://github.com/lodash/lodash
1498
+
1499
+ The following license applies to all parts of this software except as
1500
+ documented below:
1501
+
1502
+ ====
1503
+
1504
+ Permission is hereby granted, free of charge, to any person obtaining
1505
+ a copy of this software and associated documentation files (the
1506
+ "Software"), to deal in the Software without restriction, including
1507
+ without limitation the rights to use, copy, modify, merge, publish,
1508
+ distribute, sublicense, and/or sell copies of the Software, and to
1509
+ permit persons to whom the Software is furnished to do so, subject to
1510
+ the following conditions:
1511
+
1512
+ The above copyright notice and this permission notice shall be
1513
+ included in all copies or substantial portions of the Software.
1514
+
1515
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1516
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1517
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1518
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1519
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1520
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1521
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1522
+
1523
+ ====
1524
+
1525
+ Copyright and related rights for sample code are waived via CC0. Sample
1526
+ code is defined as all source code displayed within the prose of the
1527
+ documentation.
1528
+
1529
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1530
+
1531
+ ====
1532
+
1533
+ Files located in the node_modules and vendor directories are externally
1534
+ maintained libraries used by this software which have their own
1535
+ licenses; we recommend you read them, as their terms may differ from the
1536
+ terms above.
1537
+
1538
+
1539
+ lodash.memoize
1540
+ MIT
1541
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1542
+
1543
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1544
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1545
+
1546
+ This software consists of voluntary contributions made by many
1547
+ individuals. For exact contribution history, see the revision history
1548
+ available at https://github.com/lodash/lodash
1549
+
1550
+ The following license applies to all parts of this software except as
1551
+ documented below:
1552
+
1553
+ ====
1554
+
1555
+ Permission is hereby granted, free of charge, to any person obtaining
1556
+ a copy of this software and associated documentation files (the
1557
+ "Software"), to deal in the Software without restriction, including
1558
+ without limitation the rights to use, copy, modify, merge, publish,
1559
+ distribute, sublicense, and/or sell copies of the Software, and to
1560
+ permit persons to whom the Software is furnished to do so, subject to
1561
+ the following conditions:
1562
+
1563
+ The above copyright notice and this permission notice shall be
1564
+ included in all copies or substantial portions of the Software.
1565
+
1566
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1567
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1568
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1569
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1570
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1571
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1572
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1573
+
1574
+ ====
1575
+
1576
+ Copyright and related rights for sample code are waived via CC0. Sample
1577
+ code is defined as all source code displayed within the prose of the
1578
+ documentation.
1579
+
1580
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1581
+
1582
+ ====
1583
+
1584
+ Files located in the node_modules and vendor directories are externally
1585
+ maintained libraries used by this software which have their own
1586
+ licenses; we recommend you read them, as their terms may differ from the
1587
+ terms above.
1588
+
1589
+
1590
+ lodash.throttle
1591
+ MIT
1592
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1593
+
1594
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1595
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1596
+
1597
+ This software consists of voluntary contributions made by many
1598
+ individuals. For exact contribution history, see the revision history
1599
+ available at https://github.com/lodash/lodash
1600
+
1601
+ The following license applies to all parts of this software except as
1602
+ documented below:
1603
+
1604
+ ====
1605
+
1606
+ Permission is hereby granted, free of charge, to any person obtaining
1607
+ a copy of this software and associated documentation files (the
1608
+ "Software"), to deal in the Software without restriction, including
1609
+ without limitation the rights to use, copy, modify, merge, publish,
1610
+ distribute, sublicense, and/or sell copies of the Software, and to
1611
+ permit persons to whom the Software is furnished to do so, subject to
1612
+ the following conditions:
1613
+
1614
+ The above copyright notice and this permission notice shall be
1615
+ included in all copies or substantial portions of the Software.
1616
+
1617
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1618
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1619
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1620
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1621
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1622
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1623
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1624
+
1625
+ ====
1626
+
1627
+ Copyright and related rights for sample code are waived via CC0. Sample
1628
+ code is defined as all source code displayed within the prose of the
1629
+ documentation.
1630
+
1631
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1632
+
1633
+ ====
1634
+
1635
+ Files located in the node_modules and vendor directories are externally
1636
+ maintained libraries used by this software which have their own
1637
+ licenses; we recommend you read them, as their terms may differ from the
1638
+ terms above.
1639
+
1640
+
1641
+ lucene
1642
+ MIT
1643
+ The MIT License (MIT)
1644
+
1645
+ Copyright (c) 2017 Ben Ripkens
1646
+
1647
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1648
+ of this software and associated documentation files (the "Software"), to deal
1649
+ in the Software without restriction, including without limitation the rights
1650
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1651
+ copies of the Software, and to permit persons to whom the Software is
1652
+ furnished to do so, subject to the following conditions:
1653
+
1654
+ The above copyright notice and this permission notice shall be included in
1655
+ all copies or substantial portions of the Software.
1656
+
1657
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1658
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1659
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1660
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1661
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1662
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1663
+ THE SOFTWARE.
1664
+
1665
+
1666
+ luxon
1667
+ MIT
1668
+ Copyright 2019 JS Foundation and other contributors
1669
+
1670
+ 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:
1671
+
1672
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1673
+
1674
+ 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.
1675
+
1676
+
1677
+ ngx-avatar
1678
+ MIT
1679
+ The MIT License
1680
+
1681
+ Copyright (c) 2020 Haithem Mosbahi, ngx-avatar
1682
+
1683
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1684
+ of this software and associated documentation files (the "Software"), to deal
1685
+ in the Software without restriction, including without limitation the rights
1686
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1687
+ copies of the Software, and to permit persons to whom the Software is
1688
+ furnished to do so, subject to the following conditions:
1689
+
1690
+ The above copyright notice and this permission notice shall be included in
1691
+ all copies or substantial portions of the Software.
1692
+
1693
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1694
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1695
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1696
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1697
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1698
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1699
+ THE SOFTWARE.
1700
+
1701
+ ngx-dropzone
1702
+ MIT
1703
+
1704
+ ngx-infinite-scroll
1705
+ MIT
1706
+ MIT License
1707
+
1708
+ Copyright (c) 2017 Roberto Simonetti
1709
+
1710
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1711
+ of this software and associated documentation files (the "Software"), to deal
1712
+ in the Software without restriction, including without limitation the rights
1713
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1714
+ copies of the Software, and to permit persons to whom the Software is
1715
+ furnished to do so, subject to the following conditions:
1716
+
1717
+ The above copyright notice and this permission notice shall be included in all
1718
+ copies or substantial portions of the Software.
1719
+
1720
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1721
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1722
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1723
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1724
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1725
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1726
+ SOFTWARE.
1727
+
1728
+
1729
+ ngx-stripe
1730
+ MIT
1731
+ **MIT License**
1732
+
1733
+ Copyright (c) 2017 _Ricardo Sánchez Gregorio_
1734
+
1735
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1736
+ of this software and associated documentation files (the "Software"), to deal
1737
+ in the Software without restriction, including without limitation the rights
1738
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1739
+ copies of the Software, and to permit persons to whom the Software is
1740
+ furnished to do so, subject to the following conditions:
1741
+
1742
+ The above copyright notice and this permission notice shall be included in all
1743
+ copies or substantial portions of the Software.
1744
+
1745
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1746
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1747
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1748
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1749
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1750
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1751
+ SOFTWARE.
1752
+
1753
+
1754
+ ngx-take-until-destroy
1755
+ MIT
1756
+
1757
+ ngx-text-diff
1758
+ MIT
1759
+ MIT License
1760
+
1761
+ Copyright (c) 2018 Alfredo Benassi
1762
+
1763
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1764
+ of this software and associated documentation files (the "Software"), to deal
1765
+ in the Software without restriction, including without limitation the rights
1766
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1767
+ copies of the Software, and to permit persons to whom the Software is
1768
+ furnished to do so, subject to the following conditions:
1769
+
1770
+ The above copyright notice and this permission notice shall be included in all
1771
+ copies or substantial portions of the Software.
1772
+
1773
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1774
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1775
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1776
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1777
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1778
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1779
+ SOFTWARE.
1780
+
1781
+
1782
+ postcss-value-parser
1783
+ MIT
1784
+ Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
1785
+
1786
+ Permission is hereby granted, free of charge, to any person
1787
+ obtaining a copy of this software and associated documentation
1788
+ files (the "Software"), to deal in the Software without
1789
+ restriction, including without limitation the rights to use,
1790
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
1791
+ copies of the Software, and to permit persons to whom the
1792
+ Software is furnished to do so, subject to the following
1793
+ conditions:
1794
+
1795
+ The above copyright notice and this permission notice shall be
1796
+ included in all copies or substantial portions of the Software.
1797
+
1798
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1799
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1800
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1801
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1802
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1803
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1804
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1805
+ OTHER DEALINGS IN THE SOFTWARE.
1806
+
1807
+
1808
+ process
1809
+ MIT
1810
+ (The MIT License)
1811
+
1812
+ Copyright (c) 2013 Roman Shtylman <shtylman@gmail.com>
1813
+
1814
+ Permission is hereby granted, free of charge, to any person obtaining
1815
+ a copy of this software and associated documentation files (the
1816
+ 'Software'), to deal in the Software without restriction, including
1817
+ without limitation the rights to use, copy, modify, merge, publish,
1818
+ distribute, sublicense, and/or sell copies of the Software, and to
1819
+ permit persons to whom the Software is furnished to do so, subject to
1820
+ the following conditions:
1821
+
1822
+ The above copyright notice and this permission notice shall be
1823
+ included in all copies or substantial portions of the Software.
1824
+
1825
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1826
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1827
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1828
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1829
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1830
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1831
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1832
+
1833
+
1834
+ querystringify
1835
+ MIT
1836
+ The MIT License (MIT)
1837
+
1838
+ Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
1839
+
1840
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1841
+ of this software and associated documentation files (the "Software"), to deal
1842
+ in the Software without restriction, including without limitation the rights
1843
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1844
+ copies of the Software, and to permit persons to whom the Software is
1845
+ furnished to do so, subject to the following conditions:
1846
+
1847
+ The above copyright notice and this permission notice shall be included in all
1848
+ copies or substantial portions of the Software.
1849
+
1850
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1851
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1852
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1853
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1854
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1855
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1856
+ SOFTWARE.
1857
+
1858
+
1859
+
1860
+ reduce-css-calc
1861
+ MIT
1862
+ The MIT License (MIT)
1863
+
1864
+ Copyright (c) 2014 Maxime Thirouin & Joakim Bengtson
1865
+
1866
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1867
+ this software and associated documentation files (the "Software"), to deal in
1868
+ the Software without restriction, including without limitation the rights to
1869
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1870
+ the Software, and to permit persons to whom the Software is furnished to do so,
1871
+ subject to the following conditions:
1872
+
1873
+ The above copyright notice and this permission notice shall be included in all
1874
+ copies or substantial portions of the Software.
1875
+
1876
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1877
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1878
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1879
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1880
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1881
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1882
+
1883
+
1884
+ regenerator-runtime
1885
+ MIT
1886
+ MIT License
1887
+
1888
+ Copyright (c) 2014-present, Facebook, Inc.
1889
+
1890
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1891
+ of this software and associated documentation files (the "Software"), to deal
1892
+ in the Software without restriction, including without limitation the rights
1893
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1894
+ copies of the Software, and to permit persons to whom the Software is
1895
+ furnished to do so, subject to the following conditions:
1896
+
1897
+ The above copyright notice and this permission notice shall be included in all
1898
+ copies or substantial portions of the Software.
1899
+
1900
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1901
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1902
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1903
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1904
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1905
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1906
+ SOFTWARE.
1907
+
1908
+
1909
+ requires-port
1910
+ MIT
1911
+ The MIT License (MIT)
1912
+
1913
+ Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
1914
+
1915
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1916
+ of this software and associated documentation files (the "Software"), to deal
1917
+ in the Software without restriction, including without limitation the rights
1918
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1919
+ copies of the Software, and to permit persons to whom the Software is
1920
+ furnished to do so, subject to the following conditions:
1921
+
1922
+ The above copyright notice and this permission notice shall be included in all
1923
+ copies or substantial portions of the Software.
1924
+
1925
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1926
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1927
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1928
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1929
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1930
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1931
+ SOFTWARE.
1932
+
1933
+
1934
+
1935
+ resize-observer-polyfill
1936
+ MIT
1937
+ The MIT License (MIT)
1938
+
1939
+ Copyright (c) 2016 Denis Rul
1940
+
1941
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1942
+ of this software and associated documentation files (the "Software"), to deal
1943
+ in the Software without restriction, including without limitation the rights
1944
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1945
+ copies of the Software, and to permit persons to whom the Software is
1946
+ furnished to do so, subject to the following conditions:
1947
+
1948
+ The above copyright notice and this permission notice shall be included in all
1949
+ copies or substantial portions of the Software.
1950
+
1951
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1952
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1953
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1954
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1955
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1956
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1957
+ SOFTWARE.
1958
+
1959
+
1960
+ rxjs
1961
+ Apache-2.0
1962
+ Apache License
1963
+ Version 2.0, January 2004
1964
+ http://www.apache.org/licenses/
1965
+
1966
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1967
+
1968
+ 1. Definitions.
1969
+
1970
+ "License" shall mean the terms and conditions for use, reproduction,
1971
+ and distribution as defined by Sections 1 through 9 of this document.
1972
+
1973
+ "Licensor" shall mean the copyright owner or entity authorized by
1974
+ the copyright owner that is granting the License.
1975
+
1976
+ "Legal Entity" shall mean the union of the acting entity and all
1977
+ other entities that control, are controlled by, or are under common
1978
+ control with that entity. For the purposes of this definition,
1979
+ "control" means (i) the power, direct or indirect, to cause the
1980
+ direction or management of such entity, whether by contract or
1981
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1982
+ outstanding shares, or (iii) beneficial ownership of such entity.
1983
+
1984
+ "You" (or "Your") shall mean an individual or Legal Entity
1985
+ exercising permissions granted by this License.
1986
+
1987
+ "Source" form shall mean the preferred form for making modifications,
1988
+ including but not limited to software source code, documentation
1989
+ source, and configuration files.
1990
+
1991
+ "Object" form shall mean any form resulting from mechanical
1992
+ transformation or translation of a Source form, including but
1993
+ not limited to compiled object code, generated documentation,
1994
+ and conversions to other media types.
1995
+
1996
+ "Work" shall mean the work of authorship, whether in Source or
1997
+ Object form, made available under the License, as indicated by a
1998
+ copyright notice that is included in or attached to the work
1999
+ (an example is provided in the Appendix below).
2000
+
2001
+ "Derivative Works" shall mean any work, whether in Source or Object
2002
+ form, that is based on (or derived from) the Work and for which the
2003
+ editorial revisions, annotations, elaborations, or other modifications
2004
+ represent, as a whole, an original work of authorship. For the purposes
2005
+ of this License, Derivative Works shall not include works that remain
2006
+ separable from, or merely link (or bind by name) to the interfaces of,
2007
+ the Work and Derivative Works thereof.
2008
+
2009
+ "Contribution" shall mean any work of authorship, including
2010
+ the original version of the Work and any modifications or additions
2011
+ to that Work or Derivative Works thereof, that is intentionally
2012
+ submitted to Licensor for inclusion in the Work by the copyright owner
2013
+ or by an individual or Legal Entity authorized to submit on behalf of
2014
+ the copyright owner. For the purposes of this definition, "submitted"
2015
+ means any form of electronic, verbal, or written communication sent
2016
+ to the Licensor or its representatives, including but not limited to
2017
+ communication on electronic mailing lists, source code control systems,
2018
+ and issue tracking systems that are managed by, or on behalf of, the
2019
+ Licensor for the purpose of discussing and improving the Work, but
2020
+ excluding communication that is conspicuously marked or otherwise
2021
+ designated in writing by the copyright owner as "Not a Contribution."
2022
+
2023
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2024
+ on behalf of whom a Contribution has been received by Licensor and
2025
+ subsequently incorporated within the Work.
2026
+
2027
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2028
+ this License, each Contributor hereby grants to You a perpetual,
2029
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2030
+ copyright license to reproduce, prepare Derivative Works of,
2031
+ publicly display, publicly perform, sublicense, and distribute the
2032
+ Work and such Derivative Works in Source or Object form.
2033
+
2034
+ 3. Grant of Patent License. Subject to the terms and conditions of
2035
+ this License, each Contributor hereby grants to You a perpetual,
2036
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2037
+ (except as stated in this section) patent license to make, have made,
2038
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2039
+ where such license applies only to those patent claims licensable
2040
+ by such Contributor that are necessarily infringed by their
2041
+ Contribution(s) alone or by combination of their Contribution(s)
2042
+ with the Work to which such Contribution(s) was submitted. If You
2043
+ institute patent litigation against any entity (including a
2044
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2045
+ or a Contribution incorporated within the Work constitutes direct
2046
+ or contributory patent infringement, then any patent licenses
2047
+ granted to You under this License for that Work shall terminate
2048
+ as of the date such litigation is filed.
2049
+
2050
+ 4. Redistribution. You may reproduce and distribute copies of the
2051
+ Work or Derivative Works thereof in any medium, with or without
2052
+ modifications, and in Source or Object form, provided that You
2053
+ meet the following conditions:
2054
+
2055
+ (a) You must give any other recipients of the Work or
2056
+ Derivative Works a copy of this License; and
2057
+
2058
+ (b) You must cause any modified files to carry prominent notices
2059
+ stating that You changed the files; and
2060
+
2061
+ (c) You must retain, in the Source form of any Derivative Works
2062
+ that You distribute, all copyright, patent, trademark, and
2063
+ attribution notices from the Source form of the Work,
2064
+ excluding those notices that do not pertain to any part of
2065
+ the Derivative Works; and
2066
+
2067
+ (d) If the Work includes a "NOTICE" text file as part of its
2068
+ distribution, then any Derivative Works that You distribute must
2069
+ include a readable copy of the attribution notices contained
2070
+ within such NOTICE file, excluding those notices that do not
2071
+ pertain to any part of the Derivative Works, in at least one
2072
+ of the following places: within a NOTICE text file distributed
2073
+ as part of the Derivative Works; within the Source form or
2074
+ documentation, if provided along with the Derivative Works; or,
2075
+ within a display generated by the Derivative Works, if and
2076
+ wherever such third-party notices normally appear. The contents
2077
+ of the NOTICE file are for informational purposes only and
2078
+ do not modify the License. You may add Your own attribution
2079
+ notices within Derivative Works that You distribute, alongside
2080
+ or as an addendum to the NOTICE text from the Work, provided
2081
+ that such additional attribution notices cannot be construed
2082
+ as modifying the License.
2083
+
2084
+ You may add Your own copyright statement to Your modifications and
2085
+ may provide additional or different license terms and conditions
2086
+ for use, reproduction, or distribution of Your modifications, or
2087
+ for any such Derivative Works as a whole, provided Your use,
2088
+ reproduction, and distribution of the Work otherwise complies with
2089
+ the conditions stated in this License.
2090
+
2091
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2092
+ any Contribution intentionally submitted for inclusion in the Work
2093
+ by You to the Licensor shall be under the terms and conditions of
2094
+ this License, without any additional terms or conditions.
2095
+ Notwithstanding the above, nothing herein shall supersede or modify
2096
+ the terms of any separate license agreement you may have executed
2097
+ with Licensor regarding such Contributions.
2098
+
2099
+ 6. Trademarks. This License does not grant permission to use the trade
2100
+ names, trademarks, service marks, or product names of the Licensor,
2101
+ except as required for reasonable and customary use in describing the
2102
+ origin of the Work and reproducing the content of the NOTICE file.
2103
+
2104
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2105
+ agreed to in writing, Licensor provides the Work (and each
2106
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2107
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2108
+ implied, including, without limitation, any warranties or conditions
2109
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2110
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2111
+ appropriateness of using or redistributing the Work and assume any
2112
+ risks associated with Your exercise of permissions under this License.
2113
+
2114
+ 8. Limitation of Liability. In no event and under no legal theory,
2115
+ whether in tort (including negligence), contract, or otherwise,
2116
+ unless required by applicable law (such as deliberate and grossly
2117
+ negligent acts) or agreed to in writing, shall any Contributor be
2118
+ liable to You for damages, including any direct, indirect, special,
2119
+ incidental, or consequential damages of any character arising as a
2120
+ result of this License or out of the use or inability to use the
2121
+ Work (including but not limited to damages for loss of goodwill,
2122
+ work stoppage, computer failure or malfunction, or any and all
2123
+ other commercial damages or losses), even if such Contributor
2124
+ has been advised of the possibility of such damages.
2125
+
2126
+ 9. Accepting Warranty or Additional Liability. While redistributing
2127
+ the Work or Derivative Works thereof, You may choose to offer,
2128
+ and charge a fee for, acceptance of support, warranty, indemnity,
2129
+ or other liability obligations and/or rights consistent with this
2130
+ License. However, in accepting such obligations, You may act only
2131
+ on Your own behalf and on Your sole responsibility, not on behalf
2132
+ of any other Contributor, and only if You agree to indemnify,
2133
+ defend, and hold each Contributor harmless for any liability
2134
+ incurred by, or claims asserted against, such Contributor by reason
2135
+ of your accepting any such warranty or additional liability.
2136
+
2137
+ END OF TERMS AND CONDITIONS
2138
+
2139
+ APPENDIX: How to apply the Apache License to your work.
2140
+
2141
+ To apply the Apache License to your work, attach the following
2142
+ boilerplate notice, with the fields enclosed by brackets "[]"
2143
+ replaced with your own identifying information. (Don't include
2144
+ the brackets!) The text should be enclosed in the appropriate
2145
+ comment syntax for the file format. We also recommend that a
2146
+ file or class name and description of purpose be included on the
2147
+ same "printed page" as the copyright notice for easier
2148
+ identification within third-party archives.
2149
+
2150
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
2151
+
2152
+ Licensed under the Apache License, Version 2.0 (the "License");
2153
+ you may not use this file except in compliance with the License.
2154
+ You may obtain a copy of the License at
2155
+
2156
+ http://www.apache.org/licenses/LICENSE-2.0
2157
+
2158
+ Unless required by applicable law or agreed to in writing, software
2159
+ distributed under the License is distributed on an "AS IS" BASIS,
2160
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2161
+ See the License for the specific language governing permissions and
2162
+ limitations under the License.
2163
+
2164
+
2165
+
2166
+ setimmediate
2167
+ MIT
2168
+ Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic Denicola
2169
+
2170
+ Permission is hereby granted, free of charge, to any person obtaining
2171
+ a copy of this software and associated documentation files (the
2172
+ "Software"), to deal in the Software without restriction, including
2173
+ without limitation the rights to use, copy, modify, merge, publish,
2174
+ distribute, sublicense, and/or sell copies of the Software, and to
2175
+ permit persons to whom the Software is furnished to do so, subject to
2176
+ the following conditions:
2177
+
2178
+ The above copyright notice and this permission notice shall be
2179
+ included in all copies or substantial portions of the Software.
2180
+
2181
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2182
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2183
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2184
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2185
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2186
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2187
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2188
+
2189
+
2190
+ simple-swizzle
2191
+ MIT
2192
+ The MIT License (MIT)
2193
+
2194
+ Copyright (c) 2015 Josh Junon
2195
+
2196
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2197
+ of this software and associated documentation files (the "Software"), to deal
2198
+ in the Software without restriction, including without limitation the rights
2199
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2200
+ copies of the Software, and to permit persons to whom the Software is
2201
+ furnished to do so, subject to the following conditions:
2202
+
2203
+ The above copyright notice and this permission notice shall be included in
2204
+ all copies or substantial portions of the Software.
2205
+
2206
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2207
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2208
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2209
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2210
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2211
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2212
+ THE SOFTWARE.
2213
+
2214
+
2215
+ simplebar
2216
+ MIT
2217
+ The MIT License (MIT)
2218
+
2219
+ Copyright (c) 2015 Jonathan Nicol
2220
+
2221
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2222
+ of this software and associated documentation files (the "Software"), to deal
2223
+ in the Software without restriction, including without limitation the rights
2224
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2225
+ copies of the Software, and to permit persons to whom the Software is
2226
+ furnished to do so, subject to the following conditions:
2227
+
2228
+ The above copyright notice and this permission notice shall be included in all
2229
+ copies or substantial portions of the Software.
2230
+
2231
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2232
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2233
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2234
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2235
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2236
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2237
+ SOFTWARE.
2238
+
2239
+ supports-color
2240
+ MIT
2241
+ MIT License
2242
+
2243
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2244
+
2245
+ 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:
2246
+
2247
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2248
+
2249
+ 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.
2250
+
2251
+
2252
+ tailwindcss
2253
+ MIT
2254
+ MIT License
2255
+
2256
+ Copyright (c) Adam Wathan <adam.wathan@gmail.com>
2257
+ Copyright (c) Jonathan Reinink <jonathan@reinink.ca>
2258
+
2259
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2260
+ of this software and associated documentation files (the "Software"), to deal
2261
+ in the Software without restriction, including without limitation the rights
2262
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2263
+ copies of the Software, and to permit persons to whom the Software is
2264
+ furnished to do so, subject to the following conditions:
2265
+
2266
+ The above copyright notice and this permission notice shall be included in all
2267
+ copies or substantial portions of the Software.
2268
+
2269
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2270
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2271
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2272
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2273
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2274
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2275
+ SOFTWARE.
2276
+
2277
+
2278
+ timers-browserify
2279
+ MIT
2280
+ # timers-browserify
2281
+
2282
+ This project uses the [MIT](http://jryans.mit-license.org/) license:
2283
+
2284
+ Copyright © 2012 J. Ryan Stinnett <jryans@gmail.com>
2285
+
2286
+ Permission is hereby granted, free of charge, to any person obtaining a
2287
+ copy of this software and associated documentation files (the “Software”),
2288
+ to deal in the Software without restriction, including without limitation
2289
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
2290
+ and/or sell copies of the Software, and to permit persons to whom the
2291
+ Software is furnished to do so, subject to the following conditions:
2292
+
2293
+ The above copyright notice and this permission notice shall be included in
2294
+ all copies or substantial portions of the Software.
2295
+
2296
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2297
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2298
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2299
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2300
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2301
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2302
+ DEALINGS IN THE SOFTWARE.
2303
+
2304
+ # lib/node
2305
+
2306
+ The `lib/node` directory borrows files from joyent/node which uses the following license:
2307
+
2308
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
2309
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2310
+ of this software and associated documentation files (the "Software"), to
2311
+ deal in the Software without restriction, including without limitation the
2312
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2313
+ sell copies of the Software, and to permit persons to whom the Software is
2314
+ furnished to do so, subject to the following conditions:
2315
+
2316
+ The above copyright notice and this permission notice shall be included in
2317
+ all copies or substantial portions of the Software.
2318
+
2319
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2320
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2321
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2322
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2323
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2324
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2325
+ IN THE SOFTWARE.
2326
+
2327
+
2328
+ ts-md5
2329
+ MIT
2330
+
2331
+ tslib
2332
+ 0BSD
2333
+ Copyright (c) Microsoft Corporation.
2334
+
2335
+ Permission to use, copy, modify, and/or distribute this software for any
2336
+ purpose with or without fee is hereby granted.
2337
+
2338
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2339
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2340
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2341
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2342
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2343
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2344
+ PERFORMANCE OF THIS SOFTWARE.
2345
+
2346
+ url-parse
2347
+ MIT
2348
+ The MIT License (MIT)
2349
+
2350
+ Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
2351
+
2352
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2353
+ of this software and associated documentation files (the "Software"), to deal
2354
+ in the Software without restriction, including without limitation the rights
2355
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2356
+ copies of the Software, and to permit persons to whom the Software is
2357
+ furnished to do so, subject to the following conditions:
2358
+
2359
+ The above copyright notice and this permission notice shall be included in all
2360
+ copies or substantial portions of the Software.
2361
+
2362
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2363
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2364
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2365
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2366
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2367
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2368
+ SOFTWARE.
2369
+
2370
+
2371
+
2372
+ webpack
2373
+ MIT
2374
+ Copyright JS Foundation and other contributors
2375
+
2376
+ Permission is hereby granted, free of charge, to any person obtaining
2377
+ a copy of this software and associated documentation files (the
2378
+ 'Software'), to deal in the Software without restriction, including
2379
+ without limitation the rights to use, copy, modify, merge, publish,
2380
+ distribute, sublicense, and/or sell copies of the Software, and to
2381
+ permit persons to whom the Software is furnished to do so, subject to
2382
+ the following conditions:
2383
+
2384
+ The above copyright notice and this permission notice shall be
2385
+ included in all copies or substantial portions of the Software.
2386
+
2387
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2388
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2389
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2390
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2391
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2392
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2393
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2394
+
2395
+
2396
+ zone.js
2397
+ MIT
2398
+ The MIT License
2399
+
2400
+ Copyright (c) 2010-2020 Google LLC. http://angular.io/license
2401
+
2402
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2403
+ of this software and associated documentation files (the "Software"), to deal
2404
+ in the Software without restriction, including without limitation the rights
2405
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2406
+ copies of the Software, and to permit persons to whom the Software is
2407
+ furnished to do so, subject to the following conditions:
2408
+
2409
+ The above copyright notice and this permission notice shall be included in
2410
+ all copies or substantial portions of the Software.
2411
+
2412
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2413
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2414
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2415
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2416
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2417
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2418
+ THE SOFTWARE.