package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@uppy/core@^2.1.1",
  3. "_id": "@uppy/core@2.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==",
  6. "_location": "/@uppy/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@uppy/core@^2.1.1",
  12. "name": "@uppy/core",
  13. "escapedName": "@uppy%2fcore",
  14. "scope": "@uppy",
  15. "rawSpec": "^2.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.1.1"
  18. },
  19. "_requiredBy": [
  20. "/@wangeditor/editor"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@uppy/core/-/core-2.3.4.tgz",
  23. "_shasum": "260b85b6bf3aa03cdc67da231f8c69cfbfdcc84a",
  24. "_spec": "@uppy/core@^2.1.1",
  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. "@transloadit/prettier-bytes": "0.0.7",
  32. "@uppy/store-default": "^2.1.1",
  33. "@uppy/utils": "^4.1.3",
  34. "lodash.throttle": "^4.1.1",
  35. "mime-match": "^1.0.2",
  36. "namespace-emitter": "^2.0.1",
  37. "nanoid": "^3.1.25",
  38. "preact": "^10.5.13"
  39. },
  40. "deprecated": false,
  41. "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:",
  42. "devDependencies": {
  43. "@jest/globals": "^27.4.2"
  44. },
  45. "homepage": "https://uppy.io",
  46. "keywords": [
  47. "file uploader",
  48. "uppy",
  49. "uppy-plugin"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@uppy/core",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/transloadit/uppy.git"
  57. },
  58. "style": "dist/style.min.css",
  59. "type": "module",
  60. "types": "types/index.d.ts",
  61. "version": "2.3.4"
  62. }