UNPKG

541 BJSONView Raw
1{
2 "name": "@uppy/utils",
3 "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
4 "version": "4.0.4",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "types": "types/index.d.ts",
8 "keywords": [
9 "file uploader",
10 "uppy"
11 ],
12 "homepage": "https://uppy.io",
13 "bugs": {
14 "url": "https://github.com/transloadit/uppy/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/transloadit/uppy.git"
19 },
20 "dependencies": {
21 "lodash.throttle": "^4.1.1"
22 }
23}
\No newline at end of file