1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@uppy/url",
- "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
- "version": "0.29.0",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "types": "types/index.d.ts",
- "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": "0.27.2",
- "@uppy/utils": "0.29.0",
- "preact": "^8.2.9"
- },
- "devDependencies": {
- "@uppy/core": "0.29.0"
- },
- "peerDependencies": {
- "@uppy/core": "^0.29.0"
- }
- }
|