mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-02 06:43:19 +00:00
| Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/transloadit | 2.3.3 | uppy | 2.12.3 | | @uppy/robodog | 2.8.3 | | | - @uppy/transloadit: fix TypeError when file is cancelled asynchronously (Antoine du Hamel / #3872) - @uppy/robodog,@uppy/transloadit: use modern syntax to simplify code (Antoine du Hamel / #3873) - meta: fix `release-beta` automation (Antoine du Hamel)
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
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": "2.3.3",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"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": "workspace:^",
|
|
"@uppy/provider-views": "workspace:^",
|
|
"@uppy/tus": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"component-emitter": "^1.2.1",
|
|
"socket.io-client": "^4.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^27.4.2",
|
|
"whatwg-fetch": "^3.6.2"
|
|
}
|
|
}
|