package.json 873 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@uppy/xhr-upload",
  3. "description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
  4. "version": "3.6.7",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "types": "types/index.d.ts",
  8. "type": "module",
  9. "keywords": [
  10. "file uploader",
  11. "xhr",
  12. "xhr upload",
  13. "XMLHttpRequest",
  14. "ajax",
  15. "fetch",
  16. "uppy",
  17. "uppy-plugin"
  18. ],
  19. "homepage": "https://uppy.io",
  20. "bugs": {
  21. "url": "https://github.com/transloadit/uppy/issues"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "git+https://github.com/transloadit/uppy.git"
  26. },
  27. "dependencies": {
  28. "@uppy/companion-client": "workspace:^",
  29. "@uppy/utils": "workspace:^"
  30. },
  31. "devDependencies": {
  32. "nock": "^13.1.0",
  33. "vitest": "^1.2.1"
  34. },
  35. "peerDependencies": {
  36. "@uppy/core": "workspace:^"
  37. }
  38. }