IPS Order Wishlist - Third-Party Notices
========================================

This file documents third-party code and assets distributed in one or more
release packages. Each section identifies its package scope. The plugin's own
code is licensed as described in LICENSE.


1. Bundled JavaScript runtime dependencies (all release packages)
------------------------------------------------------------------

The WordPress.org/Core JavaScript build was inspected through the Vite module
graph. React and ReactDOM are not embedded in the distributed bundles; they are
loaded from the WordPress `wp-element` runtime. The admin API client likewise
uses the WordPress `wp-api-fetch` runtime. The following packages are embedded
in the generated JavaScript assets and are redistributed under the MIT License.
The complete MIT terms are in licenses/MIT.txt.

Admin bundle:

* nanoid 5.1.6
  Upstream: https://github.com/ai/nanoid
  Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>

Frontend bundle:

* Axios 1.18.1
  Upstream: https://github.com/axios/axios
  Copyright (c) 2014-present Matt Zabriskie & Collaborators
* Redux Toolkit 2.12.0
  Upstream: https://github.com/reduxjs/redux-toolkit
  Copyright (c) 2018 Mark Erikson
* React Redux 9.3.0
  Upstream: https://github.com/reduxjs/react-redux
  Copyright (c) 2015-present Dan Abramov
* Redux 5.0.1
  Upstream: https://github.com/reduxjs/redux
  Copyright (c) 2015-present Dan Abramov
* Immer 11.1.8
  Upstream: https://github.com/immerjs/immer
  Copyright (c) 2017 Michel Weststrate
* Redux Thunk 3.1.0
  Upstream: https://github.com/reduxjs/redux-thunk
  Copyright (c) 2015-present Dan Abramov
* use-sync-external-store 1.6.0
  Upstream: https://github.com/facebook/react/tree/main/packages/use-sync-external-store
  Copyright (c) Meta Platforms, Inc. and affiliates.

Distributed generated assets:

  ips-admin-react/build/assets/*.js
  ips-react/build/assets/*.js

The exact dependency versions used for a reproducible build are pinned by the
package-lock.json files included with the WordPress.org package. Build-only and
development dependencies are not redistributed in the generated runtime.


2. Composer runtime loader (all release packages)
-------------------------------------------------

The generated Composer autoloader runtime under `vendor/composer/` is
redistributed under the MIT License.

* Composer ClassLoader and generated runtime metadata
  Upstream: https://github.com/composer/composer
  Copyright (c) Nils Adermann, Jordi Boggiano

The complete terms distributed with these files are in
`vendor/composer/LICENSE`.


No warranty
-----------

Third-party components are provided without warranty under their respective
licenses. If a notice in a distributed file conflicts with this summary, the
notice in that file and the corresponding full license text control.
