{
    "name": "hexo-safego-thun888",
    "version": "2.3.7",
    "description": "✨Hexo plugin for safe external link redirection with base64 encoding, domain whitelisting, and support for a custom redirect page.",
    "main": "index.js",
    "dependencies": {
        "cheerio": "^1.0.0-rc.12"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/thun888/hexo-safego.git"
    },
    "keywords": [
        "hexo",
        "plugin",
        "external-link",
        "safego",
        "base64"
    ],
    "files": [
        "go.html",
        "index.js",
        "lib/"
    ],
    "author": "thun888",
    "email": "thun888@hzchu.top",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/thun888/hexo-safego/issues"
    },
    "homepage": "https://blog.liushen.fun/posts/1dfd1f41/"
}