mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/angular | 0.5.1 | @uppy/companion-client | 3.1.1 | | @uppy/aws-s3-multipart | 3.1.1 | @uppy/utils | 5.1.1 | | @uppy/companion | 4.1.1 | uppy | 3.3.1 | - @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213) - @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221) - @uppy/utils: fix types (Antoine du Hamel / #4212) - @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214) - docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216) - meta: add more bundlers for automated testing (Antoine du Hamel / #4100) - @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211) - meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208) - meta: do not use the set-output command in workflows (Antoine du Hamel / #4175)
72 lines
2.9 KiB
JSON
72 lines
2.9 KiB
JSON
{
|
|
"name": "@uppy/utils",
|
|
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"types": "types/index.d.ts",
|
|
"type": "module",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./lib/Translator": "./lib/Translator.js",
|
|
"./lib/EventTracker": "./lib/EventTracker.js",
|
|
"./lib/ProgressTimeout": "./lib/ProgressTimeout.js",
|
|
"./lib/RateLimitedQueue": "./lib/RateLimitedQueue.js",
|
|
"./lib/canvasToBlob": "./lib/canvasToBlob.js",
|
|
"./lib/dataURItoBlob": "./lib/dataURItoBlob.js",
|
|
"./lib/dataURItoFile": "./lib/dataURItoFile.js",
|
|
"./lib/emitSocketProgress": "./lib/emitSocketProgress.js",
|
|
"./lib/findAllDOMElements": "./lib/findAllDOMElements.js",
|
|
"./lib/findDOMElement": "./lib/findDOMElement.js",
|
|
"./lib/generateFileID": "./lib/generateFileID.js",
|
|
"./lib/getBytesRemaining": "./lib/getBytesRemaining.js",
|
|
"./lib/getETA": "./lib/getETA.js",
|
|
"./lib/getFileNameAndExtension": "./lib/getFileNameAndExtension.js",
|
|
"./lib/getFileType": "./lib/getFileType.js",
|
|
"./lib/getFileTypeExtension": "./lib/getFileTypeExtension.js",
|
|
"./lib/getSocketHost": "./lib/getSocketHost.js",
|
|
"./lib/getSpeed": "./lib/getSpeed.js",
|
|
"./lib/getTimeStamp": "./lib/getTimeStamp.js",
|
|
"./lib/isDOMElement": "./lib/isDOMElement.js",
|
|
"./lib/isObjectURL": "./lib/isObjectURL.js",
|
|
"./lib/isDragDropSupported": "./lib/isDragDropSupported.js",
|
|
"./lib/isPreviewSupported": "./lib/isPreviewSupported.js",
|
|
"./lib/isTouchDevice": "./lib/isTouchDevice.js",
|
|
"./lib/prettyETA": "./lib/prettyETA.js",
|
|
"./lib/secondsToTime": "./lib/secondsToTime.js",
|
|
"./lib/settle": "./lib/settle.js",
|
|
"./lib/toArray": "./lib/toArray.js",
|
|
"./lib/FOCUSABLE_ELEMENTS": "./lib/FOCUSABLE_ELEMENTS.js",
|
|
"./lib/AbortController": "./lib/AbortController.js",
|
|
"./lib/getTextDirection": "./lib/getTextDirection.js",
|
|
"./lib/NetworkError": "./lib/NetworkError.js",
|
|
"./lib/isNetworkError": "./lib/isNetworkError.js",
|
|
"./lib/truncateString": "./lib/truncateString.js",
|
|
"./lib/remoteFileObjToLocal": "./lib/remoteFileObjToLocal.js",
|
|
"./lib/fetchWithNetworkError": "./lib/fetchWithNetworkError.js",
|
|
"./lib/ErrorWithCause": "./lib/ErrorWithCause.js",
|
|
"./lib/delay": "./lib/delay.js",
|
|
"./lib/hasProperty": "./lib/hasProperty.js",
|
|
"./lib/mimeTypes": "./lib/mimeTypes.js",
|
|
"./lib/getDroppedFiles": "./lib/getDroppedFiles/index.js",
|
|
"./lib/FOCUSABLE_ELEMENTS.js": "./lib/FOCUSABLE_ELEMENTS.js",
|
|
"./src/microtip.scss": "./src/microtip.scss"
|
|
},
|
|
"dependencies": {
|
|
"lodash.throttle": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.0.0"
|
|
}
|
|
}
|