UNPKG

@nextcloud/upload

Version:
100 lines (99 loc) 2.84 kB
{ "name": "@nextcloud/upload", "version": "1.9.1", "description": "Nextcloud file upload client", "keywords": [ "nextcloud", "webdav", "client", "upload", "chunk" ], "homepage": "https://github.com/nextcloud-libraries/nextcloud-upload", "bugs": { "url": "https://github.com/nextcloud-libraries/nextcloud-upload/issues" }, "repository": { "type": "git", "url": "git+https://github.com/nextcloud-libraries/nextcloud-upload.git" }, "license": "AGPL-3.0-or-later", "author": "Nextcloud GmbH and Nextcloud contributors", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "vite --mode production build", "build:doc": "typedoc --out dist/doc lib && touch dist/doc/.nojekyll", "cypress": "cypress run --component", "cypress:gui": "cypress open --component", "dev": "vite --mode development build", "l10n:extract": "node build/extract-l10n.js", "lint": "eslint --ext .js,.ts,.vue .", "lint:fix": "eslint --ext .js,.ts,.vue --fix .", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch", "watch": "vite --mode development build --watch" }, "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^6.1.1", "@nextcloud/files": "^3.10.2", "@nextcloud/l10n": "^3.2.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.4", "axios": "^1.8.3", "axios-retry": "^4.5.0", "crypto-browserify": "^3.12.1", "p-cancelable": "^4.0.1", "p-queue": "^8.1.0", "typescript-event-target": "^1.1.1" }, "devDependencies": { "@codecov/vite-plugin": "^1.9.0", "@cypress/vue2": "^2.1.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/vite-config": "^1.5.2", "@nextcloud/vue": "^8.23.1", "@tsconfig/cypress": "^1.0.2", "@types/node": "^20.17.19", "@vitest/coverage-v8": "^3.0.9", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710", "cypress": "^14.2.0", "cypress-file-upload": "^5.0.8", "gettext-extractor": "^3.8.0", "gettext-parser": "^8.0.0", "jsdom": "^26.0.0", "typedoc": "^0.28.0", "typescript": "^5.8.2", "vite": "^6.2.2", "vitest": "^3.0.6", "vue-material-design-icons": "^5.3.1", "webdav": "^5.8.0" }, "peerDependencies": { "@nextcloud/vue": "^8.0.0", "vue": "^2.7.16" }, "engines": { "node": "^20.0.0", "npm": "^10.0.0" } }