astro-ghostcms/.pnpm-store/v3/files/05/dbc942694c50666453712682a9e...

57 lines
1.2 KiB
Plaintext

{
"name": "retext-latin",
"version": "3.1.0",
"description": "retext plugin to parse Latin-script prose",
"license": "MIT",
"keywords": [
"unified",
"retext",
"retext-plugin",
"plugin",
"natural",
"language",
"latin",
"concrete",
"syntax",
"tree",
"cst",
"parse"
],
"homepage": "https://github.com/retextjs/retext",
"repository": "https://github.com/retextjs/retext/tree/main/packages/retext-latin",
"bugs": "https://github.com/retextjs/retext/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"lib/",
"index.d.ts",
"index.js"
],
"dependencies": {
"@types/nlcst": "^1.0.0",
"parse-latin": "^5.0.0",
"unherit": "^3.0.0",
"unified": "^10.0.0"
},
"scripts": {
"build": "rimraf \"lib/**/*.d.ts\" && tsc && type-coverage"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}