UNPKG

remark-rehype-wrap

Version:

Wrap `remark` or `rehype` subtrees in a new container node

38 lines (37 loc) 804 B
{ "name": "remark-rehype-wrap", "version": "0.0.5", "description": "Wrap `remark` or `rehype` subtrees in a new container node", "author": "Brad Cornes", "license": "MIT", "homepage": "https://github.com/bradlc/remark-rehype-wrap#readme", "repository": { "type": "git", "url": "https://github.com/bradlc/remark-rehype-wrap.git" }, "bugs": { "url": "https://github.com/bradlc/remark-rehype-wrap/issues" }, "type": "module", "main": "index.js", "files": [ "index.js" ], "keywords": [ "mdx", "remark", "rehype" ], "scripts": { "test": "node test.js" }, "devDependencies": { "rehype": "^12.0.1", "remark": "^14.0.2", "remark-mdx": "^2.3.0", "uvu": "^0.5.6" }, "dependencies": { "unist-util-select": "^4.0.3" } }