File tree Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change
1
+ # unicode-scripts-finder
2
+
3
+ find which unicode scripts a text is using
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unicode-scripts-finder" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " find which unicode scripts a text is using " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " mocha"
8
8
},
9
- "keywords" : [],
10
- "author" : " " ,
11
- "license" : " ISC" ,
9
+ "keywords" : [
10
+ " unicode"
11
+ ],
12
+ "author" : " maxlath" ,
13
+ "license" : " MIT" ,
12
14
"devDependencies" : {
13
15
"mocha" : " ^7.1.1" ,
14
16
"should" : " ^13.2.3"
15
- }
17
+ },
18
+ "directories" : {
19
+ "lib" : " lib" ,
20
+ "test" : " test"
21
+ },
22
+ "dependencies" : {},
23
+ "repository" : {
24
+ "type" : " git" ,
25
+ "url" : " git+https://github.com/maxlath/unicode-scripts-finder.git"
26
+ },
27
+ "bugs" : {
28
+ "url" : " https://github.com/maxlath/unicode-scripts-finder/issues"
29
+ },
30
+ "homepage" : " https://github.com/maxlath/unicode-scripts-finder#readme"
16
31
}
You can’t perform that action at this time.
0 commit comments