@createiq/frontend-licenses 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/oss-licenses.json CHANGED
@@ -942,7 +942,7 @@
942
942
  "license": "MIT"
943
943
  },
944
944
  "licenseText": "MIT License\n\nCopyright (c) 2012-2018 Zachary Carter\nCopyright (c) 2019-2024 Ferdinand Prantl\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",
945
- "copyrightText": "Copyright (c) 2012-2018 Zachary Carter"
945
+ "copyrightText": "Copyright (c) 2012-2018 Zachary Carter Copyright (c) 2019-2024 Ferdinand Prantl"
946
946
  },
947
947
  {
948
948
  "name": "@prisma/instrumentation",
@@ -1194,7 +1194,7 @@
1194
1194
  "license": "Apache-2.0"
1195
1195
  },
1196
1196
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1197
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1197
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1198
1198
  },
1199
1199
  {
1200
1200
  "name": "@swagger-api/apidom-core",
@@ -1204,7 +1204,7 @@
1204
1204
  "license": "Apache-2.0"
1205
1205
  },
1206
1206
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1207
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1207
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1208
1208
  },
1209
1209
  {
1210
1210
  "name": "@swagger-api/apidom-error",
@@ -1214,7 +1214,7 @@
1214
1214
  "license": "Apache-2.0"
1215
1215
  },
1216
1216
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1217
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1217
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1218
1218
  },
1219
1219
  {
1220
1220
  "name": "@swagger-api/apidom-json-pointer",
@@ -1224,7 +1224,7 @@
1224
1224
  "license": "Apache-2.0"
1225
1225
  },
1226
1226
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1227
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1227
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1228
1228
  },
1229
1229
  {
1230
1230
  "name": "@swagger-api/apidom-ns-json-schema-draft-4",
@@ -1234,7 +1234,7 @@
1234
1234
  "license": "Apache-2.0"
1235
1235
  },
1236
1236
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1237
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1237
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1238
1238
  },
1239
1239
  {
1240
1240
  "name": "@swagger-api/apidom-ns-openapi-3-0",
@@ -1244,7 +1244,7 @@
1244
1244
  "license": "Apache-2.0"
1245
1245
  },
1246
1246
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1247
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1247
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1248
1248
  },
1249
1249
  {
1250
1250
  "name": "@swagger-api/apidom-ns-openapi-3-1",
@@ -1254,7 +1254,7 @@
1254
1254
  "license": "Apache-2.0"
1255
1255
  },
1256
1256
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1257
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1257
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1258
1258
  },
1259
1259
  {
1260
1260
  "name": "@swagger-api/apidom-reference",
@@ -1264,7 +1264,7 @@
1264
1264
  "license": "Apache-2.0"
1265
1265
  },
1266
1266
  "licenseText": "ApiDOM\nCopyright 2020 SmartBear Software Inc.\nApiDOM is licensed under Apache 2.0 license.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\njson-schema-ref-parser\nCopyright (c) 2015 James Messinger\nFile packages/apidom-reference/src/util/url.ts (the file) was originally created under MIT license in https://github.com/APIDevTools/json-schema-ref-parser repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ngraphql-js\nCopyright (c) GraphQL Contributors\nFile packages/apidom-ast/src/traversal/visitor.ts (the file) was originally created under MIT license in https://github.com/graphql/graphql-js repository.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nbabel-plugin-add-import-extension\nCopyright (c) 2019 Karl Prieb\nFile scripts/babel-plugin-add-import-extension.cjs (the file) was originally created under MIT license in https://codeberg.org/karl/babel-plugin-add-import-extension.\nThe file has been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\nrefract-spec\nCopyright (c) 2015 refractproject\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\napi-elements\nCopyright (c) 2015 Apiary Inc.\nSpecific texts in README.md (the file) were originally created under MIT license in https://github.com/refractproject/refract-spec repository.\nSpecific texts have been copied into this project and modified. All modifications are licensed under Apache 2.0 License.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\n\ndeepmerge\nCopyright (c) 2012 James Halliday, Josh Duff, and other contributors\n- File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created\n in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.\n These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.\n- File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.\n These tests have been adapted to support testing deep merging of ApiDOM structures.\n- File packages/apidom-core/README.md contains text fragments that were originally created\n in https://github.com/TehShrike/deepmerge/blob/master/readme.md to document deepmerge library.\n These text fragments have been amended to describe merging of ApiDOM structures.\nCopy of the MIT license can be found in `LICENSES/MIT.txt` file.\nAll modifications are licensed under Apache 2.0 License.\n\n---\n\nIf the SPDX-FileCopyrightText and SPDX-License-Identifier tags are not present in the file,\nit is assumed that these tags have following implicit value:\n\nSPDX-FileCopyrightText: Copyright 2020-2021 SmartBear Software Inc.\nSPDX-License-Identifier: Apache-2.0\n\n",
