package.json 1.4 KB

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