mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
23 lines
542 B
JSON
23 lines
542 B
JSON
{
|
|
"name": "@uppy/utils",
|
|
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"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"
|
|
}
|
|
}
|