mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
34 lines
897 B
JSON
34 lines
897 B
JSON
{
|
|
"name": "@uppy/golden-retriever",
|
|
"description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab",
|
|
"version": "3.0.0-beta.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"type": "module",
|
|
"keywords": [
|
|
"file uploader",
|
|
"restore files",
|
|
"crash recovery",
|
|
"golden retriever",
|
|
"resumable uploads",
|
|
"uppy",
|
|
"uppy-plugin"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"dependencies": {
|
|
"@transloadit/prettier-bytes": "0.0.9",
|
|
"@uppy/utils": "workspace:^",
|
|
"lodash.throttle": "^4.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|