UNPKG

fetch-base64

Version:

A node package to retrieve fetch local or remote files in base64 encoding.

59 lines (58 loc) 1.19 kB
{ "name": "fetch-base64", "version": "2.1.2", "description": "A node package to retrieve fetch local or remote files in base64 encoding.", "main": "index.js", "scripts": { "test": "mocha --recursive ./test" }, "repository": { "type": "git", "url": "git+https://github.com/gamell/fetch-base64.git" }, "keywords": [ "base64", "html", "encoding", "picture", "assets", "static", "files", "embedding", "mime", "inline", "inlining" ], "author": "Joan Gamell", "license": "MIT", "bugs": { "url": "https://github.com/gamell/fetch-base64/issues" }, "homepage": "https://github.com/gamell/fetch-base64#readme", "dependencies": { "mime-types": "^2.1.17" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^5.1.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-import": "^2.8.0", "mocha": "^5.0.0", "sinon": "^6.1.3" }, "engines": { "node": ">= 7.5.0" }, "eslintConfig": { "extends": "airbnb-base", "env": { "node": true, "es6": true }, "rules": { "no-console": 0, "strict": 0, "comma-dangle": 0 } } }