| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9fda8e2 commit 561493d
93 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,6 @@ on: | |||
| 16 | 16 | - acorn | |
| 17 | 17 | - acorn-walk | |
| 18 | 18 | - ada | |
| 19 | - - base64 | ||
| 20 | 19 | - brotli | |
| 21 | 20 | - c-ares | |
| 22 | 21 | - cjs-module-lexer | |
@@ -80,14 +79,6 @@ jobs: | |||
| 80 | 79 | cat temp-output | |
| 81 | 80 | tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | |
| 82 | 81 | rm temp-output | |
| 83 | - - id: base64 | ||
| 84 | - subsystem: deps | ||
| 85 | - label: dependencies | ||
| 86 | - run: | | ||
| 87 | - ./tools/dep_updaters/update-base64.sh > temp-output | ||
| 88 | - cat temp-output | ||
| 89 | - tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | ||
| 90 | - rm temp-output | ||
| 91 | 82 | - id: brotli | |
| 92 | 83 | subsystem: deps | |
| 93 | 84 | label: dependencies | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2168,35 +2168,3 @@ The externally maintained libraries used by Node.js are: | |||
| 2168 | 2168 | OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | |
| 2169 | 2169 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 2170 | 2170 | """ | |
| 2171 | - | ||
| 2172 | - - base64, located at deps/base64/base64/, is licensed as follows: | ||
| 2173 | - """ | ||
| 2174 | - Copyright (c) 2005-2007, Nick Galbreath | ||
| 2175 | - Copyright (c) 2015-2018, Wojciech Muła | ||
| 2176 | - Copyright (c) 2016-2017, Matthieu Darbois | ||
| 2177 | - Copyright (c) 2013-2022, Alfred Klomp | ||
| 2178 | - All rights reserved. | ||
| 2179 | - | ||
| 2180 | - Redistribution and use in source and binary forms, with or without | ||
| 2181 | - modification, are permitted provided that the following conditions are | ||
| 2182 | - met: | ||
| 2183 | - | ||
| 2184 | - - Redistributions of source code must retain the above copyright notice, | ||
| 2185 | - this list of conditions and the following disclaimer. | ||
| 2186 | - | ||
| 2187 | - - Redistributions in binary form must reproduce the above copyright | ||
| 2188 | - notice, this list of conditions and the following disclaimer in the | ||
| 2189 | - documentation and/or other materials provided with the distribution. | ||
| 2190 | - | ||
| 2191 | - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS | ||
| 2192 | - IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | ||
| 2193 | - TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
| 2194 | - PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
| 2195 | - HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
| 2196 | - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | ||
| 2197 | - TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | ||
| 2198 | - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
| 2199 | - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
| 2200 | - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
| 2201 | - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 2202 | - """ | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments