blazer 2.6.5 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/LICENSE.txt +1 -1
- data/README.md +13 -28
- data/app/assets/javascripts/blazer/ace/ace.js +7235 -8906
- data/app/assets/javascripts/blazer/ace/ext-language_tools.js +762 -774
- data/app/assets/javascripts/blazer/ace/mode-sql.js +177 -72
- data/app/assets/javascripts/blazer/ace/snippets/sql.js +5 -29
- data/app/assets/javascripts/blazer/ace/snippets/text.js +1 -6
- data/app/assets/javascripts/blazer/ace/theme-twilight.js +8 -106
- data/app/assets/javascripts/blazer/application.js +9 -6
- data/app/assets/javascripts/blazer/chart.umd.js +13 -0
- data/app/assets/javascripts/blazer/chartjs-adapter-date-fns.bundle.js +6322 -0
- data/app/assets/javascripts/blazer/chartkick.js +1020 -914
- data/app/assets/javascripts/blazer/highlight.min.js +466 -3
- data/app/assets/javascripts/blazer/mapkick.bundle.js +1029 -0
- data/app/assets/javascripts/blazer/moment-timezone-with-data.js +39 -38
- data/app/assets/javascripts/blazer/moment.js +105 -88
- data/app/assets/javascripts/blazer/queries.js +10 -1
- data/app/assets/javascripts/blazer/rails-ujs.js +746 -0
- data/app/assets/javascripts/blazer/vue.global.prod.js +1 -0
- data/app/assets/stylesheets/blazer/bootstrap.css +1 -1
- data/app/assets/stylesheets/blazer/selectize.css +1 -1
- data/app/controllers/blazer/base_controller.rb +85 -84
- data/app/controllers/blazer/checks_controller.rb +6 -6
- data/app/controllers/blazer/dashboards_controller.rb +24 -24
- data/app/controllers/blazer/queries_controller.rb +208 -186
- data/app/controllers/blazer/uploads_controller.rb +49 -49
- data/app/helpers/blazer/base_helper.rb +0 -4
- data/app/models/blazer/query.rb +1 -12
- data/app/views/blazer/checks/index.html.erb +1 -1
- data/app/views/blazer/dashboards/_form.html.erb +11 -5
- data/app/views/blazer/queries/_form.html.erb +19 -14
- data/app/views/blazer/queries/docs.html.erb +11 -1
- data/app/views/blazer/queries/home.html.erb +9 -6
- data/app/views/blazer/queries/run.html.erb +17 -32
- data/app/views/blazer/queries/show.html.erb +12 -20
- data/app/views/layouts/blazer/application.html.erb +1 -5
- data/lib/blazer/adapters/sql_adapter.rb +1 -1
- data/lib/blazer/adapters.rb +17 -0
- data/lib/blazer/anomaly_detectors.rb +22 -0
- data/lib/blazer/data_source.rb +29 -40
- data/lib/blazer/engine.rb +11 -9
- data/lib/blazer/forecasters.rb +7 -0
- data/lib/blazer/result.rb +13 -71
- data/lib/blazer/result_cache.rb +71 -0
- data/lib/blazer/run_statement.rb +3 -2
- data/lib/blazer/run_statement_job.rb +2 -2
- data/lib/blazer/statement.rb +3 -1
- data/lib/blazer/version.rb +1 -1
- data/lib/blazer.rb +51 -53
- data/licenses/LICENSE-chart.js.txt +1 -1
- data/licenses/LICENSE-chartjs-adapter-date-fns.txt +9 -0
- data/licenses/LICENSE-chartkick.js.txt +1 -1
- data/licenses/LICENSE-date-fns.txt +21 -0
- data/licenses/LICENSE-kurkle-color.txt +9 -0
- data/licenses/LICENSE-mapkick-bundle.txt +1029 -0
- data/licenses/{LICENSE-jquery-ujs.txt → LICENSE-rails-ujs.txt} +1 -1
- data/licenses/LICENSE-vue.txt +1 -1
- metadata +26 -18
- data/app/assets/javascripts/blazer/Chart.js +0 -16172
- data/app/assets/javascripts/blazer/jquery-ujs.js +0 -555
- data/app/assets/javascripts/blazer/vue.js +0 -12014
- data/lib/blazer/adapters/mongodb_adapter.rb +0 -43
- data/lib/blazer/detect_anomalies.R +0 -19
@@ -0,0 +1,1029 @@
|
|
1
|
+
================================================================================
|
2
|
+
Mapkick.js 0.2.3
|
3
|
+
================================================================================
|
4
|
+
|
5
|
+
Copyright (c) 2017-2023 Andrew Kane
|
6
|
+
|
7
|
+
MIT License
|
8
|
+
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
10
|
+
a copy of this software and associated documentation files (the
|
11
|
+
"Software"), to deal in the Software without restriction, including
|
12
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
13
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
14
|
+
permit persons to whom the Software is furnished to do so, subject to
|
15
|
+
the following conditions:
|
16
|
+
|
17
|
+
The above copyright notice and this permission notice shall be
|
18
|
+
included in all copies or substantial portions of the Software.
|
19
|
+
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
21
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
22
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
23
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
24
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
25
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
26
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
27
|
+
|
28
|
+
================================================================================
|
29
|
+
@mapbox/geojson-rewind 0.5.0
|
30
|
+
================================================================================
|
31
|
+
|
32
|
+
Copyright (c) 2020, Mapbox
|
33
|
+
|
34
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
35
|
+
purpose with or without fee is hereby granted, provided that the above
|
36
|
+
copyright notice and this permission notice appear in all copies.
|
37
|
+
|
38
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
39
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
40
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
41
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
42
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
|
+
PERFORMANCE OF THIS SOFTWARE.
|
45
|
+
|
46
|
+
================================================================================
|
47
|
+
@mapbox/geojson-types 1.0.2
|
48
|
+
================================================================================
|
49
|
+
|
50
|
+
MIT License
|
51
|
+
|
52
|
+
Copyright (c) 2018 Mapbox
|
53
|
+
|
54
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
55
|
+
of this software and associated documentation files (the "Software"), to deal
|
56
|
+
in the Software without restriction, including without limitation the rights
|
57
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
58
|
+
copies of the Software, and to permit persons to whom the Software is
|
59
|
+
furnished to do so, subject to the following conditions:
|
60
|
+
|
61
|
+
The above copyright notice and this permission notice shall be included in all
|
62
|
+
copies or substantial portions of the Software.
|
63
|
+
|
64
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
65
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
66
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
67
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
68
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
69
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
70
|
+
SOFTWARE.
|
71
|
+
|
72
|
+
================================================================================
|
73
|
+
@mapbox/jsonlint-lines-primitives 2.0.2
|
74
|
+
================================================================================
|
75
|
+
|
76
|
+
MIT License
|
77
|
+
|
78
|
+
Copyright (C) 2012 Zachary Carter
|
79
|
+
|
80
|
+
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:
|
81
|
+
|
82
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
83
|
+
|
84
|
+
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.
|
85
|
+
|
86
|
+
================================================================================
|
87
|
+
@mapbox/mapbox-gl-supported 1.5.0
|
88
|
+
================================================================================
|
89
|
+
|
90
|
+
BSD 3-Clause License
|
91
|
+
|
92
|
+
Copyright (c) 2017, Mapbox
|
93
|
+
All rights reserved.
|
94
|
+
|
95
|
+
Redistribution and use in source and binary forms, with or without
|
96
|
+
modification, are permitted provided that the following conditions are met:
|
97
|
+
|
98
|
+
* Redistributions of source code must retain the above copyright notice, this
|
99
|
+
list of conditions and the following disclaimer.
|
100
|
+
|
101
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
102
|
+
this list of conditions and the following disclaimer in the documentation
|
103
|
+
and/or other materials provided with the distribution.
|
104
|
+
|
105
|
+
* Neither the name of the copyright holder nor the names of its
|
106
|
+
contributors may be used to endorse or promote products derived from
|
107
|
+
this software without specific prior written permission.
|
108
|
+
|
109
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
110
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
111
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
112
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
113
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
114
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
115
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
116
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
117
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
118
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
119
|
+
|
120
|
+
================================================================================
|
121
|
+
@mapbox/point-geometry 0.1.0
|
122
|
+
================================================================================
|
123
|
+
|
124
|
+
Copyright (c) 2015, Mapbox <>
|
125
|
+
|
126
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
127
|
+
purpose with or without fee is hereby granted, provided that the above
|
128
|
+
copyright notice and this permission notice appear in all copies.
|
129
|
+
|
130
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
131
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
132
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
133
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
134
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
135
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
136
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
137
|
+
|
138
|
+
================================================================================
|
139
|
+
@mapbox/tiny-sdf 1.1.1
|
140
|
+
================================================================================
|
141
|
+
|
142
|
+
Copyright © 2016-2017 Mapbox, Inc.
|
143
|
+
This code available under the terms of the BSD 2-Clause license.
|
144
|
+
|
145
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
146
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
147
|
+
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.
|
148
|
+
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.
|
149
|
+
|
150
|
+
================================================================================
|
151
|
+
@mapbox/unitbezier 0.0.0
|
152
|
+
================================================================================
|
153
|
+
|
154
|
+
BSD-2-Clause
|
155
|
+
|
156
|
+
Copyright (C) 2008 Apple Inc. All Rights Reserved.
|
157
|
+
|
158
|
+
Redistribution and use in source and binary forms, with or without
|
159
|
+
modification, are permitted provided that the following conditions
|
160
|
+
are met:
|
161
|
+
|
162
|
+
1. Redistributions of source code must retain the above copyright
|
163
|
+
notice, this list of conditions and the following disclaimer.
|
164
|
+
2. Redistributions in binary form must reproduce the above copyright
|
165
|
+
notice, this list of conditions and the following disclaimer in the
|
166
|
+
documentation and/or other materials provided with the distribution.
|
167
|
+
|
168
|
+
THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
|
169
|
+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
170
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
171
|
+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
|
172
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
173
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
174
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
175
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
176
|
+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
177
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
178
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
179
|
+
|
180
|
+
Ported from Webkit
|
181
|
+
http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/platform/graphics/UnitBezier.h
|
182
|
+
|
183
|
+
================================================================================
|
184
|
+
@mapbox/vector-tile 1.3.1
|
185
|
+
================================================================================
|
186
|
+
|
187
|
+
Copyright (c) 2014, Mapbox
|
188
|
+
|
189
|
+
|
190
|
+
All rights reserved.
|
191
|
+
|
192
|
+
Redistribution and use in source and binary forms, with or without modification,
|
193
|
+
are permitted provided that the following conditions are met:
|
194
|
+
|
195
|
+
* Redistributions of source code must retain the above copyright notice,
|
196
|
+
this list of conditions and the following disclaimer.
|
197
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
198
|
+
this list of conditions and the following disclaimer in the documentation
|
199
|
+
and/or other materials provided with the distribution.
|
200
|
+
* Neither the name of Mapbox nor the names of its contributors
|
201
|
+
may be used to endorse or promote products derived from this software
|
202
|
+
without specific prior written permission.
|
203
|
+
|
204
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
205
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
206
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
207
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
208
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
209
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
210
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
211
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
212
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
213
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
214
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
215
|
+
|
216
|
+
================================================================================
|
217
|
+
@mapbox/whoots-js 3.1.0
|
218
|
+
================================================================================
|
219
|
+
|
220
|
+
ISC License
|
221
|
+
|
222
|
+
Copyright (c) 2017, Mapbox
|
223
|
+
|
224
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
225
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
226
|
+
and this permission notice appear in all copies.
|
227
|
+
|
228
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
229
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
230
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
231
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
232
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
233
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
234
|
+
THIS SOFTWARE.
|
235
|
+
|
236
|
+
================================================================================
|
237
|
+
buffer-from 1.1.1
|
238
|
+
================================================================================
|
239
|
+
|
240
|
+
MIT License
|
241
|
+
|
242
|
+
Copyright (c) 2016, 2018 Linus Unnebäck
|
243
|
+
|
244
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
245
|
+
of this software and associated documentation files (the "Software"), to deal
|
246
|
+
in the Software without restriction, including without limitation the rights
|
247
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
248
|
+
copies of the Software, and to permit persons to whom the Software is
|
249
|
+
furnished to do so, subject to the following conditions:
|
250
|
+
|
251
|
+
The above copyright notice and this permission notice shall be included in all
|
252
|
+
copies or substantial portions of the Software.
|
253
|
+
|
254
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
255
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
256
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
257
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
258
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
259
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
260
|
+
SOFTWARE.
|
261
|
+
|
262
|
+
================================================================================
|
263
|
+
concat-stream 2.0.0
|
264
|
+
================================================================================
|
265
|
+
|
266
|
+
The MIT License
|
267
|
+
|
268
|
+
Copyright (c) 2013 Max Ogden
|
269
|
+
|
270
|
+
Permission is hereby granted, free of charge,
|
271
|
+
to any person obtaining a copy of this software and
|
272
|
+
associated documentation files (the "Software"), to
|
273
|
+
deal in the Software without restriction, including
|
274
|
+
without limitation the rights to use, copy, modify,
|
275
|
+
merge, publish, distribute, sublicense, and/or sell
|
276
|
+
copies of the Software, and to permit persons to whom
|
277
|
+
the Software is furnished to do so,
|
278
|
+
subject to the following conditions:
|
279
|
+
|
280
|
+
The above copyright notice and this permission notice
|
281
|
+
shall be included in all copies or substantial portions of the Software.
|
282
|
+
|
283
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
284
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
285
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
286
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
287
|
+
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
288
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
289
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
290
|
+
|
291
|
+
================================================================================
|
292
|
+
csscolorparser 1.0.3
|
293
|
+
================================================================================
|
294
|
+
|
295
|
+
(c) Dean McNamee <dean@gmail.com>, 2012.
|
296
|
+
|
297
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
298
|
+
of this software and associated documentation files (the "Software"), to
|
299
|
+
deal in the Software without restriction, including without limitation the
|
300
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
301
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
302
|
+
furnished to do so, subject to the following conditions:
|
303
|
+
|
304
|
+
The above copyright notice and this permission notice shall be included in
|
305
|
+
all copies or substantial portions of the Software.
|
306
|
+
|
307
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
308
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
309
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
310
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
311
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
312
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
313
|
+
IN THE SOFTWARE.
|
314
|
+
|
315
|
+
================================================================================
|
316
|
+
earcut 2.2.2
|
317
|
+
================================================================================
|
318
|
+
|
319
|
+
ISC License
|
320
|
+
|
321
|
+
Copyright (c) 2016, Mapbox
|
322
|
+
|
323
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
324
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
325
|
+
and this permission notice appear in all copies.
|
326
|
+
|
327
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
328
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
329
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
330
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
331
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
332
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
333
|
+
THIS SOFTWARE.
|
334
|
+
|
335
|
+
================================================================================
|
336
|
+
geojson-vt 3.2.1
|
337
|
+
================================================================================
|
338
|
+
|
339
|
+
ISC License
|
340
|
+
|
341
|
+
Copyright (c) 2015, Mapbox
|
342
|
+
|
343
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
344
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
345
|
+
and this permission notice appear in all copies.
|
346
|
+
|
347
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
348
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
349
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
350
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
351
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
352
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
353
|
+
THIS SOFTWARE.
|
354
|
+
|
355
|
+
================================================================================
|
356
|
+
gl-matrix 3.2.1
|
357
|
+
================================================================================
|
358
|
+
|
359
|
+
Copyright (c) 2015-2020, Brandon Jones, Colin MacKenzie IV.
|
360
|
+
|
361
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
362
|
+
of this software and associated documentation files (the "Software"), to deal
|
363
|
+
in the Software without restriction, including without limitation the rights
|
364
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
365
|
+
copies of the Software, and to permit persons to whom the Software is
|
366
|
+
furnished to do so, subject to the following conditions:
|
367
|
+
|
368
|
+
The above copyright notice and this permission notice shall be included in
|
369
|
+
all copies or substantial portions of the Software.
|
370
|
+
|
371
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
372
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
373
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
374
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
375
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
376
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
377
|
+
THE SOFTWARE.
|
378
|
+
|
379
|
+
================================================================================
|
380
|
+
grid-index 1.1.0
|
381
|
+
================================================================================
|
382
|
+
|
383
|
+
Copyright (c) 2016, Mapbox
|
384
|
+
|
385
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
386
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
387
|
+
and this permission notice appear in all copies.
|
388
|
+
|
389
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
390
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
391
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
392
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
393
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
394
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
395
|
+
THIS SOFTWARE.
|
396
|
+
|
397
|
+
================================================================================
|
398
|
+
ieee754 1.1.13
|
399
|
+
================================================================================
|
400
|
+
|
401
|
+
Copyright 2008 Fair Oaks Labs, Inc.
|
402
|
+
|
403
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
404
|
+
|
405
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
406
|
+
|
407
|
+
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.
|
408
|
+
|
409
|
+
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.
|
410
|
+
|
411
|
+
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.
|
412
|
+
|
413
|
+
================================================================================
|
414
|
+
inherits 2.0.4
|
415
|
+
================================================================================
|
416
|
+
|
417
|
+
The ISC License
|
418
|
+
|
419
|
+
Copyright (c) Isaac Z. Schlueter
|
420
|
+
|
421
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
422
|
+
purpose with or without fee is hereby granted, provided that the above
|
423
|
+
copyright notice and this permission notice appear in all copies.
|
424
|
+
|
425
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
426
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
427
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
428
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
429
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
430
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
431
|
+
PERFORMANCE OF THIS SOFTWARE.
|
432
|
+
|
433
|
+
================================================================================
|
434
|
+
kdbush 3.0.0
|
435
|
+
================================================================================
|
436
|
+
|
437
|
+
ISC License
|
438
|
+
|
439
|
+
Copyright (c) 2018, Vladimir Agafonkin
|
440
|
+
|
441
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
442
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
443
|
+
and this permission notice appear in all copies.
|
444
|
+
|
445
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
446
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
447
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
448
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
449
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
450
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
451
|
+
THIS SOFTWARE.
|
452
|
+
|
453
|
+
================================================================================
|
454
|
+
mapbox-gl 1.13.3
|
455
|
+
================================================================================
|
456
|
+
|
457
|
+
Copyright (c) 2020, Mapbox
|
458
|
+
|
459
|
+
All rights reserved.
|
460
|
+
|
461
|
+
Redistribution and use in source and binary forms, with or without modification,
|
462
|
+
are permitted provided that the following conditions are met:
|
463
|
+
|
464
|
+
* Redistributions of source code must retain the above copyright notice,
|
465
|
+
this list of conditions and the following disclaimer.
|
466
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
467
|
+
this list of conditions and the following disclaimer in the documentation
|
468
|
+
and/or other materials provided with the distribution.
|
469
|
+
* Neither the name of Mapbox GL JS nor the names of its contributors
|
470
|
+
may be used to endorse or promote products derived from this software
|
471
|
+
without specific prior written permission.
|
472
|
+
|
473
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
474
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
475
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
476
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
477
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
478
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
479
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
480
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
481
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
482
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
483
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
484
|
+
|
485
|
+
|
486
|
+
-------------------------------------------------------------------------------
|
487
|
+
|
488
|
+
Contains code from glfx.js
|
489
|
+
|
490
|
+
Copyright (C) 2011 by Evan Wallace
|
491
|
+
|
492
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
493
|
+
of this software and associated documentation files (the "Software"), to deal
|
494
|
+
in the Software without restriction, including without limitation the rights
|
495
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
496
|
+
copies of the Software, and to permit persons to whom the Software is
|
497
|
+
furnished to do so, subject to the following conditions:
|
498
|
+
|
499
|
+
The above copyright notice and this permission notice shall be included in
|
500
|
+
all copies or substantial portions of the Software.
|
501
|
+
|
502
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
503
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
504
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
505
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
506
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
507
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
508
|
+
THE SOFTWARE.
|
509
|
+
|
510
|
+
--------------------------------------------------------------------------------
|
511
|
+
|
512
|
+
Contains a portion of d3-color https://github.com/d3/d3-color
|
513
|
+
|
514
|
+
Copyright 2010-2016 Mike Bostock
|
515
|
+
All rights reserved.
|
516
|
+
|
517
|
+
Redistribution and use in source and binary forms, with or without modification,
|
518
|
+
are permitted provided that the following conditions are met:
|
519
|
+
|
520
|
+
* Redistributions of source code must retain the above copyright notice, this
|
521
|
+
list of conditions and the following disclaimer.
|
522
|
+
|
523
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
524
|
+
this list of conditions and the following disclaimer in the documentation
|
525
|
+
and/or other materials provided with the distribution.
|
526
|
+
|
527
|
+
* Neither the name of the author nor the names of contributors may be used to
|
528
|
+
endorse or promote products derived from this software without specific prior
|
529
|
+
written permission.
|
530
|
+
|
531
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
532
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
533
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
534
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
535
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
536
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
537
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
538
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
539
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
540
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
541
|
+
|
542
|
+
================================================================================
|
543
|
+
minimist 1.2.5
|
544
|
+
================================================================================
|
545
|
+
|
546
|
+
This software is released under the MIT license:
|
547
|
+
|
548
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
549
|
+
this software and associated documentation files (the "Software"), to deal in
|
550
|
+
the Software without restriction, including without limitation the rights to
|
551
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
552
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
553
|
+
subject to the following conditions:
|
554
|
+
|
555
|
+
The above copyright notice and this permission notice shall be included in all
|
556
|
+
copies or substantial portions of the Software.
|
557
|
+
|
558
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
559
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
560
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
561
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
562
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
563
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
564
|
+
|
565
|
+
================================================================================
|
566
|
+
murmurhash-js 1.0.0
|
567
|
+
================================================================================
|
568
|
+
|
569
|
+
License (MIT)
|
570
|
+
|
571
|
+
Copyright (c) 2011 Gary Court
|
572
|
+
|
573
|
+
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:
|
574
|
+
|
575
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
576
|
+
|
577
|
+
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.
|
578
|
+
|
579
|
+
================================================================================
|
580
|
+
pbf 3.2.1
|
581
|
+
================================================================================
|
582
|
+
|
583
|
+
Copyright (c) 2017, Mapbox
|
584
|
+
All rights reserved.
|
585
|
+
|
586
|
+
Redistribution and use in source and binary forms, with or without
|
587
|
+
modification, are permitted provided that the following conditions are met:
|
588
|
+
|
589
|
+
* Redistributions of source code must retain the above copyright notice, this
|
590
|
+
list of conditions and the following disclaimer.
|
591
|
+
|
592
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
593
|
+
this list of conditions and the following disclaimer in the documentation
|
594
|
+
and/or other materials provided with the distribution.
|
595
|
+
|
596
|
+
* Neither the name of pbf nor the names of its
|
597
|
+
contributors may be used to endorse or promote products derived from
|
598
|
+
this software without specific prior written permission.
|
599
|
+
|
600
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
601
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
602
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
603
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
604
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
605
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
606
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
607
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
608
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
609
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
610
|
+
|
611
|
+
================================================================================
|
612
|
+
potpack 1.0.1
|
613
|
+
================================================================================
|
614
|
+
|
615
|
+
ISC License
|
616
|
+
|
617
|
+
Copyright (c) 2018, Mapbox
|
618
|
+
|
619
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
620
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
621
|
+
and this permission notice appear in all copies.
|
622
|
+
|
623
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
624
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
625
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
626
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
627
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
628
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
629
|
+
THIS SOFTWARE.
|
630
|
+
|
631
|
+
================================================================================
|
632
|
+
protocol-buffers-schema 3.4.0
|
633
|
+
================================================================================
|
634
|
+
|
635
|
+
The MIT License (MIT)
|
636
|
+
|
637
|
+
Copyright (c) 2014 Mathias Buus
|
638
|
+
|
639
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
640
|
+
of this software and associated documentation files (the "Software"), to deal
|
641
|
+
in the Software without restriction, including without limitation the rights
|
642
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
643
|
+
copies of the Software, and to permit persons to whom the Software is
|
644
|
+
furnished to do so, subject to the following conditions:
|
645
|
+
|
646
|
+
The above copyright notice and this permission notice shall be included in
|
647
|
+
all copies or substantial portions of the Software.
|
648
|
+
|
649
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
650
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
651
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
652
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
653
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
654
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
655
|
+
THE SOFTWARE.
|
656
|
+
|
657
|
+
================================================================================
|
658
|
+
quickselect 2.0.0
|
659
|
+
================================================================================
|
660
|
+
|
661
|
+
ISC License
|
662
|
+
|
663
|
+
Copyright (c) 2018, Vladimir Agafonkin
|
664
|
+
|
665
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
666
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
667
|
+
and this permission notice appear in all copies.
|
668
|
+
|
669
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
670
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
671
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
672
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
673
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
674
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
675
|
+
THIS SOFTWARE.
|
676
|
+
|
677
|
+
================================================================================
|
678
|
+
readable-stream 3.6.0
|
679
|
+
================================================================================
|
680
|
+
|
681
|
+
Node.js is licensed for use as follows:
|
682
|
+
|
683
|
+
"""
|
684
|
+
Copyright Node.js contributors. All rights reserved.
|
685
|
+
|
686
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
687
|
+
of this software and associated documentation files (the "Software"), to
|
688
|
+
deal in the Software without restriction, including without limitation the
|
689
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
690
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
691
|
+
furnished to do so, subject to the following conditions:
|
692
|
+
|
693
|
+
The above copyright notice and this permission notice shall be included in
|
694
|
+
all copies or substantial portions of the Software.
|
695
|
+
|
696
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
697
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
698
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
699
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
700
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
701
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
702
|
+
IN THE SOFTWARE.
|
703
|
+
"""
|
704
|
+
|
705
|
+
This license applies to parts of Node.js originating from the
|
706
|
+
https://github.com/joyent/node repository:
|
707
|
+
|
708
|
+
"""
|
709
|
+
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
710
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
711
|
+
of this software and associated documentation files (the "Software"), to
|
712
|
+
deal in the Software without restriction, including without limitation the
|
713
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
714
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
715
|
+
furnished to do so, subject to the following conditions:
|
716
|
+
|
717
|
+
The above copyright notice and this permission notice shall be included in
|
718
|
+
all copies or substantial portions of the Software.
|
719
|
+
|
720
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
721
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
722
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
723
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
724
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
725
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
726
|
+
IN THE SOFTWARE.
|
727
|
+
"""
|
728
|
+
|
729
|
+
================================================================================
|
730
|
+
resolve-protobuf-schema 2.1.0
|
731
|
+
================================================================================
|
732
|
+
|
733
|
+
The MIT License (MIT)
|
734
|
+
|
735
|
+
Copyright (c) 2014 Mathias Buus
|
736
|
+
|
737
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
738
|
+
of this software and associated documentation files (the "Software"), to deal
|
739
|
+
in the Software without restriction, including without limitation the rights
|
740
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
741
|
+
copies of the Software, and to permit persons to whom the Software is
|
742
|
+
furnished to do so, subject to the following conditions:
|
743
|
+
|
744
|
+
The above copyright notice and this permission notice shall be included in
|
745
|
+
all copies or substantial portions of the Software.
|
746
|
+
|
747
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
748
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
749
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
750
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
751
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
752
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
753
|
+
THE SOFTWARE.
|
754
|
+
|
755
|
+
================================================================================
|
756
|
+
rw 1.3.3
|
757
|
+
================================================================================
|
758
|
+
|
759
|
+
Copyright (c) 2014-2016, Michael Bostock
|
760
|
+
All rights reserved.
|
761
|
+
|
762
|
+
Redistribution and use in source and binary forms, with or without
|
763
|
+
modification, are permitted provided that the following conditions are met:
|
764
|
+
|
765
|
+
* Redistributions of source code must retain the above copyright notice, this
|
766
|
+
list of conditions and the following disclaimer.
|
767
|
+
|
768
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
769
|
+
this list of conditions and the following disclaimer in the documentation
|
770
|
+
and/or other materials provided with the distribution.
|
771
|
+
|
772
|
+
* The name Michael Bostock may not be used to endorse or promote products
|
773
|
+
derived from this software without specific prior written permission.
|
774
|
+
|
775
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
776
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
777
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
778
|
+
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
|
779
|
+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
780
|
+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
781
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
782
|
+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
783
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
784
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
785
|
+
|
786
|
+
================================================================================
|
787
|
+
safe-buffer 5.2.0
|
788
|
+
================================================================================
|
789
|
+
|
790
|
+
The MIT License (MIT)
|
791
|
+
|
792
|
+
Copyright (c) Feross Aboukhadijeh
|
793
|
+
|
794
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
795
|
+
of this software and associated documentation files (the "Software"), to deal
|
796
|
+
in the Software without restriction, including without limitation the rights
|
797
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
798
|
+
copies of the Software, and to permit persons to whom the Software is
|
799
|
+
furnished to do so, subject to the following conditions:
|
800
|
+
|
801
|
+
The above copyright notice and this permission notice shall be included in
|
802
|
+
all copies or substantial portions of the Software.
|
803
|
+
|
804
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
805
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
806
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
807
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
808
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
809
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
810
|
+
THE SOFTWARE.
|
811
|
+
|
812
|
+
================================================================================
|
813
|
+
string_decoder 1.3.0
|
814
|
+
================================================================================
|
815
|
+
|
816
|
+
Node.js is licensed for use as follows:
|
817
|
+
|
818
|
+
"""
|
819
|
+
Copyright Node.js contributors. All rights reserved.
|
820
|
+
|
821
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
822
|
+
of this software and associated documentation files (the "Software"), to
|
823
|
+
deal in the Software without restriction, including without limitation the
|
824
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
825
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
826
|
+
furnished to do so, subject to the following conditions:
|
827
|
+
|
828
|
+
The above copyright notice and this permission notice shall be included in
|
829
|
+
all copies or substantial portions of the Software.
|
830
|
+
|
831
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
832
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
833
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
834
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
835
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
836
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
837
|
+
IN THE SOFTWARE.
|
838
|
+
"""
|
839
|
+
|
840
|
+
This license applies to parts of Node.js originating from the
|
841
|
+
https://github.com/joyent/node repository:
|
842
|
+
|
843
|
+
"""
|
844
|
+
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
845
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
846
|
+
of this software and associated documentation files (the "Software"), to
|
847
|
+
deal in the Software without restriction, including without limitation the
|
848
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
849
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
850
|
+
furnished to do so, subject to the following conditions:
|
851
|
+
|
852
|
+
The above copyright notice and this permission notice shall be included in
|
853
|
+
all copies or substantial portions of the Software.
|
854
|
+
|
855
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
856
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
857
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
858
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
859
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
860
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
861
|
+
IN THE SOFTWARE.
|
862
|
+
"""
|
863
|
+
|
864
|
+
================================================================================
|
865
|
+
supercluster 7.1.0
|
866
|
+
================================================================================
|
867
|
+
|
868
|
+
ISC License
|
869
|
+
|
870
|
+
Copyright (c) 2016, Mapbox
|
871
|
+
|
872
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
873
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
874
|
+
and this permission notice appear in all copies.
|
875
|
+
|
876
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
877
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
878
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
879
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
880
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
881
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
882
|
+
THIS SOFTWARE.
|
883
|
+
|
884
|
+
================================================================================
|
885
|
+
tinyqueue 2.0.3
|
886
|
+
================================================================================
|
887
|
+
|
888
|
+
ISC License
|
889
|
+
|
890
|
+
Copyright (c) 2017, Vladimir Agafonkin
|
891
|
+
|
892
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
893
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
894
|
+
and this permission notice appear in all copies.
|
895
|
+
|
896
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
897
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
898
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
899
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
900
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
901
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
902
|
+
THIS SOFTWARE.
|
903
|
+
|
904
|
+
================================================================================
|
905
|
+
typedarray 0.0.6
|
906
|
+
================================================================================
|
907
|
+
|
908
|
+
/*
|
909
|
+
Copyright (c) 2010, Linden Research, Inc.
|
910
|
+
Copyright (c) 2012, Joshua Bell
|
911
|
+
|
912
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
913
|
+
of this software and associated documentation files (the "Software"), to deal
|
914
|
+
in the Software without restriction, including without limitation the rights
|
915
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
916
|
+
copies of the Software, and to permit persons to whom the Software is
|
917
|
+
furnished to do so, subject to the following conditions:
|
918
|
+
|
919
|
+
The above copyright notice and this permission notice shall be included in
|
920
|
+
all copies or substantial portions of the Software.
|
921
|
+
|
922
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
923
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
924
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
925
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
926
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
927
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
928
|
+
THE SOFTWARE.
|
929
|
+
$/LicenseInfo$
|
930
|
+
*/
|
931
|
+
|
932
|
+
// Original can be found at:
|
933
|
+
// https://bitbucket.org/lindenlab/llsd
|
934
|
+
// Modifications by Joshua Bell inexorabletash@gmail.com
|
935
|
+
// https://github.com/inexorabletash/polyfill
|
936
|
+
|
937
|
+
// ES3/ES5 implementation of the Krhonos Typed Array Specification
|
938
|
+
// Ref: http://www.khronos.org/registry/typedarray/specs/latest/
|
939
|
+
// Date: 2011-02-01
|
940
|
+
//
|
941
|
+
// Variations:
|
942
|
+
// * Allows typed_array.get/set() as alias for subscripts (typed_array[])
|
943
|
+
|
944
|
+
================================================================================
|
945
|
+
util-deprecate 1.0.2
|
946
|
+
================================================================================
|
947
|
+
|
948
|
+
(The MIT License)
|
949
|
+
|
950
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
951
|
+
|
952
|
+
Permission is hereby granted, free of charge, to any person
|
953
|
+
obtaining a copy of this software and associated documentation
|
954
|
+
files (the "Software"), to deal in the Software without
|
955
|
+
restriction, including without limitation the rights to use,
|
956
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
957
|
+
copies of the Software, and to permit persons to whom the
|
958
|
+
Software is furnished to do so, subject to the following
|
959
|
+
conditions:
|
960
|
+
|
961
|
+
The above copyright notice and this permission notice shall be
|
962
|
+
included in all copies or substantial portions of the Software.
|
963
|
+
|
964
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
965
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
966
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
967
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
968
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
969
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
970
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
971
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
972
|
+
|
973
|
+
================================================================================
|
974
|
+
vt-pbf 3.1.1
|
975
|
+
================================================================================
|
976
|
+
|
977
|
+
The MIT License (MIT)
|
978
|
+
|
979
|
+
Copyright (c) 2015 Anand Thakker
|
980
|
+
|
981
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
982
|
+
of this software and associated documentation files (the "Software"), to deal
|
983
|
+
in the Software without restriction, including without limitation the rights
|
984
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
985
|
+
copies of the Software, and to permit persons to whom the Software is
|
986
|
+
furnished to do so, subject to the following conditions:
|
987
|
+
|
988
|
+
The above copyright notice and this permission notice shall be included in all
|
989
|
+
copies or substantial portions of the Software.
|
990
|
+
|
991
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
992
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
993
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
994
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
995
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
996
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
997
|
+
SOFTWARE.
|
998
|
+
|
999
|
+
--------------------------------------------------------------------------------
|
1000
|
+
|
1001
|
+
Contains geojson_wrapper.js from https://github.com/mapbox/mapbox-gl-js
|
1002
|
+
|
1003
|
+
Copyright (c) 2014, Mapbox
|
1004
|
+
|
1005
|
+
All rights reserved.
|
1006
|
+
|
1007
|
+
Redistribution and use in source and binary forms, with or without modification,
|
1008
|
+
are permitted provided that the following conditions are met:
|
1009
|
+
|
1010
|
+
* Redistributions of source code must retain the above copyright notice,
|
1011
|
+
this list of conditions and the following disclaimer.
|
1012
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
1013
|
+
this list of conditions and the following disclaimer in the documentation
|
1014
|
+
and/or other materials provided with the distribution.
|
1015
|
+
* Neither the name of Mapbox GL JS nor the names of its contributors
|
1016
|
+
may be used to endorse or promote products derived from this software
|
1017
|
+
without specific prior written permission.
|
1018
|
+
|
1019
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1020
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1021
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1022
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
1023
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
1024
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
1025
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
1026
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
1027
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
1028
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
1029
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|