package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "@uppy/xhr-upload@2.1.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@uppy/xhr-upload@2.1.3",
  9. "_id": "@uppy/xhr-upload@2.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==",
  12. "_location": "/@uppy/xhr-upload",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@uppy/xhr-upload@2.1.3",
  18. "name": "@uppy/xhr-upload",
  19. "escapedName": "@uppy%2fxhr-upload",
  20. "scope": "@uppy",
  21. "rawSpec": "2.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.3"
  24. },
  25. "_requiredBy": [
  26. "/@wangeditor/editor"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@uppy/xhr-upload/-/xhr-upload-2.1.3.tgz",
  29. "_spec": "2.1.3",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "bugs": {
  32. "url": "https://github.com/transloadit/uppy/issues"
  33. },
  34. "dependencies": {
  35. "@uppy/companion-client": "^2.2.2",
  36. "@uppy/utils": "^4.1.2",
  37. "nanoid": "^3.1.25"
  38. },
  39. "description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
  40. "devDependencies": {
  41. "@jest/globals": "^27.4.2",
  42. "nock": "^13.1.0"
  43. },
  44. "homepage": "https://uppy.io",
  45. "keywords": [
  46. "file uploader",
  47. "xhr",
  48. "xhr upload",
  49. "XMLHttpRequest",
  50. "ajax",
  51. "fetch",
  52. "uppy",
  53. "uppy-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/index.js",
  57. "name": "@uppy/xhr-upload",
  58. "peerDependencies": {
  59. "@uppy/core": "^2.3.3"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/transloadit/uppy.git"
  64. },
  65. "type": "module",
  66. "types": "types/index.d.ts",
  67. "version": "2.1.3"
  68. }