BookWellNow Appointment Booking - Third-Party Libraries
=====================================================

This plugin package includes third-party libraries. This file maps each bundled
asset to its upstream source and license for distribution traceability.

Public source disclosure note
-----------------------------
Several assets are distributed as minified/compiled vendor bundles (for example
`*.min.js`, IIFE/UMD bundles, and generated utility bundles). These are upstream
third-party distributions. Their public source repositories are listed below.

1) Vue.js
- Bundled file: assets/js/vue.cjs.min.js
- Version: 3.5.13
- License: MIT
- Public upstream source repository: https://github.com/vuejs/core

2) Chart.js
- Bundled file: assets/js/chart.umd.min.js
- Version: 4.5.1
- License: MIT
- Public upstream source repository: https://github.com/chartjs/Chart.js

3) SortableJS
- Bundled file: assets/js/sortable.min.js
- Version: 1.15.7
- License: MIT
- Public upstream source repository: https://github.com/SortableJS/Sortable

4) Element Plus
- Bundled files:
  - assets/js/elements-plus.js
  - assets/css/elements.css
- Build type: Distributed vendor bundle
- Version: 2.9.8
- License: MIT
- Public upstream source repository: https://github.com/element-plus/element-plus

5) Element Plus Icons (IIFE bundle)
- Bundled file: assets/js/element-plus-icons.iife.min.js
- Version: 2.3.1
- License: MIT
- Public upstream source repository: https://github.com/element-plus/element-plus-icons

6) Axios
- Bundled file: assets/js/axios.min.js
- Version: 1.16.1
- License: MIT
- Public upstream source repository: https://github.com/axios/axios
- Public package distribution: https://www.npmjs.com/package/axios/v/1.16.1

7) Qs
- Bundled file: assets/js/qs.min.js
- Version: 6.15.2
- License: BSD-3-Clause
- Public upstream source repository: https://github.com/ljharb/qs
- Public package distribution: https://www.npmjs.com/package/qs/v/6.15.2

8) intl-tel-input
- Bundled files:
  - assets/js/intlTelInput.min.js
  - assets/js/utils.js
  - assets/css/intlTelInput.css
  - assets/img/flags.webp
  - assets/img/flags-big.webp
  - assets/img/globe.webp
- Version: 28.1.0
- License: MIT
- Public upstream source repository: https://github.com/jackocnr/intl-tel-input
- Public package distribution (code view): https://www.npmjs.com/package/intl-tel-input

9) Phone utility data bundle used by intl-tel-input (utils)
- Bundled file: assets/js/utils.js
- Build type: Generated/compiled utility bundle distributed with intl-tel-input
- Upstream project: libphonenumber (compiled utilities, distributed with intl-tel-input)
- Version: 28.1.0 (bundled with intl-tel-input)
- License: Apache-2.0
- Public upstream source repository: https://www.npmjs.com/package/intl-tel-input


Notes
- "bundled build" means the exact semantic version was not embedded in the
  minified filename/header in this package.
- License texts for many dependencies are included in the vendor packages under
  LICENSE files where provided.
