{ "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": "3.3.2", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", "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:^", "nanoid": "^4.0.0" }, "devDependencies": { "@jest/globals": "^29.0.0", "nock": "^13.1.0" }, "peerDependencies": { "@uppy/core": "workspace:^" } }