UNPKG

get-file-then-post

Version:

get arraybuffer file data from specified url and post it to another url

47 lines (46 loc) 1.03 kB
{ "name": "get-file-then-post", "version": "1.0.4", "description": "get arraybuffer file data from specified url and post it to another url", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "get", "post", "buffer", "bufferarray", "axios", "url", "file", "filepost", "formData", "form-data", "formdata", "array buffer", "get file", "get file then post", "file post", "post file", "get-file-then-post", "redirect", "redirect file", "redirect buffer", "redirect arraybuffer" ], "author": "zerrolizen", "license": "ISC", "dependencies": { "axios": "^0.21.1", "form-data": "^4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/zerrolizen/get-file-then-post.git" }, "bugs": { "url": "https://github.com/zerrolizen/get-file-then-post/issues" }, "homepage": "https://github.com/zerrolizen/get-file-then-post#readme" }