From 42dfda2eb4f013e761b650e11e1d34f9de00b9d8 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 14 May 2020 15:25:49 -0400 Subject: [PATCH] Add dev licenses --- .licensed.yml | 4 +++ .licenses/npm/@babel/code-frame.dep.yml | 33 +++++++++++++++++ .../helper-validator-identifier.dep.yml | 33 +++++++++++++++++ .licenses/npm/@babel/highlight.dep.yml | 33 +++++++++++++++++ .licenses/npm/@babel/runtime.dep.yml | 33 +++++++++++++++++ .licenses/npm/@types/color-name.dep.yml | 26 ++++++++++++++ .licenses/npm/@types/parse-json.dep.yml | 26 ++++++++++++++ .licenses/npm/@zeit/ncc.dep.yml | 19 ++++++++++ .licenses/npm/ansi-styles-3.2.1.dep.yml | 22 ++++++++++++ .licenses/npm/ansi-styles-4.2.1.dep.yml | 20 +++++++++++ .licenses/npm/callsites.dep.yml | 22 ++++++++++++ .licenses/npm/chalk-2.4.2.dep.yml | 22 ++++++++++++ .licenses/npm/chalk-4.0.0.dep.yml | 20 +++++++++++ .licenses/npm/ci-info.dep.yml | 34 ++++++++++++++++++ .licenses/npm/color-convert-1.9.3.dep.yml | 35 ++++++++++++++++++ .licenses/npm/color-convert-2.0.1.dep.yml | 35 ++++++++++++++++++ .licenses/npm/color-name-1.1.3.dep.yml | 24 +++++++++++++ .licenses/npm/color-name-1.1.4.dep.yml | 24 +++++++++++++ .licenses/npm/compare-versions.dep.yml | 32 +++++++++++++++++ .licenses/npm/cosmiconfig.dep.yml | 34 ++++++++++++++++++ .licenses/npm/error-ex.dep.yml | 36 +++++++++++++++++++ .licenses/npm/escape-string-regexp.dep.yml | 34 ++++++++++++++++++ .licenses/npm/find-up.dep.yml | 20 +++++++++++ .licenses/npm/find-versions.dep.yml | 22 ++++++++++++ .licenses/npm/has-flag-3.0.0.dep.yml | 22 ++++++++++++ .licenses/npm/has-flag-4.0.0.dep.yml | 22 ++++++++++++ .licenses/npm/husky.dep.yml | 27 ++++++++++++++ .licenses/npm/import-fresh.dep.yml | 20 +++++++++++ .licenses/npm/is-arrayish.dep.yml | 36 +++++++++++++++++++ .licenses/npm/js-tokens.dep.yml | 34 ++++++++++++++++++ .../npm/json-parse-better-errors.dep.yml | 18 ++++++++++ .licenses/npm/lines-and-columns.dep.yml | 34 ++++++++++++++++++ .licenses/npm/locate-path.dep.yml | 22 ++++++++++++ .../npm/opencollective-postinstall.dep.yml | 32 +++++++++++++++++ .licenses/npm/p-limit.dep.yml | 20 +++++++++++ .licenses/npm/p-locate.dep.yml | 22 ++++++++++++ .licenses/npm/p-try.dep.yml | 22 ++++++++++++ .licenses/npm/parent-module.dep.yml | 22 ++++++++++++ .licenses/npm/parse-json.dep.yml | 20 +++++++++++ .licenses/npm/path-exists.dep.yml | 22 ++++++++++++ .licenses/npm/path-type.dep.yml | 22 ++++++++++++ .licenses/npm/pkg-dir.dep.yml | 22 ++++++++++++ .licenses/npm/please-upgrade-node.dep.yml | 27 ++++++++++++++ .licenses/npm/regenerator-runtime.dep.yml | 32 +++++++++++++++++ .licenses/npm/resolve-from.dep.yml | 22 ++++++++++++ .licenses/npm/semver-compare.dep.yml | 31 ++++++++++++++++ .licenses/npm/semver-regex.dep.yml | 22 ++++++++++++ .licenses/npm/slash.dep.yml | 22 ++++++++++++ .licenses/npm/supports-color-5.5.0.dep.yml | 22 ++++++++++++ .licenses/npm/supports-color-7.1.0.dep.yml | 20 +++++++++++ .licenses/npm/which-pm-runs.dep.yml | 34 ++++++++++++++++++ .licenses/npm/yaml.dep.yml | 24 +++++++++++++ 52 files changed, 1338 insertions(+) create mode 100644 .licenses/npm/@babel/code-frame.dep.yml create mode 100644 .licenses/npm/@babel/helper-validator-identifier.dep.yml create mode 100644 .licenses/npm/@babel/highlight.dep.yml create mode 100644 .licenses/npm/@babel/runtime.dep.yml create mode 100644 .licenses/npm/@types/color-name.dep.yml create mode 100644 .licenses/npm/@types/parse-json.dep.yml create mode 100644 .licenses/npm/@zeit/ncc.dep.yml create mode 100644 .licenses/npm/ansi-styles-3.2.1.dep.yml create mode 100644 .licenses/npm/ansi-styles-4.2.1.dep.yml create mode 100644 .licenses/npm/callsites.dep.yml create mode 100644 .licenses/npm/chalk-2.4.2.dep.yml create mode 100644 .licenses/npm/chalk-4.0.0.dep.yml create mode 100644 .licenses/npm/ci-info.dep.yml create mode 100644 .licenses/npm/color-convert-1.9.3.dep.yml create mode 100644 .licenses/npm/color-convert-2.0.1.dep.yml create mode 100644 .licenses/npm/color-name-1.1.3.dep.yml create mode 100644 .licenses/npm/color-name-1.1.4.dep.yml create mode 100644 .licenses/npm/compare-versions.dep.yml create mode 100644 .licenses/npm/cosmiconfig.dep.yml create mode 100644 .licenses/npm/error-ex.dep.yml create mode 100644 .licenses/npm/escape-string-regexp.dep.yml create mode 100644 .licenses/npm/find-up.dep.yml create mode 100644 .licenses/npm/find-versions.dep.yml create mode 100644 .licenses/npm/has-flag-3.0.0.dep.yml create mode 100644 .licenses/npm/has-flag-4.0.0.dep.yml create mode 100644 .licenses/npm/husky.dep.yml create mode 100644 .licenses/npm/import-fresh.dep.yml create mode 100644 .licenses/npm/is-arrayish.dep.yml create mode 100644 .licenses/npm/js-tokens.dep.yml create mode 100644 .licenses/npm/json-parse-better-errors.dep.yml create mode 100644 .licenses/npm/lines-and-columns.dep.yml create mode 100644 .licenses/npm/locate-path.dep.yml create mode 100644 .licenses/npm/opencollective-postinstall.dep.yml create mode 100644 .licenses/npm/p-limit.dep.yml create mode 100644 .licenses/npm/p-locate.dep.yml create mode 100644 .licenses/npm/p-try.dep.yml create mode 100644 .licenses/npm/parent-module.dep.yml create mode 100644 .licenses/npm/parse-json.dep.yml create mode 100644 .licenses/npm/path-exists.dep.yml create mode 100644 .licenses/npm/path-type.dep.yml create mode 100644 .licenses/npm/pkg-dir.dep.yml create mode 100644 .licenses/npm/please-upgrade-node.dep.yml create mode 100644 .licenses/npm/regenerator-runtime.dep.yml create mode 100644 .licenses/npm/resolve-from.dep.yml create mode 100644 .licenses/npm/semver-compare.dep.yml create mode 100644 .licenses/npm/semver-regex.dep.yml create mode 100644 .licenses/npm/slash.dep.yml create mode 100644 .licenses/npm/supports-color-5.5.0.dep.yml create mode 100644 .licenses/npm/supports-color-7.1.0.dep.yml create mode 100644 .licenses/npm/which-pm-runs.dep.yml create mode 100644 .licenses/npm/yaml.dep.yml diff --git a/.licensed.yml b/.licensed.yml index 635277b..2ef5a96 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -1,6 +1,9 @@ sources: npm: true +npm: + production_only: false + allowed: - apache-2.0 - bsd-2-clause @@ -14,4 +17,5 @@ reviewed: npm: - typed-rest-client # MIT - underscore # MIT + - color-convert # MIT diff --git a/.licenses/npm/@babel/code-frame.dep.yml b/.licenses/npm/@babel/code-frame.dep.yml new file mode 100644 index 0000000..1b3046c --- /dev/null +++ b/.licenses/npm/@babel/code-frame.dep.yml @@ -0,0 +1,33 @@ +--- +name: "@babel/code-frame" +version: 7.8.3 +type: npm +summary: Generate errors that contain a code frame that point to source locations. +homepage: https://babeljs.io/ +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2014-present Sebastian McKenzie and other contributors + + 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/.licenses/npm/@babel/helper-validator-identifier.dep.yml b/.licenses/npm/@babel/helper-validator-identifier.dep.yml new file mode 100644 index 0000000..be7296b --- /dev/null +++ b/.licenses/npm/@babel/helper-validator-identifier.dep.yml @@ -0,0 +1,33 @@ +--- +name: "@babel/helper-validator-identifier" +version: 7.9.5 +type: npm +summary: Validate identifier/keywords name +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2014-present Sebastian McKenzie and other contributors + + 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/.licenses/npm/@babel/highlight.dep.yml b/.licenses/npm/@babel/highlight.dep.yml new file mode 100644 index 0000000..b3d383a --- /dev/null +++ b/.licenses/npm/@babel/highlight.dep.yml @@ -0,0 +1,33 @@ +--- +name: "@babel/highlight" +version: 7.9.0 +type: npm +summary: Syntax highlight JavaScript strings for output in terminals. +homepage: https://babeljs.io/ +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2014-present Sebastian McKenzie and other contributors + + 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/.licenses/npm/@babel/runtime.dep.yml b/.licenses/npm/@babel/runtime.dep.yml new file mode 100644 index 0000000..74b2984 --- /dev/null +++ b/.licenses/npm/@babel/runtime.dep.yml @@ -0,0 +1,33 @@ +--- +name: "@babel/runtime" +version: 7.9.6 +type: npm +summary: babel's modular runtime helpers +homepage: https://babeljs.io/docs/en/next/babel-runtime +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2014-present Sebastian McKenzie and other contributors + + 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/.licenses/npm/@types/color-name.dep.yml b/.licenses/npm/@types/color-name.dep.yml new file mode 100644 index 0000000..2481656 --- /dev/null +++ b/.licenses/npm/@types/color-name.dep.yml @@ -0,0 +1,26 @@ +--- +name: "@types/color-name" +version: 1.1.1 +type: npm +summary: TypeScript definitions for color-name +homepage: https://github.com/DefinitelyTyped/DefinitelyTyped#readme +license: mit +licenses: +- sources: LICENSE + text: " MIT License\r\n\r\n Copyright (c) Microsoft Corporation. All rights + reserved.\r\n\r\n Permission is hereby granted, free of charge, to any person + obtaining a copy\r\n of this software and associated documentation files (the + \"Software\"), to deal\r\n in the Software without restriction, including without + limitation the rights\r\n to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell\r\n copies of the Software, and to permit persons to + whom the Software is\r\n furnished to do so, subject to the following conditions:\r\n\r\n + \ The above copyright notice and this permission notice shall be included in + all\r\n copies or substantial portions of the Software.\r\n\r\n THE SOFTWARE + IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n FITNESS + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n AUTHORS + OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n OUT + OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n + \ SOFTWARE\r\n" +notices: [] diff --git a/.licenses/npm/@types/parse-json.dep.yml b/.licenses/npm/@types/parse-json.dep.yml new file mode 100644 index 0000000..f097b7c --- /dev/null +++ b/.licenses/npm/@types/parse-json.dep.yml @@ -0,0 +1,26 @@ +--- +name: "@types/parse-json" +version: 4.0.0 +type: npm +summary: TypeScript definitions for parse-json +homepage: https://github.com/DefinitelyTyped/DefinitelyTyped#readme +license: mit +licenses: +- sources: LICENSE + text: " MIT License\r\n\r\n Copyright (c) Microsoft Corporation. All rights + reserved.\r\n\r\n Permission is hereby granted, free of charge, to any person + obtaining a copy\r\n of this software and associated documentation files (the + \"Software\"), to deal\r\n in the Software without restriction, including without + limitation the rights\r\n to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell\r\n copies of the Software, and to permit persons to + whom the Software is\r\n furnished to do so, subject to the following conditions:\r\n\r\n + \ The above copyright notice and this permission notice shall be included in + all\r\n copies or substantial portions of the Software.\r\n\r\n THE SOFTWARE + IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n FITNESS + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n AUTHORS + OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n OUT + OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n + \ SOFTWARE\r\n" +notices: [] diff --git a/.licenses/npm/@zeit/ncc.dep.yml b/.licenses/npm/@zeit/ncc.dep.yml new file mode 100644 index 0000000..90381bb --- /dev/null +++ b/.licenses/npm/@zeit/ncc.dep.yml @@ -0,0 +1,19 @@ +--- +name: "@zeit/ncc" +version: 0.22.1 +type: npm +summary: "[![CI Status](https://github.com/zeit/ncc/workflows/CI/badge.svg)](https://github.com/zeit/ncc/actions?workflow=CI) + [![codecov](https://codecov.io/gh/zeit/ncc/branch/master/graph/badge.svg)](https://codecov.io/gh/zeit/ncc)" +homepage: https://github.com/zeit/ncc#readme +license: mit +licenses: +- sources: LICENSE + text: |- + Copyright 2018 ZEIT, Inc. + + 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/.licenses/npm/ansi-styles-3.2.1.dep.yml b/.licenses/npm/ansi-styles-3.2.1.dep.yml new file mode 100644 index 0000000..25b3229 --- /dev/null +++ b/.licenses/npm/ansi-styles-3.2.1.dep.yml @@ -0,0 +1,22 @@ +--- +name: ansi-styles +version: 3.2.1 +type: npm +summary: ANSI escape codes for styling strings in the terminal +homepage: https://github.com/chalk/ansi-styles#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT +notices: [] diff --git a/.licenses/npm/ansi-styles-4.2.1.dep.yml b/.licenses/npm/ansi-styles-4.2.1.dep.yml new file mode 100644 index 0000000..88f9c92 --- /dev/null +++ b/.licenses/npm/ansi-styles-4.2.1.dep.yml @@ -0,0 +1,20 @@ +--- +name: ansi-styles +version: 4.2.1 +type: npm +summary: ANSI escape codes for styling strings in the terminal +homepage: https://github.com/chalk/ansi-styles#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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/.licenses/npm/callsites.dep.yml b/.licenses/npm/callsites.dep.yml new file mode 100644 index 0000000..cf7276a --- /dev/null +++ b/.licenses/npm/callsites.dep.yml @@ -0,0 +1,22 @@ +--- +name: callsites +version: 3.1.0 +type: npm +summary: Get callsites from the V8 stack trace API +homepage: https://github.com/sindresorhus/callsites#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/chalk-2.4.2.dep.yml b/.licenses/npm/chalk-2.4.2.dep.yml new file mode 100644 index 0000000..1c74537 --- /dev/null +++ b/.licenses/npm/chalk-2.4.2.dep.yml @@ -0,0 +1,22 @@ +--- +name: chalk +version: 2.4.2 +type: npm +summary: Terminal string styling done right +homepage: https://github.com/chalk/chalk#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT +notices: [] diff --git a/.licenses/npm/chalk-4.0.0.dep.yml b/.licenses/npm/chalk-4.0.0.dep.yml new file mode 100644 index 0000000..2e4d72a --- /dev/null +++ b/.licenses/npm/chalk-4.0.0.dep.yml @@ -0,0 +1,20 @@ +--- +name: chalk +version: 4.0.0 +type: npm +summary: Terminal string styling done right +homepage: https://github.com/chalk/chalk#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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/.licenses/npm/ci-info.dep.yml b/.licenses/npm/ci-info.dep.yml new file mode 100644 index 0000000..b209e91 --- /dev/null +++ b/.licenses/npm/ci-info.dep.yml @@ -0,0 +1,34 @@ +--- +name: ci-info +version: 2.0.0 +type: npm +summary: Get details about the current Continuous Integration environment +homepage: https://github.com/watson/ci-info +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License (MIT) + + Copyright (c) 2016-2018 Thomas Watson Steen + + 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: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/color-convert-1.9.3.dep.yml b/.licenses/npm/color-convert-1.9.3.dep.yml new file mode 100644 index 0000000..47d31aa --- /dev/null +++ b/.licenses/npm/color-convert-1.9.3.dep.yml @@ -0,0 +1,35 @@ +--- +name: color-convert +version: 1.9.3 +type: npm +summary: Plain color conversion functions +homepage: https://github.com/Qix-/color-convert#readme +license: other +licenses: +- sources: LICENSE + text: |+ + Copyright (c) 2011-2016 Heather Arthur + + 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: Copyright © 2011-2016, Heather Arthur and Josh Junon. Licensed under + the [MIT License](LICENSE). +notices: [] diff --git a/.licenses/npm/color-convert-2.0.1.dep.yml b/.licenses/npm/color-convert-2.0.1.dep.yml new file mode 100644 index 0000000..a71262b --- /dev/null +++ b/.licenses/npm/color-convert-2.0.1.dep.yml @@ -0,0 +1,35 @@ +--- +name: color-convert +version: 2.0.1 +type: npm +summary: Plain color conversion functions +homepage: https://github.com/Qix-/color-convert#readme +license: other +licenses: +- sources: LICENSE + text: |+ + Copyright (c) 2011-2016 Heather Arthur + + 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: Copyright © 2011-2016, Heather Arthur and Josh Junon. Licensed under + the [MIT License](LICENSE). +notices: [] diff --git a/.licenses/npm/color-name-1.1.3.dep.yml b/.licenses/npm/color-name-1.1.3.dep.yml new file mode 100644 index 0000000..846ad49 --- /dev/null +++ b/.licenses/npm/color-name-1.1.3.dep.yml @@ -0,0 +1,24 @@ +--- +name: color-name +version: 1.1.3 +type: npm +summary: A list of color names and its values +homepage: https://github.com/dfcreative/color-name +license: mit +licenses: +- sources: LICENSE + text: "The MIT License (MIT)\r\nCopyright (c) 2015 Dmitry Ivanov\r\n\r\nPermission + 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:\r\n\r\nThe above copyright notice and this permission notice shall + be included in all copies or substantial portions of the Software.\r\n\r\nTHE + 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/.licenses/npm/color-name-1.1.4.dep.yml b/.licenses/npm/color-name-1.1.4.dep.yml new file mode 100644 index 0000000..0442241 --- /dev/null +++ b/.licenses/npm/color-name-1.1.4.dep.yml @@ -0,0 +1,24 @@ +--- +name: color-name +version: 1.1.4 +type: npm +summary: A list of color names and its values +homepage: https://github.com/colorjs/color-name +license: mit +licenses: +- sources: LICENSE + text: "The MIT License (MIT)\r\nCopyright (c) 2015 Dmitry Ivanov\r\n\r\nPermission + 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:\r\n\r\nThe above copyright notice and this permission notice shall + be included in all copies or substantial portions of the Software.\r\n\r\nTHE + 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/.licenses/npm/compare-versions.dep.yml b/.licenses/npm/compare-versions.dep.yml new file mode 100644 index 0000000..d89c1d0 --- /dev/null +++ b/.licenses/npm/compare-versions.dep.yml @@ -0,0 +1,32 @@ +--- +name: compare-versions +version: 3.6.0 +type: npm +summary: Compare semver version strings to find greater, equal or lesser. +homepage: https://github.com/omichelsen/compare-versions#readme +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License (MIT) + + Copyright (c) 2015-2017 Ole Michelsen + + 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/.licenses/npm/cosmiconfig.dep.yml b/.licenses/npm/cosmiconfig.dep.yml new file mode 100644 index 0000000..518b891 --- /dev/null +++ b/.licenses/npm/cosmiconfig.dep.yml @@ -0,0 +1,34 @@ +--- +name: cosmiconfig +version: 6.0.0 +type: npm +summary: Find and load configuration from a package.json property, rc file, or CommonJS + module +homepage: https://github.com/davidtheclark/cosmiconfig#readme +license: mit +licenses: +- sources: LICENSE + text: |+ + The MIT License (MIT) + + Copyright (c) 2015 David Clark + + 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/.licenses/npm/error-ex.dep.yml b/.licenses/npm/error-ex.dep.yml new file mode 100644 index 0000000..4cfd04f --- /dev/null +++ b/.licenses/npm/error-ex.dep.yml @@ -0,0 +1,36 @@ +--- +name: error-ex +version: 1.3.2 +type: npm +summary: Easy error subclassing and stack customization +homepage: https://github.com/qix-/node-error-ex#readme +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License (MIT) + + Copyright (c) 2015 JD Ballard + + 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: |- + Licensed under the [MIT License](http://opensource.org/licenses/MIT). + You can find a copy of it in [LICENSE](LICENSE). +notices: [] diff --git a/.licenses/npm/escape-string-regexp.dep.yml b/.licenses/npm/escape-string-regexp.dep.yml new file mode 100644 index 0000000..dd84443 --- /dev/null +++ b/.licenses/npm/escape-string-regexp.dep.yml @@ -0,0 +1,34 @@ +--- +name: escape-string-regexp +version: 1.0.5 +type: npm +summary: Escape RegExp special characters +homepage: https://github.com/sindresorhus/escape-string-regexp#readme +license: mit +licenses: +- sources: license + text: | + The MIT License (MIT) + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](http://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/find-up.dep.yml b/.licenses/npm/find-up.dep.yml new file mode 100644 index 0000000..76133e6 --- /dev/null +++ b/.licenses/npm/find-up.dep.yml @@ -0,0 +1,20 @@ +--- +name: find-up +version: 4.1.0 +type: npm +summary: Find a file or directory by walking up parent directories +homepage: https://github.com/sindresorhus/find-up#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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/.licenses/npm/find-versions.dep.yml b/.licenses/npm/find-versions.dep.yml new file mode 100644 index 0000000..afc8771 --- /dev/null +++ b/.licenses/npm/find-versions.dep.yml @@ -0,0 +1,22 @@ +--- +name: find-versions +version: 3.2.0 +type: npm +summary: 'Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`' +homepage: https://github.com/sindresorhus/find-versions#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/has-flag-3.0.0.dep.yml b/.licenses/npm/has-flag-3.0.0.dep.yml new file mode 100644 index 0000000..8c1f418 --- /dev/null +++ b/.licenses/npm/has-flag-3.0.0.dep.yml @@ -0,0 +1,22 @@ +--- +name: has-flag +version: 3.0.0 +type: npm +summary: Check if argv has a specific flag +homepage: https://github.com/sindresorhus/has-flag#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/has-flag-4.0.0.dep.yml b/.licenses/npm/has-flag-4.0.0.dep.yml new file mode 100644 index 0000000..48dd830 --- /dev/null +++ b/.licenses/npm/has-flag-4.0.0.dep.yml @@ -0,0 +1,22 @@ +--- +name: has-flag +version: 4.0.0 +type: npm +summary: Check if argv has a specific flag +homepage: https://github.com/sindresorhus/has-flag#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/husky.dep.yml b/.licenses/npm/husky.dep.yml new file mode 100644 index 0000000..7afa134 --- /dev/null +++ b/.licenses/npm/husky.dep.yml @@ -0,0 +1,27 @@ +--- +name: husky +version: 4.2.5 +type: npm +summary: Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, + post-merge/postmerge and all that stuff...) +homepage: https://github.com/typicode/husky#readme +license: mit +licenses: +- sources: LICENSE + text: "MIT License\n\nCopyright (c) 2017 \n\nPermission is hereby granted, free + of charge, to any person obtaining a copy\nof this software and associated documentation + files (the \"Software\"), to deal\nin the Software without restriction, including + without limitation the rights\nto use, copy, modify, merge, publish, distribute, + sublicense, and/or sell\ncopies of the Software, and to permit persons to whom + the Software is\nfurnished to do so, subject to the following conditions:\n\nThe + above copyright notice and this permission notice shall be included in all\ncopies + or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", + WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO + THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES + OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE\nSOFTWARE.\n" +- sources: README.md + text: MIT +notices: [] diff --git a/.licenses/npm/import-fresh.dep.yml b/.licenses/npm/import-fresh.dep.yml new file mode 100644 index 0000000..10499d0 --- /dev/null +++ b/.licenses/npm/import-fresh.dep.yml @@ -0,0 +1,20 @@ +--- +name: import-fresh +version: 3.2.1 +type: npm +summary: Import a module while bypassing the cache +homepage: https://github.com/sindresorhus/import-fresh#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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/.licenses/npm/is-arrayish.dep.yml b/.licenses/npm/is-arrayish.dep.yml new file mode 100644 index 0000000..3d6bfc5 --- /dev/null +++ b/.licenses/npm/is-arrayish.dep.yml @@ -0,0 +1,36 @@ +--- +name: is-arrayish +version: 0.2.1 +type: npm +summary: Determines if an object can be used as an array +homepage: https://github.com/qix-/node-is-arrayish#readme +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License (MIT) + + Copyright (c) 2015 JD Ballard + + 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: |- + Licensed under the [MIT License](http://opensource.org/licenses/MIT). + You can find a copy of it in [LICENSE](LICENSE). +notices: [] diff --git a/.licenses/npm/js-tokens.dep.yml b/.licenses/npm/js-tokens.dep.yml new file mode 100644 index 0000000..7d5b7c7 --- /dev/null +++ b/.licenses/npm/js-tokens.dep.yml @@ -0,0 +1,34 @@ +--- +name: js-tokens +version: 4.0.0 +type: npm +summary: A regex that tokenizes JavaScript. +homepage: https://github.com/lydell/js-tokens#readme +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License (MIT) + + Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + + 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: "[MIT](LICENSE)." +notices: [] diff --git a/.licenses/npm/json-parse-better-errors.dep.yml b/.licenses/npm/json-parse-better-errors.dep.yml new file mode 100644 index 0000000..dbfe375 --- /dev/null +++ b/.licenses/npm/json-parse-better-errors.dep.yml @@ -0,0 +1,18 @@ +--- +name: json-parse-better-errors +version: 1.0.2 +type: npm +summary: JSON.parse with context information on error +homepage: https://github.com/zkat/json-parse-better-errors#readme +license: mit +licenses: +- sources: LICENSE.md + text: | + Copyright 2017 Kat Marchán + + 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/.licenses/npm/lines-and-columns.dep.yml b/.licenses/npm/lines-and-columns.dep.yml new file mode 100644 index 0000000..49cd86f --- /dev/null +++ b/.licenses/npm/lines-and-columns.dep.yml @@ -0,0 +1,34 @@ +--- +name: lines-and-columns +version: 1.1.6 +type: npm +summary: Maps lines and columns to character offsets and back. +homepage: https://github.com/eventualbuddha/lines-and-columns#readme +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License (MIT) + + Copyright (c) 2015 Brian Donovan + + 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: MIT +notices: [] diff --git a/.licenses/npm/locate-path.dep.yml b/.licenses/npm/locate-path.dep.yml new file mode 100644 index 0000000..31746df --- /dev/null +++ b/.licenses/npm/locate-path.dep.yml @@ -0,0 +1,22 @@ +--- +name: locate-path +version: 5.0.0 +type: npm +summary: Get the first path that exists on disk of multiple paths +homepage: https://github.com/sindresorhus/locate-path#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/opencollective-postinstall.dep.yml b/.licenses/npm/opencollective-postinstall.dep.yml new file mode 100644 index 0000000..936f650 --- /dev/null +++ b/.licenses/npm/opencollective-postinstall.dep.yml @@ -0,0 +1,32 @@ +--- +name: opencollective-postinstall +version: 2.0.2 +type: npm +summary: Lightweight npm postinstall message to invite people to donate to your collective +homepage: https://github.com/opencollective/opencollective-postinstall#readme +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2018 Open Collective + + 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/.licenses/npm/p-limit.dep.yml b/.licenses/npm/p-limit.dep.yml new file mode 100644 index 0000000..53f5300 --- /dev/null +++ b/.licenses/npm/p-limit.dep.yml @@ -0,0 +1,20 @@ +--- +name: p-limit +version: 2.3.0 +type: npm +summary: Run multiple promise-returning & async functions with limited concurrency +homepage: https://github.com/sindresorhus/p-limit#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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/.licenses/npm/p-locate.dep.yml b/.licenses/npm/p-locate.dep.yml new file mode 100644 index 0000000..a111629 --- /dev/null +++ b/.licenses/npm/p-locate.dep.yml @@ -0,0 +1,22 @@ +--- +name: p-locate +version: 4.1.0 +type: npm +summary: Get the first fulfilled promise that satisfies the provided testing function +homepage: https://github.com/sindresorhus/p-locate#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/p-try.dep.yml b/.licenses/npm/p-try.dep.yml new file mode 100644 index 0000000..8b8ec9b --- /dev/null +++ b/.licenses/npm/p-try.dep.yml @@ -0,0 +1,22 @@ +--- +name: p-try +version: 2.2.0 +type: npm +summary: "`Start a promise chain" +homepage: https://github.com/sindresorhus/p-try#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/parent-module.dep.yml b/.licenses/npm/parent-module.dep.yml new file mode 100644 index 0000000..74bc0d2 --- /dev/null +++ b/.licenses/npm/parent-module.dep.yml @@ -0,0 +1,22 @@ +--- +name: parent-module +version: 1.0.1 +type: npm +summary: Get the path of the parent module +homepage: https://github.com/sindresorhus/parent-module#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/parse-json.dep.yml b/.licenses/npm/parse-json.dep.yml new file mode 100644 index 0000000..24b6908 --- /dev/null +++ b/.licenses/npm/parse-json.dep.yml @@ -0,0 +1,20 @@ +--- +name: parse-json +version: 5.0.0 +type: npm +summary: Parse JSON with more helpful errors +homepage: https://github.com/sindresorhus/parse-json#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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/.licenses/npm/path-exists.dep.yml b/.licenses/npm/path-exists.dep.yml new file mode 100644 index 0000000..14dd582 --- /dev/null +++ b/.licenses/npm/path-exists.dep.yml @@ -0,0 +1,22 @@ +--- +name: path-exists +version: 4.0.0 +type: npm +summary: Check if a path exists +homepage: https://github.com/sindresorhus/path-exists#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/path-type.dep.yml b/.licenses/npm/path-type.dep.yml new file mode 100644 index 0000000..a4c0866 --- /dev/null +++ b/.licenses/npm/path-type.dep.yml @@ -0,0 +1,22 @@ +--- +name: path-type +version: 4.0.0 +type: npm +summary: Check if a path is a file, directory, or symlink +homepage: https://github.com/sindresorhus/path-type#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/pkg-dir.dep.yml b/.licenses/npm/pkg-dir.dep.yml new file mode 100644 index 0000000..dc181c6 --- /dev/null +++ b/.licenses/npm/pkg-dir.dep.yml @@ -0,0 +1,22 @@ +--- +name: pkg-dir +version: 4.2.0 +type: npm +summary: Find the root directory of a Node.js project or npm package +homepage: https://github.com/sindresorhus/pkg-dir#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/please-upgrade-node.dep.yml b/.licenses/npm/please-upgrade-node.dep.yml new file mode 100644 index 0000000..b98c9f5 --- /dev/null +++ b/.licenses/npm/please-upgrade-node.dep.yml @@ -0,0 +1,27 @@ +--- +name: please-upgrade-node +version: 3.2.0 +type: npm +summary: Displays a beginner-friendly message telling your user to upgrade their version + of Node +homepage: https://github.com/typicode/please-upgrade-node#readme +license: mit +licenses: +- sources: LICENSE + text: "MIT License\n\nCopyright (c) 2017 \n\nPermission is hereby granted, free + of charge, to any person obtaining a copy\nof this software and associated documentation + files (the \"Software\"), to deal\nin the Software without restriction, including + without limitation the rights\nto use, copy, modify, merge, publish, distribute, + sublicense, and/or sell\ncopies of the Software, and to permit persons to whom + the Software is\nfurnished to do so, subject to the following conditions:\n\nThe + above copyright notice and this permission notice shall be included in all\ncopies + or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", + WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO + THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES + OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE\nSOFTWARE.\n" +- sources: README.md + text: MIT - [Typicode :cactus:](https://github.com/typicode) - [Patreon](https://patreon.com/typicode) +notices: [] diff --git a/.licenses/npm/regenerator-runtime.dep.yml b/.licenses/npm/regenerator-runtime.dep.yml new file mode 100644 index 0000000..b759176 --- /dev/null +++ b/.licenses/npm/regenerator-runtime.dep.yml @@ -0,0 +1,32 @@ +--- +name: regenerator-runtime +version: 0.13.5 +type: npm +summary: Runtime for Regenerator-compiled generator and async functions. +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2014-present, Facebook, Inc. + + 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/.licenses/npm/resolve-from.dep.yml b/.licenses/npm/resolve-from.dep.yml new file mode 100644 index 0000000..ed7ed1a --- /dev/null +++ b/.licenses/npm/resolve-from.dep.yml @@ -0,0 +1,22 @@ +--- +name: resolve-from +version: 4.0.0 +type: npm +summary: Resolve the path of a module like `require.resolve()` but from a given path +homepage: https://github.com/sindresorhus/resolve-from#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/semver-compare.dep.yml b/.licenses/npm/semver-compare.dep.yml new file mode 100644 index 0000000..f459f17 --- /dev/null +++ b/.licenses/npm/semver-compare.dep.yml @@ -0,0 +1,31 @@ +--- +name: semver-compare +version: 1.0.0 +type: npm +summary: compare two semver version strings, returning -1, 0, or 1 +homepage: https://github.com/substack/semver-compare +license: other +licenses: +- sources: LICENSE + text: | + This software is released under the 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. +- sources: readme.markdown + text: MIT +notices: [] diff --git a/.licenses/npm/semver-regex.dep.yml b/.licenses/npm/semver-regex.dep.yml new file mode 100644 index 0000000..54155ff --- /dev/null +++ b/.licenses/npm/semver-regex.dep.yml @@ -0,0 +1,22 @@ +--- +name: semver-regex +version: 2.0.0 +type: npm +summary: Regular expression for matching semver versions +homepage: https://github.com/sindresorhus/semver-regex#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/slash.dep.yml b/.licenses/npm/slash.dep.yml new file mode 100644 index 0000000..0fb0538 --- /dev/null +++ b/.licenses/npm/slash.dep.yml @@ -0,0 +1,22 @@ +--- +name: slash +version: 3.0.0 +type: npm +summary: Convert Windows backslash paths to slash paths +homepage: https://github.com/sindresorhus/slash#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT © [Sindre Sorhus](https://sindresorhus.com) +notices: [] diff --git a/.licenses/npm/supports-color-5.5.0.dep.yml b/.licenses/npm/supports-color-5.5.0.dep.yml new file mode 100644 index 0000000..eb96715 --- /dev/null +++ b/.licenses/npm/supports-color-5.5.0.dep.yml @@ -0,0 +1,22 @@ +--- +name: supports-color +version: 5.5.0 +type: npm +summary: Detect whether a terminal supports color +homepage: https://github.com/chalk/supports-color#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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: MIT +notices: [] diff --git a/.licenses/npm/supports-color-7.1.0.dep.yml b/.licenses/npm/supports-color-7.1.0.dep.yml new file mode 100644 index 0000000..5e7b7cf --- /dev/null +++ b/.licenses/npm/supports-color-7.1.0.dep.yml @@ -0,0 +1,20 @@ +--- +name: supports-color +version: 7.1.0 +type: npm +summary: Detect whether a terminal supports color +homepage: https://github.com/chalk/supports-color#readme +license: mit +licenses: +- sources: license + text: | + MIT License + + Copyright (c) Sindre Sorhus (sindresorhus.com) + + 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/.licenses/npm/which-pm-runs.dep.yml b/.licenses/npm/which-pm-runs.dep.yml new file mode 100644 index 0000000..8437fb9 --- /dev/null +++ b/.licenses/npm/which-pm-runs.dep.yml @@ -0,0 +1,34 @@ +--- +name: which-pm-runs +version: 1.0.0 +type: npm +summary: Detects what package manager executes the process +homepage: https://github.com/zkochan/which-pm-runs#readme +license: mit +licenses: +- sources: LICENSE + text: |- + The MIT License (MIT) + + Copyright (c) 2017 Zoltan Kochan + + 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: "[MIT](LICENSE) © [Zoltan Kochan](http://kochan.io)" +notices: [] diff --git a/.licenses/npm/yaml.dep.yml b/.licenses/npm/yaml.dep.yml new file mode 100644 index 0000000..68f29e5 --- /dev/null +++ b/.licenses/npm/yaml.dep.yml @@ -0,0 +1,24 @@ +--- +name: yaml +version: 1.9.2 +type: npm +summary: JavaScript parser and stringifier for YAML +homepage: https://eemeli.org/yaml/ +license: isc +licenses: +- sources: LICENSE + text: | + Copyright 2018 Eemeli Aro + + Permission to use, copy, modify, and/or distribute this software for any purpose + with or without fee is hereby granted, provided that the above copyright notice + and this permission notice appear in all copies. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. +notices: []