package.json 542 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@uppy/utils",
  3. "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
  4. "version": "3.6.1",
  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. }