123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "@uppy/utils",
- "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
- "version": "5.0.0-beta",
- "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": {
- "./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/getDroppedFiles":"./lib/getDroppedFiles/index.js"
- },
- "dependencies": {
- "lodash.throttle": "^4.1.1"
- },
- "devDependencies": {
- "@jest/globals": "^27.4.2"
- }
- }
|