landvex: Fixar och tester klara för alla komponenter
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "remove-accents",
|
||||
"version": "0.5.0",
|
||||
"description": "Converting the accented characters to their corresponding non-accented ASCII characters.",
|
||||
"main": "index.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"jest": "^29.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest -c=jest.config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tyxla/remove-accents"
|
||||
},
|
||||
"keywords": [
|
||||
"accent",
|
||||
"accents",
|
||||
"remove",
|
||||
"diacritic",
|
||||
"clean",
|
||||
"formatting",
|
||||
"umlaut",
|
||||
"grave",
|
||||
"circumflex",
|
||||
"tilde",
|
||||
"acute"
|
||||
],
|
||||
"author": {
|
||||
"name": "Marin Atanasov",
|
||||
"email": "contact@marinatanasov.com",
|
||||
"url": "http://marinatanasov.com"
|
||||
},
|
||||
"contributors": [
|
||||
"tyxla",
|
||||
"andreialecu",
|
||||
"Soreine",
|
||||
"CodeMan99",
|
||||
"gollenia",
|
||||
"glebtv",
|
||||
"jsnajdr",
|
||||
"Alorel",
|
||||
"michaelkirk",
|
||||
"huy-vuong"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/tyxla/remove-accents/issues"
|
||||
},
|
||||
"homepage": "https://github.com/tyxla/remove-accents",
|
||||
"license": "MIT",
|
||||
"typings": "./index.d.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user