UNPKG

file-base64

Version:

encode a file to base64 string or decode a base64 string to file.

30 lines (29 loc) 678 B
{ "name": "file-base64", "version": "1.0.0", "description": "encode a file to base64 string or decode a base64 string to file.", "main": "index.js", "dependencies": { "into-stream": "^2.0.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/forsigner/file-base64.git" }, "keywords": [ "file", "base64", "node", "stream" ], "author": "forsigner", "license": "MIT", "bugs": { "url": "https://github.com/forsigner/file-base64/issues" }, "homepage": "https://github.com/forsigner/file-base64#readme" }