forked from aristus/accent-folding
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "accent-folding", | ||
"version": "2.0.0", | ||
"description": "A small library for accent sensitive highlight", | ||
"version": "2.2.0", | ||
"description": "A JavaScript library for accent-insensitive text processing, including accent folding and search term highlighting", | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">=14.17.0" | ||
|
@@ -20,14 +20,21 @@ | |
"url": "git+https://github.com/zr87/accent-folding.git" | ||
}, | ||
"keywords": [ | ||
"accent", | ||
"folding", | ||
"highlight" | ||
"accent folding", | ||
"accent insensitive", | ||
"Unicode normalization", | ||
"text processing", | ||
"string manipulation", | ||
"search highlight", | ||
"JavaScript library", | ||
"npm package", | ||
"text normalization", | ||
"accent removal" | ||
], | ||
"author": "Zoltan Rakottyai <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/zr87/accent-folding" | ||
"url": "https://github.com/zr87/accent-folding/issues" | ||
}, | ||
"homepage": "https://github.com/zr87/accent-folding#readme", | ||
"devDependencies": { | ||
|