1267
- "copyrightText": "Copyright 2020 SmartBear Software Inc., json-schema-ref-parser, graphql-js, babel-plugin-add-import-extension, refract-spec, api-elements, deepmerge"
1267
+ "copyrightText": "Copyright 2020-2021 SmartBear Software Inc."
1268
1268
  },
1269
1269
  {
1270
1270
  "name": "@swc/helpers",
@@ -1398,7 +1398,7 @@
1398
1398
  "license": "BSD-2-Clause"
1399
1399
  },
1400
1400
  "licenseText": "## [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause)\n\n<p>\nCopyright (c) 2023 Lowell D. Thomas<br>\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\nGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT\nOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n</p>\n",
1401
- "copyrightText": "<p>"
1401
+ "copyrightText": "Copyright (c) 2023 Lowell D. Thomas All rights reserved."
1402
1402
  },
1403
1403
  {
1404
1404
  "name": "attr-accept",
@@ -1655,7 +1655,7 @@
1655
1655
  "license": "MIT"
1656
1656
  },
1657
1657
  "licenseText": "(The MIT License)\n\nCopyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>\nCopyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n",
1658
- "copyrightText": "Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>"
1658
+ "copyrightText": "Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
1659
1659
  },
1660
1660
  {
1661
1661
  "name": "copy-to-clipboard",
@@ -2044,7 +2044,7 @@
2044
2044
  "license": "MIT"
2045
2045
  },
2046
2046
  "licenseText": "(The MIT License)\n\nCopyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>\nCopyright (c) 2018-2021 Josh Junon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software\nand associated documentation files (the 'Software'), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n",
2047
- "copyrightText": "Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>"
2047
+ "copyrightText": "Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> Copyright (c) 2018-2021 Josh Junon"
2048
2048
  },
2049
2049
  {
2050
2050
  "name": "deep-extend",
@@ -2489,7 +2489,7 @@
2489
2489
  "license": "BSD-3-Clause"
2490
2490
  },
2491
2491
  "licenseText": "BSD 3-Clause License\n\nCopyright (c) 2006, Ivan Sagalaev.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
2492
- "copyrightText": "Copyright (c) 2006, Ivan Sagalaev."
2492
+ "copyrightText": "Copyright (c) 2006, Ivan Sagalaev. All rights reserved."
2493
2493
  },
2494
2494
  {
2495
2495
  "name": "history",
@@ -2509,7 +2509,7 @@
2509
2509
  "license": "BSD-3-Clause"
2510
2510
  },
2511
2511
  "licenseText": "Software License Agreement (BSD License)\n========================================\n\nCopyright (c) 2015, Yahoo! Inc. All rights reserved.\n----------------------------------------------------\n\nRedistribution and use of this software in source and binary forms, with or\nwithout modification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission of Yahoo! Inc.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
2512
- "copyrightText": "Copyright (c) 2015, Yahoo! Inc. All rights reserved."
2512
+ "copyrightText": "Copyright (c) 2015, Yahoo! Inc. All rights reserved. ----------------------------------------------------"
2513
2513
  },
2514
2514
  {
2515
2515
  "name": "html-entities",
@@ -2727,7 +2727,7 @@
2727
2727
  "license": "MIT"
2728
2728
  },
2729
2729
  "licenseText": "MIT License\n\nCopyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)\nCopyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)\n\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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\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.\n",
2730
- "copyrightText": "Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)"
2730
+ "copyrightText": "Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop) Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
2731
2731
  },
2732
2732
  {
2733
2733
  "name": "is-typed-array",
@@ -3031,7 +3031,7 @@
3031
3031
  "license": "MIT"
3032
3032
  },
3033
3033
  "licenseText": "The MIT License (MIT)\n\nCopyright (c) 2012 The Network Inc. and contributors\nCopyright (c) 2022 idesis GmbH, Max-Keith-Straße 66 (E 11), D-45136 Essen, https://www.idesis.de\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, 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",
3034
- "copyrightText": "Copyright (c) 2012 The Network Inc. and contributors"
3034
+ "copyrightText": "Copyright (c) 2012 The Network Inc. and contributors Copyright (c) 2022 idesis GmbH, Max-Keith-Straße 66 (E 11), D-45136 Essen, https://www.idesis.de"
3035
3035
  },
3036
3036
  {
3037
3037
  "name": "normalizr",
@@ -3538,7 +3538,7 @@
3538
3538
  "license": "MIT"
3539
3539
  },
3540
3540
  "licenseText": "(MIT License)\n\nCopyright (c) 2014-2016 Matt Zabriskie. All rights reserved.\n \nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the \"Software\"), \nto deal in the Software without restriction, including without limitation \nthe rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the \nSoftware is furnished to do so, subject to the following conditions:\n \nThe above copyright notice and this permission notice shall be included in\nall copies 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 \nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \nDEALINGS IN THE SOFTWARE.\n",
3541
- "copyrightText": "Copyright (c) 2014-2016 Matt Zabriskie. All rights reserved."
3541
+ "copyrightText": "Copyright (c) 2014-2016 Matt Zabriskie. All rights reserved. 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."
3542
3542
  },
