-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 2.45 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "everyutil",
"version": "2.0.3",
"description": "A comprehensive library of lightweight, reusable utility functions for JavaScript and TypeScript, designed to streamline common programming tasks such as string manipulation, array processing, date handling, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dailker/everyutil-js.git"
},
"author": "Ilker Ozturk (GitHub.com/dailker)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dailker/everyutil-js/issues"
},
"homepage": "https://github.com/dailker/everyutil-js#readme",
"dependencies": {
"adm-zip": "^0.5.16",
"chokidar": "^4.0.3",
"diskusage": "^1.2.0",
"fluent-ffmpeg": "^2.1.3",
"iconv-lite": "^0.6.3",
"jschardet": "^3.1.4",
"mime-types": "^3.0.1",
"sharp": "^0.34.3",
"typescript": "^5.8.3"
},
"keywords": [
"utility",
"functions",
"everyday",
"programming",
"lodash",
"toolkit",
"array",
"number",
"string",
"unicode",
"text",
"words",
"math",
"statistical",
"entropy",
"random",
"normalize",
"natural language",
"nlp",
"similarity",
"levenshtein",
"slugify",
"slug",
"palindrome",
"tokenize",
"tokenizer",
"detokenize",
"word chunking",
"ascii",
"ascii art",
"sparkline",
"histogram",
"number theory",
"digital root",
"prime factor",
"factors",
"kaprekar",
"collatz",
"modulo",
"wrap",
"clamp",
"snap to",
"weighted random",
"gaussian",
"cumulative sum",
"delta",
"rolling average",
"moving average",
"standard deviation",
"interquartile range",
"median",
"outlier detection",
"array clustering",
"vectorize",
"semantic analysis",
"language detection",
"unicode blocks",
"unicode scripts",
"regex utils",
"emoji",
"emoji detection",
"text classification",
"pattern detection",
"fuzzy match",
"text formatting",
"creative coding",
"text effects",
"case alternation",
"random case",
"wave text",
"obscure email"
],
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/mime-types": "^2.1.1",
"@types/node": "^20.0.0"
}
}