package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@uppy/core@2.3.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@uppy/core@2.3.4",
  9. "_id": "@uppy/core@2.3.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==",
  12. "_location": "/@uppy/core",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@uppy/core@2.3.4",
  18. "name": "@uppy/core",
  19. "escapedName": "@uppy%2fcore",
  20. "scope": "@uppy",
  21. "rawSpec": "2.3.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.4"
  24. },
  25. "_requiredBy": [
  26. "/@wangeditor/editor"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@uppy/core/-/core-2.3.4.tgz",
  29. "_spec": "2.3.4",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "bugs": {
  32. "url": "https://github.com/transloadit/uppy/issues"
  33. },
  34. "dependencies": {
  35. "@transloadit/prettier-bytes": "0.0.7",
  36. "@uppy/store-default": "^2.1.1",
  37. "@uppy/utils": "^4.1.3",
  38. "lodash.throttle": "^4.1.1",
  39. "mime-match": "^1.0.2",
  40. "namespace-emitter": "^2.0.1",
  41. "nanoid": "^3.1.25",
  42. "preact": "^10.5.13"
  43. },
  44. "description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
  45. "devDependencies": {
  46. "@jest/globals": "^27.4.2"
  47. },
  48. "homepage": "https://uppy.io",
  49. "keywords": [
  50. "file uploader",
  51. "uppy",
  52. "uppy-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "@uppy/core",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/transloadit/uppy.git"
  60. },
  61. "style": "dist/style.min.css",
  62. "type": "module",
  63. "types": "types/index.d.ts",
  64. "version": "2.3.4"
  65. }