package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "@uppy/utils@^4.1.3",
  3. "_id": "@uppy/utils@4.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==",
  6. "_location": "/@uppy/utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@uppy/utils@^4.1.3",
  12. "name": "@uppy/utils",
  13. "escapedName": "@uppy%2futils",
  14. "scope": "@uppy",
  15. "rawSpec": "^4.1.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.1.3"
  18. },
  19. "_requiredBy": [
  20. "/@uppy/companion-client",
  21. "/@uppy/core",
  22. "/@uppy/xhr-upload"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@uppy/utils/-/utils-4.1.3.tgz",
  25. "_shasum": "9d0be6ece4df25f228d30ef40be0f14208258ce3",
  26. "_spec": "@uppy/utils@^4.1.3",
  27. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@uppy\\core",
  28. "bugs": {
  29. "url": "https://github.com/transloadit/uppy/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "lodash.throttle": "^4.1.1"
  34. },
  35. "deprecated": false,
  36. "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
  37. "devDependencies": {
  38. "@jest/globals": "^27.4.2"
  39. },
  40. "homepage": "https://uppy.io",
  41. "keywords": [
  42. "file uploader",
  43. "uppy"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@uppy/utils",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/transloadit/uppy.git"
  51. },
  52. "type": "module",
  53. "types": "types/index.d.ts",
  54. "version": "4.1.3"
  55. }