package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "@uppy/store-default@2.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@uppy/store-default@2.1.1",
  9. "_id": "@uppy/store-default@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==",
  12. "_location": "/@uppy/store-default",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@uppy/store-default@2.1.1",
  18. "name": "@uppy/store-default",
  19. "escapedName": "@uppy%2fstore-default",
  20. "scope": "@uppy",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@uppy/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "bugs": {
  32. "url": "https://github.com/transloadit/uppy/issues"
  33. },
  34. "description": "The default simple object-based store for Uppy.",
  35. "devDependencies": {
  36. "@jest/globals": "^27.4.2"
  37. },
  38. "homepage": "https://uppy.io",
  39. "keywords": [
  40. "file uploader",
  41. "uppy",
  42. "uppy-store"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@uppy/store-default",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/transloadit/uppy.git"
  50. },
  51. "type": "module",
  52. "types": "types/index.d.ts",
  53. "version": "2.1.1"
  54. }