remark-behead
Version:
Increase or decrease heading depth
53 lines (52 loc) • 1.1 kB
JSON
{
"name": "remark-behead",
"version": "3.1.0",
"description": "Increase or decrease heading depth",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"sideEffects": false,
"scripts": {
"build": "tsc",
"test": "tap -Rspec --cov test.js",
"report": "nyc report --reporter=text-lcov | coveralls",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/mrzmmr/remark-behead.git"
},
"keywords": [
"mdast",
"remark",
"behead",
"plugin",
"mdast-plugin",
"mdast-behead",
"remark-plugin",
"remark-behead"
],
"author": "mrzmmr",
"license": "MIT",
"dependencies": {
"unist-util-find": "^1.0.2",
"unist-util-find-all-after": "^4.0.0",
"unist-util-find-all-before": "^4.0.0",
"unist-util-find-all-between": "^2.1.0",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/mdast": "^3.0.10",
"coveralls-next": "^4.1.2",
"remark": "^14.0.1",
"tap": "^16.1.0",
"typescript": "^4.6.3"
}
}