3543
3543
  {
3544
3544
  "name": "react-dropzone",
@@ -3558,7 +3558,7 @@
3558
3558
  "license": "MIT"
3559
3559
  },
3560
3560
  "licenseText": "MIT License\n\nCopyright (c) 2018 Formidable Labs\nCopyright (c) 2017 Evgeny Poberezkin\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",
3561
- "copyrightText": "Copyright (c) 2018 Formidable Labs"
3561
+ "copyrightText": "Copyright (c) 2018 Formidable Labs Copyright (c) 2017 Evgeny Poberezkin"
3562
3562
  },
3563
3563
  {
3564
3564
  "name": "react-hook-form",
@@ -3626,7 +3626,7 @@
3626
3626
  "license": "MIT"
3627
3627
  },
3628
3628
  "licenseText": "MIT License\n\nCopyright (c) React Training 2015-2019\nCopyright (c) Remix Software 2020-2022\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",
3629
- "copyrightText": "Copyright (c) React Training 2015-2019"
3629
+ "copyrightText": "Copyright (c) React Training 2015-2019 Copyright (c) Remix Software 2020-2022"
3630
3630
  },
3631
3631
  {
3632
3632
  "name": "react-router-dom",
@@ -3636,7 +3636,7 @@
3636
3636
  "license": "MIT"
3637
3637
  },
3638
3638
  "licenseText": "MIT License\n\nCopyright (c) React Training 2015-2019\nCopyright (c) Remix Software 2020-2022\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",
3639
- "copyrightText": "Copyright (c) React Training 2015-2019"
3639
+ "copyrightText": "Copyright (c) React Training 2015-2019 Copyright (c) Remix Software 2020-2022"
3640
3640
  },
3641
3641
  {
3642
3642
  "name": "react-router-prop-types",
@@ -3701,7 +3701,7 @@
3701
3701
  "license": "BSD-3-Clause"
3702
3702
  },
3703
3703
  "licenseText": "BSD 3-Clause License\n\nCopyright (c) 2018, React Community\nForked from React (https://github.com/facebook/react) Copyright 2013-present, Facebook, Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
3704
- "copyrightText": "Copyright (c) 2018, React Community"
3704
+ "copyrightText": "Copyright (c) 2018, React Community Forked from React (https://github.com/facebook/react) Copyright 2013-present, Facebook, Inc. All rights reserved."
3705
3705
  },
3706
3706
  {
3707
3707
  "name": "react-virtualized-auto-sizer",
@@ -3808,7 +3808,7 @@
3808
3808
  "license": "MIT"
3809
3809
  },
3810
3810
  "licenseText": "The MIT License (MIT)\n\nCopyright (c) 2014-2016, Jon Schlinkert\nCopyright (c) 2014 Jon Schlinkert, Vitaly Puzrin.\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\nall copies 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\nTHE SOFTWARE.\n",
3811
- "copyrightText": "Copyright (c) 2014-2016, Jon Schlinkert"
3811
+ "copyrightText": "Copyright (c) 2014-2016, Jon Schlinkert Copyright (c) 2014 Jon Schlinkert, Vitaly Puzrin."
3812
3812
  },
3813
3813
  {
3814
3814
  "name": "repeat-string",
@@ -3969,7 +3969,7 @@
3969
3969
  }
3970
3970
  },
3971
3971
  "licenseText": "Copyright (c) 2013-2018 sha.js contributors\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\n\nCopyright (c) 1998 - 2009, Paul Johnston & Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or\nother materials provided with the distribution.\n\nNeither the name of the author nor the names of its contributors may be used to\nendorse or promote products derived from this software without specific prior\nwritten permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n",
3972
- "copyrightText": "Copyright (c) 2013-2018 sha.js contributors, Copyright (c) 1998 - 2009, Paul Johnston & Contributors"
3972
+ "copyrightText": "Copyright (c) 2013-2018 sha.js contributors, Copyright (c) 1998 - 2009, Paul Johnston & Contributors All rights reserved."
3973
3973
  },
3974
3974
  {
3975
3975
  "name": "shallowequal",
@@ -3989,7 +3989,7 @@
3989
3989
  "license": "BSD-2-Clause"
3990
3990
  },
3991
3991
  "licenseText": "BSD 2-Clause License\n\nCopyright (c) 2013-2019, Forrest L Norvell\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
3992
- "copyrightText": "Copyright (c) 2013-2019, Forrest L Norvell"
3992
+ "copyrightText": "Copyright (c) 2013-2019, Forrest L Norvell All rights reserved."
3993
3993
  },
3994
3994
  {
3995
3995
  "name": "short-unique-id",
@@ -1 +1 @@
1
- f9f4401bfeb6516cc8b586c8ca5ee7370dd4b38bf61275a9a57ddb5b3d7c872c
1
+ ef65a997c45f6ce9ade3a4b5beaedbf993886e82d2caa6dfb6f6c1e90a91bcab
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/frontend-licenses",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",