-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.9 KB
/
package.json
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
{
"name": "mi-lib",
"version": "0.0.16",
"engines": {
"node": ">=18.0.0"
},
"files": [
"lib/**/*.js",
"data/dict/vesum"
],
"bin": {},
"scripts": {},
"author": "mova.institute",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.18.3",
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"columnify": "^1.5.4",
"cookie-parser": "^1.4.3",
"date-fns": "^2.28.0",
"dawgjs": "^0.1.4",
"decamelize": "^2.0.0",
"emoji-regex": "^7.0.1",
"express": "^4.16.3",
"express-jwt": "^7.7.5",
"glob": "^7.0.5",
"he": "^1.1.1",
"iconv-lite": "^0.4.23",
"json-stable-stringify": "^1.0.1",
"libxmljs": "^0.19.7",
"lodash": "^4.17.10",
"lodash.capitalize": "^4.2.1",
"lodash.clone": "^4.5.0",
"lodash.clonedeep": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.groupby": "^4.6.0",
"lodash.intersection": "^4.4.0",
"lodash.last": "^3.0.0",
"lodash.shuffle": "^4.2.0",
"lodash.sortby": "^4.7.0",
"lodash.sorteduniq": "^4.2.0",
"lodash.uniq": "^4.5.0",
"lru-cache": "^5.1.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"pg": "^4.5.6",
"redis": "^4.1.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"tldjs": "^2.3.1",
"tlds": "^1.203.1",
"tmp": "^0.0.33"
},
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/body-parser": "^1.17.0",
"@types/camelcase": "^4.1.0",
"@types/cookie-parser": "^1.4.1",
"@types/decamelize": "^1.2.0",
"@types/detect-character-encoding": "^0.7.0",
"@types/emoji-regex": "^7.0.0",
"@types/express": "^4.16.0",
"@types/express-jwt": "^6.0.4",
"@types/glob": "^7.1.1",
"@types/he": "^1.1.0",
"@types/iconv-lite": "0.0.1",
"@types/libxmljs": "^0.18.0",
"@types/lodash": "^4.14.109",
"@types/lodash.clonedeep": "^4.5.4",
"@types/lodash.groupby": "^4.6.0",
"@types/lodash.shuffle": "^4.2.4",
"@types/lodash.sortby": "^4.7.2",
"@types/lodash.sorteduniq": "^4.2.3",
"@types/lodash.uniq": "^4.5.4",
"@types/lru-cache": "^4.1.1",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^18.0.3",
"@types/passport": "^0.4.5",
"@types/passport-google-oauth": "^1.0.38",
"@types/pg": "^0.0.32",
"@types/request": "^2.47.0",
"@types/request-promise-native": "^1.0.15",
"@types/rimraf": "^2.0.2",
"@types/tldjs": "^2.3.0",
"@types/tlds": "^1.199.0",
"@types/tmp": "~0.0.30",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-only-warn": "^1.0.3",
"prettier": "^2.7.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"optionalDependencies": {
"detect-character-encoding": "^0.7.0"
}
}