12345678910111213141516171819202122232425262728293031323334 |
- {
- "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": "1.7.1",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "types/index.d.ts",
- "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": "file:../companion-client",
- "@uppy/utils": "file:../utils",
- "cuid": "^2.1.1"
- },
- "peerDependencies": {
- "@uppy/core": "^1.0.0"
- }
- }
|