diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-15 15:26:12 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-15 15:26:12 -0600 |
| commit | bad4a70e1588b282505a3f31ca04ee5cce2a3efe (patch) | |
| tree | 1eac5e3b951f9d83de3666f3a8602aefa138615b /.github | |
| parent | e6f9eede81da00d2883edc3b817f9d44a7c5b5b4 (diff) | |
Enhance each dependency on a worker thread
Diffstat (limited to '.github')
| -rw-r--r-- | .github/licensed/bundler/strings-ansi.dep.yml | 34 | ||||
| -rw-r--r-- | .github/licensed/bundler/tty-cursor.dep.yml | 33 | ||||
| -rw-r--r-- | .github/licensed/bundler/tty-progressbar.dep.yml | 33 | ||||
| -rw-r--r-- | .github/licensed/bundler/tty-screen.dep.yml | 34 | ||||
| -rw-r--r-- | .github/licensed/bundler/unicode-display_width.dep.yml | 33 |
5 files changed, 167 insertions, 0 deletions
diff --git a/.github/licensed/bundler/strings-ansi.dep.yml b/.github/licensed/bundler/strings-ansi.dep.yml new file mode 100644 index 0000000..9d502e7 --- /dev/null +++ b/.github/licensed/bundler/strings-ansi.dep.yml @@ -0,0 +1,34 @@ +--- +name: strings-ansi +version: 0.1.0 +type: bundler +summary: Methods for processing ANSI escape codes in strings. +homepage: https://github.com/piotrmurach/strings +license: mit +licenses: +- sources: LICENSE.txt + text: | + The MIT License (MIT) + + Copyright (c) 2018 Piotr Murach + + 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: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + 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. +- sources: README.md + text: The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). +notices: [] diff --git a/.github/licensed/bundler/tty-cursor.dep.yml b/.github/licensed/bundler/tty-cursor.dep.yml new file mode 100644 index 0000000..177d1c6 --- /dev/null +++ b/.github/licensed/bundler/tty-cursor.dep.yml @@ -0,0 +1,33 @@ +--- +name: tty-cursor +version: 0.7.1 +type: bundler +summary: Terminal cursor positioning, visibility and text manipulation. +homepage: https://ttytoolkit.org +license: mit +licenses: +- sources: LICENSE.txt + text: | + Copyright (c) 2015 Piotr Murach + + MIT License + + 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: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + 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. +notices: [] diff --git a/.github/licensed/bundler/tty-progressbar.dep.yml b/.github/licensed/bundler/tty-progressbar.dep.yml new file mode 100644 index 0000000..006fabe --- /dev/null +++ b/.github/licensed/bundler/tty-progressbar.dep.yml @@ -0,0 +1,33 @@ +--- +name: tty-progressbar +version: 0.17.0 +type: bundler +summary: A flexible progress bars drawing in terminal emulators. +homepage: https://piotrmurach.github.io/tty/ +license: mit +licenses: +- sources: LICENSE.txt + text: | + Copyright (c) 2014 Piotr Murach + + MIT License + + 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: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + 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. +notices: [] diff --git a/.github/licensed/bundler/tty-screen.dep.yml b/.github/licensed/bundler/tty-screen.dep.yml new file mode 100644 index 0000000..1f592d7 --- /dev/null +++ b/.github/licensed/bundler/tty-screen.dep.yml @@ -0,0 +1,34 @@ +--- +name: tty-screen +version: 0.7.1 +type: bundler +summary: Terminal screen size detection which works on Linux, OS X and Windows/Cygwin + platforms and supports MRI, JRuby and Rubinius interpreters. +homepage: https://ttytoolkit.org +license: mit +licenses: +- sources: LICENSE.txt + text: | + Copyright (c) 2014 Piotr Murach + + MIT License + + 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: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + 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. +notices: [] diff --git a/.github/licensed/bundler/unicode-display_width.dep.yml b/.github/licensed/bundler/unicode-display_width.dep.yml new file mode 100644 index 0000000..35422be --- /dev/null +++ b/.github/licensed/bundler/unicode-display_width.dep.yml @@ -0,0 +1,33 @@ +--- +name: unicode-display_width +version: 1.7.0 +type: bundler +summary: Determines the monospace display width of a string in Ruby. +homepage: https://github.com/janlelis/unicode-display_width +license: mit +licenses: +- sources: MIT-LICENSE.txt + text: | + The MIT LICENSE + + Copyright (c) 2011, 2015-2020 Jan Lelis + + 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: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + 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. +notices: [] |
