UNPKG

remark-clang-format

Version:
51 lines (50 loc) 1.31 kB
{ "name": "remark-clang-format", "version": "2.4.5", "description": "run clang-format for code in markdown", "main": "index.js", "scripts": { "test": "ava", "release": "zx scripts/release.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/Ir1d/remark-clang-format.git" }, "keywords": [ "clang-format", "remark" ], "author": "Ir1d", "license": "ISC", "bugs": { "url": "https://github.com/Ir1d/remark-clang-format/issues" }, "homepage": "https://github.com/Ir1d/remark-clang-format#readme", "dependencies": { "@babel/parser": "^7.18.13", "@unified-latex/unified-latex-prettier": "^1.0.12", "@unified-latex/unified-latex-util-parse": "^1.0.12", "prettier": "^2.3.2", "unist-util-visit": "^3.1.0" }, "devDependencies": { "ava": "^3.15.0", "bumpp": "^6.0.6", "child_process": "^1.0.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "fs-extra": "^10.0.0", "rehype-format": "^4.0.1", "rehype-mathjax": "^4.0.2", "rehype-stringify": "^9.0.3", "remark": "^14.0.2", "remark-math": "^5.1.1", "remark-parse": "^10.0.1", "remark-rehype": "^10.1.0", "unified": "^10.1.2", "zx": "^2.0.0" }, "type": "module" }