sliftutils 0.1.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/builders/nodeJSBuild.ts +29 -0
- package/builders/nodeJSBuildRun.js +2 -0
- package/bundler/bundleEntry.ts +13 -8
- package/bundler/bundleEntryCaller.ts +7 -3
- package/package-lock.json +2311 -0
- package/package.json +12 -4
- package/spec.txt +17 -0
|
@@ -0,0 +1,2311 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "sliftutils",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "sliftutils",
|
|
9
|
+
"version": "0.2.0",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@types/shell-quote": "^1.7.5",
|
|
13
|
+
"js-sha256": "^0.11.1",
|
|
14
|
+
"shell-quote": "^1.8.3",
|
|
15
|
+
"typesafecss": "^0.26.0",
|
|
16
|
+
"yargs": "15.4.1"
|
|
17
|
+
},
|
|
18
|
+
"devDependencies": {
|
|
19
|
+
"@types/chrome": "^0.0.237",
|
|
20
|
+
"@types/yargs": "15.0.19",
|
|
21
|
+
"debugbreak": "^0.9.9",
|
|
22
|
+
"typedev": "^0.1.1"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"mobx": "^6.13.3",
|
|
26
|
+
"preact": "10.24.3",
|
|
27
|
+
"socket-function": "^0.155.0",
|
|
28
|
+
"typenode": "^6.0.0"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"node_modules/@cbor-extract/cbor-extract-darwin-arm64": {
|
|
32
|
+
"version": "2.2.0",
|
|
33
|
+
"resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-darwin-arm64/-/cbor-extract-darwin-arm64-2.2.0.tgz",
|
|
34
|
+
"integrity": "sha512-P7swiOAdF7aSi0H+tHtHtr6zrpF3aAq/W9FXx5HektRvLTM2O89xCyXF3pk7pLc7QpaY7AoaE8UowVf9QBdh3w==",
|
|
35
|
+
"cpu": [
|
|
36
|
+
"arm64"
|
|
37
|
+
],
|
|
38
|
+
"license": "MIT",
|
|
39
|
+
"optional": true,
|
|
40
|
+
"os": [
|
|
41
|
+
"darwin"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"node_modules/@cbor-extract/cbor-extract-darwin-x64": {
|
|
45
|
+
"version": "2.2.0",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-darwin-x64/-/cbor-extract-darwin-x64-2.2.0.tgz",
|
|
47
|
+
"integrity": "sha512-1liF6fgowph0JxBbYnAS7ZlqNYLf000Qnj4KjqPNW4GViKrEql2MgZnAsExhY9LSy8dnvA4C0qHEBgPrll0z0w==",
|
|
48
|
+
"cpu": [
|
|
49
|
+
"x64"
|
|
50
|
+
],
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"optional": true,
|
|
53
|
+
"os": [
|
|
54
|
+
"darwin"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"node_modules/@cbor-extract/cbor-extract-linux-arm": {
|
|
58
|
+
"version": "2.2.0",
|
|
59
|
+
"resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-linux-arm/-/cbor-extract-linux-arm-2.2.0.tgz",
|
|
60
|
+
"integrity": "sha512-QeBcBXk964zOytiedMPQNZr7sg0TNavZeuUCD6ON4vEOU/25+pLhNN6EDIKJ9VLTKaZ7K7EaAriyYQ1NQ05s/Q==",
|
|
61
|
+
"cpu": [
|
|
62
|
+
"arm"
|
|
63
|
+
],
|
|
64
|
+
"license": "MIT",
|
|
65
|
+
"optional": true,
|
|
66
|
+
"os": [
|
|
67
|
+
"linux"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"node_modules/@cbor-extract/cbor-extract-linux-arm64": {
|
|
71
|
+
"version": "2.2.0",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-linux-arm64/-/cbor-extract-linux-arm64-2.2.0.tgz",
|
|
73
|
+
"integrity": "sha512-rQvhNmDuhjTVXSPFLolmQ47/ydGOFXtbR7+wgkSY0bdOxCFept1hvg59uiLPT2fVDuJFuEy16EImo5tE2x3RsQ==",
|
|
74
|
+
"cpu": [
|
|
75
|
+
"arm64"
|
|
76
|
+
],
|
|
77
|
+
"license": "MIT",
|
|
78
|
+
"optional": true,
|
|
79
|
+
"os": [
|
|
80
|
+
"linux"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"node_modules/@cbor-extract/cbor-extract-linux-x64": {
|
|
84
|
+
"version": "2.2.0",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-linux-x64/-/cbor-extract-linux-x64-2.2.0.tgz",
|
|
86
|
+
"integrity": "sha512-cWLAWtT3kNLHSvP4RKDzSTX9o0wvQEEAj4SKvhWuOVZxiDAeQazr9A+PSiRILK1VYMLeDml89ohxCnUNQNQNCw==",
|
|
87
|
+
"cpu": [
|
|
88
|
+
"x64"
|
|
89
|
+
],
|
|
90
|
+
"license": "MIT",
|
|
91
|
+
"optional": true,
|
|
92
|
+
"os": [
|
|
93
|
+
"linux"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"node_modules/@cbor-extract/cbor-extract-win32-x64": {
|
|
97
|
+
"version": "2.2.0",
|
|
98
|
+
"resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-win32-x64/-/cbor-extract-win32-x64-2.2.0.tgz",
|
|
99
|
+
"integrity": "sha512-l2M+Z8DO2vbvADOBNLbbh9y5ST1RY5sqkWOg/58GkUPBYou/cuNZ68SGQ644f1CvZ8kcOxyZtw06+dxWHIoN/w==",
|
|
100
|
+
"cpu": [
|
|
101
|
+
"x64"
|
|
102
|
+
],
|
|
103
|
+
"license": "MIT",
|
|
104
|
+
"optional": true,
|
|
105
|
+
"os": [
|
|
106
|
+
"win32"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"node_modules/@eslint-community/eslint-utils": {
|
|
110
|
+
"version": "4.9.0",
|
|
111
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
112
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
113
|
+
"license": "MIT",
|
|
114
|
+
"dependencies": {
|
|
115
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
116
|
+
},
|
|
117
|
+
"engines": {
|
|
118
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
119
|
+
},
|
|
120
|
+
"funding": {
|
|
121
|
+
"url": "https://opencollective.com/eslint"
|
|
122
|
+
},
|
|
123
|
+
"peerDependencies": {
|
|
124
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"node_modules/@eslint-community/regexpp": {
|
|
128
|
+
"version": "4.12.2",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
130
|
+
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
131
|
+
"license": "MIT",
|
|
132
|
+
"engines": {
|
|
133
|
+
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"node_modules/@eslint/eslintrc": {
|
|
137
|
+
"version": "2.1.4",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
|
|
139
|
+
"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
|
|
140
|
+
"license": "MIT",
|
|
141
|
+
"dependencies": {
|
|
142
|
+
"ajv": "^6.12.4",
|
|
143
|
+
"debug": "^4.3.2",
|
|
144
|
+
"espree": "^9.6.0",
|
|
145
|
+
"globals": "^13.19.0",
|
|
146
|
+
"ignore": "^5.2.0",
|
|
147
|
+
"import-fresh": "^3.2.1",
|
|
148
|
+
"js-yaml": "^4.1.0",
|
|
149
|
+
"minimatch": "^3.1.2",
|
|
150
|
+
"strip-json-comments": "^3.1.1"
|
|
151
|
+
},
|
|
152
|
+
"engines": {
|
|
153
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
154
|
+
},
|
|
155
|
+
"funding": {
|
|
156
|
+
"url": "https://opencollective.com/eslint"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"node_modules/@eslint/js": {
|
|
160
|
+
"version": "8.57.1",
|
|
161
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
|
|
162
|
+
"integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
|
|
163
|
+
"license": "MIT",
|
|
164
|
+
"engines": {
|
|
165
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"node_modules/@humanwhocodes/config-array": {
|
|
169
|
+
"version": "0.13.0",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
|
|
171
|
+
"integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
|
|
172
|
+
"license": "Apache-2.0",
|
|
173
|
+
"dependencies": {
|
|
174
|
+
"@humanwhocodes/object-schema": "^2.0.3",
|
|
175
|
+
"debug": "^4.3.1",
|
|
176
|
+
"minimatch": "^3.0.5"
|
|
177
|
+
},
|
|
178
|
+
"engines": {
|
|
179
|
+
"node": ">=10.10.0"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@humanwhocodes/module-importer": {
|
|
183
|
+
"version": "1.0.1",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
185
|
+
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
186
|
+
"license": "Apache-2.0",
|
|
187
|
+
"engines": {
|
|
188
|
+
"node": ">=12.22"
|
|
189
|
+
},
|
|
190
|
+
"funding": {
|
|
191
|
+
"type": "github",
|
|
192
|
+
"url": "https://github.com/sponsors/nzakas"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"node_modules/@humanwhocodes/object-schema": {
|
|
196
|
+
"version": "2.0.3",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
|
|
198
|
+
"integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
|
|
199
|
+
"license": "BSD-3-Clause"
|
|
200
|
+
},
|
|
201
|
+
"node_modules/@nodelib/fs.scandir": {
|
|
202
|
+
"version": "2.1.5",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
204
|
+
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
205
|
+
"license": "MIT",
|
|
206
|
+
"dependencies": {
|
|
207
|
+
"@nodelib/fs.stat": "2.0.5",
|
|
208
|
+
"run-parallel": "^1.1.9"
|
|
209
|
+
},
|
|
210
|
+
"engines": {
|
|
211
|
+
"node": ">= 8"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"node_modules/@nodelib/fs.stat": {
|
|
215
|
+
"version": "2.0.5",
|
|
216
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
217
|
+
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
218
|
+
"license": "MIT",
|
|
219
|
+
"engines": {
|
|
220
|
+
"node": ">= 8"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"node_modules/@nodelib/fs.walk": {
|
|
224
|
+
"version": "1.2.8",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
226
|
+
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
227
|
+
"license": "MIT",
|
|
228
|
+
"dependencies": {
|
|
229
|
+
"@nodelib/fs.scandir": "2.1.5",
|
|
230
|
+
"fastq": "^1.6.0"
|
|
231
|
+
},
|
|
232
|
+
"engines": {
|
|
233
|
+
"node": ">= 8"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"node_modules/@types/chrome": {
|
|
237
|
+
"version": "0.0.237",
|
|
238
|
+
"resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.0.237.tgz",
|
|
239
|
+
"integrity": "sha512-krsRmyfMlck5r+H1EapsrrucDRq6iRm0NAi5fapr93CgnpVMDdK+h2+z4x79GegdW7BNH9Vb//gkptORwwwVIQ==",
|
|
240
|
+
"dev": true,
|
|
241
|
+
"license": "MIT",
|
|
242
|
+
"dependencies": {
|
|
243
|
+
"@types/filesystem": "*",
|
|
244
|
+
"@types/har-format": "*"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"node_modules/@types/filesystem": {
|
|
248
|
+
"version": "0.0.36",
|
|
249
|
+
"resolved": "https://registry.npmjs.org/@types/filesystem/-/filesystem-0.0.36.tgz",
|
|
250
|
+
"integrity": "sha512-vPDXOZuannb9FZdxgHnqSwAG/jvdGM8Wq+6N4D/d80z+D4HWH+bItqsZaVRQykAn6WEVeEkLm2oQigyHtgb0RA==",
|
|
251
|
+
"dev": true,
|
|
252
|
+
"license": "MIT",
|
|
253
|
+
"dependencies": {
|
|
254
|
+
"@types/filewriter": "*"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"node_modules/@types/filewriter": {
|
|
258
|
+
"version": "0.0.33",
|
|
259
|
+
"resolved": "https://registry.npmjs.org/@types/filewriter/-/filewriter-0.0.33.tgz",
|
|
260
|
+
"integrity": "sha512-xFU8ZXTw4gd358lb2jw25nxY9QAgqn2+bKKjKOYfNCzN4DKCFetK7sPtrlpg66Ywe3vWY9FNxprZawAh9wfJ3g==",
|
|
261
|
+
"dev": true,
|
|
262
|
+
"license": "MIT"
|
|
263
|
+
},
|
|
264
|
+
"node_modules/@types/har-format": {
|
|
265
|
+
"version": "1.2.16",
|
|
266
|
+
"resolved": "https://registry.npmjs.org/@types/har-format/-/har-format-1.2.16.tgz",
|
|
267
|
+
"integrity": "sha512-fluxdy7ryD3MV6h8pTfTYpy/xQzCFC7m89nOH9y94cNqJ1mDIDPut7MnRHI3F6qRmh/cT2fUjG1MLdCNb4hE9A==",
|
|
268
|
+
"dev": true,
|
|
269
|
+
"license": "MIT"
|
|
270
|
+
},
|
|
271
|
+
"node_modules/@types/json-schema": {
|
|
272
|
+
"version": "7.0.15",
|
|
273
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
274
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
275
|
+
"license": "MIT"
|
|
276
|
+
},
|
|
277
|
+
"node_modules/@types/node": {
|
|
278
|
+
"version": "18.19.130",
|
|
279
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
280
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
281
|
+
"license": "MIT",
|
|
282
|
+
"dependencies": {
|
|
283
|
+
"undici-types": "~5.26.4"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"node_modules/@types/pako": {
|
|
287
|
+
"version": "2.0.4",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/@types/pako/-/pako-2.0.4.tgz",
|
|
289
|
+
"integrity": "sha512-VWDCbrLeVXJM9fihYodcLiIv0ku+AlOa/TQ1SvYOaBuyrSKgEcro95LJyIsJ4vSo6BXIxOKxiJAat04CmST9Fw==",
|
|
290
|
+
"license": "MIT"
|
|
291
|
+
},
|
|
292
|
+
"node_modules/@types/pegjs": {
|
|
293
|
+
"version": "0.10.6",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/@types/pegjs/-/pegjs-0.10.6.tgz",
|
|
295
|
+
"integrity": "sha512-eLYXDbZWXh2uxf+w8sXS8d6KSoXTswfps6fvCUuVAGN8eRpfe7h9eSRydxiSJvo9Bf+GzifsDOr9TMQlmJdmkw==",
|
|
296
|
+
"license": "MIT"
|
|
297
|
+
},
|
|
298
|
+
"node_modules/@types/semver": {
|
|
299
|
+
"version": "7.7.1",
|
|
300
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz",
|
|
301
|
+
"integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==",
|
|
302
|
+
"license": "MIT"
|
|
303
|
+
},
|
|
304
|
+
"node_modules/@types/shell-quote": {
|
|
305
|
+
"version": "1.7.5",
|
|
306
|
+
"resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.5.tgz",
|
|
307
|
+
"integrity": "sha512-+UE8GAGRPbJVQDdxi16dgadcBfQ+KG2vgZhV1+3A1XmHbmwcdwhCUwIdy+d3pAGrbvgRoVSjeI9vOWyq376Yzw==",
|
|
308
|
+
"license": "MIT"
|
|
309
|
+
},
|
|
310
|
+
"node_modules/@types/ws": {
|
|
311
|
+
"version": "8.18.1",
|
|
312
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
|
313
|
+
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
|
314
|
+
"license": "MIT",
|
|
315
|
+
"dependencies": {
|
|
316
|
+
"@types/node": "*"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"node_modules/@types/yargs": {
|
|
320
|
+
"version": "15.0.19",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz",
|
|
322
|
+
"integrity": "sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==",
|
|
323
|
+
"dev": true,
|
|
324
|
+
"license": "MIT",
|
|
325
|
+
"dependencies": {
|
|
326
|
+
"@types/yargs-parser": "*"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"node_modules/@types/yargs-parser": {
|
|
330
|
+
"version": "21.0.3",
|
|
331
|
+
"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
|
|
332
|
+
"integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
|
|
333
|
+
"dev": true,
|
|
334
|
+
"license": "MIT"
|
|
335
|
+
},
|
|
336
|
+
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
337
|
+
"version": "6.21.0",
|
|
338
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
|
|
339
|
+
"integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
|
|
340
|
+
"license": "MIT",
|
|
341
|
+
"dependencies": {
|
|
342
|
+
"@eslint-community/regexpp": "^4.5.1",
|
|
343
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
344
|
+
"@typescript-eslint/type-utils": "6.21.0",
|
|
345
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
346
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
347
|
+
"debug": "^4.3.4",
|
|
348
|
+
"graphemer": "^1.4.0",
|
|
349
|
+
"ignore": "^5.2.4",
|
|
350
|
+
"natural-compare": "^1.4.0",
|
|
351
|
+
"semver": "^7.5.4",
|
|
352
|
+
"ts-api-utils": "^1.0.1"
|
|
353
|
+
},
|
|
354
|
+
"engines": {
|
|
355
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
356
|
+
},
|
|
357
|
+
"funding": {
|
|
358
|
+
"type": "opencollective",
|
|
359
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
360
|
+
},
|
|
361
|
+
"peerDependencies": {
|
|
362
|
+
"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
|
|
363
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
364
|
+
},
|
|
365
|
+
"peerDependenciesMeta": {
|
|
366
|
+
"typescript": {
|
|
367
|
+
"optional": true
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"node_modules/@typescript-eslint/parser": {
|
|
372
|
+
"version": "6.21.0",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
|
|
374
|
+
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
375
|
+
"license": "BSD-2-Clause",
|
|
376
|
+
"peer": true,
|
|
377
|
+
"dependencies": {
|
|
378
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
379
|
+
"@typescript-eslint/types": "6.21.0",
|
|
380
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
381
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
382
|
+
"debug": "^4.3.4"
|
|
383
|
+
},
|
|
384
|
+
"engines": {
|
|
385
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
386
|
+
},
|
|
387
|
+
"funding": {
|
|
388
|
+
"type": "opencollective",
|
|
389
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
390
|
+
},
|
|
391
|
+
"peerDependencies": {
|
|
392
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
393
|
+
},
|
|
394
|
+
"peerDependenciesMeta": {
|
|
395
|
+
"typescript": {
|
|
396
|
+
"optional": true
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"node_modules/@typescript-eslint/scope-manager": {
|
|
401
|
+
"version": "6.21.0",
|
|
402
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
|
403
|
+
"integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
|
|
404
|
+
"license": "MIT",
|
|
405
|
+
"dependencies": {
|
|
406
|
+
"@typescript-eslint/types": "6.21.0",
|
|
407
|
+
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
408
|
+
},
|
|
409
|
+
"engines": {
|
|
410
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
411
|
+
},
|
|
412
|
+
"funding": {
|
|
413
|
+
"type": "opencollective",
|
|
414
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"node_modules/@typescript-eslint/type-utils": {
|
|
418
|
+
"version": "6.21.0",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
|
420
|
+
"integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
|
|
421
|
+
"license": "MIT",
|
|
422
|
+
"dependencies": {
|
|
423
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
424
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
425
|
+
"debug": "^4.3.4",
|
|
426
|
+
"ts-api-utils": "^1.0.1"
|
|
427
|
+
},
|
|
428
|
+
"engines": {
|
|
429
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
430
|
+
},
|
|
431
|
+
"funding": {
|
|
432
|
+
"type": "opencollective",
|
|
433
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
434
|
+
},
|
|
435
|
+
"peerDependencies": {
|
|
436
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
437
|
+
},
|
|
438
|
+
"peerDependenciesMeta": {
|
|
439
|
+
"typescript": {
|
|
440
|
+
"optional": true
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"node_modules/@typescript-eslint/types": {
|
|
445
|
+
"version": "6.21.0",
|
|
446
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
|
447
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
|
448
|
+
"license": "MIT",
|
|
449
|
+
"engines": {
|
|
450
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
451
|
+
},
|
|
452
|
+
"funding": {
|
|
453
|
+
"type": "opencollective",
|
|
454
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"node_modules/@typescript-eslint/typescript-estree": {
|
|
458
|
+
"version": "6.21.0",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
|
|
460
|
+
"integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
|
|
461
|
+
"license": "BSD-2-Clause",
|
|
462
|
+
"dependencies": {
|
|
463
|
+
"@typescript-eslint/types": "6.21.0",
|
|
464
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
465
|
+
"debug": "^4.3.4",
|
|
466
|
+
"globby": "^11.1.0",
|
|
467
|
+
"is-glob": "^4.0.3",
|
|
468
|
+
"minimatch": "9.0.3",
|
|
469
|
+
"semver": "^7.5.4",
|
|
470
|
+
"ts-api-utils": "^1.0.1"
|
|
471
|
+
},
|
|
472
|
+
"engines": {
|
|
473
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
474
|
+
},
|
|
475
|
+
"funding": {
|
|
476
|
+
"type": "opencollective",
|
|
477
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
478
|
+
},
|
|
479
|
+
"peerDependenciesMeta": {
|
|
480
|
+
"typescript": {
|
|
481
|
+
"optional": true
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
486
|
+
"version": "2.0.2",
|
|
487
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
488
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
489
|
+
"license": "MIT",
|
|
490
|
+
"dependencies": {
|
|
491
|
+
"balanced-match": "^1.0.0"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
495
|
+
"version": "9.0.3",
|
|
496
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
497
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
498
|
+
"license": "ISC",
|
|
499
|
+
"dependencies": {
|
|
500
|
+
"brace-expansion": "^2.0.1"
|
|
501
|
+
},
|
|
502
|
+
"engines": {
|
|
503
|
+
"node": ">=16 || 14 >=14.17"
|
|
504
|
+
},
|
|
505
|
+
"funding": {
|
|
506
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"node_modules/@typescript-eslint/utils": {
|
|
510
|
+
"version": "6.21.0",
|
|
511
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
|
512
|
+
"integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
|
|
513
|
+
"license": "MIT",
|
|
514
|
+
"dependencies": {
|
|
515
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
|
516
|
+
"@types/json-schema": "^7.0.12",
|
|
517
|
+
"@types/semver": "^7.5.0",
|
|
518
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
519
|
+
"@typescript-eslint/types": "6.21.0",
|
|
520
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
521
|
+
"semver": "^7.5.4"
|
|
522
|
+
},
|
|
523
|
+
"engines": {
|
|
524
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
525
|
+
},
|
|
526
|
+
"funding": {
|
|
527
|
+
"type": "opencollective",
|
|
528
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
529
|
+
},
|
|
530
|
+
"peerDependencies": {
|
|
531
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"node_modules/@typescript-eslint/visitor-keys": {
|
|
535
|
+
"version": "6.21.0",
|
|
536
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
|
537
|
+
"integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
|
|
538
|
+
"license": "MIT",
|
|
539
|
+
"dependencies": {
|
|
540
|
+
"@typescript-eslint/types": "6.21.0",
|
|
541
|
+
"eslint-visitor-keys": "^3.4.1"
|
|
542
|
+
},
|
|
543
|
+
"engines": {
|
|
544
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
545
|
+
},
|
|
546
|
+
"funding": {
|
|
547
|
+
"type": "opencollective",
|
|
548
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"node_modules/@ungap/structured-clone": {
|
|
552
|
+
"version": "1.3.0",
|
|
553
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
554
|
+
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
555
|
+
"license": "ISC"
|
|
556
|
+
},
|
|
557
|
+
"node_modules/acorn": {
|
|
558
|
+
"version": "8.15.0",
|
|
559
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
560
|
+
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
561
|
+
"license": "MIT",
|
|
562
|
+
"peer": true,
|
|
563
|
+
"bin": {
|
|
564
|
+
"acorn": "bin/acorn"
|
|
565
|
+
},
|
|
566
|
+
"engines": {
|
|
567
|
+
"node": ">=0.4.0"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"node_modules/acorn-jsx": {
|
|
571
|
+
"version": "5.3.2",
|
|
572
|
+
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
573
|
+
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
574
|
+
"license": "MIT",
|
|
575
|
+
"peerDependencies": {
|
|
576
|
+
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"node_modules/ajv": {
|
|
580
|
+
"version": "6.12.6",
|
|
581
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
582
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
583
|
+
"license": "MIT",
|
|
584
|
+
"dependencies": {
|
|
585
|
+
"fast-deep-equal": "^3.1.1",
|
|
586
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
587
|
+
"json-schema-traverse": "^0.4.1",
|
|
588
|
+
"uri-js": "^4.2.2"
|
|
589
|
+
},
|
|
590
|
+
"funding": {
|
|
591
|
+
"type": "github",
|
|
592
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"node_modules/ansi-regex": {
|
|
596
|
+
"version": "5.0.1",
|
|
597
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
598
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
599
|
+
"license": "MIT",
|
|
600
|
+
"engines": {
|
|
601
|
+
"node": ">=8"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"node_modules/ansi-styles": {
|
|
605
|
+
"version": "4.3.0",
|
|
606
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
607
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
608
|
+
"license": "MIT",
|
|
609
|
+
"dependencies": {
|
|
610
|
+
"color-convert": "^2.0.1"
|
|
611
|
+
},
|
|
612
|
+
"engines": {
|
|
613
|
+
"node": ">=8"
|
|
614
|
+
},
|
|
615
|
+
"funding": {
|
|
616
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"node_modules/argparse": {
|
|
620
|
+
"version": "2.0.1",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
622
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
623
|
+
"license": "Python-2.0"
|
|
624
|
+
},
|
|
625
|
+
"node_modules/array-union": {
|
|
626
|
+
"version": "2.1.0",
|
|
627
|
+
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
628
|
+
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
629
|
+
"license": "MIT",
|
|
630
|
+
"engines": {
|
|
631
|
+
"node": ">=8"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"node_modules/balanced-match": {
|
|
635
|
+
"version": "1.0.2",
|
|
636
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
637
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
638
|
+
"license": "MIT"
|
|
639
|
+
},
|
|
640
|
+
"node_modules/brace-expansion": {
|
|
641
|
+
"version": "1.1.12",
|
|
642
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
643
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
644
|
+
"license": "MIT",
|
|
645
|
+
"dependencies": {
|
|
646
|
+
"balanced-match": "^1.0.0",
|
|
647
|
+
"concat-map": "0.0.1"
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
"node_modules/braces": {
|
|
651
|
+
"version": "3.0.3",
|
|
652
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
653
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
654
|
+
"license": "MIT",
|
|
655
|
+
"dependencies": {
|
|
656
|
+
"fill-range": "^7.1.1"
|
|
657
|
+
},
|
|
658
|
+
"engines": {
|
|
659
|
+
"node": ">=8"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
"node_modules/buffer-from": {
|
|
663
|
+
"version": "1.1.2",
|
|
664
|
+
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
665
|
+
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
666
|
+
"license": "MIT"
|
|
667
|
+
},
|
|
668
|
+
"node_modules/callsites": {
|
|
669
|
+
"version": "3.1.0",
|
|
670
|
+
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
671
|
+
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
672
|
+
"license": "MIT",
|
|
673
|
+
"engines": {
|
|
674
|
+
"node": ">=6"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
"node_modules/camelcase": {
|
|
678
|
+
"version": "5.3.1",
|
|
679
|
+
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
680
|
+
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
|
681
|
+
"license": "MIT",
|
|
682
|
+
"engines": {
|
|
683
|
+
"node": ">=6"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
"node_modules/cbor-extract": {
|
|
687
|
+
"version": "2.2.0",
|
|
688
|
+
"resolved": "https://registry.npmjs.org/cbor-extract/-/cbor-extract-2.2.0.tgz",
|
|
689
|
+
"integrity": "sha512-Ig1zM66BjLfTXpNgKpvBePq271BPOvu8MR0Jl080yG7Jsl+wAZunfrwiwA+9ruzm/WEdIV5QF/bjDZTqyAIVHA==",
|
|
690
|
+
"hasInstallScript": true,
|
|
691
|
+
"license": "MIT",
|
|
692
|
+
"optional": true,
|
|
693
|
+
"dependencies": {
|
|
694
|
+
"node-gyp-build-optional-packages": "5.1.1"
|
|
695
|
+
},
|
|
696
|
+
"bin": {
|
|
697
|
+
"download-cbor-prebuilds": "bin/download-prebuilds.js"
|
|
698
|
+
},
|
|
699
|
+
"optionalDependencies": {
|
|
700
|
+
"@cbor-extract/cbor-extract-darwin-arm64": "2.2.0",
|
|
701
|
+
"@cbor-extract/cbor-extract-darwin-x64": "2.2.0",
|
|
702
|
+
"@cbor-extract/cbor-extract-linux-arm": "2.2.0",
|
|
703
|
+
"@cbor-extract/cbor-extract-linux-arm64": "2.2.0",
|
|
704
|
+
"@cbor-extract/cbor-extract-linux-x64": "2.2.0",
|
|
705
|
+
"@cbor-extract/cbor-extract-win32-x64": "2.2.0"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"node_modules/cbor-x": {
|
|
709
|
+
"version": "1.6.0",
|
|
710
|
+
"resolved": "https://registry.npmjs.org/cbor-x/-/cbor-x-1.6.0.tgz",
|
|
711
|
+
"integrity": "sha512-0kareyRwHSkL6ws5VXHEf8uY1liitysCVJjlmhaLG+IXLqhSaOO+t63coaso7yjwEzWZzLy8fJo06gZDVQM9Qg==",
|
|
712
|
+
"license": "MIT",
|
|
713
|
+
"optionalDependencies": {
|
|
714
|
+
"cbor-extract": "^2.2.0"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"node_modules/chalk": {
|
|
718
|
+
"version": "4.1.2",
|
|
719
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
720
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
721
|
+
"license": "MIT",
|
|
722
|
+
"dependencies": {
|
|
723
|
+
"ansi-styles": "^4.1.0",
|
|
724
|
+
"supports-color": "^7.1.0"
|
|
725
|
+
},
|
|
726
|
+
"engines": {
|
|
727
|
+
"node": ">=10"
|
|
728
|
+
},
|
|
729
|
+
"funding": {
|
|
730
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"node_modules/cliui": {
|
|
734
|
+
"version": "6.0.0",
|
|
735
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
736
|
+
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
737
|
+
"license": "ISC",
|
|
738
|
+
"dependencies": {
|
|
739
|
+
"string-width": "^4.2.0",
|
|
740
|
+
"strip-ansi": "^6.0.0",
|
|
741
|
+
"wrap-ansi": "^6.2.0"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"node_modules/color-convert": {
|
|
745
|
+
"version": "2.0.1",
|
|
746
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
747
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
748
|
+
"license": "MIT",
|
|
749
|
+
"dependencies": {
|
|
750
|
+
"color-name": "~1.1.4"
|
|
751
|
+
},
|
|
752
|
+
"engines": {
|
|
753
|
+
"node": ">=7.0.0"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"node_modules/color-name": {
|
|
757
|
+
"version": "1.1.4",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
759
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
760
|
+
"license": "MIT"
|
|
761
|
+
},
|
|
762
|
+
"node_modules/concat-map": {
|
|
763
|
+
"version": "0.0.1",
|
|
764
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
765
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
766
|
+
"license": "MIT"
|
|
767
|
+
},
|
|
768
|
+
"node_modules/cross-spawn": {
|
|
769
|
+
"version": "7.0.6",
|
|
770
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
771
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
772
|
+
"license": "MIT",
|
|
773
|
+
"dependencies": {
|
|
774
|
+
"path-key": "^3.1.0",
|
|
775
|
+
"shebang-command": "^2.0.0",
|
|
776
|
+
"which": "^2.0.1"
|
|
777
|
+
},
|
|
778
|
+
"engines": {
|
|
779
|
+
"node": ">= 8"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"node_modules/debug": {
|
|
783
|
+
"version": "4.4.3",
|
|
784
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
785
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
786
|
+
"license": "MIT",
|
|
787
|
+
"dependencies": {
|
|
788
|
+
"ms": "^2.1.3"
|
|
789
|
+
},
|
|
790
|
+
"engines": {
|
|
791
|
+
"node": ">=6.0"
|
|
792
|
+
},
|
|
793
|
+
"peerDependenciesMeta": {
|
|
794
|
+
"supports-color": {
|
|
795
|
+
"optional": true
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"node_modules/debugbreak": {
|
|
800
|
+
"version": "0.9.9",
|
|
801
|
+
"resolved": "https://registry.npmjs.org/debugbreak/-/debugbreak-0.9.9.tgz",
|
|
802
|
+
"integrity": "sha512-lUXaiUuF1jC+cvN90miNLhUn/yXn4H3zrkIVu/9MEx9qPgcSvZZOcPQWpkLbSm7hqMSUVCSnia0btniX9oIE1w==",
|
|
803
|
+
"dev": true,
|
|
804
|
+
"license": "MIT",
|
|
805
|
+
"dependencies": {
|
|
806
|
+
"open": "^8.4.0"
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"node_modules/decamelize": {
|
|
810
|
+
"version": "1.2.0",
|
|
811
|
+
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
|
812
|
+
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
|
|
813
|
+
"license": "MIT",
|
|
814
|
+
"engines": {
|
|
815
|
+
"node": ">=0.10.0"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"node_modules/deep-is": {
|
|
819
|
+
"version": "0.1.4",
|
|
820
|
+
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
821
|
+
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
822
|
+
"license": "MIT"
|
|
823
|
+
},
|
|
824
|
+
"node_modules/define-lazy-prop": {
|
|
825
|
+
"version": "2.0.0",
|
|
826
|
+
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
|
|
827
|
+
"integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
|
|
828
|
+
"license": "MIT",
|
|
829
|
+
"engines": {
|
|
830
|
+
"node": ">=8"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
"node_modules/detect-libc": {
|
|
834
|
+
"version": "2.1.2",
|
|
835
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
836
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
837
|
+
"license": "Apache-2.0",
|
|
838
|
+
"optional": true,
|
|
839
|
+
"engines": {
|
|
840
|
+
"node": ">=8"
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
"node_modules/dir-glob": {
|
|
844
|
+
"version": "3.0.1",
|
|
845
|
+
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
846
|
+
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
847
|
+
"license": "MIT",
|
|
848
|
+
"dependencies": {
|
|
849
|
+
"path-type": "^4.0.0"
|
|
850
|
+
},
|
|
851
|
+
"engines": {
|
|
852
|
+
"node": ">=8"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"node_modules/doctrine": {
|
|
856
|
+
"version": "3.0.0",
|
|
857
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
858
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
859
|
+
"license": "Apache-2.0",
|
|
860
|
+
"dependencies": {
|
|
861
|
+
"esutils": "^2.0.2"
|
|
862
|
+
},
|
|
863
|
+
"engines": {
|
|
864
|
+
"node": ">=6.0.0"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"node_modules/emoji-regex": {
|
|
868
|
+
"version": "8.0.0",
|
|
869
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
870
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
871
|
+
"license": "MIT"
|
|
872
|
+
},
|
|
873
|
+
"node_modules/escape-string-regexp": {
|
|
874
|
+
"version": "4.0.0",
|
|
875
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
876
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
877
|
+
"license": "MIT",
|
|
878
|
+
"engines": {
|
|
879
|
+
"node": ">=10"
|
|
880
|
+
},
|
|
881
|
+
"funding": {
|
|
882
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
"node_modules/eslint": {
|
|
886
|
+
"version": "8.57.1",
|
|
887
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
|
|
888
|
+
"integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
|
|
889
|
+
"license": "MIT",
|
|
890
|
+
"peer": true,
|
|
891
|
+
"dependencies": {
|
|
892
|
+
"@eslint-community/eslint-utils": "^4.2.0",
|
|
893
|
+
"@eslint-community/regexpp": "^4.6.1",
|
|
894
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
895
|
+
"@eslint/js": "8.57.1",
|
|
896
|
+
"@humanwhocodes/config-array": "^0.13.0",
|
|
897
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
898
|
+
"@nodelib/fs.walk": "^1.2.8",
|
|
899
|
+
"@ungap/structured-clone": "^1.2.0",
|
|
900
|
+
"ajv": "^6.12.4",
|
|
901
|
+
"chalk": "^4.0.0",
|
|
902
|
+
"cross-spawn": "^7.0.2",
|
|
903
|
+
"debug": "^4.3.2",
|
|
904
|
+
"doctrine": "^3.0.0",
|
|
905
|
+
"escape-string-regexp": "^4.0.0",
|
|
906
|
+
"eslint-scope": "^7.2.2",
|
|
907
|
+
"eslint-visitor-keys": "^3.4.3",
|
|
908
|
+
"espree": "^9.6.1",
|
|
909
|
+
"esquery": "^1.4.2",
|
|
910
|
+
"esutils": "^2.0.2",
|
|
911
|
+
"fast-deep-equal": "^3.1.3",
|
|
912
|
+
"file-entry-cache": "^6.0.1",
|
|
913
|
+
"find-up": "^5.0.0",
|
|
914
|
+
"glob-parent": "^6.0.2",
|
|
915
|
+
"globals": "^13.19.0",
|
|
916
|
+
"graphemer": "^1.4.0",
|
|
917
|
+
"ignore": "^5.2.0",
|
|
918
|
+
"imurmurhash": "^0.1.4",
|
|
919
|
+
"is-glob": "^4.0.0",
|
|
920
|
+
"is-path-inside": "^3.0.3",
|
|
921
|
+
"js-yaml": "^4.1.0",
|
|
922
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
923
|
+
"levn": "^0.4.1",
|
|
924
|
+
"lodash.merge": "^4.6.2",
|
|
925
|
+
"minimatch": "^3.1.2",
|
|
926
|
+
"natural-compare": "^1.4.0",
|
|
927
|
+
"optionator": "^0.9.3",
|
|
928
|
+
"strip-ansi": "^6.0.1",
|
|
929
|
+
"text-table": "^0.2.0"
|
|
930
|
+
},
|
|
931
|
+
"bin": {
|
|
932
|
+
"eslint": "bin/eslint.js"
|
|
933
|
+
},
|
|
934
|
+
"engines": {
|
|
935
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
936
|
+
},
|
|
937
|
+
"funding": {
|
|
938
|
+
"url": "https://opencollective.com/eslint"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"node_modules/eslint-scope": {
|
|
942
|
+
"version": "7.2.2",
|
|
943
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
|
|
944
|
+
"integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
|
|
945
|
+
"license": "BSD-2-Clause",
|
|
946
|
+
"dependencies": {
|
|
947
|
+
"esrecurse": "^4.3.0",
|
|
948
|
+
"estraverse": "^5.2.0"
|
|
949
|
+
},
|
|
950
|
+
"engines": {
|
|
951
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
952
|
+
},
|
|
953
|
+
"funding": {
|
|
954
|
+
"url": "https://opencollective.com/eslint"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"node_modules/eslint-visitor-keys": {
|
|
958
|
+
"version": "3.4.3",
|
|
959
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
960
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
961
|
+
"license": "Apache-2.0",
|
|
962
|
+
"engines": {
|
|
963
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
964
|
+
},
|
|
965
|
+
"funding": {
|
|
966
|
+
"url": "https://opencollective.com/eslint"
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
"node_modules/eslint/node_modules/find-up": {
|
|
970
|
+
"version": "5.0.0",
|
|
971
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
972
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
973
|
+
"license": "MIT",
|
|
974
|
+
"dependencies": {
|
|
975
|
+
"locate-path": "^6.0.0",
|
|
976
|
+
"path-exists": "^4.0.0"
|
|
977
|
+
},
|
|
978
|
+
"engines": {
|
|
979
|
+
"node": ">=10"
|
|
980
|
+
},
|
|
981
|
+
"funding": {
|
|
982
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"node_modules/eslint/node_modules/locate-path": {
|
|
986
|
+
"version": "6.0.0",
|
|
987
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
988
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
989
|
+
"license": "MIT",
|
|
990
|
+
"dependencies": {
|
|
991
|
+
"p-locate": "^5.0.0"
|
|
992
|
+
},
|
|
993
|
+
"engines": {
|
|
994
|
+
"node": ">=10"
|
|
995
|
+
},
|
|
996
|
+
"funding": {
|
|
997
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"node_modules/eslint/node_modules/p-limit": {
|
|
1001
|
+
"version": "3.1.0",
|
|
1002
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
1003
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
1004
|
+
"license": "MIT",
|
|
1005
|
+
"dependencies": {
|
|
1006
|
+
"yocto-queue": "^0.1.0"
|
|
1007
|
+
},
|
|
1008
|
+
"engines": {
|
|
1009
|
+
"node": ">=10"
|
|
1010
|
+
},
|
|
1011
|
+
"funding": {
|
|
1012
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"node_modules/eslint/node_modules/p-locate": {
|
|
1016
|
+
"version": "5.0.0",
|
|
1017
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
1018
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
1019
|
+
"license": "MIT",
|
|
1020
|
+
"dependencies": {
|
|
1021
|
+
"p-limit": "^3.0.2"
|
|
1022
|
+
},
|
|
1023
|
+
"engines": {
|
|
1024
|
+
"node": ">=10"
|
|
1025
|
+
},
|
|
1026
|
+
"funding": {
|
|
1027
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"node_modules/espree": {
|
|
1031
|
+
"version": "9.6.1",
|
|
1032
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
|
1033
|
+
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
|
|
1034
|
+
"license": "BSD-2-Clause",
|
|
1035
|
+
"dependencies": {
|
|
1036
|
+
"acorn": "^8.9.0",
|
|
1037
|
+
"acorn-jsx": "^5.3.2",
|
|
1038
|
+
"eslint-visitor-keys": "^3.4.1"
|
|
1039
|
+
},
|
|
1040
|
+
"engines": {
|
|
1041
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
1042
|
+
},
|
|
1043
|
+
"funding": {
|
|
1044
|
+
"url": "https://opencollective.com/eslint"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"node_modules/esquery": {
|
|
1048
|
+
"version": "1.6.0",
|
|
1049
|
+
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
|
|
1050
|
+
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
|
|
1051
|
+
"license": "BSD-3-Clause",
|
|
1052
|
+
"dependencies": {
|
|
1053
|
+
"estraverse": "^5.1.0"
|
|
1054
|
+
},
|
|
1055
|
+
"engines": {
|
|
1056
|
+
"node": ">=0.10"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"node_modules/esrecurse": {
|
|
1060
|
+
"version": "4.3.0",
|
|
1061
|
+
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
1062
|
+
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
1063
|
+
"license": "BSD-2-Clause",
|
|
1064
|
+
"dependencies": {
|
|
1065
|
+
"estraverse": "^5.2.0"
|
|
1066
|
+
},
|
|
1067
|
+
"engines": {
|
|
1068
|
+
"node": ">=4.0"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"node_modules/estraverse": {
|
|
1072
|
+
"version": "5.3.0",
|
|
1073
|
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
1074
|
+
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
1075
|
+
"license": "BSD-2-Clause",
|
|
1076
|
+
"engines": {
|
|
1077
|
+
"node": ">=4.0"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"node_modules/esutils": {
|
|
1081
|
+
"version": "2.0.3",
|
|
1082
|
+
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
1083
|
+
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
1084
|
+
"license": "BSD-2-Clause",
|
|
1085
|
+
"engines": {
|
|
1086
|
+
"node": ">=0.10.0"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"node_modules/fast-deep-equal": {
|
|
1090
|
+
"version": "3.1.3",
|
|
1091
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
1092
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
1093
|
+
"license": "MIT"
|
|
1094
|
+
},
|
|
1095
|
+
"node_modules/fast-glob": {
|
|
1096
|
+
"version": "3.3.3",
|
|
1097
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
1098
|
+
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
1099
|
+
"license": "MIT",
|
|
1100
|
+
"dependencies": {
|
|
1101
|
+
"@nodelib/fs.stat": "^2.0.2",
|
|
1102
|
+
"@nodelib/fs.walk": "^1.2.3",
|
|
1103
|
+
"glob-parent": "^5.1.2",
|
|
1104
|
+
"merge2": "^1.3.0",
|
|
1105
|
+
"micromatch": "^4.0.8"
|
|
1106
|
+
},
|
|
1107
|
+
"engines": {
|
|
1108
|
+
"node": ">=8.6.0"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"node_modules/fast-glob/node_modules/glob-parent": {
|
|
1112
|
+
"version": "5.1.2",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
1114
|
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
1115
|
+
"license": "ISC",
|
|
1116
|
+
"dependencies": {
|
|
1117
|
+
"is-glob": "^4.0.1"
|
|
1118
|
+
},
|
|
1119
|
+
"engines": {
|
|
1120
|
+
"node": ">= 6"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"node_modules/fast-json-stable-stringify": {
|
|
1124
|
+
"version": "2.1.0",
|
|
1125
|
+
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
1126
|
+
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
1127
|
+
"license": "MIT"
|
|
1128
|
+
},
|
|
1129
|
+
"node_modules/fast-levenshtein": {
|
|
1130
|
+
"version": "2.0.6",
|
|
1131
|
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
1132
|
+
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
1133
|
+
"license": "MIT"
|
|
1134
|
+
},
|
|
1135
|
+
"node_modules/fastq": {
|
|
1136
|
+
"version": "1.19.1",
|
|
1137
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
1138
|
+
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
1139
|
+
"license": "ISC",
|
|
1140
|
+
"dependencies": {
|
|
1141
|
+
"reusify": "^1.0.4"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"node_modules/file-entry-cache": {
|
|
1145
|
+
"version": "6.0.1",
|
|
1146
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
1147
|
+
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
|
|
1148
|
+
"license": "MIT",
|
|
1149
|
+
"dependencies": {
|
|
1150
|
+
"flat-cache": "^3.0.4"
|
|
1151
|
+
},
|
|
1152
|
+
"engines": {
|
|
1153
|
+
"node": "^10.12.0 || >=12.0.0"
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
"node_modules/fill-range": {
|
|
1157
|
+
"version": "7.1.1",
|
|
1158
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
1159
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
1160
|
+
"license": "MIT",
|
|
1161
|
+
"dependencies": {
|
|
1162
|
+
"to-regex-range": "^5.0.1"
|
|
1163
|
+
},
|
|
1164
|
+
"engines": {
|
|
1165
|
+
"node": ">=8"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
"node_modules/find-up": {
|
|
1169
|
+
"version": "4.1.0",
|
|
1170
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
1171
|
+
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
1172
|
+
"license": "MIT",
|
|
1173
|
+
"dependencies": {
|
|
1174
|
+
"locate-path": "^5.0.0",
|
|
1175
|
+
"path-exists": "^4.0.0"
|
|
1176
|
+
},
|
|
1177
|
+
"engines": {
|
|
1178
|
+
"node": ">=8"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"node_modules/flat-cache": {
|
|
1182
|
+
"version": "3.2.0",
|
|
1183
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
|
|
1184
|
+
"integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
|
|
1185
|
+
"license": "MIT",
|
|
1186
|
+
"dependencies": {
|
|
1187
|
+
"flatted": "^3.2.9",
|
|
1188
|
+
"keyv": "^4.5.3",
|
|
1189
|
+
"rimraf": "^3.0.2"
|
|
1190
|
+
},
|
|
1191
|
+
"engines": {
|
|
1192
|
+
"node": "^10.12.0 || >=12.0.0"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"node_modules/flatted": {
|
|
1196
|
+
"version": "3.3.3",
|
|
1197
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
|
|
1198
|
+
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
|
|
1199
|
+
"license": "ISC"
|
|
1200
|
+
},
|
|
1201
|
+
"node_modules/fs.realpath": {
|
|
1202
|
+
"version": "1.0.0",
|
|
1203
|
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
1204
|
+
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
1205
|
+
"license": "ISC"
|
|
1206
|
+
},
|
|
1207
|
+
"node_modules/get-caller-file": {
|
|
1208
|
+
"version": "2.0.5",
|
|
1209
|
+
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
1210
|
+
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
1211
|
+
"license": "ISC",
|
|
1212
|
+
"engines": {
|
|
1213
|
+
"node": "6.* || 8.* || >= 10.*"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"node_modules/glob": {
|
|
1217
|
+
"version": "7.2.3",
|
|
1218
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
1219
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1220
|
+
"license": "ISC",
|
|
1221
|
+
"dependencies": {
|
|
1222
|
+
"fs.realpath": "^1.0.0",
|
|
1223
|
+
"inflight": "^1.0.4",
|
|
1224
|
+
"inherits": "2",
|
|
1225
|
+
"minimatch": "^3.1.1",
|
|
1226
|
+
"once": "^1.3.0",
|
|
1227
|
+
"path-is-absolute": "^1.0.0"
|
|
1228
|
+
},
|
|
1229
|
+
"engines": {
|
|
1230
|
+
"node": "*"
|
|
1231
|
+
},
|
|
1232
|
+
"funding": {
|
|
1233
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
"node_modules/glob-parent": {
|
|
1237
|
+
"version": "6.0.2",
|
|
1238
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
1239
|
+
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
1240
|
+
"license": "ISC",
|
|
1241
|
+
"dependencies": {
|
|
1242
|
+
"is-glob": "^4.0.3"
|
|
1243
|
+
},
|
|
1244
|
+
"engines": {
|
|
1245
|
+
"node": ">=10.13.0"
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
"node_modules/globals": {
|
|
1249
|
+
"version": "13.24.0",
|
|
1250
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
1251
|
+
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
1252
|
+
"license": "MIT",
|
|
1253
|
+
"dependencies": {
|
|
1254
|
+
"type-fest": "^0.20.2"
|
|
1255
|
+
},
|
|
1256
|
+
"engines": {
|
|
1257
|
+
"node": ">=8"
|
|
1258
|
+
},
|
|
1259
|
+
"funding": {
|
|
1260
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"node_modules/globby": {
|
|
1264
|
+
"version": "11.1.0",
|
|
1265
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
1266
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
1267
|
+
"license": "MIT",
|
|
1268
|
+
"dependencies": {
|
|
1269
|
+
"array-union": "^2.1.0",
|
|
1270
|
+
"dir-glob": "^3.0.1",
|
|
1271
|
+
"fast-glob": "^3.2.9",
|
|
1272
|
+
"ignore": "^5.2.0",
|
|
1273
|
+
"merge2": "^1.4.1",
|
|
1274
|
+
"slash": "^3.0.0"
|
|
1275
|
+
},
|
|
1276
|
+
"engines": {
|
|
1277
|
+
"node": ">=10"
|
|
1278
|
+
},
|
|
1279
|
+
"funding": {
|
|
1280
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"node_modules/graphemer": {
|
|
1284
|
+
"version": "1.4.0",
|
|
1285
|
+
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
|
|
1286
|
+
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
|
|
1287
|
+
"license": "MIT"
|
|
1288
|
+
},
|
|
1289
|
+
"node_modules/has-flag": {
|
|
1290
|
+
"version": "4.0.0",
|
|
1291
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
1292
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
1293
|
+
"license": "MIT",
|
|
1294
|
+
"engines": {
|
|
1295
|
+
"node": ">=8"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"node_modules/ignore": {
|
|
1299
|
+
"version": "5.3.2",
|
|
1300
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
1301
|
+
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
1302
|
+
"license": "MIT",
|
|
1303
|
+
"engines": {
|
|
1304
|
+
"node": ">= 4"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"node_modules/import-fresh": {
|
|
1308
|
+
"version": "3.3.1",
|
|
1309
|
+
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
1310
|
+
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
1311
|
+
"license": "MIT",
|
|
1312
|
+
"dependencies": {
|
|
1313
|
+
"parent-module": "^1.0.0",
|
|
1314
|
+
"resolve-from": "^4.0.0"
|
|
1315
|
+
},
|
|
1316
|
+
"engines": {
|
|
1317
|
+
"node": ">=6"
|
|
1318
|
+
},
|
|
1319
|
+
"funding": {
|
|
1320
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
"node_modules/imurmurhash": {
|
|
1324
|
+
"version": "0.1.4",
|
|
1325
|
+
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
1326
|
+
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
1327
|
+
"license": "MIT",
|
|
1328
|
+
"engines": {
|
|
1329
|
+
"node": ">=0.8.19"
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
"node_modules/inflight": {
|
|
1333
|
+
"version": "1.0.6",
|
|
1334
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
1335
|
+
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
1336
|
+
"license": "ISC",
|
|
1337
|
+
"dependencies": {
|
|
1338
|
+
"once": "^1.3.0",
|
|
1339
|
+
"wrappy": "1"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"node_modules/inherits": {
|
|
1343
|
+
"version": "2.0.4",
|
|
1344
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
1345
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
1346
|
+
"license": "ISC"
|
|
1347
|
+
},
|
|
1348
|
+
"node_modules/is-docker": {
|
|
1349
|
+
"version": "2.2.1",
|
|
1350
|
+
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
|
1351
|
+
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
1352
|
+
"license": "MIT",
|
|
1353
|
+
"bin": {
|
|
1354
|
+
"is-docker": "cli.js"
|
|
1355
|
+
},
|
|
1356
|
+
"engines": {
|
|
1357
|
+
"node": ">=8"
|
|
1358
|
+
},
|
|
1359
|
+
"funding": {
|
|
1360
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"node_modules/is-extglob": {
|
|
1364
|
+
"version": "2.1.1",
|
|
1365
|
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
1366
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
1367
|
+
"license": "MIT",
|
|
1368
|
+
"engines": {
|
|
1369
|
+
"node": ">=0.10.0"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"node_modules/is-fullwidth-code-point": {
|
|
1373
|
+
"version": "3.0.0",
|
|
1374
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1375
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1376
|
+
"license": "MIT",
|
|
1377
|
+
"engines": {
|
|
1378
|
+
"node": ">=8"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"node_modules/is-glob": {
|
|
1382
|
+
"version": "4.0.3",
|
|
1383
|
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
1384
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
1385
|
+
"license": "MIT",
|
|
1386
|
+
"dependencies": {
|
|
1387
|
+
"is-extglob": "^2.1.1"
|
|
1388
|
+
},
|
|
1389
|
+
"engines": {
|
|
1390
|
+
"node": ">=0.10.0"
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
"node_modules/is-number": {
|
|
1394
|
+
"version": "7.0.0",
|
|
1395
|
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
1396
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
1397
|
+
"license": "MIT",
|
|
1398
|
+
"engines": {
|
|
1399
|
+
"node": ">=0.12.0"
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
"node_modules/is-path-inside": {
|
|
1403
|
+
"version": "3.0.3",
|
|
1404
|
+
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
|
|
1405
|
+
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
|
|
1406
|
+
"license": "MIT",
|
|
1407
|
+
"engines": {
|
|
1408
|
+
"node": ">=8"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"node_modules/is-wsl": {
|
|
1412
|
+
"version": "2.2.0",
|
|
1413
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
1414
|
+
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
1415
|
+
"license": "MIT",
|
|
1416
|
+
"dependencies": {
|
|
1417
|
+
"is-docker": "^2.0.0"
|
|
1418
|
+
},
|
|
1419
|
+
"engines": {
|
|
1420
|
+
"node": ">=8"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
"node_modules/isexe": {
|
|
1424
|
+
"version": "2.0.0",
|
|
1425
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
1426
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
1427
|
+
"license": "ISC"
|
|
1428
|
+
},
|
|
1429
|
+
"node_modules/js-sha256": {
|
|
1430
|
+
"version": "0.11.1",
|
|
1431
|
+
"resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.11.1.tgz",
|
|
1432
|
+
"integrity": "sha512-o6WSo/LUvY2uC4j7mO50a2ms7E/EAdbP0swigLV+nzHKTTaYnaLIWJ02VdXrsJX0vGedDESQnLsOekr94ryfjg==",
|
|
1433
|
+
"license": "MIT"
|
|
1434
|
+
},
|
|
1435
|
+
"node_modules/js-yaml": {
|
|
1436
|
+
"version": "4.1.1",
|
|
1437
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
1438
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
1439
|
+
"license": "MIT",
|
|
1440
|
+
"dependencies": {
|
|
1441
|
+
"argparse": "^2.0.1"
|
|
1442
|
+
},
|
|
1443
|
+
"bin": {
|
|
1444
|
+
"js-yaml": "bin/js-yaml.js"
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
"node_modules/json-buffer": {
|
|
1448
|
+
"version": "3.0.1",
|
|
1449
|
+
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
1450
|
+
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
1451
|
+
"license": "MIT"
|
|
1452
|
+
},
|
|
1453
|
+
"node_modules/json-schema-traverse": {
|
|
1454
|
+
"version": "0.4.1",
|
|
1455
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
1456
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
1457
|
+
"license": "MIT"
|
|
1458
|
+
},
|
|
1459
|
+
"node_modules/json-stable-stringify-without-jsonify": {
|
|
1460
|
+
"version": "1.0.1",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
1462
|
+
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
1463
|
+
"license": "MIT"
|
|
1464
|
+
},
|
|
1465
|
+
"node_modules/keyv": {
|
|
1466
|
+
"version": "4.5.4",
|
|
1467
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
1468
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
1469
|
+
"license": "MIT",
|
|
1470
|
+
"dependencies": {
|
|
1471
|
+
"json-buffer": "3.0.1"
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
"node_modules/levn": {
|
|
1475
|
+
"version": "0.4.1",
|
|
1476
|
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
1477
|
+
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
1478
|
+
"license": "MIT",
|
|
1479
|
+
"dependencies": {
|
|
1480
|
+
"prelude-ls": "^1.2.1",
|
|
1481
|
+
"type-check": "~0.4.0"
|
|
1482
|
+
},
|
|
1483
|
+
"engines": {
|
|
1484
|
+
"node": ">= 0.8.0"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
"node_modules/locate-path": {
|
|
1488
|
+
"version": "5.0.0",
|
|
1489
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
1490
|
+
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
1491
|
+
"license": "MIT",
|
|
1492
|
+
"dependencies": {
|
|
1493
|
+
"p-locate": "^4.1.0"
|
|
1494
|
+
},
|
|
1495
|
+
"engines": {
|
|
1496
|
+
"node": ">=8"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"node_modules/lodash.merge": {
|
|
1500
|
+
"version": "4.6.2",
|
|
1501
|
+
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
1502
|
+
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
1503
|
+
"license": "MIT"
|
|
1504
|
+
},
|
|
1505
|
+
"node_modules/merge2": {
|
|
1506
|
+
"version": "1.4.1",
|
|
1507
|
+
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
1508
|
+
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
1509
|
+
"license": "MIT",
|
|
1510
|
+
"engines": {
|
|
1511
|
+
"node": ">= 8"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"node_modules/micromatch": {
|
|
1515
|
+
"version": "4.0.8",
|
|
1516
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
1517
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
1518
|
+
"license": "MIT",
|
|
1519
|
+
"dependencies": {
|
|
1520
|
+
"braces": "^3.0.3",
|
|
1521
|
+
"picomatch": "^2.3.1"
|
|
1522
|
+
},
|
|
1523
|
+
"engines": {
|
|
1524
|
+
"node": ">=8.6"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
"node_modules/minimatch": {
|
|
1528
|
+
"version": "3.1.2",
|
|
1529
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
1530
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
1531
|
+
"license": "ISC",
|
|
1532
|
+
"dependencies": {
|
|
1533
|
+
"brace-expansion": "^1.1.7"
|
|
1534
|
+
},
|
|
1535
|
+
"engines": {
|
|
1536
|
+
"node": "*"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"node_modules/mobx": {
|
|
1540
|
+
"version": "6.15.0",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.15.0.tgz",
|
|
1542
|
+
"integrity": "sha512-UczzB+0nnwGotYSgllfARAqWCJ5e/skuV2K/l+Zyck/H6pJIhLXuBnz+6vn2i211o7DtbE78HQtsYEKICHGI+g==",
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"peer": true,
|
|
1545
|
+
"funding": {
|
|
1546
|
+
"type": "opencollective",
|
|
1547
|
+
"url": "https://opencollective.com/mobx"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"node_modules/ms": {
|
|
1551
|
+
"version": "2.1.3",
|
|
1552
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1553
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1554
|
+
"license": "MIT"
|
|
1555
|
+
},
|
|
1556
|
+
"node_modules/natural-compare": {
|
|
1557
|
+
"version": "1.4.0",
|
|
1558
|
+
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
1559
|
+
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
1560
|
+
"license": "MIT"
|
|
1561
|
+
},
|
|
1562
|
+
"node_modules/node-gyp-build-optional-packages": {
|
|
1563
|
+
"version": "5.1.1",
|
|
1564
|
+
"resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.1.1.tgz",
|
|
1565
|
+
"integrity": "sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==",
|
|
1566
|
+
"license": "MIT",
|
|
1567
|
+
"optional": true,
|
|
1568
|
+
"dependencies": {
|
|
1569
|
+
"detect-libc": "^2.0.1"
|
|
1570
|
+
},
|
|
1571
|
+
"bin": {
|
|
1572
|
+
"node-gyp-build-optional-packages": "bin.js",
|
|
1573
|
+
"node-gyp-build-optional-packages-optional": "optional.js",
|
|
1574
|
+
"node-gyp-build-optional-packages-test": "build-test.js"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"node_modules/once": {
|
|
1578
|
+
"version": "1.4.0",
|
|
1579
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
1580
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
1581
|
+
"license": "ISC",
|
|
1582
|
+
"dependencies": {
|
|
1583
|
+
"wrappy": "1"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"node_modules/open": {
|
|
1587
|
+
"version": "8.4.2",
|
|
1588
|
+
"resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
|
|
1589
|
+
"integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
|
|
1590
|
+
"license": "MIT",
|
|
1591
|
+
"dependencies": {
|
|
1592
|
+
"define-lazy-prop": "^2.0.0",
|
|
1593
|
+
"is-docker": "^2.1.1",
|
|
1594
|
+
"is-wsl": "^2.2.0"
|
|
1595
|
+
},
|
|
1596
|
+
"engines": {
|
|
1597
|
+
"node": ">=12"
|
|
1598
|
+
},
|
|
1599
|
+
"funding": {
|
|
1600
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"node_modules/optionator": {
|
|
1604
|
+
"version": "0.9.4",
|
|
1605
|
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
1606
|
+
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
1607
|
+
"license": "MIT",
|
|
1608
|
+
"dependencies": {
|
|
1609
|
+
"deep-is": "^0.1.3",
|
|
1610
|
+
"fast-levenshtein": "^2.0.6",
|
|
1611
|
+
"levn": "^0.4.1",
|
|
1612
|
+
"prelude-ls": "^1.2.1",
|
|
1613
|
+
"type-check": "^0.4.0",
|
|
1614
|
+
"word-wrap": "^1.2.5"
|
|
1615
|
+
},
|
|
1616
|
+
"engines": {
|
|
1617
|
+
"node": ">= 0.8.0"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"node_modules/p-limit": {
|
|
1621
|
+
"version": "2.3.0",
|
|
1622
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
1623
|
+
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
1624
|
+
"license": "MIT",
|
|
1625
|
+
"dependencies": {
|
|
1626
|
+
"p-try": "^2.0.0"
|
|
1627
|
+
},
|
|
1628
|
+
"engines": {
|
|
1629
|
+
"node": ">=6"
|
|
1630
|
+
},
|
|
1631
|
+
"funding": {
|
|
1632
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"node_modules/p-locate": {
|
|
1636
|
+
"version": "4.1.0",
|
|
1637
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
1638
|
+
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
1639
|
+
"license": "MIT",
|
|
1640
|
+
"dependencies": {
|
|
1641
|
+
"p-limit": "^2.2.0"
|
|
1642
|
+
},
|
|
1643
|
+
"engines": {
|
|
1644
|
+
"node": ">=8"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
"node_modules/p-try": {
|
|
1648
|
+
"version": "2.2.0",
|
|
1649
|
+
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
|
|
1650
|
+
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
|
1651
|
+
"license": "MIT",
|
|
1652
|
+
"engines": {
|
|
1653
|
+
"node": ">=6"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
"node_modules/pako": {
|
|
1657
|
+
"version": "2.1.0",
|
|
1658
|
+
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
|
|
1659
|
+
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==",
|
|
1660
|
+
"license": "(MIT AND Zlib)"
|
|
1661
|
+
},
|
|
1662
|
+
"node_modules/parent-module": {
|
|
1663
|
+
"version": "1.0.1",
|
|
1664
|
+
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
1665
|
+
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
1666
|
+
"license": "MIT",
|
|
1667
|
+
"dependencies": {
|
|
1668
|
+
"callsites": "^3.0.0"
|
|
1669
|
+
},
|
|
1670
|
+
"engines": {
|
|
1671
|
+
"node": ">=6"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
"node_modules/path-exists": {
|
|
1675
|
+
"version": "4.0.0",
|
|
1676
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
1677
|
+
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
1678
|
+
"license": "MIT",
|
|
1679
|
+
"engines": {
|
|
1680
|
+
"node": ">=8"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"node_modules/path-is-absolute": {
|
|
1684
|
+
"version": "1.0.1",
|
|
1685
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
1686
|
+
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
1687
|
+
"license": "MIT",
|
|
1688
|
+
"engines": {
|
|
1689
|
+
"node": ">=0.10.0"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
"node_modules/path-key": {
|
|
1693
|
+
"version": "3.1.1",
|
|
1694
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
1695
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
1696
|
+
"license": "MIT",
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": ">=8"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"node_modules/path-type": {
|
|
1702
|
+
"version": "4.0.0",
|
|
1703
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
1704
|
+
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
|
1705
|
+
"license": "MIT",
|
|
1706
|
+
"engines": {
|
|
1707
|
+
"node": ">=8"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"node_modules/picomatch": {
|
|
1711
|
+
"version": "2.3.1",
|
|
1712
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
1713
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
1714
|
+
"license": "MIT",
|
|
1715
|
+
"engines": {
|
|
1716
|
+
"node": ">=8.6"
|
|
1717
|
+
},
|
|
1718
|
+
"funding": {
|
|
1719
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"node_modules/preact": {
|
|
1723
|
+
"version": "10.24.3",
|
|
1724
|
+
"resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz",
|
|
1725
|
+
"integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==",
|
|
1726
|
+
"license": "MIT",
|
|
1727
|
+
"peer": true,
|
|
1728
|
+
"funding": {
|
|
1729
|
+
"type": "opencollective",
|
|
1730
|
+
"url": "https://opencollective.com/preact"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"node_modules/prelude-ls": {
|
|
1734
|
+
"version": "1.2.1",
|
|
1735
|
+
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
1736
|
+
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
1737
|
+
"license": "MIT",
|
|
1738
|
+
"engines": {
|
|
1739
|
+
"node": ">= 0.8.0"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"node_modules/punycode": {
|
|
1743
|
+
"version": "2.3.1",
|
|
1744
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
1745
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
1746
|
+
"license": "MIT",
|
|
1747
|
+
"engines": {
|
|
1748
|
+
"node": ">=6"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
"node_modules/queue-microtask": {
|
|
1752
|
+
"version": "1.2.3",
|
|
1753
|
+
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
1754
|
+
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
1755
|
+
"funding": [
|
|
1756
|
+
{
|
|
1757
|
+
"type": "github",
|
|
1758
|
+
"url": "https://github.com/sponsors/feross"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"type": "patreon",
|
|
1762
|
+
"url": "https://www.patreon.com/feross"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"type": "consulting",
|
|
1766
|
+
"url": "https://feross.org/support"
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"license": "MIT"
|
|
1770
|
+
},
|
|
1771
|
+
"node_modules/require-directory": {
|
|
1772
|
+
"version": "2.1.1",
|
|
1773
|
+
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
1774
|
+
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
1775
|
+
"license": "MIT",
|
|
1776
|
+
"engines": {
|
|
1777
|
+
"node": ">=0.10.0"
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
"node_modules/require-main-filename": {
|
|
1781
|
+
"version": "2.0.0",
|
|
1782
|
+
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
|
1783
|
+
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
|
1784
|
+
"license": "ISC"
|
|
1785
|
+
},
|
|
1786
|
+
"node_modules/resolve-from": {
|
|
1787
|
+
"version": "4.0.0",
|
|
1788
|
+
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
1789
|
+
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
1790
|
+
"license": "MIT",
|
|
1791
|
+
"engines": {
|
|
1792
|
+
"node": ">=4"
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"node_modules/reusify": {
|
|
1796
|
+
"version": "1.1.0",
|
|
1797
|
+
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
1798
|
+
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
1799
|
+
"license": "MIT",
|
|
1800
|
+
"engines": {
|
|
1801
|
+
"iojs": ">=1.0.0",
|
|
1802
|
+
"node": ">=0.10.0"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
"node_modules/rimraf": {
|
|
1806
|
+
"version": "3.0.2",
|
|
1807
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
1808
|
+
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
1809
|
+
"license": "ISC",
|
|
1810
|
+
"dependencies": {
|
|
1811
|
+
"glob": "^7.1.3"
|
|
1812
|
+
},
|
|
1813
|
+
"bin": {
|
|
1814
|
+
"rimraf": "bin.js"
|
|
1815
|
+
},
|
|
1816
|
+
"funding": {
|
|
1817
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"node_modules/run-parallel": {
|
|
1821
|
+
"version": "1.2.0",
|
|
1822
|
+
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
1823
|
+
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
1824
|
+
"funding": [
|
|
1825
|
+
{
|
|
1826
|
+
"type": "github",
|
|
1827
|
+
"url": "https://github.com/sponsors/feross"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"type": "patreon",
|
|
1831
|
+
"url": "https://www.patreon.com/feross"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"type": "consulting",
|
|
1835
|
+
"url": "https://feross.org/support"
|
|
1836
|
+
}
|
|
1837
|
+
],
|
|
1838
|
+
"license": "MIT",
|
|
1839
|
+
"dependencies": {
|
|
1840
|
+
"queue-microtask": "^1.2.2"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"node_modules/semver": {
|
|
1844
|
+
"version": "7.7.3",
|
|
1845
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1846
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1847
|
+
"license": "ISC",
|
|
1848
|
+
"bin": {
|
|
1849
|
+
"semver": "bin/semver.js"
|
|
1850
|
+
},
|
|
1851
|
+
"engines": {
|
|
1852
|
+
"node": ">=10"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
"node_modules/set-blocking": {
|
|
1856
|
+
"version": "2.0.0",
|
|
1857
|
+
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
1858
|
+
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
1859
|
+
"license": "ISC"
|
|
1860
|
+
},
|
|
1861
|
+
"node_modules/shebang-command": {
|
|
1862
|
+
"version": "2.0.0",
|
|
1863
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
1864
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
1865
|
+
"license": "MIT",
|
|
1866
|
+
"dependencies": {
|
|
1867
|
+
"shebang-regex": "^3.0.0"
|
|
1868
|
+
},
|
|
1869
|
+
"engines": {
|
|
1870
|
+
"node": ">=8"
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
"node_modules/shebang-regex": {
|
|
1874
|
+
"version": "3.0.0",
|
|
1875
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
1876
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
1877
|
+
"license": "MIT",
|
|
1878
|
+
"engines": {
|
|
1879
|
+
"node": ">=8"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
"node_modules/shell-quote": {
|
|
1883
|
+
"version": "1.8.3",
|
|
1884
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
|
|
1885
|
+
"integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
|
|
1886
|
+
"license": "MIT",
|
|
1887
|
+
"engines": {
|
|
1888
|
+
"node": ">= 0.4"
|
|
1889
|
+
},
|
|
1890
|
+
"funding": {
|
|
1891
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
"node_modules/slash": {
|
|
1895
|
+
"version": "3.0.0",
|
|
1896
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
1897
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
1898
|
+
"license": "MIT",
|
|
1899
|
+
"engines": {
|
|
1900
|
+
"node": ">=8"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
"node_modules/socket-function": {
|
|
1904
|
+
"version": "0.155.0",
|
|
1905
|
+
"resolved": "https://registry.npmjs.org/socket-function/-/socket-function-0.155.0.tgz",
|
|
1906
|
+
"integrity": "sha512-/AZqpL2RR/xxfHiopozTJu9PiyIWSEisorWz5xQOmrL+cyOJnj4sdGixoGS/KHwtJZ86WDratiDlssUrpnNy+w==",
|
|
1907
|
+
"license": "MIT",
|
|
1908
|
+
"dependencies": {
|
|
1909
|
+
"@types/pako": "^2.0.3",
|
|
1910
|
+
"@types/ws": "^8.5.3",
|
|
1911
|
+
"cbor-x": "^1.6.0",
|
|
1912
|
+
"mobx": "^6.6.2",
|
|
1913
|
+
"pako": "^2.1.0",
|
|
1914
|
+
"preact": "10.24.0",
|
|
1915
|
+
"typedev": "^0.4.0",
|
|
1916
|
+
"typenode": "^5.13.0",
|
|
1917
|
+
"ws": "^8.17.1"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"node_modules/socket-function/node_modules/debugbreak": {
|
|
1921
|
+
"version": "0.11.0",
|
|
1922
|
+
"resolved": "https://registry.npmjs.org/debugbreak/-/debugbreak-0.11.0.tgz",
|
|
1923
|
+
"integrity": "sha512-O18TzyH+NdxUij0TndIVYIUF76ZrBdO5Y1lIavwoyOjNLYpPP5sdHAf30jClfZKxcTwLuH22nD0E/+FBNl9WGw==",
|
|
1924
|
+
"license": "MIT",
|
|
1925
|
+
"dependencies": {
|
|
1926
|
+
"open": "^8.4.0"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"node_modules/socket-function/node_modules/preact": {
|
|
1930
|
+
"version": "10.24.0",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/preact/-/preact-10.24.0.tgz",
|
|
1932
|
+
"integrity": "sha512-aK8Cf+jkfyuZ0ZZRG9FbYqwmEiGQ4y/PUO4SuTWoyWL244nZZh7bd5h2APd4rSNDYTBNghg1L+5iJN3Skxtbsw==",
|
|
1933
|
+
"license": "MIT",
|
|
1934
|
+
"funding": {
|
|
1935
|
+
"type": "opencollective",
|
|
1936
|
+
"url": "https://opencollective.com/preact"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"node_modules/socket-function/node_modules/typedev": {
|
|
1940
|
+
"version": "0.4.0",
|
|
1941
|
+
"resolved": "https://registry.npmjs.org/typedev/-/typedev-0.4.0.tgz",
|
|
1942
|
+
"integrity": "sha512-J0BRRhbKQmzg46r9On7jlqurL5bnNAEIBHIlT1H/7kK4dojQx85TcqL0MiyInjCAGkJiwB1XLOLm8kqArETMng==",
|
|
1943
|
+
"license": "MIT",
|
|
1944
|
+
"dependencies": {
|
|
1945
|
+
"@types/node": "^18.0.0",
|
|
1946
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
1947
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
1948
|
+
"debugbreak": "^0.11.0",
|
|
1949
|
+
"eslint": "^8.18.0"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
"node_modules/socket-function/node_modules/typenode": {
|
|
1953
|
+
"version": "5.14.0",
|
|
1954
|
+
"resolved": "https://registry.npmjs.org/typenode/-/typenode-5.14.0.tgz",
|
|
1955
|
+
"integrity": "sha512-F42sCiPWoE/3rbJ92Wtcay9Hgp4qG7z6OSEFo4ucPybzn1hxKrsmaIStWSlqdmCwbUecguxPWTrlINErFXzbhA==",
|
|
1956
|
+
"license": "MIT",
|
|
1957
|
+
"dependencies": {
|
|
1958
|
+
"@types/pegjs": "^0.10.3",
|
|
1959
|
+
"source-map-support": "https://github.com/7rulnik/node-source-map-support",
|
|
1960
|
+
"typescript": "5.3.3"
|
|
1961
|
+
},
|
|
1962
|
+
"bin": {
|
|
1963
|
+
"typenode": "bootstrap.js"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
"node_modules/socket-function/node_modules/typescript": {
|
|
1967
|
+
"version": "5.3.3",
|
|
1968
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
1969
|
+
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
1970
|
+
"license": "Apache-2.0",
|
|
1971
|
+
"bin": {
|
|
1972
|
+
"tsc": "bin/tsc",
|
|
1973
|
+
"tsserver": "bin/tsserver"
|
|
1974
|
+
},
|
|
1975
|
+
"engines": {
|
|
1976
|
+
"node": ">=14.17"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"node_modules/source-map-js": {
|
|
1980
|
+
"version": "0.6.2",
|
|
1981
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz",
|
|
1982
|
+
"integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==",
|
|
1983
|
+
"license": "BSD-3-Clause",
|
|
1984
|
+
"engines": {
|
|
1985
|
+
"node": ">=0.10.0"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"node_modules/source-map-support": {
|
|
1989
|
+
"version": "0.5.19",
|
|
1990
|
+
"resolved": "git+ssh://git@github.com/7rulnik/node-source-map-support.git#8b8b1fc09db65eebea4f1326af35842f901078a3",
|
|
1991
|
+
"license": "MIT",
|
|
1992
|
+
"dependencies": {
|
|
1993
|
+
"buffer-from": "^1.0.0",
|
|
1994
|
+
"source-map-js": "^0.6.2"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
"node_modules/string-width": {
|
|
1998
|
+
"version": "4.2.3",
|
|
1999
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
2000
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
2001
|
+
"license": "MIT",
|
|
2002
|
+
"dependencies": {
|
|
2003
|
+
"emoji-regex": "^8.0.0",
|
|
2004
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
2005
|
+
"strip-ansi": "^6.0.1"
|
|
2006
|
+
},
|
|
2007
|
+
"engines": {
|
|
2008
|
+
"node": ">=8"
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
"node_modules/strip-ansi": {
|
|
2012
|
+
"version": "6.0.1",
|
|
2013
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
2014
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2015
|
+
"license": "MIT",
|
|
2016
|
+
"dependencies": {
|
|
2017
|
+
"ansi-regex": "^5.0.1"
|
|
2018
|
+
},
|
|
2019
|
+
"engines": {
|
|
2020
|
+
"node": ">=8"
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
"node_modules/strip-json-comments": {
|
|
2024
|
+
"version": "3.1.1",
|
|
2025
|
+
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
|
2026
|
+
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
2027
|
+
"license": "MIT",
|
|
2028
|
+
"engines": {
|
|
2029
|
+
"node": ">=8"
|
|
2030
|
+
},
|
|
2031
|
+
"funding": {
|
|
2032
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
"node_modules/supports-color": {
|
|
2036
|
+
"version": "7.2.0",
|
|
2037
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2038
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2039
|
+
"license": "MIT",
|
|
2040
|
+
"dependencies": {
|
|
2041
|
+
"has-flag": "^4.0.0"
|
|
2042
|
+
},
|
|
2043
|
+
"engines": {
|
|
2044
|
+
"node": ">=8"
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
"node_modules/text-table": {
|
|
2048
|
+
"version": "0.2.0",
|
|
2049
|
+
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
|
2050
|
+
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
|
|
2051
|
+
"license": "MIT"
|
|
2052
|
+
},
|
|
2053
|
+
"node_modules/to-regex-range": {
|
|
2054
|
+
"version": "5.0.1",
|
|
2055
|
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
2056
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
2057
|
+
"license": "MIT",
|
|
2058
|
+
"dependencies": {
|
|
2059
|
+
"is-number": "^7.0.0"
|
|
2060
|
+
},
|
|
2061
|
+
"engines": {
|
|
2062
|
+
"node": ">=8.0"
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
"node_modules/ts-api-utils": {
|
|
2066
|
+
"version": "1.4.3",
|
|
2067
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
|
|
2068
|
+
"integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
|
|
2069
|
+
"license": "MIT",
|
|
2070
|
+
"engines": {
|
|
2071
|
+
"node": ">=16"
|
|
2072
|
+
},
|
|
2073
|
+
"peerDependencies": {
|
|
2074
|
+
"typescript": ">=4.2.0"
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
"node_modules/type-check": {
|
|
2078
|
+
"version": "0.4.0",
|
|
2079
|
+
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
2080
|
+
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
2081
|
+
"license": "MIT",
|
|
2082
|
+
"dependencies": {
|
|
2083
|
+
"prelude-ls": "^1.2.1"
|
|
2084
|
+
},
|
|
2085
|
+
"engines": {
|
|
2086
|
+
"node": ">= 0.8.0"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"node_modules/type-fest": {
|
|
2090
|
+
"version": "0.20.2",
|
|
2091
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
2092
|
+
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
2093
|
+
"license": "(MIT OR CC0-1.0)",
|
|
2094
|
+
"engines": {
|
|
2095
|
+
"node": ">=10"
|
|
2096
|
+
},
|
|
2097
|
+
"funding": {
|
|
2098
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2101
|
+
"node_modules/typedev": {
|
|
2102
|
+
"version": "0.1.3",
|
|
2103
|
+
"resolved": "https://registry.npmjs.org/typedev/-/typedev-0.1.3.tgz",
|
|
2104
|
+
"integrity": "sha512-rvMjOoCQtVcryO/V5jwXWQLm17X/0UhVBmcmeJGXqeZNFbbrBkglkK/gRwF4FcqexHEwxCVGYSqGbgt6mjbWeg==",
|
|
2105
|
+
"dev": true,
|
|
2106
|
+
"license": "MIT",
|
|
2107
|
+
"dependencies": {
|
|
2108
|
+
"@types/node": "^18.0.0",
|
|
2109
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
2110
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
2111
|
+
"debugbreak": "^0.6.3",
|
|
2112
|
+
"eslint": "^8.18.0"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
"node_modules/typedev/node_modules/debugbreak": {
|
|
2116
|
+
"version": "0.6.7",
|
|
2117
|
+
"resolved": "https://registry.npmjs.org/debugbreak/-/debugbreak-0.6.7.tgz",
|
|
2118
|
+
"integrity": "sha512-PNVobNuz6sPrKHOhFYyLkDZ2ShIO+bhJkWY9SAcSRY2/Xrqy7E5ehP4rk/Q/KFuDdT7IXRwCXvmAb3ks92SbTA==",
|
|
2119
|
+
"dev": true,
|
|
2120
|
+
"license": "MIT",
|
|
2121
|
+
"dependencies": {
|
|
2122
|
+
"open": "^8.4.0"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
"node_modules/typenode": {
|
|
2126
|
+
"version": "6.0.0",
|
|
2127
|
+
"resolved": "https://registry.npmjs.org/typenode/-/typenode-6.0.0.tgz",
|
|
2128
|
+
"integrity": "sha512-uZmCYbmvGSTuD8inJM1Kf/FahOFpUlwiSumearWLKza+UCwiVT4If/EPEcrcCcGXPZg1yScidK2zWnJ9uZPPZQ==",
|
|
2129
|
+
"license": "MIT",
|
|
2130
|
+
"dependencies": {
|
|
2131
|
+
"@types/pegjs": "^0.10.3",
|
|
2132
|
+
"source-map-support": "https://github.com/7rulnik/node-source-map-support",
|
|
2133
|
+
"typescript": "5.3.3"
|
|
2134
|
+
},
|
|
2135
|
+
"bin": {
|
|
2136
|
+
"typenode": "bootstrap.js"
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2139
|
+
"node_modules/typenode/node_modules/typescript": {
|
|
2140
|
+
"version": "5.3.3",
|
|
2141
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
2142
|
+
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
2143
|
+
"license": "Apache-2.0",
|
|
2144
|
+
"bin": {
|
|
2145
|
+
"tsc": "bin/tsc",
|
|
2146
|
+
"tsserver": "bin/tsserver"
|
|
2147
|
+
},
|
|
2148
|
+
"engines": {
|
|
2149
|
+
"node": ">=14.17"
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
"node_modules/typesafecss": {
|
|
2153
|
+
"version": "0.26.0",
|
|
2154
|
+
"resolved": "https://registry.npmjs.org/typesafecss/-/typesafecss-0.26.0.tgz",
|
|
2155
|
+
"integrity": "sha512-6gwQ0V7fut8Dq4C693NoDGAvGdaamRS/l4+6frWYy1r5Qg+Q/bhJkTDI33EU1LR9LMHOG9XinIBYS+CEt2YHTA=="
|
|
2156
|
+
},
|
|
2157
|
+
"node_modules/typescript": {
|
|
2158
|
+
"version": "5.9.3",
|
|
2159
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
2160
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
2161
|
+
"license": "Apache-2.0",
|
|
2162
|
+
"peer": true,
|
|
2163
|
+
"bin": {
|
|
2164
|
+
"tsc": "bin/tsc",
|
|
2165
|
+
"tsserver": "bin/tsserver"
|
|
2166
|
+
},
|
|
2167
|
+
"engines": {
|
|
2168
|
+
"node": ">=14.17"
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"node_modules/undici-types": {
|
|
2172
|
+
"version": "5.26.5",
|
|
2173
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
2174
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
2175
|
+
"license": "MIT"
|
|
2176
|
+
},
|
|
2177
|
+
"node_modules/uri-js": {
|
|
2178
|
+
"version": "4.4.1",
|
|
2179
|
+
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
2180
|
+
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
2181
|
+
"license": "BSD-2-Clause",
|
|
2182
|
+
"dependencies": {
|
|
2183
|
+
"punycode": "^2.1.0"
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2186
|
+
"node_modules/which": {
|
|
2187
|
+
"version": "2.0.2",
|
|
2188
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
2189
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
2190
|
+
"license": "ISC",
|
|
2191
|
+
"dependencies": {
|
|
2192
|
+
"isexe": "^2.0.0"
|
|
2193
|
+
},
|
|
2194
|
+
"bin": {
|
|
2195
|
+
"node-which": "bin/node-which"
|
|
2196
|
+
},
|
|
2197
|
+
"engines": {
|
|
2198
|
+
"node": ">= 8"
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"node_modules/which-module": {
|
|
2202
|
+
"version": "2.0.1",
|
|
2203
|
+
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
|
|
2204
|
+
"integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
|
|
2205
|
+
"license": "ISC"
|
|
2206
|
+
},
|
|
2207
|
+
"node_modules/word-wrap": {
|
|
2208
|
+
"version": "1.2.5",
|
|
2209
|
+
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
2210
|
+
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
2211
|
+
"license": "MIT",
|
|
2212
|
+
"engines": {
|
|
2213
|
+
"node": ">=0.10.0"
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
"node_modules/wrap-ansi": {
|
|
2217
|
+
"version": "6.2.0",
|
|
2218
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2219
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2220
|
+
"license": "MIT",
|
|
2221
|
+
"dependencies": {
|
|
2222
|
+
"ansi-styles": "^4.0.0",
|
|
2223
|
+
"string-width": "^4.1.0",
|
|
2224
|
+
"strip-ansi": "^6.0.0"
|
|
2225
|
+
},
|
|
2226
|
+
"engines": {
|
|
2227
|
+
"node": ">=8"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"node_modules/wrappy": {
|
|
2231
|
+
"version": "1.0.2",
|
|
2232
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
2233
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
2234
|
+
"license": "ISC"
|
|
2235
|
+
},
|
|
2236
|
+
"node_modules/ws": {
|
|
2237
|
+
"version": "8.18.3",
|
|
2238
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
2239
|
+
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
2240
|
+
"license": "MIT",
|
|
2241
|
+
"engines": {
|
|
2242
|
+
"node": ">=10.0.0"
|
|
2243
|
+
},
|
|
2244
|
+
"peerDependencies": {
|
|
2245
|
+
"bufferutil": "^4.0.1",
|
|
2246
|
+
"utf-8-validate": ">=5.0.2"
|
|
2247
|
+
},
|
|
2248
|
+
"peerDependenciesMeta": {
|
|
2249
|
+
"bufferutil": {
|
|
2250
|
+
"optional": true
|
|
2251
|
+
},
|
|
2252
|
+
"utf-8-validate": {
|
|
2253
|
+
"optional": true
|
|
2254
|
+
}
|
|
2255
|
+
}
|
|
2256
|
+
},
|
|
2257
|
+
"node_modules/y18n": {
|
|
2258
|
+
"version": "4.0.3",
|
|
2259
|
+
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
2260
|
+
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
|
|
2261
|
+
"license": "ISC"
|
|
2262
|
+
},
|
|
2263
|
+
"node_modules/yargs": {
|
|
2264
|
+
"version": "15.4.1",
|
|
2265
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
|
|
2266
|
+
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
|
|
2267
|
+
"license": "MIT",
|
|
2268
|
+
"dependencies": {
|
|
2269
|
+
"cliui": "^6.0.0",
|
|
2270
|
+
"decamelize": "^1.2.0",
|
|
2271
|
+
"find-up": "^4.1.0",
|
|
2272
|
+
"get-caller-file": "^2.0.1",
|
|
2273
|
+
"require-directory": "^2.1.1",
|
|
2274
|
+
"require-main-filename": "^2.0.0",
|
|
2275
|
+
"set-blocking": "^2.0.0",
|
|
2276
|
+
"string-width": "^4.2.0",
|
|
2277
|
+
"which-module": "^2.0.0",
|
|
2278
|
+
"y18n": "^4.0.0",
|
|
2279
|
+
"yargs-parser": "^18.1.2"
|
|
2280
|
+
},
|
|
2281
|
+
"engines": {
|
|
2282
|
+
"node": ">=8"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
"node_modules/yargs-parser": {
|
|
2286
|
+
"version": "18.1.3",
|
|
2287
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
|
2288
|
+
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
|
2289
|
+
"license": "ISC",
|
|
2290
|
+
"dependencies": {
|
|
2291
|
+
"camelcase": "^5.0.0",
|
|
2292
|
+
"decamelize": "^1.2.0"
|
|
2293
|
+
},
|
|
2294
|
+
"engines": {
|
|
2295
|
+
"node": ">=6"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"node_modules/yocto-queue": {
|
|
2299
|
+
"version": "0.1.0",
|
|
2300
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
2301
|
+
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
2302
|
+
"license": "MIT",
|
|
2303
|
+
"engines": {
|
|
2304
|
+
"node": ">=10"
|
|
2305
|
+
},
|
|
2306
|
+
"funding": {
|
|
2307
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
}
|