extra-markdown-text
Version:
Utility methods for Markdown text.
68 lines (67 loc) • 1.67 kB
JSON
{
"name": "extra-markdown-text",
"version": "0.1.6",
"description": "Utility methods for Markdown text.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "exit",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"extra",
"markdown",
"text",
"CodeBlock",
"Link",
"LinkReference",
"Table",
"CodeBlockMatchFunction",
"CodeBlockReplaceFunction",
"LinkMatchFunction",
"LinkReferenceMatchFunction",
"LinkReferenceReplaceFunction",
"LinkReplaceFunction",
"TableMatchFunction",
"TableReplaceFunction",
"codeBlocks",
"forEachCodeBlock",
"forEachLink",
"forEachLinkReference",
"forEachTable",
"linkReferences",
"links",
"replaceCodeBlocks",
"replaceLinkReferences",
"replaceLinks",
"replaceTables",
"tables",
"tagCodeBlocks",
"untagCodeBlocks"
],
"author": "wolfram77@gmail.com",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-markdown-text.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-markdown-text/issues"
},
"homepage": "https://github.com/nodef/extra-markdown-text#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/node": "^18.15.11",
"extra-build": "^2.2.41",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0"
}
}