@createiq/frontend-licenses 1.0.13 → 1.0.15

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/dist/index.cjs CHANGED
@@ -9244,6 +9244,26 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
9244
9244
  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\nOpenAPI Specification 2.0\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.0.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.1.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nAsyncAPI Specification 2.x / AsyncAPI Initiative\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/asyncapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nJSON Schema Specification (Draft 4/5 -> 2020-12)\nCopyright (c) 2022 JSON Schema Specification Authors\nFragments of the specification text are embedded in packages/apidom-ls/src/config/common.\nCopy of the BSD 3-Clause "New" or "Revised" License can be found in `LICENSES/BSD-3-Clause.txt` file.\nCopy of the Academic Free License v3.0 can be found in `LICENSES/AFL-3.0.txt` file.\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',
9245
9245
  copyrightText: "Copyright 2020-2021 SmartBear Software Inc."
9246
9246
  },
9247
+ {
9248
+ name: "@swagger-api/apidom-ns-json-schema-2019-09",
9249
+ author: "Vladimir Gorej",
9250
+ website: "https://github.com/swagger-api/apidom#readme",
9251
+ licenses: {
9252
+ license: "Apache-2.0"
9253
+ },
9254
+ 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\nOpenAPI Specification 2.0\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.0.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.1.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nAsyncAPI Specification 2.x / AsyncAPI Initiative\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/asyncapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nJSON Schema Specification (Draft 4/5 -> 2020-12)\nCopyright (c) 2022 JSON Schema Specification Authors\nFragments of the specification text are embedded in packages/apidom-ls/src/config/common.\nCopy of the BSD 3-Clause "New" or "Revised" License can be found in `LICENSES/BSD-3-Clause.txt` file.\nCopy of the Academic Free License v3.0 can be found in `LICENSES/AFL-3.0.txt` file.\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',
9255
+ copyrightText: "Copyright 2020-2021 SmartBear Software Inc."
9256
+ },
9257
+ {
9258
+ name: "@swagger-api/apidom-ns-json-schema-2020-12",
9259
+ author: "Vladimir Gorej",
9260
+ website: "https://github.com/swagger-api/apidom#readme",
9261
+ licenses: {
9262
+ license: "Apache-2.0"
9263
+ },
9264
+ 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\nOpenAPI Specification 2.0\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.0.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.1.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nAsyncAPI Specification 2.x / AsyncAPI Initiative\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/asyncapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nJSON Schema Specification (Draft 4/5 -> 2020-12)\nCopyright (c) 2022 JSON Schema Specification Authors\nFragments of the specification text are embedded in packages/apidom-ls/src/config/common.\nCopy of the BSD 3-Clause "New" or "Revised" License can be found in `LICENSES/BSD-3-Clause.txt` file.\nCopy of the Academic Free License v3.0 can be found in `LICENSES/AFL-3.0.txt` file.\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',
9265
+ copyrightText: "Copyright 2020-2021 SmartBear Software Inc."
9266
+ },
9247
9267
  {
9248
9268
  name: "@swagger-api/apidom-ns-json-schema-draft-4",
9249
9269
  author: "Vladimir Gorej",
@@ -9254,6 +9274,26 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
9254
9274
  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\nOpenAPI Specification 2.0\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.0.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.1.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nAsyncAPI Specification 2.x / AsyncAPI Initiative\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/asyncapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nJSON Schema Specification (Draft 4/5 -> 2020-12)\nCopyright (c) 2022 JSON Schema Specification Authors\nFragments of the specification text are embedded in packages/apidom-ls/src/config/common.\nCopy of the BSD 3-Clause "New" or "Revised" License can be found in `LICENSES/BSD-3-Clause.txt` file.\nCopy of the Academic Free License v3.0 can be found in `LICENSES/AFL-3.0.txt` file.\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',
9255
9275
  copyrightText: "Copyright 2020-2021 SmartBear Software Inc."
9256
9276
  },
9277
+ {
9278
+ name: "@swagger-api/apidom-ns-json-schema-draft-6",
9279
+ author: "Vladimir Gorej",
9280
+ website: "https://github.com/swagger-api/apidom#readme",
9281
+ licenses: {
9282
+ license: "Apache-2.0"
9283
+ },
9284
+ 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\nOpenAPI Specification 2.0\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.0.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.1.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nAsyncAPI Specification 2.x / AsyncAPI Initiative\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/asyncapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nJSON Schema Specification (Draft 4/5 -> 2020-12)\nCopyright (c) 2022 JSON Schema Specification Authors\nFragments of the specification text are embedded in packages/apidom-ls/src/config/common.\nCopy of the BSD 3-Clause "New" or "Revised" License can be found in `LICENSES/BSD-3-Clause.txt` file.\nCopy of the Academic Free License v3.0 can be found in `LICENSES/AFL-3.0.txt` file.\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',
9285
+ copyrightText: "Copyright 2020-2021 SmartBear Software Inc."
9286
+ },
9287
+ {
9288
+ name: "@swagger-api/apidom-ns-json-schema-draft-7",
9289
+ author: "Vladimir Gorej",
9290
+ website: "https://github.com/swagger-api/apidom#readme",
9291
+ licenses: {
9292
+ license: "Apache-2.0"
9293
+ },
9294
+ 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\nOpenAPI Specification 2.0\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.0.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nOpenAPI Specification 3.1.x\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/openapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nAsyncAPI Specification 2.x / AsyncAPI Initiative\nCopyright The Linux Foundation\nFragments of the specification text are embedded in packages/apidom-ls/src/config/asyncapi.\nCopy of the Apache 2.0 license can be found in `LICENSES/Apache-2.0.txt` file.\n\nJSON Schema Specification (Draft 4/5 -> 2020-12)\nCopyright (c) 2022 JSON Schema Specification Authors\nFragments of the specification text are embedded in packages/apidom-ls/src/config/common.\nCopy of the BSD 3-Clause "New" or "Revised" License can be found in `LICENSES/BSD-3-Clause.txt` file.\nCopy of the Academic Free License v3.0 can be found in `LICENSES/AFL-3.0.txt` file.\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',
9295
+ copyrightText: "Copyright 2020-2021 SmartBear Software Inc."
9296
+ },
9257
9297
  {
9258
9298
  name: "@swagger-api/apidom-ns-openapi-3-0",
9259
9299
  author: "Vladimir Gorej",
@@ -12620,9 +12660,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12620
12660
  name: "is-whitespace",
12621
12661
  author: "Jon Schlinkert",
12622
12662
  website: "https://github.com/jonschlinkert/is-whitespace",
12623
- licenses: {
12624
- license: "MIT"
12625
- },
12626
12663
  licenseText: 'The MIT License (MIT)\n\nCopyright (c) 2014-2015 Jon Schlinkert\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',
12627
12664
  copyrightText: "Copyright (c) 2014-2015 Jon Schlinkert"
12628
12665
  },