UNPKG

599 BJSONView Raw
1{
2 "name": "@uppy/utils",
3 "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
4 "version": "3.0.0",
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 "gitHead": "6a0152327386cb6dd1ae8aada13f13062d326b61"
24}