rehype-wrap-all
Version:
wrap all matching elements with a given element
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "rehype-wrap-all",
"version": "1.1.0",
"description": "wrap all matching elements with a given element",
"main": "index.js",
"engines": {
"node": ">=8.0"
},
"scripts": {
"test": "tap --100 -Rspec test.js",
"posttest": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"rehype",
"plugin",
"wrap",
"wrapper",
"container"
],
"author": "Florent Bourgeois",
"license": "MIT",
"dependencies": {
"hast-util-parse-selector": "^2.2.4",
"hast-util-select": "^4.0.0",
"unist-util-visit": "^2.0.3"
},
"bugs": {
"url": "https://github.com/florentb/rehype-wrap-all/issues"
},
"homepage": "https://github.com/florentb/rehype-wrap-all#readme",
"devDependencies": {
"coveralls": "^3.1.0",
"rehype": "^11.0.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"tap": "^14.11.0",
"unified": "^9.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/florentb/rehype-wrap-all.git"
}
}