{ "name": "@uppy/xhr-upload", "description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.", "version": "4.2.3", "license": "MIT", "main": "lib/index.js", "type": "module", "keywords": [ "file uploader", "xhr", "xhr upload", "XMLHttpRequest", "ajax", "fetch", "uppy", "uppy-plugin" ], "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { "@uppy/companion-client": "workspace:^", "@uppy/utils": "workspace:^" }, "devDependencies": { "nock": "^13.1.0", "vitest": "^1.2.1" }, "peerDependencies": { "@uppy/core": "workspace:^" } }