UNPKG

@rpldy/chunked-sender

Version:

adds chunked upload capabilities on top of the regular XHR uploads

45 lines (44 loc) 1.14 kB
{ "version": "1.9.1", "name": "@rpldy/chunked-sender", "description": "adds chunked upload capabilities on top of the regular XHR uploads", "author": "yoav niran (https://github.com/yoavniran)", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "main:dev": "src/index.js", "types": "types/index.d.ts", "license": "MIT", "homepage": "https://react-uploady.org", "repository": { "type": "git", "url": "https://github.com/rpldy/react-uploady.git", "directory": "packages/chunked-sender" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-uploady" }, "keywords": [ "chunked", "upload", "send", "file upload" ], "scripts": { "build": "node ../../../scripts/build.mjs" }, "publishConfig": { "access": "public" }, "dependencies": { "@rpldy/sender": "^1.9.1", "@rpldy/shared": "^1.9.1", "@rpldy/simple-state": "^1.9.1" }, "devDependencies": { "@rpldy/life-events": "^1.9.1", "@rpldy/uploader": "^1.9.1", "flow-bin": "^0.256.0" }, "gitHead": "e6181192976350a3bdad7acf69d0cc9384fb8204" }