trigrams
Version:
Trigram files for 500+ languages
99 lines (98 loc) • 2.46 kB
JSON
{
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/wooorm/trigrams/issues",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"dependencies": {},
"description": "Trigram files for 500+ languages",
"devDependencies": {
"@types/mdast": "^4.0.0",
"@types/node": "^22.0.0",
"c8": "^10.0.0",
"hast-util-from-html": "^2.0.0",
"hast-util-select": "^6.0.0",
"hast-util-to-string": "^3.0.0",
"import-meta-resolve": "^4.0.0",
"mdast-zone": "^6.0.0",
"prettier": "^3.0.0",
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^11.0.0",
"trigram-utils": "^2.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"udhr": "^6.0.0",
"xo": "^0.60.0"
},
"exports": "./index.js",
"files": [
"index.d.ts.map",
"index.d.ts",
"index.js",
"lib/"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"keywords": [
"declaration",
"detection",
"guessing",
"human",
"language",
"rights",
"trigram",
"udhr",
"unicode",
"universal"
],
"license": "MIT",
"name": "trigrams",
"prettier": {
"bracketSpacing": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
},
"remarkConfig": {
"plugins": [
"remark-preset-wooorm",
[
"remark-gfm",
{
"tablePipeAlign": false
}
],
[
"remark-lint-table-pipe-alignment",
false
],
"./script/build-support.js"
]
},
"repository": "wooorm/trigrams",
"scripts": {
"build": "tsc --build --clean && tsc --build && type-coverage",
"format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",
"generate": "node --conditions development script/build-data.js && node --conditions development script/build-support.js",
"test-api": "node --conditions development test.js",
"test-coverage": "c8 --100 --reporter lcov -- npm run test-api",
"test": "npm run generate && npm run build && npm run format && npm run test-coverage"
},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"strict": true
},
"type": "module",
"version": "6.0.0",
"xo": {
"prettier": true,
"rules": {
"unicorn/prefer-at": "off"
}
}
}