package.json 1.6 KB

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