@marcfargas/skills 0.4.0 → 0.5.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/.well-known/skills/index.json +46 -0
- package/README.md +9 -1
- package/azure/azcli/SKILL.md +150 -0
- package/azure/azcli/auth.md +160 -0
- package/azure/azcli/automation.md +270 -0
- package/azure/azcli/compute.md +222 -0
- package/azure/azcli/data.md +220 -0
- package/azure/azcli/iam.md +184 -0
- package/azure/azcli/serverless.md +242 -0
- package/azure/azcli/storage.md +215 -0
- package/google-cloud/gcloud/SKILL.md +2 -1
- package/google-cloud/gcloud/auth.md +2 -0
- package/maintenance/repo-hygiene/SKILL.md +449 -0
- package/package.json +13 -2
- package/release/pre-release/SKILL.md +21 -29
- package/search/web-search/SKILL.md +2 -2
- package/sheet-model/SKILL.md +8 -4
- package/terminal/vhs/SKILL.md +2 -0
- package/search/web-search/package-lock.json +0 -617
- package/sheet-model/package-lock.json +0 -1035
|
@@ -1,1035 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sheet-model",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "sheet-model",
|
|
9
|
-
"version": "1.0.0",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"exceljs": "^4.4.0",
|
|
12
|
-
"hyperformula": "^3.1.1"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"node_modules/@fast-csv/format": {
|
|
16
|
-
"version": "4.3.5",
|
|
17
|
-
"resolved": "https://registry.npmjs.org/@fast-csv/format/-/format-4.3.5.tgz",
|
|
18
|
-
"integrity": "sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"@types/node": "^14.0.1",
|
|
22
|
-
"lodash.escaperegexp": "^4.1.2",
|
|
23
|
-
"lodash.isboolean": "^3.0.3",
|
|
24
|
-
"lodash.isequal": "^4.5.0",
|
|
25
|
-
"lodash.isfunction": "^3.0.9",
|
|
26
|
-
"lodash.isnil": "^4.0.0"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"node_modules/@fast-csv/parse": {
|
|
30
|
-
"version": "4.3.6",
|
|
31
|
-
"resolved": "https://registry.npmjs.org/@fast-csv/parse/-/parse-4.3.6.tgz",
|
|
32
|
-
"integrity": "sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==",
|
|
33
|
-
"license": "MIT",
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@types/node": "^14.0.1",
|
|
36
|
-
"lodash.escaperegexp": "^4.1.2",
|
|
37
|
-
"lodash.groupby": "^4.6.0",
|
|
38
|
-
"lodash.isfunction": "^3.0.9",
|
|
39
|
-
"lodash.isnil": "^4.0.0",
|
|
40
|
-
"lodash.isundefined": "^3.0.1",
|
|
41
|
-
"lodash.uniq": "^4.5.0"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"node_modules/@types/node": {
|
|
45
|
-
"version": "14.18.63",
|
|
46
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz",
|
|
47
|
-
"integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==",
|
|
48
|
-
"license": "MIT"
|
|
49
|
-
},
|
|
50
|
-
"node_modules/archiver": {
|
|
51
|
-
"version": "5.3.2",
|
|
52
|
-
"resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.2.tgz",
|
|
53
|
-
"integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==",
|
|
54
|
-
"license": "MIT",
|
|
55
|
-
"dependencies": {
|
|
56
|
-
"archiver-utils": "^2.1.0",
|
|
57
|
-
"async": "^3.2.4",
|
|
58
|
-
"buffer-crc32": "^0.2.1",
|
|
59
|
-
"readable-stream": "^3.6.0",
|
|
60
|
-
"readdir-glob": "^1.1.2",
|
|
61
|
-
"tar-stream": "^2.2.0",
|
|
62
|
-
"zip-stream": "^4.1.0"
|
|
63
|
-
},
|
|
64
|
-
"engines": {
|
|
65
|
-
"node": ">= 10"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"node_modules/archiver-utils": {
|
|
69
|
-
"version": "2.1.0",
|
|
70
|
-
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz",
|
|
71
|
-
"integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
|
|
72
|
-
"license": "MIT",
|
|
73
|
-
"dependencies": {
|
|
74
|
-
"glob": "^7.1.4",
|
|
75
|
-
"graceful-fs": "^4.2.0",
|
|
76
|
-
"lazystream": "^1.0.0",
|
|
77
|
-
"lodash.defaults": "^4.2.0",
|
|
78
|
-
"lodash.difference": "^4.5.0",
|
|
79
|
-
"lodash.flatten": "^4.4.0",
|
|
80
|
-
"lodash.isplainobject": "^4.0.6",
|
|
81
|
-
"lodash.union": "^4.6.0",
|
|
82
|
-
"normalize-path": "^3.0.0",
|
|
83
|
-
"readable-stream": "^2.0.0"
|
|
84
|
-
},
|
|
85
|
-
"engines": {
|
|
86
|
-
"node": ">= 6"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"node_modules/archiver-utils/node_modules/readable-stream": {
|
|
90
|
-
"version": "2.3.8",
|
|
91
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
92
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
93
|
-
"license": "MIT",
|
|
94
|
-
"dependencies": {
|
|
95
|
-
"core-util-is": "~1.0.0",
|
|
96
|
-
"inherits": "~2.0.3",
|
|
97
|
-
"isarray": "~1.0.0",
|
|
98
|
-
"process-nextick-args": "~2.0.0",
|
|
99
|
-
"safe-buffer": "~5.1.1",
|
|
100
|
-
"string_decoder": "~1.1.1",
|
|
101
|
-
"util-deprecate": "~1.0.1"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"node_modules/archiver-utils/node_modules/safe-buffer": {
|
|
105
|
-
"version": "5.1.2",
|
|
106
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
107
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
108
|
-
"license": "MIT"
|
|
109
|
-
},
|
|
110
|
-
"node_modules/archiver-utils/node_modules/string_decoder": {
|
|
111
|
-
"version": "1.1.1",
|
|
112
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
113
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
114
|
-
"license": "MIT",
|
|
115
|
-
"dependencies": {
|
|
116
|
-
"safe-buffer": "~5.1.0"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"node_modules/async": {
|
|
120
|
-
"version": "3.2.6",
|
|
121
|
-
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
|
|
122
|
-
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
|
|
123
|
-
"license": "MIT"
|
|
124
|
-
},
|
|
125
|
-
"node_modules/balanced-match": {
|
|
126
|
-
"version": "1.0.2",
|
|
127
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
128
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
129
|
-
"license": "MIT"
|
|
130
|
-
},
|
|
131
|
-
"node_modules/base64-js": {
|
|
132
|
-
"version": "1.5.1",
|
|
133
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
134
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
135
|
-
"funding": [
|
|
136
|
-
{
|
|
137
|
-
"type": "github",
|
|
138
|
-
"url": "https://github.com/sponsors/feross"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"type": "patreon",
|
|
142
|
-
"url": "https://www.patreon.com/feross"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"type": "consulting",
|
|
146
|
-
"url": "https://feross.org/support"
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"license": "MIT"
|
|
150
|
-
},
|
|
151
|
-
"node_modules/big-integer": {
|
|
152
|
-
"version": "1.6.52",
|
|
153
|
-
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
|
|
154
|
-
"integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
|
|
155
|
-
"license": "Unlicense",
|
|
156
|
-
"engines": {
|
|
157
|
-
"node": ">=0.6"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"node_modules/binary": {
|
|
161
|
-
"version": "0.3.0",
|
|
162
|
-
"resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
|
|
163
|
-
"integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==",
|
|
164
|
-
"license": "MIT",
|
|
165
|
-
"dependencies": {
|
|
166
|
-
"buffers": "~0.1.1",
|
|
167
|
-
"chainsaw": "~0.1.0"
|
|
168
|
-
},
|
|
169
|
-
"engines": {
|
|
170
|
-
"node": "*"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"node_modules/bl": {
|
|
174
|
-
"version": "4.1.0",
|
|
175
|
-
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
176
|
-
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
177
|
-
"license": "MIT",
|
|
178
|
-
"dependencies": {
|
|
179
|
-
"buffer": "^5.5.0",
|
|
180
|
-
"inherits": "^2.0.4",
|
|
181
|
-
"readable-stream": "^3.4.0"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"node_modules/bluebird": {
|
|
185
|
-
"version": "3.4.7",
|
|
186
|
-
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
|
|
187
|
-
"integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
|
|
188
|
-
"license": "MIT"
|
|
189
|
-
},
|
|
190
|
-
"node_modules/brace-expansion": {
|
|
191
|
-
"version": "1.1.12",
|
|
192
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
193
|
-
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
194
|
-
"license": "MIT",
|
|
195
|
-
"dependencies": {
|
|
196
|
-
"balanced-match": "^1.0.0",
|
|
197
|
-
"concat-map": "0.0.1"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"node_modules/buffer": {
|
|
201
|
-
"version": "5.7.1",
|
|
202
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
203
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
204
|
-
"funding": [
|
|
205
|
-
{
|
|
206
|
-
"type": "github",
|
|
207
|
-
"url": "https://github.com/sponsors/feross"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"type": "patreon",
|
|
211
|
-
"url": "https://www.patreon.com/feross"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"type": "consulting",
|
|
215
|
-
"url": "https://feross.org/support"
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"license": "MIT",
|
|
219
|
-
"dependencies": {
|
|
220
|
-
"base64-js": "^1.3.1",
|
|
221
|
-
"ieee754": "^1.1.13"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"node_modules/buffer-crc32": {
|
|
225
|
-
"version": "0.2.13",
|
|
226
|
-
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
|
227
|
-
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
|
228
|
-
"license": "MIT",
|
|
229
|
-
"engines": {
|
|
230
|
-
"node": "*"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"node_modules/buffer-indexof-polyfill": {
|
|
234
|
-
"version": "1.0.2",
|
|
235
|
-
"resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
|
|
236
|
-
"integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
|
|
237
|
-
"license": "MIT",
|
|
238
|
-
"engines": {
|
|
239
|
-
"node": ">=0.10"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
"node_modules/buffers": {
|
|
243
|
-
"version": "0.1.1",
|
|
244
|
-
"resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
|
|
245
|
-
"integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==",
|
|
246
|
-
"engines": {
|
|
247
|
-
"node": ">=0.2.0"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
"node_modules/chainsaw": {
|
|
251
|
-
"version": "0.1.0",
|
|
252
|
-
"resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
|
|
253
|
-
"integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==",
|
|
254
|
-
"license": "MIT/X11",
|
|
255
|
-
"dependencies": {
|
|
256
|
-
"traverse": ">=0.3.0 <0.4"
|
|
257
|
-
},
|
|
258
|
-
"engines": {
|
|
259
|
-
"node": "*"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
"node_modules/chevrotain": {
|
|
263
|
-
"version": "6.5.0",
|
|
264
|
-
"resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-6.5.0.tgz",
|
|
265
|
-
"integrity": "sha512-BwqQ/AgmKJ8jcMEjaSnfMybnKMgGTrtDKowfTP3pX4jwVy0kNjRsT/AP6h+wC3+3NC+X8X15VWBnTCQlX+wQFg==",
|
|
266
|
-
"license": "Apache-2.0",
|
|
267
|
-
"dependencies": {
|
|
268
|
-
"regexp-to-ast": "0.4.0"
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"node_modules/compress-commons": {
|
|
272
|
-
"version": "4.1.2",
|
|
273
|
-
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz",
|
|
274
|
-
"integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
|
|
275
|
-
"license": "MIT",
|
|
276
|
-
"dependencies": {
|
|
277
|
-
"buffer-crc32": "^0.2.13",
|
|
278
|
-
"crc32-stream": "^4.0.2",
|
|
279
|
-
"normalize-path": "^3.0.0",
|
|
280
|
-
"readable-stream": "^3.6.0"
|
|
281
|
-
},
|
|
282
|
-
"engines": {
|
|
283
|
-
"node": ">= 10"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
"node_modules/concat-map": {
|
|
287
|
-
"version": "0.0.1",
|
|
288
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
289
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
290
|
-
"license": "MIT"
|
|
291
|
-
},
|
|
292
|
-
"node_modules/core-util-is": {
|
|
293
|
-
"version": "1.0.3",
|
|
294
|
-
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
295
|
-
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
296
|
-
"license": "MIT"
|
|
297
|
-
},
|
|
298
|
-
"node_modules/crc-32": {
|
|
299
|
-
"version": "1.2.2",
|
|
300
|
-
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
301
|
-
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
|
|
302
|
-
"license": "Apache-2.0",
|
|
303
|
-
"bin": {
|
|
304
|
-
"crc32": "bin/crc32.njs"
|
|
305
|
-
},
|
|
306
|
-
"engines": {
|
|
307
|
-
"node": ">=0.8"
|
|
308
|
-
}
|
|
309
|
-
},
|
|
310
|
-
"node_modules/crc32-stream": {
|
|
311
|
-
"version": "4.0.3",
|
|
312
|
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz",
|
|
313
|
-
"integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
|
|
314
|
-
"license": "MIT",
|
|
315
|
-
"dependencies": {
|
|
316
|
-
"crc-32": "^1.2.0",
|
|
317
|
-
"readable-stream": "^3.4.0"
|
|
318
|
-
},
|
|
319
|
-
"engines": {
|
|
320
|
-
"node": ">= 10"
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"node_modules/dayjs": {
|
|
324
|
-
"version": "1.11.19",
|
|
325
|
-
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
|
|
326
|
-
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
|
|
327
|
-
"license": "MIT"
|
|
328
|
-
},
|
|
329
|
-
"node_modules/duplexer2": {
|
|
330
|
-
"version": "0.1.4",
|
|
331
|
-
"resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
|
|
332
|
-
"integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==",
|
|
333
|
-
"license": "BSD-3-Clause",
|
|
334
|
-
"dependencies": {
|
|
335
|
-
"readable-stream": "^2.0.2"
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
"node_modules/duplexer2/node_modules/readable-stream": {
|
|
339
|
-
"version": "2.3.8",
|
|
340
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
341
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
342
|
-
"license": "MIT",
|
|
343
|
-
"dependencies": {
|
|
344
|
-
"core-util-is": "~1.0.0",
|
|
345
|
-
"inherits": "~2.0.3",
|
|
346
|
-
"isarray": "~1.0.0",
|
|
347
|
-
"process-nextick-args": "~2.0.0",
|
|
348
|
-
"safe-buffer": "~5.1.1",
|
|
349
|
-
"string_decoder": "~1.1.1",
|
|
350
|
-
"util-deprecate": "~1.0.1"
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
"node_modules/duplexer2/node_modules/safe-buffer": {
|
|
354
|
-
"version": "5.1.2",
|
|
355
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
356
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
357
|
-
"license": "MIT"
|
|
358
|
-
},
|
|
359
|
-
"node_modules/duplexer2/node_modules/string_decoder": {
|
|
360
|
-
"version": "1.1.1",
|
|
361
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
362
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
363
|
-
"license": "MIT",
|
|
364
|
-
"dependencies": {
|
|
365
|
-
"safe-buffer": "~5.1.0"
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
"node_modules/end-of-stream": {
|
|
369
|
-
"version": "1.4.5",
|
|
370
|
-
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
371
|
-
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
372
|
-
"license": "MIT",
|
|
373
|
-
"dependencies": {
|
|
374
|
-
"once": "^1.4.0"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
"node_modules/exceljs": {
|
|
378
|
-
"version": "4.4.0",
|
|
379
|
-
"resolved": "https://registry.npmjs.org/exceljs/-/exceljs-4.4.0.tgz",
|
|
380
|
-
"integrity": "sha512-XctvKaEMaj1Ii9oDOqbW/6e1gXknSY4g/aLCDicOXqBE4M0nRWkUu0PTp++UPNzoFY12BNHMfs/VadKIS6llvg==",
|
|
381
|
-
"license": "MIT",
|
|
382
|
-
"dependencies": {
|
|
383
|
-
"archiver": "^5.0.0",
|
|
384
|
-
"dayjs": "^1.8.34",
|
|
385
|
-
"fast-csv": "^4.3.1",
|
|
386
|
-
"jszip": "^3.10.1",
|
|
387
|
-
"readable-stream": "^3.6.0",
|
|
388
|
-
"saxes": "^5.0.1",
|
|
389
|
-
"tmp": "^0.2.0",
|
|
390
|
-
"unzipper": "^0.10.11",
|
|
391
|
-
"uuid": "^8.3.0"
|
|
392
|
-
},
|
|
393
|
-
"engines": {
|
|
394
|
-
"node": ">=8.3.0"
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
"node_modules/fast-csv": {
|
|
398
|
-
"version": "4.3.6",
|
|
399
|
-
"resolved": "https://registry.npmjs.org/fast-csv/-/fast-csv-4.3.6.tgz",
|
|
400
|
-
"integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==",
|
|
401
|
-
"license": "MIT",
|
|
402
|
-
"dependencies": {
|
|
403
|
-
"@fast-csv/format": "4.3.5",
|
|
404
|
-
"@fast-csv/parse": "4.3.6"
|
|
405
|
-
},
|
|
406
|
-
"engines": {
|
|
407
|
-
"node": ">=10.0.0"
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
"node_modules/fs-constants": {
|
|
411
|
-
"version": "1.0.0",
|
|
412
|
-
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
413
|
-
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
414
|
-
"license": "MIT"
|
|
415
|
-
},
|
|
416
|
-
"node_modules/fs.realpath": {
|
|
417
|
-
"version": "1.0.0",
|
|
418
|
-
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
419
|
-
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
420
|
-
"license": "ISC"
|
|
421
|
-
},
|
|
422
|
-
"node_modules/fstream": {
|
|
423
|
-
"version": "1.0.12",
|
|
424
|
-
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
|
|
425
|
-
"integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
|
|
426
|
-
"deprecated": "This package is no longer supported.",
|
|
427
|
-
"license": "ISC",
|
|
428
|
-
"dependencies": {
|
|
429
|
-
"graceful-fs": "^4.1.2",
|
|
430
|
-
"inherits": "~2.0.0",
|
|
431
|
-
"mkdirp": ">=0.5 0",
|
|
432
|
-
"rimraf": "2"
|
|
433
|
-
},
|
|
434
|
-
"engines": {
|
|
435
|
-
"node": ">=0.6"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
"node_modules/glob": {
|
|
439
|
-
"version": "7.2.3",
|
|
440
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
441
|
-
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
442
|
-
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
443
|
-
"license": "ISC",
|
|
444
|
-
"dependencies": {
|
|
445
|
-
"fs.realpath": "^1.0.0",
|
|
446
|
-
"inflight": "^1.0.4",
|
|
447
|
-
"inherits": "2",
|
|
448
|
-
"minimatch": "^3.1.1",
|
|
449
|
-
"once": "^1.3.0",
|
|
450
|
-
"path-is-absolute": "^1.0.0"
|
|
451
|
-
},
|
|
452
|
-
"engines": {
|
|
453
|
-
"node": "*"
|
|
454
|
-
},
|
|
455
|
-
"funding": {
|
|
456
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
"node_modules/graceful-fs": {
|
|
460
|
-
"version": "4.2.11",
|
|
461
|
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
462
|
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
463
|
-
"license": "ISC"
|
|
464
|
-
},
|
|
465
|
-
"node_modules/hyperformula": {
|
|
466
|
-
"version": "3.1.1",
|
|
467
|
-
"resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-3.1.1.tgz",
|
|
468
|
-
"integrity": "sha512-v+yvRPZGL73KinH2lvS4/1QMe2xNviTfgIcVgKjzKGi66xEuvuoDRgQ48ODc4XhD+c+JLNfs9Ln1GnHQ5TDNGA==",
|
|
469
|
-
"license": "GPL-3.0-only",
|
|
470
|
-
"dependencies": {
|
|
471
|
-
"chevrotain": "^6.5.0",
|
|
472
|
-
"tiny-emitter": "^2.1.0"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"node_modules/ieee754": {
|
|
476
|
-
"version": "1.2.1",
|
|
477
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
478
|
-
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
479
|
-
"funding": [
|
|
480
|
-
{
|
|
481
|
-
"type": "github",
|
|
482
|
-
"url": "https://github.com/sponsors/feross"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"type": "patreon",
|
|
486
|
-
"url": "https://www.patreon.com/feross"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"type": "consulting",
|
|
490
|
-
"url": "https://feross.org/support"
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
"license": "BSD-3-Clause"
|
|
494
|
-
},
|
|
495
|
-
"node_modules/immediate": {
|
|
496
|
-
"version": "3.0.6",
|
|
497
|
-
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
|
498
|
-
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
|
499
|
-
"license": "MIT"
|
|
500
|
-
},
|
|
501
|
-
"node_modules/inflight": {
|
|
502
|
-
"version": "1.0.6",
|
|
503
|
-
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
504
|
-
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
505
|
-
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
506
|
-
"license": "ISC",
|
|
507
|
-
"dependencies": {
|
|
508
|
-
"once": "^1.3.0",
|
|
509
|
-
"wrappy": "1"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
"node_modules/inherits": {
|
|
513
|
-
"version": "2.0.4",
|
|
514
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
515
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
516
|
-
"license": "ISC"
|
|
517
|
-
},
|
|
518
|
-
"node_modules/isarray": {
|
|
519
|
-
"version": "1.0.0",
|
|
520
|
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
521
|
-
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
522
|
-
"license": "MIT"
|
|
523
|
-
},
|
|
524
|
-
"node_modules/jszip": {
|
|
525
|
-
"version": "3.10.1",
|
|
526
|
-
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
|
|
527
|
-
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
|
528
|
-
"license": "(MIT OR GPL-3.0-or-later)",
|
|
529
|
-
"dependencies": {
|
|
530
|
-
"lie": "~3.3.0",
|
|
531
|
-
"pako": "~1.0.2",
|
|
532
|
-
"readable-stream": "~2.3.6",
|
|
533
|
-
"setimmediate": "^1.0.5"
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
"node_modules/jszip/node_modules/readable-stream": {
|
|
537
|
-
"version": "2.3.8",
|
|
538
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
539
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
540
|
-
"license": "MIT",
|
|
541
|
-
"dependencies": {
|
|
542
|
-
"core-util-is": "~1.0.0",
|
|
543
|
-
"inherits": "~2.0.3",
|
|
544
|
-
"isarray": "~1.0.0",
|
|
545
|
-
"process-nextick-args": "~2.0.0",
|
|
546
|
-
"safe-buffer": "~5.1.1",
|
|
547
|
-
"string_decoder": "~1.1.1",
|
|
548
|
-
"util-deprecate": "~1.0.1"
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
"node_modules/jszip/node_modules/safe-buffer": {
|
|
552
|
-
"version": "5.1.2",
|
|
553
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
554
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
555
|
-
"license": "MIT"
|
|
556
|
-
},
|
|
557
|
-
"node_modules/jszip/node_modules/string_decoder": {
|
|
558
|
-
"version": "1.1.1",
|
|
559
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
560
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
561
|
-
"license": "MIT",
|
|
562
|
-
"dependencies": {
|
|
563
|
-
"safe-buffer": "~5.1.0"
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
"node_modules/lazystream": {
|
|
567
|
-
"version": "1.0.1",
|
|
568
|
-
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
|
|
569
|
-
"integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
|
|
570
|
-
"license": "MIT",
|
|
571
|
-
"dependencies": {
|
|
572
|
-
"readable-stream": "^2.0.5"
|
|
573
|
-
},
|
|
574
|
-
"engines": {
|
|
575
|
-
"node": ">= 0.6.3"
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
"node_modules/lazystream/node_modules/readable-stream": {
|
|
579
|
-
"version": "2.3.8",
|
|
580
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
581
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
582
|
-
"license": "MIT",
|
|
583
|
-
"dependencies": {
|
|
584
|
-
"core-util-is": "~1.0.0",
|
|
585
|
-
"inherits": "~2.0.3",
|
|
586
|
-
"isarray": "~1.0.0",
|
|
587
|
-
"process-nextick-args": "~2.0.0",
|
|
588
|
-
"safe-buffer": "~5.1.1",
|
|
589
|
-
"string_decoder": "~1.1.1",
|
|
590
|
-
"util-deprecate": "~1.0.1"
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
|
-
"node_modules/lazystream/node_modules/safe-buffer": {
|
|
594
|
-
"version": "5.1.2",
|
|
595
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
596
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
597
|
-
"license": "MIT"
|
|
598
|
-
},
|
|
599
|
-
"node_modules/lazystream/node_modules/string_decoder": {
|
|
600
|
-
"version": "1.1.1",
|
|
601
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
602
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
603
|
-
"license": "MIT",
|
|
604
|
-
"dependencies": {
|
|
605
|
-
"safe-buffer": "~5.1.0"
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
"node_modules/lie": {
|
|
609
|
-
"version": "3.3.0",
|
|
610
|
-
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
|
611
|
-
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
612
|
-
"license": "MIT",
|
|
613
|
-
"dependencies": {
|
|
614
|
-
"immediate": "~3.0.5"
|
|
615
|
-
}
|
|
616
|
-
},
|
|
617
|
-
"node_modules/listenercount": {
|
|
618
|
-
"version": "1.0.1",
|
|
619
|
-
"resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz",
|
|
620
|
-
"integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==",
|
|
621
|
-
"license": "ISC"
|
|
622
|
-
},
|
|
623
|
-
"node_modules/lodash.defaults": {
|
|
624
|
-
"version": "4.2.0",
|
|
625
|
-
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
|
|
626
|
-
"integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
|
|
627
|
-
"license": "MIT"
|
|
628
|
-
},
|
|
629
|
-
"node_modules/lodash.difference": {
|
|
630
|
-
"version": "4.5.0",
|
|
631
|
-
"resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
|
|
632
|
-
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
|
|
633
|
-
"license": "MIT"
|
|
634
|
-
},
|
|
635
|
-
"node_modules/lodash.escaperegexp": {
|
|
636
|
-
"version": "4.1.2",
|
|
637
|
-
"resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz",
|
|
638
|
-
"integrity": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==",
|
|
639
|
-
"license": "MIT"
|
|
640
|
-
},
|
|
641
|
-
"node_modules/lodash.flatten": {
|
|
642
|
-
"version": "4.4.0",
|
|
643
|
-
"resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
|
|
644
|
-
"integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==",
|
|
645
|
-
"license": "MIT"
|
|
646
|
-
},
|
|
647
|
-
"node_modules/lodash.groupby": {
|
|
648
|
-
"version": "4.6.0",
|
|
649
|
-
"resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz",
|
|
650
|
-
"integrity": "sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==",
|
|
651
|
-
"license": "MIT"
|
|
652
|
-
},
|
|
653
|
-
"node_modules/lodash.isboolean": {
|
|
654
|
-
"version": "3.0.3",
|
|
655
|
-
"resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
656
|
-
"integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
|
|
657
|
-
"license": "MIT"
|
|
658
|
-
},
|
|
659
|
-
"node_modules/lodash.isequal": {
|
|
660
|
-
"version": "4.5.0",
|
|
661
|
-
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
662
|
-
"integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
|
|
663
|
-
"deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
|
|
664
|
-
"license": "MIT"
|
|
665
|
-
},
|
|
666
|
-
"node_modules/lodash.isfunction": {
|
|
667
|
-
"version": "3.0.9",
|
|
668
|
-
"resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz",
|
|
669
|
-
"integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==",
|
|
670
|
-
"license": "MIT"
|
|
671
|
-
},
|
|
672
|
-
"node_modules/lodash.isnil": {
|
|
673
|
-
"version": "4.0.0",
|
|
674
|
-
"resolved": "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz",
|
|
675
|
-
"integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==",
|
|
676
|
-
"license": "MIT"
|
|
677
|
-
},
|
|
678
|
-
"node_modules/lodash.isplainobject": {
|
|
679
|
-
"version": "4.0.6",
|
|
680
|
-
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
681
|
-
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
682
|
-
"license": "MIT"
|
|
683
|
-
},
|
|
684
|
-
"node_modules/lodash.isundefined": {
|
|
685
|
-
"version": "3.0.1",
|
|
686
|
-
"resolved": "https://registry.npmjs.org/lodash.isundefined/-/lodash.isundefined-3.0.1.tgz",
|
|
687
|
-
"integrity": "sha512-MXB1is3s899/cD8jheYYE2V9qTHwKvt+npCwpD+1Sxm3Q3cECXCiYHjeHWXNwr6Q0SOBPrYUDxendrO6goVTEA==",
|
|
688
|
-
"license": "MIT"
|
|
689
|
-
},
|
|
690
|
-
"node_modules/lodash.union": {
|
|
691
|
-
"version": "4.6.0",
|
|
692
|
-
"resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz",
|
|
693
|
-
"integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==",
|
|
694
|
-
"license": "MIT"
|
|
695
|
-
},
|
|
696
|
-
"node_modules/lodash.uniq": {
|
|
697
|
-
"version": "4.5.0",
|
|
698
|
-
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
|
|
699
|
-
"integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
|
|
700
|
-
"license": "MIT"
|
|
701
|
-
},
|
|
702
|
-
"node_modules/minimatch": {
|
|
703
|
-
"version": "3.1.2",
|
|
704
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
705
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
706
|
-
"license": "ISC",
|
|
707
|
-
"dependencies": {
|
|
708
|
-
"brace-expansion": "^1.1.7"
|
|
709
|
-
},
|
|
710
|
-
"engines": {
|
|
711
|
-
"node": "*"
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
"node_modules/minimist": {
|
|
715
|
-
"version": "1.2.8",
|
|
716
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
717
|
-
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
718
|
-
"license": "MIT",
|
|
719
|
-
"funding": {
|
|
720
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
"node_modules/mkdirp": {
|
|
724
|
-
"version": "0.5.6",
|
|
725
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
|
|
726
|
-
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
|
|
727
|
-
"license": "MIT",
|
|
728
|
-
"dependencies": {
|
|
729
|
-
"minimist": "^1.2.6"
|
|
730
|
-
},
|
|
731
|
-
"bin": {
|
|
732
|
-
"mkdirp": "bin/cmd.js"
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
"node_modules/normalize-path": {
|
|
736
|
-
"version": "3.0.0",
|
|
737
|
-
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
738
|
-
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
739
|
-
"license": "MIT",
|
|
740
|
-
"engines": {
|
|
741
|
-
"node": ">=0.10.0"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
"node_modules/once": {
|
|
745
|
-
"version": "1.4.0",
|
|
746
|
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
747
|
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
748
|
-
"license": "ISC",
|
|
749
|
-
"dependencies": {
|
|
750
|
-
"wrappy": "1"
|
|
751
|
-
}
|
|
752
|
-
},
|
|
753
|
-
"node_modules/pako": {
|
|
754
|
-
"version": "1.0.11",
|
|
755
|
-
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
|
756
|
-
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
|
757
|
-
"license": "(MIT AND Zlib)"
|
|
758
|
-
},
|
|
759
|
-
"node_modules/path-is-absolute": {
|
|
760
|
-
"version": "1.0.1",
|
|
761
|
-
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
762
|
-
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
763
|
-
"license": "MIT",
|
|
764
|
-
"engines": {
|
|
765
|
-
"node": ">=0.10.0"
|
|
766
|
-
}
|
|
767
|
-
},
|
|
768
|
-
"node_modules/process-nextick-args": {
|
|
769
|
-
"version": "2.0.1",
|
|
770
|
-
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
771
|
-
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
772
|
-
"license": "MIT"
|
|
773
|
-
},
|
|
774
|
-
"node_modules/readable-stream": {
|
|
775
|
-
"version": "3.6.2",
|
|
776
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
777
|
-
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
778
|
-
"license": "MIT",
|
|
779
|
-
"dependencies": {
|
|
780
|
-
"inherits": "^2.0.3",
|
|
781
|
-
"string_decoder": "^1.1.1",
|
|
782
|
-
"util-deprecate": "^1.0.1"
|
|
783
|
-
},
|
|
784
|
-
"engines": {
|
|
785
|
-
"node": ">= 6"
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
"node_modules/readdir-glob": {
|
|
789
|
-
"version": "1.1.3",
|
|
790
|
-
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
|
|
791
|
-
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
792
|
-
"license": "Apache-2.0",
|
|
793
|
-
"dependencies": {
|
|
794
|
-
"minimatch": "^5.1.0"
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
|
-
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
798
|
-
"version": "2.0.2",
|
|
799
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
800
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
801
|
-
"license": "MIT",
|
|
802
|
-
"dependencies": {
|
|
803
|
-
"balanced-match": "^1.0.0"
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
807
|
-
"version": "5.1.6",
|
|
808
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
809
|
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
810
|
-
"license": "ISC",
|
|
811
|
-
"dependencies": {
|
|
812
|
-
"brace-expansion": "^2.0.1"
|
|
813
|
-
},
|
|
814
|
-
"engines": {
|
|
815
|
-
"node": ">=10"
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
"node_modules/regexp-to-ast": {
|
|
819
|
-
"version": "0.4.0",
|
|
820
|
-
"resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.4.0.tgz",
|
|
821
|
-
"integrity": "sha512-4qf/7IsIKfSNHQXSwial1IFmfM1Cc/whNBQqRwe0V2stPe7KmN1U0tWQiIx6JiirgSrisjE0eECdNf7Tav1Ntw==",
|
|
822
|
-
"license": "MIT"
|
|
823
|
-
},
|
|
824
|
-
"node_modules/rimraf": {
|
|
825
|
-
"version": "2.7.1",
|
|
826
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
|
827
|
-
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
828
|
-
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
829
|
-
"license": "ISC",
|
|
830
|
-
"dependencies": {
|
|
831
|
-
"glob": "^7.1.3"
|
|
832
|
-
},
|
|
833
|
-
"bin": {
|
|
834
|
-
"rimraf": "bin.js"
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
"node_modules/safe-buffer": {
|
|
838
|
-
"version": "5.2.1",
|
|
839
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
840
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
841
|
-
"funding": [
|
|
842
|
-
{
|
|
843
|
-
"type": "github",
|
|
844
|
-
"url": "https://github.com/sponsors/feross"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"type": "patreon",
|
|
848
|
-
"url": "https://www.patreon.com/feross"
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"type": "consulting",
|
|
852
|
-
"url": "https://feross.org/support"
|
|
853
|
-
}
|
|
854
|
-
],
|
|
855
|
-
"license": "MIT"
|
|
856
|
-
},
|
|
857
|
-
"node_modules/saxes": {
|
|
858
|
-
"version": "5.0.1",
|
|
859
|
-
"resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
|
|
860
|
-
"integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
|
|
861
|
-
"license": "ISC",
|
|
862
|
-
"dependencies": {
|
|
863
|
-
"xmlchars": "^2.2.0"
|
|
864
|
-
},
|
|
865
|
-
"engines": {
|
|
866
|
-
"node": ">=10"
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
|
-
"node_modules/setimmediate": {
|
|
870
|
-
"version": "1.0.5",
|
|
871
|
-
"resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
|
|
872
|
-
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
|
|
873
|
-
"license": "MIT"
|
|
874
|
-
},
|
|
875
|
-
"node_modules/string_decoder": {
|
|
876
|
-
"version": "1.3.0",
|
|
877
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
878
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
879
|
-
"license": "MIT",
|
|
880
|
-
"dependencies": {
|
|
881
|
-
"safe-buffer": "~5.2.0"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
"node_modules/tar-stream": {
|
|
885
|
-
"version": "2.2.0",
|
|
886
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
887
|
-
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
888
|
-
"license": "MIT",
|
|
889
|
-
"dependencies": {
|
|
890
|
-
"bl": "^4.0.3",
|
|
891
|
-
"end-of-stream": "^1.4.1",
|
|
892
|
-
"fs-constants": "^1.0.0",
|
|
893
|
-
"inherits": "^2.0.3",
|
|
894
|
-
"readable-stream": "^3.1.1"
|
|
895
|
-
},
|
|
896
|
-
"engines": {
|
|
897
|
-
"node": ">=6"
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
"node_modules/tiny-emitter": {
|
|
901
|
-
"version": "2.1.0",
|
|
902
|
-
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
|
|
903
|
-
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
|
|
904
|
-
"license": "MIT"
|
|
905
|
-
},
|
|
906
|
-
"node_modules/tmp": {
|
|
907
|
-
"version": "0.2.5",
|
|
908
|
-
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
|
|
909
|
-
"integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
|
|
910
|
-
"license": "MIT",
|
|
911
|
-
"engines": {
|
|
912
|
-
"node": ">=14.14"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
"node_modules/traverse": {
|
|
916
|
-
"version": "0.3.9",
|
|
917
|
-
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz",
|
|
918
|
-
"integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==",
|
|
919
|
-
"license": "MIT/X11",
|
|
920
|
-
"engines": {
|
|
921
|
-
"node": "*"
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
"node_modules/unzipper": {
|
|
925
|
-
"version": "0.10.14",
|
|
926
|
-
"resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz",
|
|
927
|
-
"integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==",
|
|
928
|
-
"license": "MIT",
|
|
929
|
-
"dependencies": {
|
|
930
|
-
"big-integer": "^1.6.17",
|
|
931
|
-
"binary": "~0.3.0",
|
|
932
|
-
"bluebird": "~3.4.1",
|
|
933
|
-
"buffer-indexof-polyfill": "~1.0.0",
|
|
934
|
-
"duplexer2": "~0.1.4",
|
|
935
|
-
"fstream": "^1.0.12",
|
|
936
|
-
"graceful-fs": "^4.2.2",
|
|
937
|
-
"listenercount": "~1.0.1",
|
|
938
|
-
"readable-stream": "~2.3.6",
|
|
939
|
-
"setimmediate": "~1.0.4"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
"node_modules/unzipper/node_modules/readable-stream": {
|
|
943
|
-
"version": "2.3.8",
|
|
944
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
945
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
946
|
-
"license": "MIT",
|
|
947
|
-
"dependencies": {
|
|
948
|
-
"core-util-is": "~1.0.0",
|
|
949
|
-
"inherits": "~2.0.3",
|
|
950
|
-
"isarray": "~1.0.0",
|
|
951
|
-
"process-nextick-args": "~2.0.0",
|
|
952
|
-
"safe-buffer": "~5.1.1",
|
|
953
|
-
"string_decoder": "~1.1.1",
|
|
954
|
-
"util-deprecate": "~1.0.1"
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
"node_modules/unzipper/node_modules/safe-buffer": {
|
|
958
|
-
"version": "5.1.2",
|
|
959
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
960
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
961
|
-
"license": "MIT"
|
|
962
|
-
},
|
|
963
|
-
"node_modules/unzipper/node_modules/string_decoder": {
|
|
964
|
-
"version": "1.1.1",
|
|
965
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
966
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
967
|
-
"license": "MIT",
|
|
968
|
-
"dependencies": {
|
|
969
|
-
"safe-buffer": "~5.1.0"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
"node_modules/util-deprecate": {
|
|
973
|
-
"version": "1.0.2",
|
|
974
|
-
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
975
|
-
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
976
|
-
"license": "MIT"
|
|
977
|
-
},
|
|
978
|
-
"node_modules/uuid": {
|
|
979
|
-
"version": "8.3.2",
|
|
980
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
981
|
-
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
982
|
-
"license": "MIT",
|
|
983
|
-
"bin": {
|
|
984
|
-
"uuid": "dist/bin/uuid"
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
"node_modules/wrappy": {
|
|
988
|
-
"version": "1.0.2",
|
|
989
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
990
|
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
991
|
-
"license": "ISC"
|
|
992
|
-
},
|
|
993
|
-
"node_modules/xmlchars": {
|
|
994
|
-
"version": "2.2.0",
|
|
995
|
-
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
996
|
-
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
997
|
-
"license": "MIT"
|
|
998
|
-
},
|
|
999
|
-
"node_modules/zip-stream": {
|
|
1000
|
-
"version": "4.1.1",
|
|
1001
|
-
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz",
|
|
1002
|
-
"integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
|
|
1003
|
-
"license": "MIT",
|
|
1004
|
-
"dependencies": {
|
|
1005
|
-
"archiver-utils": "^3.0.4",
|
|
1006
|
-
"compress-commons": "^4.1.2",
|
|
1007
|
-
"readable-stream": "^3.6.0"
|
|
1008
|
-
},
|
|
1009
|
-
"engines": {
|
|
1010
|
-
"node": ">= 10"
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
"node_modules/zip-stream/node_modules/archiver-utils": {
|
|
1014
|
-
"version": "3.0.4",
|
|
1015
|
-
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz",
|
|
1016
|
-
"integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
|
|
1017
|
-
"license": "MIT",
|
|
1018
|
-
"dependencies": {
|
|
1019
|
-
"glob": "^7.2.3",
|
|
1020
|
-
"graceful-fs": "^4.2.0",
|
|
1021
|
-
"lazystream": "^1.0.0",
|
|
1022
|
-
"lodash.defaults": "^4.2.0",
|
|
1023
|
-
"lodash.difference": "^4.5.0",
|
|
1024
|
-
"lodash.flatten": "^4.4.0",
|
|
1025
|
-
"lodash.isplainobject": "^4.0.6",
|
|
1026
|
-
"lodash.union": "^4.6.0",
|
|
1027
|
-
"normalize-path": "^3.0.0",
|
|
1028
|
-
"readable-stream": "^3.6.0"
|
|
1029
|
-
},
|
|
1030
|
-
"engines": {
|
|
1031
|
-
"node": ">= 10"
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
}
|
|
1035
|
-
}
|