@richardneililagan/posthtml-external-link
Version:
Add 'rel="external noopener nofollow"' and 'target="_blank"' to all external links [PostHTML Plugin]
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "@richardneililagan/posthtml-external-link",
"version": "0.1.1",
"description": "Add 'rel=\"external noopener nofollow\"' and 'target=\"_blank\"' to all external links [PostHTML Plugin]",
"main": "dist",
"files": [
"dist"
],
"private": false,
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts --ignore-path .gitignore ./",
"test": "ts-mocha -p test/tsconfig.json test/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardneililagan/posthtml-external-link.git"
},
"keywords": [
"posthtml",
"posthtml-plugins",
"nofollow",
"seo",
"external-link"
],
"peerDependencies": {
"posthtml": "^0.14.0"
},
"author": "Sukka <https://skk.moe>",
"contributors": [
"Richard Neil Ilagan <705310+richardneililagan@users.noreply.github.com> (https://richardneililagan.com)"
],
"license": "MIT",
"homepage": "https://github.com/richardneililagan/posthtml-external-link#readme",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.8",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"chai": "^4.2.0",
"eslint": "^7.13.0",
"eslint-config-sukka": "^1.0.4",
"mocha": "^8.2.1",
"posthtml": "^0.14.0",
"ts-mocha": "^8.0.0",
"typescript": "^4.1.2"
}
}