@forwardimpact/libformat
Advanced tools
+16
-2
| { | ||
| "name": "@forwardimpact/libformat", | ||
| "version": "0.1.9", | ||
| "description": "Markdown formatting and text processing utilities", | ||
| "version": "0.1.10", | ||
| "description": "Render markdown to ANSI for agent-friendly terminal output or HTML for browsers.", | ||
| "keywords": [ | ||
| "markdown", | ||
| "html", | ||
| "ansi", | ||
| "agent", | ||
| "format" | ||
| ], | ||
| "forwardimpact": { | ||
| "capability": "agent-capability", | ||
| "needs": [ | ||
| "Render markdown as ANSI", | ||
| "Render markdown as HTML" | ||
| ] | ||
| }, | ||
| "license": "Apache-2.0", | ||
@@ -6,0 +20,0 @@ "author": "D. Olsson <hi@senzilla.io>", |
22702
1.2%