remark-kbd
Version:
This plugin parses custom Markdown syntax to handle keyboard keys. It adds a new node type to the [mdast][mdast] produced by [remark][remark]: `kbd`
36 lines (35 loc) • 928 B
JSON
{
"name": "remark-kbd",
"version": "1.1.1",
"repository": {
"url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-kbd",
"type": "git"
},
"author": "Victor Felder <victor@draft.li> (https://draft.li)",
"contributors": [
"Sébastien (AmarOk) Blin <contact@enconn.fr>",
"François (artragis) Dambrine <perso@francoisdambrine.me>",
"Victor Felder <victor@draft.li> (https://draft.li)"
],
"scripts": {
"pretest": "eslint .",
"build": "babel --root-mode upward --delete-dir-on-start --env-name production --out-dir dist src",
"test": "jest",
"coverage": "jest --coverage"
},
"main": "dist/index.js",
"files": [
"LICENSE-MIT",
"dist",
"src",
"README.md"
],
"keywords": [
"remark"
],
"license": "MIT",
"dependencies": {
"is-whitespace-character": "^1.0.4"
},
"gitHead": "b278abe5320c5ca01bdaed3c833f5f68ab389663"
}