UNPKG

@samluvanda/uploadx

Version:

Modern, lightweight, and extensible JavaScript file uploader supporting chunked uploads, filtering, retry logic, progress tracking, and event hooks.

46 lines (45 loc) 980 B
{ "name": "@samluvanda/uploadx", "version": "1.0.1", "description": "Modern, lightweight, and extensible JavaScript file uploader supporting chunked uploads, filtering, retry logic, progress tracking, and event hooks.", "main": "src/index.js", "type": "module", "author": { "name": "Samson Luvanda", "email": "s_luvanda@hotmail.com" }, "license": "MIT", "keywords": [ "file-upload", "uploader", "javascript", "chunked-upload", "upload-library", "browser-upload", "file", "xhr", "html5" ], "repository": { "type": "git", "url": "https://github.com/samluvanda/uploadx.git" }, "bugs": { "url": "https://github.com/samluvanda/uploadx/issues" }, "homepage": "https://github.com/samluvanda/uploadx#readme", "dependencies": { "uuid": "^11.1.0" }, "exports": { ".": "./src/index.js" }, "engines": { "node": ">=16" }, "files": [ "src", "README.md", "LICENSE" ] }