package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@uppy/companion-client@^2.2.2",
  3. "_id": "@uppy/companion-client@2.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==",
  6. "_location": "/@uppy/companion-client",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@uppy/companion-client@^2.2.2",
  12. "name": "@uppy/companion-client",
  13. "escapedName": "@uppy%2fcompanion-client",
  14. "scope": "@uppy",
  15. "rawSpec": "^2.2.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.2.2"
  18. },
  19. "_requiredBy": [
  20. "/@uppy/xhr-upload"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@uppy/companion-client/-/companion-client-2.2.2.tgz",
  23. "_shasum": "c70b42fdcca728ef88b3eebf7ee3e2fa04b4923b",
  24. "_spec": "@uppy/companion-client@^2.2.2",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@uppy\\xhr-upload",
  26. "bugs": {
  27. "url": "https://github.com/transloadit/uppy/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@uppy/utils": "^4.1.2",
  32. "namespace-emitter": "^2.0.1"
  33. },
  34. "deprecated": false,
  35. "description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
  36. "devDependencies": {
  37. "@jest/globals": "^27.4.2"
  38. },
  39. "homepage": "https://uppy.io",
  40. "keywords": [
  41. "file uploader",
  42. "uppy",
  43. "uppy-plugin",
  44. "companion",
  45. "provider"
  46. ],
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "@uppy/companion-client",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/transloadit/uppy.git"
  53. },
  54. "type": "module",
  55. "types": "types/index.d.ts",
  56. "version": "2.2.2"
  57. }