UNPKG

@vcarl/remark-headings

Version:

Remark plugin to extract heading metadata while processing markdown files

58 lines (57 loc) 1.44 kB
{ "name": "@vcarl/remark-headings", "version": "0.1.0", "description": "Remark plugin to extract heading metadata while processing markdown files", "license": "MIT", "keywords": [ "unist", "mdast", "remark", "markdown", "headings" ], "repository": "vcarl/remark-headings", "bugs": "https://github.com/vcarl/remark-headings/issues", "author": "vcarl <carl.vitullo@gmail.com>", "contributors": [ "vcarl <carl.vitullo@gmail.com>" ], "sideEffects": false, "type": "module", "main": "index.js", "types": "index.d.ts", "files": [ "index.d.ts", "index.js" ], "dependencies": { "mdast-util-to-string": "^3.1.0", "unist-util-visit": "^4.0.0" }, "devDependencies": { "@types/tape": "^4.0.0", "c8": "^7.0.0", "prettier": "^2.0.0", "remark": "^14.0.0", "remark-cli": "^10.0.0", "remark-gfm": "^3.0.0", "remark-parse": "^10.0.0", "remark-preset-wooorm": "^9.0.0", "remark-stringify": "^10.0.2", "remark-usage": "^10.0.0", "tape": "^5.0.0", "type-coverage": "^2.0.0", "typescript": "^4.5.4", "unified": "^10.0.0", "unist-builder": "^3.0.0", "xo": "^0.45.0" }, "scripts": { "prepack": "tsc", "format": "remark . -qfo && prettier . -w --loglevel warn", "test-api": "node test/index.js", "test-coverage": "c8 node test/index.js", "test": "npm run test-coverage" }, "prettier": {} }