{ "name": "@uppy/url", "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", "version": "4.1.2", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", "type": "module", "keywords": [ "file uploader", "url", "import from url", "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": { "@uppy/companion-client": "workspace:^", "@uppy/utils": "workspace:^", "nanoid": "^5.0.9", "preact": "^10.5.13" }, "peerDependencies": { "@uppy/core": "workspace:^" } }