@@ -17,47 +17,6 @@ required to debug changes to any libraries licensed under the GNU Lesser General
1717
1818---------------------------------------------------------
1919
20- uglify-js 3.15.5 - BSD-2-Clause
21- https://github.com/mishoo/UglifyJS#readme
22-
23- Copyright 2012 (c) Mihai Bazon <
[email protected] >
24- Copyright 2012-2019 (c) Mihai Bazon <
[email protected] >
25-
26- UglifyJS is released under the BSD license:
27-
28- Copyright 2012-2019 (c) Mihai Bazon <
[email protected] >
29-
30- Redistribution and use in source and binary forms, with or without
31- modification, are permitted provided that the following conditions
32- are met:
33-
34- * Redistributions of source code must retain the above
35- copyright notice, this list of conditions and the following
36- disclaimer.
37-
38- * Redistributions in binary form must reproduce the above
39- copyright notice, this list of conditions and the following
40- disclaimer in the documentation and/or other materials
41- provided with the distribution.
42-
43- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
44- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
46- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
47- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
48- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
49- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
50- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
51- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
52- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
53- THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
54- SUCH DAMAGE.
55-
56-
57- ---------------------------------------------------------
58-
59- ---------------------------------------------------------
60-
6120fast-uri 3.1.0 - BSD-3-Clause
6221https://github.com/fastify/fast-uri
6322
@@ -397,50 +356,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
397356
398357---------------------------------------------------------
399358
400- source-map 0.6.1 - BSD-3-Clause
401- https://github.com/mozilla/source-map
402-
403- Copyright 2011 The Closure Compiler Authors
404- Copyright 2011 Mozilla Foundation and contributors
405- Copyright 2014 Mozilla Foundation and contributors
406- Copyright 2009-2011 Mozilla Foundation and contributors
407- Copyright (c) 2009-2011, Mozilla Foundation and contributors
408-
409-
410- Copyright (c) 2009-2011, Mozilla Foundation and contributors
411- All rights reserved.
412-
413- Redistribution and use in source and binary forms, with or without
414- modification, are permitted provided that the following conditions are met:
415-
416- * Redistributions of source code must retain the above copyright notice, this
417- list of conditions and the following disclaimer.
418-
419- * Redistributions in binary form must reproduce the above copyright notice,
420- this list of conditions and the following disclaimer in the documentation
421- and/or other materials provided with the distribution.
422-
423- * Neither the names of the Mozilla Foundation nor the names of project
424- contributors may be used to endorse or promote products derived from this
425- software without specific prior written permission.
426-
427- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
428- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
429- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
430- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
431- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
432- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
433- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
434- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
435- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
436- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
437-
438-
439- ---------------------------------------------------------
440-
441- ---------------------------------------------------------
442-
443- lodash 4.17.23 - CC0-1.0 AND MIT
359+ lodash 4.18.1 - CC0-1.0 AND MIT
444360https://lodash.com/
445361
446362Copyright OpenJS Foundation and other contributors https://openjsf.org
@@ -2157,36 +2073,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21572073SOFTWARE.
21582074
21592075
2160- ---------------------------------------------------------
2161-
2162- ---------------------------------------------------------
2163-
2164- handlebars 4.7.7 - MIT
2165- http://www.handlebarsjs.com/
2166-
2167- Copyright (c) 2011-2019 by Yehuda Katz
2168-
2169- Copyright (C) 2011-2019 by Yehuda Katz
2170-
2171- Permission is hereby granted, free of charge, to any person obtaining a copy
2172- of this software and associated documentation files (the "Software"), to deal
2173- in the Software without restriction, including without limitation the rights
2174- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2175- copies of the Software, and to permit persons to whom the Software is
2176- furnished to do so, subject to the following conditions:
2177-
2178- The above copyright notice and this permission notice shall be included in
2179- all copies or substantial portions of the Software.
2180-
2181- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2182- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2183- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2184- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2185- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2186- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2187- THE SOFTWARE.
2188-
2189-
21902076---------------------------------------------------------
21912077
21922078---------------------------------------------------------
@@ -3163,40 +3049,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31633049CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31643050
31653051
3166- ---------------------------------------------------------
3167-
3168- ---------------------------------------------------------
3169-
3170- neo-async 2.6.2 - MIT
3171- https://github.com/suguru03/neo-async
3172-
3173- Copyright Caolan McMahon
3174- Copyright (c) 2014-2018 Suguru Motegi
3175-
3176- MIT License
3177-
3178- Copyright (c) 2014-2018 Suguru Motegi
3179- Based on Async.js, Copyright Caolan McMahon
3180-
3181- Permission is hereby granted, free of charge, to any person obtaining a copy
3182- of this software and associated documentation files (the "Software"), to deal
3183- in the Software without restriction, including without limitation the rights
3184- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3185- copies of the Software, and to permit persons to whom the Software is
3186- furnished to do so, subject to the following conditions:
3187-
3188- The above copyright notice and this permission notice shall be included in all
3189- copies or substantial portions of the Software.
3190-
3191- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3192- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3193- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3194- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3195- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3196- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3197- SOFTWARE.
3198-
3199-
32003052---------------------------------------------------------
32013053
32023054---------------------------------------------------------
@@ -4095,34 +3947,6 @@ SOFTWARE.
40953947
40963948
40973949
4098- ---------------------------------------------------------
4099-
4100- ---------------------------------------------------------
4101-
4102- wordwrap 1.0.0 - MIT
4103- https://github.com/substack/node-wordwrap#readme
4104-
4105-
4106- This software is released under the MIT license:
4107-
4108- Permission is hereby granted, free of charge, to any person obtaining a copy of
4109- this software and associated documentation files (the "Software"), to deal in
4110- the Software without restriction, including without limitation the rights to
4111- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4112- the Software, and to permit persons to whom the Software is furnished to do so,
4113- subject to the following conditions:
4114-
4115- The above copyright notice and this permission notice shall be included in all
4116- copies or substantial portions of the Software.
4117-
4118- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4119- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4120- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4121- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4122- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4123- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4124-
4125-
41263950---------------------------------------------------------
41273951
41283952---------------------------------------------------------
0 commit comments