UNPKG

rehype-urls

Version:

Rehype plugin to rewrite URLs of `href` and `src` attributes

39 lines (38 loc) 873 B
{ "name": "rehype-urls", "version": "1.2.0", "description": "Rehype plugin to rewrite URLs of `href` and `src` attributes", "main": "index.js", "scripts": { "test": "tape test.js && standard" }, "repository": { "type": "git", "url": "git+https://github.com/brechtcs/rehype-urls.git" }, "keywords": [ "rehype", "hast", "rewrite", "url", "link", "src", "href" ], "bugs": { "url": "https://github.com/brechtcs/rehype-urls/issues" }, "homepage": "https://github.com/brechtcs/rehype-urls#readme", "author": "Brecht Savelkoul <brecht.savelkoul@gmail.com>", "license": "Apache-2.0", "dependencies": { "hast-util-has-property": "^1.0.2", "stdopt": "^2.0.0", "unist-util-visit": "^1.4.0" }, "devDependencies": { "rehype": "^7.0.0", "standard": "^12.0.1", "tape": "^4.9.1" } }