package.json 1.8 KB

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