-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
263 lines (263 loc) · 6.04 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
{
"name": "@keyvhq/monorepo",
"description": "Simple key-value storage with support for multiple backends",
"homepage": "https://keyv.js.org",
"version": "",
"author": {
"email": "[email protected]",
"name": "microlink.io",
"url": "https://microlink.io"
},
"contributors": [
{
"name": "Luke Childs",
"email": "[email protected]"
},
{
"name": "Kiko Beats",
"email": "[email protected]"
},
{
"name": "Jytesh",
"email": "[email protected]"
},
{
"name": "Aditya Patadia",
"email": "[email protected]"
},
{
"name": "Dimitri Benin",
"email": "[email protected]"
},
{
"name": "Arylo",
"email": "[email protected]"
},
{
"name": "PopGoesTheWza",
"email": "[email protected]"
},
{
"name": "Dan Dascalescu",
"email": "[email protected]"
},
{
"name": "Nathan Shively-Sanders",
"email": "[email protected]"
},
{
"name": "arichter83",
"email": "[email protected]"
},
{
"name": "César Fernández",
"email": "[email protected]"
},
{
"name": "chocolateboy",
"email": "[email protected]"
},
{
"name": "ficristo",
"email": "[email protected]"
},
{
"name": "Jérôme Desboeufs",
"email": "[email protected]"
},
{
"name": "MySidesTheyAreGone",
"email": "[email protected]"
},
{
"name": "Benjamin Lichtman",
"email": "[email protected]"
},
{
"name": "pengcao1",
"email": "[email protected]"
},
{
"name": "Andika Dinata",
"email": "[email protected]"
},
{
"name": "Stefan Charsley",
"email": "[email protected]"
},
{
"name": "Daniel Rosenwasser",
"email": "[email protected]"
},
{
"name": "Simon Schick",
"email": "[email protected]"
},
{
"name": "Dušan Simić",
"email": "[email protected]"
},
{
"name": "Jack Bates",
"email": "[email protected]"
},
{
"name": "Jared Wray",
"email": "[email protected]"
},
{
"name": "Jitendra Adhikari",
"email": "[email protected]"
},
{
"name": "Lucas Felicio Adriano",
"email": "[email protected]"
},
{
"name": "Loïc Mahieu",
"email": "[email protected]"
},
{
"name": "Mateu Aguiló Bosch",
"email": "[email protected]"
},
{
"name": "Kent C. Dodds",
"email": "[email protected]"
},
{
"name": "Mehdi Lahlou",
"email": "[email protected]"
},
{
"name": "Moyuan Huang",
"email": "[email protected]"
},
{
"name": "Nikolaj Kappler",
"email": "[email protected]"
},
{
"name": "Casey Webb",
"email": "[email protected]"
},
{
"name": "Paul Morgan III",
"email": "[email protected]"
},
{
"name": "Romuald Quantin",
"email": "[email protected]"
},
{
"name": "Roney Rao",
"email": "[email protected]"
},
{
"name": "Sheetal Nandi",
"email": "[email protected]"
},
{
"name": "Pascal Sthamer",
"email": "[email protected]"
},
{
"name": "Tal Zion",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/microlinkhq/keyhq.git"
},
"bugs": {
"url": "https://github.com/microlinkhq/keyhq/issues"
},
"keywords": [
"adapter",
"cache",
"key",
"keyv",
"mongo",
"mongodb",
"mysql",
"pgsql",
"redis",
"sql",
"sqlite",
"sqlite3",
"storage",
"store",
"ttl",
"value"
],
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@lerna-lite/cli": "latest",
"@lerna-lite/publish": "latest",
"browser-sync": "latest",
"c8": "latest",
"concurrently": "latest",
"cssnano": "latest",
"cssnano-preset-advanced": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"gulp": "4",
"gulp-concat": "latest",
"gulp-postcss": "latest",
"gulp-uglify": "latest",
"nano-staged": "latest",
"postcss": "latest",
"postcss-focus": "latest",
"simple-git-hooks": "latest",
"ts-standard": "latest"
},
"engines": {
"node": ">= 16"
},
"files": [
"packages/**"
],
"scripts": {
"build": "gulp build",
"clean": "pnpm -r exec -- rm -rf node_modules",
"contributors": "(pnpm -r exec finepack --parallel && git-authors-cli && finepack && echo \"git add package.json && git commit -m 'build: contributors' --no-verify\") || true",
"dev": "concurrently \"gulp\" \"npm run dev:server\"",
"dev:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"lint": "ts-standard --fix",
"prerelease": "npm run contributors",
"pretest": "npm run lint",
"release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
"test": "c8 pnpm -r run test",
"update": "pnpm --recursive --parallel exec ncu -u",
"update:check": "pnpm --recursive --parallel exec ncu -errorLevel 2"
},
"private": true,
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
0
]
}
},
"nano-staged": {
"*.{js,ts}": [
"ts-standard"
],
"package.json": [
"finepack"
]
},
"publishConfig": {
"access": "public"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx nano-staged"
}
}