@uppy/transloadit
Version:
The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more
43 lines • 1.06 kB
JSON
{
"name": "@uppy/transloadit",
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
"version": "4.2.1",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"keywords": [
"file uploader",
"transloadit",
"file encoding",
"encoding",
"file processing",
"video encoding",
"crop",
"resize",
"watermark",
"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": "^4.4.1",
"@uppy/provider-views": "^4.4.1",
"@uppy/tus": "^4.2.1",
"@uppy/utils": "^6.1.1",
"component-emitter": "^2.0.0"
},
"peerDependencies": {
"@uppy/core": "^4.4.1"
},
"devDependencies": {
"vitest": "^1.2.1",
"whatwg-fetch": "^3.6.2"
}
}