Skip to content

Commit c2d6e70

Browse files
author
Strift
authored
Rebuild link checker action (#2847)
* Update gitignore * rebuild link-checker
1 parent 8c4fa6e commit c2d6e70

File tree

7 files changed

+2874
-4148
lines changed

7 files changed

+2874
-4148
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

.github/actions/validate-docs-links/lib/index.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/validate-docs-links/lib/licenses.txt

+70-10
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
219219
THE SOFTWARE.
220220

221221

222-
@vercel/ncc
223-
MIT
224-
Copyright 2018 ZEIT, Inc.
225-
226-
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:
227-
228-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
229-
230-
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.
231-
232222
acorn
233223
MIT
234224
MIT License
@@ -784,6 +774,26 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
784774
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
785775

786776

777+
encoding
778+
MIT
779+
Copyright (c) 2012-2014 Andris Reinman
780+
781+
Permission is hereby granted, free of charge, to any person obtaining a copy
782+
of this software and associated documentation files (the "Software"), to deal
783+
in the Software without restriction, including without limitation the rights
784+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
785+
copies of the Software, and to permit persons to whom the Software is
786+
furnished to do so, subject to the following conditions:
787+
788+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
789+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
790+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
791+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
792+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
793+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
794+
SOFTWARE.
795+
796+
787797
estree-util-is-identifier-name
788798
MIT
789799
(The MIT License)
@@ -1104,6 +1114,31 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
11041114
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11051115

11061116

1117+
iconv-lite
1118+
MIT
1119+
Copyright (c) 2011 Alexander Shtuchkin
1120+
1121+
Permission is hereby granted, free of charge, to any person obtaining
1122+
a copy of this software and associated documentation files (the
1123+
"Software"), to deal in the Software without restriction, including
1124+
without limitation the rights to use, copy, modify, merge, publish,
1125+
distribute, sublicense, and/or sell copies of the Software, and to
1126+
permit persons to whom the Software is furnished to do so, subject to
1127+
the following conditions:
1128+
1129+
The above copyright notice and this permission notice shall be
1130+
included in all copies or substantial portions of the Software.
1131+
1132+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1133+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1134+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1135+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1136+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1137+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1138+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1139+
1140+
1141+
11071142
inherits
11081143
ISC
11091144
The ISC License
@@ -2057,6 +2092,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20572092
THE SOFTWARE.
20582093

20592094

2095+
safer-buffer
2096+
MIT
2097+
MIT License
2098+
2099+
Copyright (c) 2018 Nikita Skovoroda <[email protected]>
2100+
2101+
Permission is hereby granted, free of charge, to any person obtaining a copy
2102+
of this software and associated documentation files (the "Software"), to deal
2103+
in the Software without restriction, including without limitation the rights
2104+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2105+
copies of the Software, and to permit persons to whom the Software is
2106+
furnished to do so, subject to the following conditions:
2107+
2108+
The above copyright notice and this permission notice shall be included in all
2109+
copies or substantial portions of the Software.
2110+
2111+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2112+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2113+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2114+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2115+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2116+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2117+
SOFTWARE.
2118+
2119+
20602120
section-matter
20612121
MIT
20622122
The MIT License (MIT)

0 commit comments

Comments
 (0)