@hanseartic/remark-env-directive
Version:
substitute environment variables in markdown directive plugin for remark
40 lines (39 loc) • 914 B
JSON
{
"name": "@hanseartic/remark-env-directive",
"version": "1.0.3",
"description": "substitute environment variables in markdown directive plugin for remark",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "github",
"url": "git+https://github.com/hanseartic/remark-env-directive"
},
"author": "hanseartic",
"license": "MIT",
"funding": "https://fund.hanseartic.de/?remark-env-directive=15",
"keywords": [
"markdown",
"plugin",
"remark",
"remark-plugin",
"remark-directive",
"env-var",
"environment variable"
],
"type": "module",
"private": false,
"dependencies": {
"mdast-util-directive": "^2.2.3",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
},
"files": [
"README.md",
"LICENSE",
"index.js",
"index.d.ts",
"lib/index.js"
]
}