UNPKG

node-base64-image

Version:

Download images from remote URLs and encode/decode them to base64

66 lines (65 loc) 1.48 kB
{ "name": "node-base64-image", "version": "3.0.0", "description": "Download images from remote URLs and encode/decode them to base64", "type": "module", "files": [ "dist" ], "exports": { "import": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "require": "./dist/index.cjs" } }, "engines": { "node": ">=22" }, "scripts": { "version": "auto-changelog -p && git add CHANGELOG.md", "test": "vitest run", "lint": "oxlint", "lint:fix": "oxlint --fix", "build": "tsdown" }, "repository": { "type": "git", "url": "git+https://github.com/riyadhalnur/node-base64-image.git" }, "keywords": [ "image", "download", "base64", "encode", "decode", "javascript", "typescript", "node", "nodejs", "js", "buffer" ], "author": "Riyadh Al Nur <riyadhalnur@verticalaxisbd.com> (https://verticalaxisbd.com)", "license": "MIT", "bugs": { "url": "https://github.com/riyadhalnur/node-base64-image/issues" }, "homepage": "https://riyadhalnur.github.io/node-base64-image/", "devDependencies": { "@arethetypeswrong/core": "^0.18.2", "@types/node": "^25.6.2", "auto-changelog": "^2.5.0", "oxlint": "^1.63.0", "publint": "^0.3.20", "tsdown": "^0.22.0", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "dependencies": { "axios": "^1.16.0" } }