django-vue3-admin-web/node_modules/@uppy/utils/package.json
2025-10-20 21:21:14 +08:00

27 lines
620 B
JSON

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