UNPKG

posthtml-external-link

Version:

Add 'rel="external noopener nofollow"' and 'target="_blank"' to all external links [PostHTML Plugin]

49 lines (48 loc) 1.28 kB
{ "name": "posthtml-external-link", "version": "0.1.2", "description": "Add 'rel=\"external noopener nofollow\"' and 'target=\"_blank\"' to all external links [PostHTML Plugin]", "main": "dist", "files": [ "dist" ], "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/SukkaW/posthtml-external-link.git" }, "keywords": [ "posthtml", "posthtml-plugins", "nofollow", "seo", "external-link" ], "author": "Sukka <https://skk.moe>", "license": "MIT", "bugs": { "url": "https://github.com/SukkaW/posthtml-external-link/issues" }, "homepage": "https://github.com/SukkaW/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.16.1", "ts-mocha": "^8.0.0", "typescript": "^4.1.2" }, "peerDependencies": { "posthtml": "^0.16.1" } }