stefdev49

Results 4 issues of stefdev49

Hello, these changes (somehow similar to https://github.com/Azure/fetch-event-source/pull/8) are the minimal ones I had to do to get FetchEventSource working in a web worker context. I've also added some unit tests...

This PR brings upload GUI support for hosted composer repository. With this functionality you can upload manually a package from nexus GUI. It adds the 2 support classes needed and...

This PR adds rest API support to configure composer repositories, which can be used in automated deployment. Due to the incompatible changes in the 3.41.0-01 release, I had to raise...

Add support for 'noproxy' from .npmrc (https://docs.npmjs.com/cli/v9/using-npm/config#noproxy) and have it takes precedence over `no_proxy` in .npmrc. `noproxy` is npm's documented way of specifying non proxied hosts and domains.