@rpldy/chunked-sender
Version:
adds chunked upload capabilities on top of the regular XHR uploads
45 lines (44 loc) • 1.14 kB
JSON
{
"version": "1.13.0",
"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.13.0",
"@rpldy/shared": "1.13.0",
"@rpldy/simple-state": "1.13.0"
},
"devDependencies": {
"@rpldy/life-events": "1.13.0",
"@rpldy/uploader": "1.13.0",
"flow-bin": "^0.291.0"
},
"gitHead": "3a965dc55c497d868e8c600a403acc58cfac9150"
}