UNPKG

sharding-downloader

Version:

This project downloads files in the browser,Support large file sharding and IndexedDB(大文件分片下载)

57 lines 1.32 kB
{ "name": "sharding-downloader", "private": false, "version": "1.3.0", "description": "This project downloads files in the browser,Support large file sharding and IndexedDB(大文件分片下载)", "publishConfig": { "access": "public" }, "keywords": [ "file", "sharding", "download", "downloader", "web", "browser", "client", "javascript", "typescript", "retry", "pause", "resume", "大文件分片下载", "IndexedDB", "下载进度", "暂停重试" ], "license": "MIT", "author": "moyuderen", "homepage": "https://moyuderen.github.io/sharding-download/", "repository": { "url": "https://github.com/moyuderen/sharding-download" }, "module": "./dist/sharding-downloader.es.js", "main": "./dist/sharding-downloader.umd.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "require": "./dist/sharding-downloader.cjs.js", "import": "./dist/sharding-downloader.es.js" } }, "files": [ "dist" ], "type": "module", "devDependencies": { "typescript": "~5.7.2", "vite": "^6.3.1", "vite-plugin-dts": "^4.5.4" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" } }