ilib-loctool-ghfm
Version:
A loctool plugin that knows how to process github-flavored markdown files
81 lines • 2.1 kB
JSON
{
"name": "ilib-loctool-ghfm",
"version": "1.12.0",
"main": "./MarkdownFileType.js",
"description": "A loctool plugin that knows how to process github-flavored markdown files",
"license": "Apache-2.0",
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"globalization",
"g11n",
"strings",
"resources",
"locale",
"translation",
"webpack",
"loader",
"github",
"flavor",
"markdown"
],
"email": "ehoogerbeets@gmail.com",
"author": {
"name": "Edwin Hoogerbeets",
"web": "http://www.translationcircle.com/",
"email": "ehoogerbeets@gmail.com"
},
"contributors": [
{
"name": "Edwin Hoogerbeets",
"email": "ehoogerbeets@gmail.com"
}
],
"files": [
"README.md",
"LICENSE",
"MarkdownFile.js",
"MarkdownFileType.js"
],
"repository": {
"type": "git",
"url": "https://github.com/iLib-js/ilib-mono.git"
},
"engines": {
"node": ">=12 <23"
},
"dependencies": {
"he": "^1.2.0",
"ilib": "^14.21.1",
"micromatch": "^4.0.8",
"rehype-parse": "^7.0.1",
"rehype-raw": "^5.1.0",
"remark-footnotes": "^2.0.0",
"remark-frontmatter": "^2.0.0",
"remark-highlight.js": "^6.0.0",
"remark-parse": "^8.0.3",
"remark-stringify": "^8.1.1",
"unified": "^9.2.2",
"unist-builder": "^2.0.3",
"unist-util-filter": "^2.0.3",
"ilib-loctool-yaml": "^1.5.2",
"ilib-tree-node": "^2.0.1",
"message-accumulator": "^3.0.2"
},
"devDependencies": {
"jest": "^29.7.0",
"ilib-internal": "^0.0.0",
"loctool": "^2.31.5"
},
"scripts": {
"coverage": "pnpm test -- --coverage",
"test": "node node_modules/jest/bin/jest.js",
"test:watch": "node node_modules/jest/bin/jest.js --watch",
"debug": "node --inspect-brk node_modules/jest/bin/jest.js -i",
"clean": "git clean -f -d * ; rm -rf test/testfiles/fr-FR test/testfiles/de-DE",
"test:all": "npm-run-all --npm-path pnpm test test:e2e",
"test:e2e": "node node_modules/jest/bin/jest.js --config test-e2e/jest.config.cjs"
}
}