@wavemaker/foundation-css 11.10.0-next.25079
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.
- foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.eot +0 -0
- foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.svg +686 -0
- foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.ttf +0 -0
- foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.woff +0 -0
- foundation-css/foundation/fonts/icons/material/materialicon.eot +0 -0
- foundation-css/foundation/fonts/icons/material/materialicon.svg +97 -0
- foundation-css/foundation/fonts/icons/material/materialicon.ttf +0 -0
- foundation-css/foundation/fonts/icons/material/materialicon.woff +0 -0
- foundation-css/foundation/fonts/icons/summernote/summernote.eot +0 -0
- foundation-css/foundation/fonts/icons/summernote/summernote.svg +63 -0
- foundation-css/foundation/fonts/icons/summernote/summernote.ttf +0 -0
- foundation-css/foundation/fonts/icons/summernote/summernote.woff +0 -0
- foundation-css/foundation/fonts/icons/wavicon/wavicon.eot +0 -0
- foundation-css/foundation/fonts/icons/wavicon/wavicon.svg +1160 -0
- foundation-css/foundation/fonts/icons/wavicon/wavicon.ttf +0 -0
- foundation-css/foundation/fonts/icons/wavicon/wavicon.woff +0 -0
- foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.eot +0 -0
- foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.svg +244 -0
- foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.ttf +0 -0
- foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.woff +0 -0
- foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.eot +0 -0
- foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.svg +216 -0
- foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.ttf +0 -0
- foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.woff +0 -0
- foundation-css/foundation/foundation.css +24748 -0
- foundation-css/foundation/foundation.min.css +1 -0
- foundation-css/index.d.ts +30 -0
- foundation-css/index.js +46 -0
- foundation-css/npm-shrinkwrap.json +2657 -0
- foundation-css/package-lock.json +2657 -0
- foundation-css/package.json +30 -0
- foundation-css/tokens/primitives/border/border.json +10 -0
- foundation-css/tokens/primitives/colors/color.dark.json +124 -0
- foundation-css/tokens/primitives/colors/color.json +163 -0
- foundation-css/tokens/primitives/colors/color.light.json +1 -0
- foundation-css/tokens/primitives/font/font.json +20 -0
- foundation-css/tokens/primitives/radius/radius.json +14 -0
- foundation-css/tokens/primitives/space/space.json +57 -0
- foundation-css/tokens/primitives/spacer/spacer.json +45 -0
- foundation-css/tokens/semantics/box-shadow/box-shadow.json +8 -0
- foundation-css/tokens/semantics/colors/color.json +948 -0
- foundation-css/tokens/semantics/font/font.json +113 -0
- foundation-css/tokens/semantics/icon/icon.json +39 -0
- foundation-css/tokens/semantics/opacity/opacity.json +7 -0
|
@@ -0,0 +1,2657 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@wavemaker/foundation-css",
|
|
3
|
+
"version": "11.10.0-next.25079",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "@wavemaker/foundation-css",
|
|
9
|
+
"version": "11.10.0-next.25079",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"execa": "^5.0.0",
|
|
13
|
+
"fs-extra": "^11.2.0",
|
|
14
|
+
"less": "^4.2.0",
|
|
15
|
+
"less-plugin-clean-css": "^1.6.0",
|
|
16
|
+
"style-dictionary": "^4.1.0",
|
|
17
|
+
"tar": "^7.4.3",
|
|
18
|
+
"yargs": "^17.7.2"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"node_modules/@bundled-es-modules/deepmerge": {
|
|
22
|
+
"version": "4.3.1",
|
|
23
|
+
"integrity": "sha512-Rk453EklPUPC3NRWc3VUNI/SSUjdBaFoaQvFRmNBNtMHVtOFD5AntiWg5kEE1hqcPqedYFDzxE3ZcMYPcA195w==",
|
|
24
|
+
"dev": true,
|
|
25
|
+
"license": "ISC",
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"deepmerge": "^4.3.1"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"node_modules/@bundled-es-modules/glob": {
|
|
31
|
+
"version": "10.4.2",
|
|
32
|
+
"integrity": "sha512-740y5ofkzydsFao5EXJrGilcIL6EFEw/cmPf2uhTw9J6G1YOhiIFjNFCHdpgEiiH5VlU3G0SARSjlFlimRRSMA==",
|
|
33
|
+
"dev": true,
|
|
34
|
+
"hasInstallScript": true,
|
|
35
|
+
"license": "ISC",
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"buffer": "^6.0.3",
|
|
38
|
+
"events": "^3.3.0",
|
|
39
|
+
"glob": "^10.4.2",
|
|
40
|
+
"patch-package": "^8.0.0",
|
|
41
|
+
"path": "^0.12.7",
|
|
42
|
+
"stream": "^0.0.3",
|
|
43
|
+
"string_decoder": "^1.3.0",
|
|
44
|
+
"url": "^0.11.3"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"node_modules/@bundled-es-modules/memfs": {
|
|
48
|
+
"version": "4.9.4",
|
|
49
|
+
"integrity": "sha512-1XyYPUaIHwEOdF19wYVLBtHJRr42Do+3ctht17cZOHwHf67vkmRNPlYDGY2kJps4RgE5+c7nEZmEzxxvb1NZWA==",
|
|
50
|
+
"dev": true,
|
|
51
|
+
"license": "Apache-2.0",
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"assert": "^2.0.0",
|
|
54
|
+
"buffer": "^6.0.3",
|
|
55
|
+
"events": "^3.3.0",
|
|
56
|
+
"memfs": "^4.9.3",
|
|
57
|
+
"path": "^0.12.7",
|
|
58
|
+
"stream": "^0.0.3",
|
|
59
|
+
"util": "^0.12.5"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"node_modules/@isaacs/cliui": {
|
|
63
|
+
"version": "8.0.2",
|
|
64
|
+
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
65
|
+
"dev": true,
|
|
66
|
+
"license": "ISC",
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"string-width": "^5.1.2",
|
|
69
|
+
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
70
|
+
"strip-ansi": "^7.0.1",
|
|
71
|
+
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
72
|
+
"wrap-ansi": "^8.1.0",
|
|
73
|
+
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
74
|
+
},
|
|
75
|
+
"engines": {
|
|
76
|
+
"node": ">=12"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"node_modules/@isaacs/fs-minipass": {
|
|
80
|
+
"version": "4.0.1",
|
|
81
|
+
"integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
|
|
82
|
+
"dev": true,
|
|
83
|
+
"license": "ISC",
|
|
84
|
+
"dependencies": {
|
|
85
|
+
"minipass": "^7.0.4"
|
|
86
|
+
},
|
|
87
|
+
"engines": {
|
|
88
|
+
"node": ">=18.0.0"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"node_modules/@jsonjoy.com/base64": {
|
|
92
|
+
"version": "1.1.2",
|
|
93
|
+
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
94
|
+
"dev": true,
|
|
95
|
+
"license": "Apache-2.0",
|
|
96
|
+
"engines": {
|
|
97
|
+
"node": ">=10.0"
|
|
98
|
+
},
|
|
99
|
+
"funding": {
|
|
100
|
+
"type": "github",
|
|
101
|
+
"url": "https://github.com/sponsors/streamich"
|
|
102
|
+
},
|
|
103
|
+
"peerDependencies": {
|
|
104
|
+
"tslib": "2"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"node_modules/@jsonjoy.com/json-pack": {
|
|
108
|
+
"version": "1.1.1",
|
|
109
|
+
"integrity": "sha512-osjeBqMJ2lb/j/M8NCPjs1ylqWIcTRTycIhVB5pt6LgzgeRSb0YRZ7j9RfA8wIUrsr/medIuhVyonXRZWLyfdw==",
|
|
110
|
+
"dev": true,
|
|
111
|
+
"license": "Apache-2.0",
|
|
112
|
+
"dependencies": {
|
|
113
|
+
"@jsonjoy.com/base64": "^1.1.1",
|
|
114
|
+
"@jsonjoy.com/util": "^1.1.2",
|
|
115
|
+
"hyperdyperid": "^1.2.0",
|
|
116
|
+
"thingies": "^1.20.0"
|
|
117
|
+
},
|
|
118
|
+
"engines": {
|
|
119
|
+
"node": ">=10.0"
|
|
120
|
+
},
|
|
121
|
+
"funding": {
|
|
122
|
+
"type": "github",
|
|
123
|
+
"url": "https://github.com/sponsors/streamich"
|
|
124
|
+
},
|
|
125
|
+
"peerDependencies": {
|
|
126
|
+
"tslib": "2"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"node_modules/@jsonjoy.com/util": {
|
|
130
|
+
"version": "1.5.0",
|
|
131
|
+
"integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==",
|
|
132
|
+
"dev": true,
|
|
133
|
+
"license": "Apache-2.0",
|
|
134
|
+
"engines": {
|
|
135
|
+
"node": ">=10.0"
|
|
136
|
+
},
|
|
137
|
+
"funding": {
|
|
138
|
+
"type": "github",
|
|
139
|
+
"url": "https://github.com/sponsors/streamich"
|
|
140
|
+
},
|
|
141
|
+
"peerDependencies": {
|
|
142
|
+
"tslib": "2"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"node_modules/@pkgjs/parseargs": {
|
|
146
|
+
"version": "0.11.0",
|
|
147
|
+
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
148
|
+
"dev": true,
|
|
149
|
+
"license": "MIT",
|
|
150
|
+
"optional": true,
|
|
151
|
+
"engines": {
|
|
152
|
+
"node": ">=14"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"node_modules/@yarnpkg/lockfile": {
|
|
156
|
+
"version": "1.1.0",
|
|
157
|
+
"integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
|
|
158
|
+
"dev": true,
|
|
159
|
+
"license": "BSD-2-Clause"
|
|
160
|
+
},
|
|
161
|
+
"node_modules/@zip.js/zip.js": {
|
|
162
|
+
"version": "2.7.54",
|
|
163
|
+
"integrity": "sha512-qMrJVg2hoEsZJjMJez9yI2+nZlBUxgYzGV3mqcb2B/6T1ihXp0fWBDYlVHlHquuorgNUQP5a8qSmX6HF5rFJNg==",
|
|
164
|
+
"dev": true,
|
|
165
|
+
"license": "BSD-3-Clause",
|
|
166
|
+
"engines": {
|
|
167
|
+
"bun": ">=0.7.0",
|
|
168
|
+
"deno": ">=1.0.0",
|
|
169
|
+
"node": ">=16.5.0"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"node_modules/ansi-regex": {
|
|
173
|
+
"version": "6.1.0",
|
|
174
|
+
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
175
|
+
"dev": true,
|
|
176
|
+
"license": "MIT",
|
|
177
|
+
"engines": {
|
|
178
|
+
"node": ">=12"
|
|
179
|
+
},
|
|
180
|
+
"funding": {
|
|
181
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"node_modules/ansi-styles": {
|
|
185
|
+
"version": "6.2.1",
|
|
186
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
187
|
+
"dev": true,
|
|
188
|
+
"license": "MIT",
|
|
189
|
+
"engines": {
|
|
190
|
+
"node": ">=12"
|
|
191
|
+
},
|
|
192
|
+
"funding": {
|
|
193
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"node_modules/assert": {
|
|
197
|
+
"version": "2.1.0",
|
|
198
|
+
"integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==",
|
|
199
|
+
"dev": true,
|
|
200
|
+
"license": "MIT",
|
|
201
|
+
"dependencies": {
|
|
202
|
+
"call-bind": "^1.0.2",
|
|
203
|
+
"is-nan": "^1.3.2",
|
|
204
|
+
"object-is": "^1.1.5",
|
|
205
|
+
"object.assign": "^4.1.4",
|
|
206
|
+
"util": "^0.12.5"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"node_modules/at-least-node": {
|
|
210
|
+
"version": "1.0.0",
|
|
211
|
+
"integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
|
212
|
+
"dev": true,
|
|
213
|
+
"license": "ISC",
|
|
214
|
+
"engines": {
|
|
215
|
+
"node": ">= 4.0.0"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"node_modules/available-typed-arrays": {
|
|
219
|
+
"version": "1.0.7",
|
|
220
|
+
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
|
221
|
+
"dev": true,
|
|
222
|
+
"license": "MIT",
|
|
223
|
+
"dependencies": {
|
|
224
|
+
"possible-typed-array-names": "^1.0.0"
|
|
225
|
+
},
|
|
226
|
+
"engines": {
|
|
227
|
+
"node": ">= 0.4"
|
|
228
|
+
},
|
|
229
|
+
"funding": {
|
|
230
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"node_modules/balanced-match": {
|
|
234
|
+
"version": "1.0.2",
|
|
235
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
236
|
+
"dev": true,
|
|
237
|
+
"license": "MIT"
|
|
238
|
+
},
|
|
239
|
+
"node_modules/base64-js": {
|
|
240
|
+
"version": "1.5.1",
|
|
241
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
242
|
+
"dev": true,
|
|
243
|
+
"funding": [
|
|
244
|
+
{
|
|
245
|
+
"type": "github",
|
|
246
|
+
"url": "https://github.com/sponsors/feross"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"type": "patreon",
|
|
250
|
+
"url": "https://www.patreon.com/feross"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"type": "consulting",
|
|
254
|
+
"url": "https://feross.org/support"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"license": "MIT"
|
|
258
|
+
},
|
|
259
|
+
"node_modules/brace-expansion": {
|
|
260
|
+
"version": "2.0.1",
|
|
261
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
262
|
+
"dev": true,
|
|
263
|
+
"license": "MIT",
|
|
264
|
+
"dependencies": {
|
|
265
|
+
"balanced-match": "^1.0.0"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"node_modules/braces": {
|
|
269
|
+
"version": "3.0.3",
|
|
270
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
271
|
+
"dev": true,
|
|
272
|
+
"license": "MIT",
|
|
273
|
+
"dependencies": {
|
|
274
|
+
"fill-range": "^7.1.1"
|
|
275
|
+
},
|
|
276
|
+
"engines": {
|
|
277
|
+
"node": ">=8"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"node_modules/buffer": {
|
|
281
|
+
"version": "6.0.3",
|
|
282
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
283
|
+
"dev": true,
|
|
284
|
+
"funding": [
|
|
285
|
+
{
|
|
286
|
+
"type": "github",
|
|
287
|
+
"url": "https://github.com/sponsors/feross"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"type": "patreon",
|
|
291
|
+
"url": "https://www.patreon.com/feross"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"type": "consulting",
|
|
295
|
+
"url": "https://feross.org/support"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"license": "MIT",
|
|
299
|
+
"dependencies": {
|
|
300
|
+
"base64-js": "^1.3.1",
|
|
301
|
+
"ieee754": "^1.2.1"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"node_modules/call-bind": {
|
|
305
|
+
"version": "1.0.8",
|
|
306
|
+
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
307
|
+
"dev": true,
|
|
308
|
+
"license": "MIT",
|
|
309
|
+
"dependencies": {
|
|
310
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
311
|
+
"es-define-property": "^1.0.0",
|
|
312
|
+
"get-intrinsic": "^1.2.4",
|
|
313
|
+
"set-function-length": "^1.2.2"
|
|
314
|
+
},
|
|
315
|
+
"engines": {
|
|
316
|
+
"node": ">= 0.4"
|
|
317
|
+
},
|
|
318
|
+
"funding": {
|
|
319
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"node_modules/call-bind-apply-helpers": {
|
|
323
|
+
"version": "1.0.1",
|
|
324
|
+
"integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
|
|
325
|
+
"dev": true,
|
|
326
|
+
"license": "MIT",
|
|
327
|
+
"dependencies": {
|
|
328
|
+
"es-errors": "^1.3.0",
|
|
329
|
+
"function-bind": "^1.1.2"
|
|
330
|
+
},
|
|
331
|
+
"engines": {
|
|
332
|
+
"node": ">= 0.4"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"node_modules/call-bound": {
|
|
336
|
+
"version": "1.0.3",
|
|
337
|
+
"integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
|
|
338
|
+
"dev": true,
|
|
339
|
+
"license": "MIT",
|
|
340
|
+
"dependencies": {
|
|
341
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
342
|
+
"get-intrinsic": "^1.2.6"
|
|
343
|
+
},
|
|
344
|
+
"engines": {
|
|
345
|
+
"node": ">= 0.4"
|
|
346
|
+
},
|
|
347
|
+
"funding": {
|
|
348
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"node_modules/chalk": {
|
|
352
|
+
"version": "5.4.1",
|
|
353
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
354
|
+
"dev": true,
|
|
355
|
+
"license": "MIT",
|
|
356
|
+
"engines": {
|
|
357
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
358
|
+
},
|
|
359
|
+
"funding": {
|
|
360
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"node_modules/change-case": {
|
|
364
|
+
"version": "5.4.4",
|
|
365
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
366
|
+
"dev": true,
|
|
367
|
+
"license": "MIT"
|
|
368
|
+
},
|
|
369
|
+
"node_modules/chownr": {
|
|
370
|
+
"version": "3.0.0",
|
|
371
|
+
"integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
|
|
372
|
+
"dev": true,
|
|
373
|
+
"license": "BlueOak-1.0.0",
|
|
374
|
+
"engines": {
|
|
375
|
+
"node": ">=18"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"node_modules/ci-info": {
|
|
379
|
+
"version": "3.9.0",
|
|
380
|
+
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
381
|
+
"dev": true,
|
|
382
|
+
"funding": [
|
|
383
|
+
{
|
|
384
|
+
"type": "github",
|
|
385
|
+
"url": "https://github.com/sponsors/sibiraj-s"
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"license": "MIT",
|
|
389
|
+
"engines": {
|
|
390
|
+
"node": ">=8"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"node_modules/clean-css": {
|
|
394
|
+
"version": "5.3.3",
|
|
395
|
+
"integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
|
|
396
|
+
"dev": true,
|
|
397
|
+
"license": "MIT",
|
|
398
|
+
"dependencies": {
|
|
399
|
+
"source-map": "~0.6.0"
|
|
400
|
+
},
|
|
401
|
+
"engines": {
|
|
402
|
+
"node": ">= 10.0"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"node_modules/cliui": {
|
|
406
|
+
"version": "8.0.1",
|
|
407
|
+
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
408
|
+
"dev": true,
|
|
409
|
+
"license": "ISC",
|
|
410
|
+
"dependencies": {
|
|
411
|
+
"string-width": "^4.2.0",
|
|
412
|
+
"strip-ansi": "^6.0.1",
|
|
413
|
+
"wrap-ansi": "^7.0.0"
|
|
414
|
+
},
|
|
415
|
+
"engines": {
|
|
416
|
+
"node": ">=12"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"node_modules/cliui/node_modules/ansi-regex": {
|
|
420
|
+
"version": "5.0.1",
|
|
421
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
422
|
+
"dev": true,
|
|
423
|
+
"license": "MIT",
|
|
424
|
+
"engines": {
|
|
425
|
+
"node": ">=8"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"node_modules/cliui/node_modules/ansi-styles": {
|
|
429
|
+
"version": "4.3.0",
|
|
430
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
431
|
+
"dev": true,
|
|
432
|
+
"license": "MIT",
|
|
433
|
+
"dependencies": {
|
|
434
|
+
"color-convert": "^2.0.1"
|
|
435
|
+
},
|
|
436
|
+
"engines": {
|
|
437
|
+
"node": ">=8"
|
|
438
|
+
},
|
|
439
|
+
"funding": {
|
|
440
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"node_modules/cliui/node_modules/emoji-regex": {
|
|
444
|
+
"version": "8.0.0",
|
|
445
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
446
|
+
"dev": true,
|
|
447
|
+
"license": "MIT"
|
|
448
|
+
},
|
|
449
|
+
"node_modules/cliui/node_modules/string-width": {
|
|
450
|
+
"version": "4.2.3",
|
|
451
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
452
|
+
"dev": true,
|
|
453
|
+
"license": "MIT",
|
|
454
|
+
"dependencies": {
|
|
455
|
+
"emoji-regex": "^8.0.0",
|
|
456
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
457
|
+
"strip-ansi": "^6.0.1"
|
|
458
|
+
},
|
|
459
|
+
"engines": {
|
|
460
|
+
"node": ">=8"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"node_modules/cliui/node_modules/strip-ansi": {
|
|
464
|
+
"version": "6.0.1",
|
|
465
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
466
|
+
"dev": true,
|
|
467
|
+
"license": "MIT",
|
|
468
|
+
"dependencies": {
|
|
469
|
+
"ansi-regex": "^5.0.1"
|
|
470
|
+
},
|
|
471
|
+
"engines": {
|
|
472
|
+
"node": ">=8"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
476
|
+
"version": "7.0.0",
|
|
477
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
478
|
+
"dev": true,
|
|
479
|
+
"license": "MIT",
|
|
480
|
+
"dependencies": {
|
|
481
|
+
"ansi-styles": "^4.0.0",
|
|
482
|
+
"string-width": "^4.1.0",
|
|
483
|
+
"strip-ansi": "^6.0.0"
|
|
484
|
+
},
|
|
485
|
+
"engines": {
|
|
486
|
+
"node": ">=10"
|
|
487
|
+
},
|
|
488
|
+
"funding": {
|
|
489
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"node_modules/color-convert": {
|
|
493
|
+
"version": "2.0.1",
|
|
494
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
495
|
+
"dev": true,
|
|
496
|
+
"license": "MIT",
|
|
497
|
+
"dependencies": {
|
|
498
|
+
"color-name": "~1.1.4"
|
|
499
|
+
},
|
|
500
|
+
"engines": {
|
|
501
|
+
"node": ">=7.0.0"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"node_modules/color-name": {
|
|
505
|
+
"version": "1.1.4",
|
|
506
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
507
|
+
"dev": true,
|
|
508
|
+
"license": "MIT"
|
|
509
|
+
},
|
|
510
|
+
"node_modules/commander": {
|
|
511
|
+
"version": "8.3.0",
|
|
512
|
+
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
|
513
|
+
"dev": true,
|
|
514
|
+
"license": "MIT",
|
|
515
|
+
"engines": {
|
|
516
|
+
"node": ">= 12"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"node_modules/component-emitter": {
|
|
520
|
+
"version": "2.0.0",
|
|
521
|
+
"integrity": "sha512-4m5s3Me2xxlVKG9PkZpQqHQR7bgpnN7joDMJ4yvVkVXngjoITG76IaZmzmywSeRTeTpc6N6r3H3+KyUurV8OYw==",
|
|
522
|
+
"dev": true,
|
|
523
|
+
"license": "MIT",
|
|
524
|
+
"engines": {
|
|
525
|
+
"node": ">=18"
|
|
526
|
+
},
|
|
527
|
+
"funding": {
|
|
528
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"node_modules/concat-map": {
|
|
532
|
+
"version": "0.0.1",
|
|
533
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
534
|
+
"dev": true,
|
|
535
|
+
"license": "MIT"
|
|
536
|
+
},
|
|
537
|
+
"node_modules/copy-anything": {
|
|
538
|
+
"version": "2.0.6",
|
|
539
|
+
"integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
|
|
540
|
+
"dev": true,
|
|
541
|
+
"license": "MIT",
|
|
542
|
+
"dependencies": {
|
|
543
|
+
"is-what": "^3.14.1"
|
|
544
|
+
},
|
|
545
|
+
"funding": {
|
|
546
|
+
"url": "https://github.com/sponsors/mesqueeb"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"node_modules/cross-spawn": {
|
|
550
|
+
"version": "7.0.6",
|
|
551
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
552
|
+
"dev": true,
|
|
553
|
+
"license": "MIT",
|
|
554
|
+
"dependencies": {
|
|
555
|
+
"path-key": "^3.1.0",
|
|
556
|
+
"shebang-command": "^2.0.0",
|
|
557
|
+
"which": "^2.0.1"
|
|
558
|
+
},
|
|
559
|
+
"engines": {
|
|
560
|
+
"node": ">= 8"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
"node_modules/deepmerge": {
|
|
564
|
+
"version": "4.3.1",
|
|
565
|
+
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
566
|
+
"dev": true,
|
|
567
|
+
"license": "MIT",
|
|
568
|
+
"engines": {
|
|
569
|
+
"node": ">=0.10.0"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"node_modules/define-data-property": {
|
|
573
|
+
"version": "1.1.4",
|
|
574
|
+
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
575
|
+
"dev": true,
|
|
576
|
+
"license": "MIT",
|
|
577
|
+
"dependencies": {
|
|
578
|
+
"es-define-property": "^1.0.0",
|
|
579
|
+
"es-errors": "^1.3.0",
|
|
580
|
+
"gopd": "^1.0.1"
|
|
581
|
+
},
|
|
582
|
+
"engines": {
|
|
583
|
+
"node": ">= 0.4"
|
|
584
|
+
},
|
|
585
|
+
"funding": {
|
|
586
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"node_modules/define-properties": {
|
|
590
|
+
"version": "1.2.1",
|
|
591
|
+
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
|
592
|
+
"dev": true,
|
|
593
|
+
"license": "MIT",
|
|
594
|
+
"dependencies": {
|
|
595
|
+
"define-data-property": "^1.0.1",
|
|
596
|
+
"has-property-descriptors": "^1.0.0",
|
|
597
|
+
"object-keys": "^1.1.1"
|
|
598
|
+
},
|
|
599
|
+
"engines": {
|
|
600
|
+
"node": ">= 0.4"
|
|
601
|
+
},
|
|
602
|
+
"funding": {
|
|
603
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"node_modules/dunder-proto": {
|
|
607
|
+
"version": "1.0.1",
|
|
608
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
609
|
+
"dev": true,
|
|
610
|
+
"license": "MIT",
|
|
611
|
+
"dependencies": {
|
|
612
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
613
|
+
"es-errors": "^1.3.0",
|
|
614
|
+
"gopd": "^1.2.0"
|
|
615
|
+
},
|
|
616
|
+
"engines": {
|
|
617
|
+
"node": ">= 0.4"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"node_modules/eastasianwidth": {
|
|
621
|
+
"version": "0.2.0",
|
|
622
|
+
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
623
|
+
"dev": true,
|
|
624
|
+
"license": "MIT"
|
|
625
|
+
},
|
|
626
|
+
"node_modules/emoji-regex": {
|
|
627
|
+
"version": "9.2.2",
|
|
628
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
629
|
+
"dev": true,
|
|
630
|
+
"license": "MIT"
|
|
631
|
+
},
|
|
632
|
+
"node_modules/errno": {
|
|
633
|
+
"version": "0.1.8",
|
|
634
|
+
"integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
|
|
635
|
+
"dev": true,
|
|
636
|
+
"license": "MIT",
|
|
637
|
+
"optional": true,
|
|
638
|
+
"dependencies": {
|
|
639
|
+
"prr": "~1.0.1"
|
|
640
|
+
},
|
|
641
|
+
"bin": {
|
|
642
|
+
"errno": "cli.js"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"node_modules/es-define-property": {
|
|
646
|
+
"version": "1.0.1",
|
|
647
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
648
|
+
"dev": true,
|
|
649
|
+
"license": "MIT",
|
|
650
|
+
"engines": {
|
|
651
|
+
"node": ">= 0.4"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"node_modules/es-errors": {
|
|
655
|
+
"version": "1.3.0",
|
|
656
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
657
|
+
"dev": true,
|
|
658
|
+
"license": "MIT",
|
|
659
|
+
"engines": {
|
|
660
|
+
"node": ">= 0.4"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"node_modules/es-object-atoms": {
|
|
664
|
+
"version": "1.0.0",
|
|
665
|
+
"integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
|
|
666
|
+
"dev": true,
|
|
667
|
+
"license": "MIT",
|
|
668
|
+
"dependencies": {
|
|
669
|
+
"es-errors": "^1.3.0"
|
|
670
|
+
},
|
|
671
|
+
"engines": {
|
|
672
|
+
"node": ">= 0.4"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"node_modules/escalade": {
|
|
676
|
+
"version": "3.2.0",
|
|
677
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
678
|
+
"dev": true,
|
|
679
|
+
"license": "MIT",
|
|
680
|
+
"engines": {
|
|
681
|
+
"node": ">=6"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"node_modules/events": {
|
|
685
|
+
"version": "3.3.0",
|
|
686
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
687
|
+
"dev": true,
|
|
688
|
+
"license": "MIT",
|
|
689
|
+
"engines": {
|
|
690
|
+
"node": ">=0.8.x"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
"node_modules/execa": {
|
|
694
|
+
"version": "5.1.1",
|
|
695
|
+
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
696
|
+
"dev": true,
|
|
697
|
+
"license": "MIT",
|
|
698
|
+
"dependencies": {
|
|
699
|
+
"cross-spawn": "^7.0.3",
|
|
700
|
+
"get-stream": "^6.0.0",
|
|
701
|
+
"human-signals": "^2.1.0",
|
|
702
|
+
"is-stream": "^2.0.0",
|
|
703
|
+
"merge-stream": "^2.0.0",
|
|
704
|
+
"npm-run-path": "^4.0.1",
|
|
705
|
+
"onetime": "^5.1.2",
|
|
706
|
+
"signal-exit": "^3.0.3",
|
|
707
|
+
"strip-final-newline": "^2.0.0"
|
|
708
|
+
},
|
|
709
|
+
"engines": {
|
|
710
|
+
"node": ">=10"
|
|
711
|
+
},
|
|
712
|
+
"funding": {
|
|
713
|
+
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"node_modules/fill-range": {
|
|
717
|
+
"version": "7.1.1",
|
|
718
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
719
|
+
"dev": true,
|
|
720
|
+
"license": "MIT",
|
|
721
|
+
"dependencies": {
|
|
722
|
+
"to-regex-range": "^5.0.1"
|
|
723
|
+
},
|
|
724
|
+
"engines": {
|
|
725
|
+
"node": ">=8"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
"node_modules/find-yarn-workspace-root": {
|
|
729
|
+
"version": "2.0.0",
|
|
730
|
+
"integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
|
|
731
|
+
"dev": true,
|
|
732
|
+
"license": "Apache-2.0",
|
|
733
|
+
"dependencies": {
|
|
734
|
+
"micromatch": "^4.0.2"
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"node_modules/for-each": {
|
|
738
|
+
"version": "0.3.3",
|
|
739
|
+
"integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
|
|
740
|
+
"dev": true,
|
|
741
|
+
"license": "MIT",
|
|
742
|
+
"dependencies": {
|
|
743
|
+
"is-callable": "^1.1.3"
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
"node_modules/foreground-child": {
|
|
747
|
+
"version": "3.3.0",
|
|
748
|
+
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
|
|
749
|
+
"dev": true,
|
|
750
|
+
"license": "ISC",
|
|
751
|
+
"dependencies": {
|
|
752
|
+
"cross-spawn": "^7.0.0",
|
|
753
|
+
"signal-exit": "^4.0.1"
|
|
754
|
+
},
|
|
755
|
+
"engines": {
|
|
756
|
+
"node": ">=14"
|
|
757
|
+
},
|
|
758
|
+
"funding": {
|
|
759
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
763
|
+
"version": "4.1.0",
|
|
764
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
765
|
+
"dev": true,
|
|
766
|
+
"license": "ISC",
|
|
767
|
+
"engines": {
|
|
768
|
+
"node": ">=14"
|
|
769
|
+
},
|
|
770
|
+
"funding": {
|
|
771
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"node_modules/fs-extra": {
|
|
775
|
+
"version": "11.2.0",
|
|
776
|
+
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
|
777
|
+
"dev": true,
|
|
778
|
+
"license": "MIT",
|
|
779
|
+
"dependencies": {
|
|
780
|
+
"graceful-fs": "^4.2.0",
|
|
781
|
+
"jsonfile": "^6.0.1",
|
|
782
|
+
"universalify": "^2.0.0"
|
|
783
|
+
},
|
|
784
|
+
"engines": {
|
|
785
|
+
"node": ">=14.14"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"node_modules/fs.realpath": {
|
|
789
|
+
"version": "1.0.0",
|
|
790
|
+
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
791
|
+
"dev": true,
|
|
792
|
+
"license": "ISC"
|
|
793
|
+
},
|
|
794
|
+
"node_modules/function-bind": {
|
|
795
|
+
"version": "1.1.2",
|
|
796
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
797
|
+
"dev": true,
|
|
798
|
+
"license": "MIT",
|
|
799
|
+
"funding": {
|
|
800
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"node_modules/get-caller-file": {
|
|
804
|
+
"version": "2.0.5",
|
|
805
|
+
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
806
|
+
"dev": true,
|
|
807
|
+
"license": "ISC",
|
|
808
|
+
"engines": {
|
|
809
|
+
"node": "6.* || 8.* || >= 10.*"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"node_modules/get-intrinsic": {
|
|
813
|
+
"version": "1.2.7",
|
|
814
|
+
"integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
|
|
815
|
+
"dev": true,
|
|
816
|
+
"license": "MIT",
|
|
817
|
+
"dependencies": {
|
|
818
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
819
|
+
"es-define-property": "^1.0.1",
|
|
820
|
+
"es-errors": "^1.3.0",
|
|
821
|
+
"es-object-atoms": "^1.0.0",
|
|
822
|
+
"function-bind": "^1.1.2",
|
|
823
|
+
"get-proto": "^1.0.0",
|
|
824
|
+
"gopd": "^1.2.0",
|
|
825
|
+
"has-symbols": "^1.1.0",
|
|
826
|
+
"hasown": "^2.0.2",
|
|
827
|
+
"math-intrinsics": "^1.1.0"
|
|
828
|
+
},
|
|
829
|
+
"engines": {
|
|
830
|
+
"node": ">= 0.4"
|
|
831
|
+
},
|
|
832
|
+
"funding": {
|
|
833
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"node_modules/get-proto": {
|
|
837
|
+
"version": "1.0.1",
|
|
838
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
839
|
+
"dev": true,
|
|
840
|
+
"license": "MIT",
|
|
841
|
+
"dependencies": {
|
|
842
|
+
"dunder-proto": "^1.0.1",
|
|
843
|
+
"es-object-atoms": "^1.0.0"
|
|
844
|
+
},
|
|
845
|
+
"engines": {
|
|
846
|
+
"node": ">= 0.4"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"node_modules/get-stream": {
|
|
850
|
+
"version": "6.0.1",
|
|
851
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
852
|
+
"dev": true,
|
|
853
|
+
"license": "MIT",
|
|
854
|
+
"engines": {
|
|
855
|
+
"node": ">=10"
|
|
856
|
+
},
|
|
857
|
+
"funding": {
|
|
858
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"node_modules/glob": {
|
|
862
|
+
"version": "10.4.5",
|
|
863
|
+
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
864
|
+
"dev": true,
|
|
865
|
+
"license": "ISC",
|
|
866
|
+
"dependencies": {
|
|
867
|
+
"foreground-child": "^3.1.0",
|
|
868
|
+
"jackspeak": "^3.1.2",
|
|
869
|
+
"minimatch": "^9.0.4",
|
|
870
|
+
"minipass": "^7.1.2",
|
|
871
|
+
"package-json-from-dist": "^1.0.0",
|
|
872
|
+
"path-scurry": "^1.11.1"
|
|
873
|
+
},
|
|
874
|
+
"bin": {
|
|
875
|
+
"glob": "dist/esm/bin.mjs"
|
|
876
|
+
},
|
|
877
|
+
"funding": {
|
|
878
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
"node_modules/gopd": {
|
|
882
|
+
"version": "1.2.0",
|
|
883
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
884
|
+
"dev": true,
|
|
885
|
+
"license": "MIT",
|
|
886
|
+
"engines": {
|
|
887
|
+
"node": ">= 0.4"
|
|
888
|
+
},
|
|
889
|
+
"funding": {
|
|
890
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"node_modules/graceful-fs": {
|
|
894
|
+
"version": "4.2.11",
|
|
895
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
896
|
+
"dev": true,
|
|
897
|
+
"license": "ISC"
|
|
898
|
+
},
|
|
899
|
+
"node_modules/has-flag": {
|
|
900
|
+
"version": "4.0.0",
|
|
901
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
902
|
+
"dev": true,
|
|
903
|
+
"license": "MIT",
|
|
904
|
+
"engines": {
|
|
905
|
+
"node": ">=8"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"node_modules/has-property-descriptors": {
|
|
909
|
+
"version": "1.0.2",
|
|
910
|
+
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
911
|
+
"dev": true,
|
|
912
|
+
"license": "MIT",
|
|
913
|
+
"dependencies": {
|
|
914
|
+
"es-define-property": "^1.0.0"
|
|
915
|
+
},
|
|
916
|
+
"funding": {
|
|
917
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
"node_modules/has-symbols": {
|
|
921
|
+
"version": "1.1.0",
|
|
922
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
923
|
+
"dev": true,
|
|
924
|
+
"license": "MIT",
|
|
925
|
+
"engines": {
|
|
926
|
+
"node": ">= 0.4"
|
|
927
|
+
},
|
|
928
|
+
"funding": {
|
|
929
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"node_modules/has-tostringtag": {
|
|
933
|
+
"version": "1.0.2",
|
|
934
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
935
|
+
"dev": true,
|
|
936
|
+
"license": "MIT",
|
|
937
|
+
"dependencies": {
|
|
938
|
+
"has-symbols": "^1.0.3"
|
|
939
|
+
},
|
|
940
|
+
"engines": {
|
|
941
|
+
"node": ">= 0.4"
|
|
942
|
+
},
|
|
943
|
+
"funding": {
|
|
944
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"node_modules/hasown": {
|
|
948
|
+
"version": "2.0.2",
|
|
949
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
950
|
+
"dev": true,
|
|
951
|
+
"license": "MIT",
|
|
952
|
+
"dependencies": {
|
|
953
|
+
"function-bind": "^1.1.2"
|
|
954
|
+
},
|
|
955
|
+
"engines": {
|
|
956
|
+
"node": ">= 0.4"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
"node_modules/human-signals": {
|
|
960
|
+
"version": "2.1.0",
|
|
961
|
+
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
|
|
962
|
+
"dev": true,
|
|
963
|
+
"license": "Apache-2.0",
|
|
964
|
+
"engines": {
|
|
965
|
+
"node": ">=10.17.0"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
"node_modules/hyperdyperid": {
|
|
969
|
+
"version": "1.2.0",
|
|
970
|
+
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
971
|
+
"dev": true,
|
|
972
|
+
"license": "MIT",
|
|
973
|
+
"engines": {
|
|
974
|
+
"node": ">=10.18"
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
"node_modules/iconv-lite": {
|
|
978
|
+
"version": "0.6.3",
|
|
979
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
980
|
+
"dev": true,
|
|
981
|
+
"license": "MIT",
|
|
982
|
+
"optional": true,
|
|
983
|
+
"dependencies": {
|
|
984
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
985
|
+
},
|
|
986
|
+
"engines": {
|
|
987
|
+
"node": ">=0.10.0"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"node_modules/ieee754": {
|
|
991
|
+
"version": "1.2.1",
|
|
992
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
993
|
+
"dev": true,
|
|
994
|
+
"funding": [
|
|
995
|
+
{
|
|
996
|
+
"type": "github",
|
|
997
|
+
"url": "https://github.com/sponsors/feross"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"type": "patreon",
|
|
1001
|
+
"url": "https://www.patreon.com/feross"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"type": "consulting",
|
|
1005
|
+
"url": "https://feross.org/support"
|
|
1006
|
+
}
|
|
1007
|
+
],
|
|
1008
|
+
"license": "BSD-3-Clause"
|
|
1009
|
+
},
|
|
1010
|
+
"node_modules/image-size": {
|
|
1011
|
+
"version": "0.5.5",
|
|
1012
|
+
"integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
|
|
1013
|
+
"dev": true,
|
|
1014
|
+
"license": "MIT",
|
|
1015
|
+
"optional": true,
|
|
1016
|
+
"bin": {
|
|
1017
|
+
"image-size": "bin/image-size.js"
|
|
1018
|
+
},
|
|
1019
|
+
"engines": {
|
|
1020
|
+
"node": ">=0.10.0"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"node_modules/inflight": {
|
|
1024
|
+
"version": "1.0.6",
|
|
1025
|
+
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
1026
|
+
"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.",
|
|
1027
|
+
"dev": true,
|
|
1028
|
+
"license": "ISC",
|
|
1029
|
+
"dependencies": {
|
|
1030
|
+
"once": "^1.3.0",
|
|
1031
|
+
"wrappy": "1"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"node_modules/inherits": {
|
|
1035
|
+
"version": "2.0.4",
|
|
1036
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
1037
|
+
"dev": true,
|
|
1038
|
+
"license": "ISC"
|
|
1039
|
+
},
|
|
1040
|
+
"node_modules/is-arguments": {
|
|
1041
|
+
"version": "1.2.0",
|
|
1042
|
+
"integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==",
|
|
1043
|
+
"dev": true,
|
|
1044
|
+
"license": "MIT",
|
|
1045
|
+
"dependencies": {
|
|
1046
|
+
"call-bound": "^1.0.2",
|
|
1047
|
+
"has-tostringtag": "^1.0.2"
|
|
1048
|
+
},
|
|
1049
|
+
"engines": {
|
|
1050
|
+
"node": ">= 0.4"
|
|
1051
|
+
},
|
|
1052
|
+
"funding": {
|
|
1053
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
"node_modules/is-callable": {
|
|
1057
|
+
"version": "1.2.7",
|
|
1058
|
+
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
|
1059
|
+
"dev": true,
|
|
1060
|
+
"license": "MIT",
|
|
1061
|
+
"engines": {
|
|
1062
|
+
"node": ">= 0.4"
|
|
1063
|
+
},
|
|
1064
|
+
"funding": {
|
|
1065
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
"node_modules/is-docker": {
|
|
1069
|
+
"version": "2.2.1",
|
|
1070
|
+
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
1071
|
+
"dev": true,
|
|
1072
|
+
"license": "MIT",
|
|
1073
|
+
"bin": {
|
|
1074
|
+
"is-docker": "cli.js"
|
|
1075
|
+
},
|
|
1076
|
+
"engines": {
|
|
1077
|
+
"node": ">=8"
|
|
1078
|
+
},
|
|
1079
|
+
"funding": {
|
|
1080
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"node_modules/is-fullwidth-code-point": {
|
|
1084
|
+
"version": "3.0.0",
|
|
1085
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1086
|
+
"dev": true,
|
|
1087
|
+
"license": "MIT",
|
|
1088
|
+
"engines": {
|
|
1089
|
+
"node": ">=8"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
"node_modules/is-generator-function": {
|
|
1093
|
+
"version": "1.1.0",
|
|
1094
|
+
"integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
|
|
1095
|
+
"dev": true,
|
|
1096
|
+
"license": "MIT",
|
|
1097
|
+
"dependencies": {
|
|
1098
|
+
"call-bound": "^1.0.3",
|
|
1099
|
+
"get-proto": "^1.0.0",
|
|
1100
|
+
"has-tostringtag": "^1.0.2",
|
|
1101
|
+
"safe-regex-test": "^1.1.0"
|
|
1102
|
+
},
|
|
1103
|
+
"engines": {
|
|
1104
|
+
"node": ">= 0.4"
|
|
1105
|
+
},
|
|
1106
|
+
"funding": {
|
|
1107
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"node_modules/is-nan": {
|
|
1111
|
+
"version": "1.3.2",
|
|
1112
|
+
"integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==",
|
|
1113
|
+
"dev": true,
|
|
1114
|
+
"license": "MIT",
|
|
1115
|
+
"dependencies": {
|
|
1116
|
+
"call-bind": "^1.0.0",
|
|
1117
|
+
"define-properties": "^1.1.3"
|
|
1118
|
+
},
|
|
1119
|
+
"engines": {
|
|
1120
|
+
"node": ">= 0.4"
|
|
1121
|
+
},
|
|
1122
|
+
"funding": {
|
|
1123
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
"node_modules/is-number": {
|
|
1127
|
+
"version": "7.0.0",
|
|
1128
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
1129
|
+
"dev": true,
|
|
1130
|
+
"license": "MIT",
|
|
1131
|
+
"engines": {
|
|
1132
|
+
"node": ">=0.12.0"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
"node_modules/is-plain-obj": {
|
|
1136
|
+
"version": "4.1.0",
|
|
1137
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
1138
|
+
"dev": true,
|
|
1139
|
+
"license": "MIT",
|
|
1140
|
+
"engines": {
|
|
1141
|
+
"node": ">=12"
|
|
1142
|
+
},
|
|
1143
|
+
"funding": {
|
|
1144
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
"node_modules/is-regex": {
|
|
1148
|
+
"version": "1.2.1",
|
|
1149
|
+
"integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
|
|
1150
|
+
"dev": true,
|
|
1151
|
+
"license": "MIT",
|
|
1152
|
+
"dependencies": {
|
|
1153
|
+
"call-bound": "^1.0.2",
|
|
1154
|
+
"gopd": "^1.2.0",
|
|
1155
|
+
"has-tostringtag": "^1.0.2",
|
|
1156
|
+
"hasown": "^2.0.2"
|
|
1157
|
+
},
|
|
1158
|
+
"engines": {
|
|
1159
|
+
"node": ">= 0.4"
|
|
1160
|
+
},
|
|
1161
|
+
"funding": {
|
|
1162
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"node_modules/is-stream": {
|
|
1166
|
+
"version": "2.0.1",
|
|
1167
|
+
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
1168
|
+
"dev": true,
|
|
1169
|
+
"license": "MIT",
|
|
1170
|
+
"engines": {
|
|
1171
|
+
"node": ">=8"
|
|
1172
|
+
},
|
|
1173
|
+
"funding": {
|
|
1174
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
"node_modules/is-typed-array": {
|
|
1178
|
+
"version": "1.1.15",
|
|
1179
|
+
"integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
|
|
1180
|
+
"dev": true,
|
|
1181
|
+
"license": "MIT",
|
|
1182
|
+
"dependencies": {
|
|
1183
|
+
"which-typed-array": "^1.1.16"
|
|
1184
|
+
},
|
|
1185
|
+
"engines": {
|
|
1186
|
+
"node": ">= 0.4"
|
|
1187
|
+
},
|
|
1188
|
+
"funding": {
|
|
1189
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"node_modules/is-what": {
|
|
1193
|
+
"version": "3.14.1",
|
|
1194
|
+
"integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
|
|
1195
|
+
"dev": true,
|
|
1196
|
+
"license": "MIT"
|
|
1197
|
+
},
|
|
1198
|
+
"node_modules/is-wsl": {
|
|
1199
|
+
"version": "2.2.0",
|
|
1200
|
+
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
1201
|
+
"dev": true,
|
|
1202
|
+
"license": "MIT",
|
|
1203
|
+
"dependencies": {
|
|
1204
|
+
"is-docker": "^2.0.0"
|
|
1205
|
+
},
|
|
1206
|
+
"engines": {
|
|
1207
|
+
"node": ">=8"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
"node_modules/isarray": {
|
|
1211
|
+
"version": "2.0.5",
|
|
1212
|
+
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
1213
|
+
"dev": true,
|
|
1214
|
+
"license": "MIT"
|
|
1215
|
+
},
|
|
1216
|
+
"node_modules/isexe": {
|
|
1217
|
+
"version": "2.0.0",
|
|
1218
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
1219
|
+
"dev": true,
|
|
1220
|
+
"license": "ISC"
|
|
1221
|
+
},
|
|
1222
|
+
"node_modules/jackspeak": {
|
|
1223
|
+
"version": "3.4.3",
|
|
1224
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
1225
|
+
"dev": true,
|
|
1226
|
+
"license": "BlueOak-1.0.0",
|
|
1227
|
+
"dependencies": {
|
|
1228
|
+
"@isaacs/cliui": "^8.0.2"
|
|
1229
|
+
},
|
|
1230
|
+
"funding": {
|
|
1231
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1232
|
+
},
|
|
1233
|
+
"optionalDependencies": {
|
|
1234
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"node_modules/json-stable-stringify": {
|
|
1238
|
+
"version": "1.2.1",
|
|
1239
|
+
"integrity": "sha512-Lp6HbbBgosLmJbjx0pBLbgvx68FaFU1sdkmBuckmhhJ88kL13OA51CDtR2yJB50eCNMH9wRqtQNNiAqQH4YXnA==",
|
|
1240
|
+
"dev": true,
|
|
1241
|
+
"license": "MIT",
|
|
1242
|
+
"dependencies": {
|
|
1243
|
+
"call-bind": "^1.0.8",
|
|
1244
|
+
"call-bound": "^1.0.3",
|
|
1245
|
+
"isarray": "^2.0.5",
|
|
1246
|
+
"jsonify": "^0.0.1",
|
|
1247
|
+
"object-keys": "^1.1.1"
|
|
1248
|
+
},
|
|
1249
|
+
"engines": {
|
|
1250
|
+
"node": ">= 0.4"
|
|
1251
|
+
},
|
|
1252
|
+
"funding": {
|
|
1253
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"node_modules/json5": {
|
|
1257
|
+
"version": "2.2.3",
|
|
1258
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
1259
|
+
"dev": true,
|
|
1260
|
+
"license": "MIT",
|
|
1261
|
+
"bin": {
|
|
1262
|
+
"json5": "lib/cli.js"
|
|
1263
|
+
},
|
|
1264
|
+
"engines": {
|
|
1265
|
+
"node": ">=6"
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"node_modules/jsonfile": {
|
|
1269
|
+
"version": "6.1.0",
|
|
1270
|
+
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
1271
|
+
"dev": true,
|
|
1272
|
+
"license": "MIT",
|
|
1273
|
+
"dependencies": {
|
|
1274
|
+
"universalify": "^2.0.0"
|
|
1275
|
+
},
|
|
1276
|
+
"optionalDependencies": {
|
|
1277
|
+
"graceful-fs": "^4.1.6"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"node_modules/jsonify": {
|
|
1281
|
+
"version": "0.0.1",
|
|
1282
|
+
"integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
|
|
1283
|
+
"dev": true,
|
|
1284
|
+
"license": "Public Domain",
|
|
1285
|
+
"funding": {
|
|
1286
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"node_modules/klaw-sync": {
|
|
1290
|
+
"version": "6.0.0",
|
|
1291
|
+
"integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
|
|
1292
|
+
"dev": true,
|
|
1293
|
+
"license": "MIT",
|
|
1294
|
+
"dependencies": {
|
|
1295
|
+
"graceful-fs": "^4.1.11"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"node_modules/less": {
|
|
1299
|
+
"version": "4.2.1",
|
|
1300
|
+
"integrity": "sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==",
|
|
1301
|
+
"dev": true,
|
|
1302
|
+
"license": "Apache-2.0",
|
|
1303
|
+
"dependencies": {
|
|
1304
|
+
"copy-anything": "^2.0.1",
|
|
1305
|
+
"parse-node-version": "^1.0.1",
|
|
1306
|
+
"tslib": "^2.3.0"
|
|
1307
|
+
},
|
|
1308
|
+
"bin": {
|
|
1309
|
+
"lessc": "bin/lessc"
|
|
1310
|
+
},
|
|
1311
|
+
"engines": {
|
|
1312
|
+
"node": ">=6"
|
|
1313
|
+
},
|
|
1314
|
+
"optionalDependencies": {
|
|
1315
|
+
"errno": "^0.1.1",
|
|
1316
|
+
"graceful-fs": "^4.1.2",
|
|
1317
|
+
"image-size": "~0.5.0",
|
|
1318
|
+
"make-dir": "^2.1.0",
|
|
1319
|
+
"mime": "^1.4.1",
|
|
1320
|
+
"needle": "^3.1.0",
|
|
1321
|
+
"source-map": "~0.6.0"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"node_modules/less-plugin-clean-css": {
|
|
1325
|
+
"version": "1.6.0",
|
|
1326
|
+
"integrity": "sha512-jwXX6WlXT57OVCXa5oBJBaJq1b4s1BOKeEEoAL2UTeEitogQWfTcBbLT/vow9pl0N0MXV8Mb4KyhTGG0YbEKyQ==",
|
|
1327
|
+
"dev": true,
|
|
1328
|
+
"license": "Apache-2.0",
|
|
1329
|
+
"dependencies": {
|
|
1330
|
+
"clean-css": "5.3.3"
|
|
1331
|
+
},
|
|
1332
|
+
"engines": {
|
|
1333
|
+
"node": ">=0.10"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
"node_modules/lru-cache": {
|
|
1337
|
+
"version": "10.4.3",
|
|
1338
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
1339
|
+
"dev": true,
|
|
1340
|
+
"license": "ISC"
|
|
1341
|
+
},
|
|
1342
|
+
"node_modules/make-dir": {
|
|
1343
|
+
"version": "2.1.0",
|
|
1344
|
+
"integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
|
|
1345
|
+
"dev": true,
|
|
1346
|
+
"license": "MIT",
|
|
1347
|
+
"optional": true,
|
|
1348
|
+
"dependencies": {
|
|
1349
|
+
"pify": "^4.0.1",
|
|
1350
|
+
"semver": "^5.6.0"
|
|
1351
|
+
},
|
|
1352
|
+
"engines": {
|
|
1353
|
+
"node": ">=6"
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
"node_modules/math-intrinsics": {
|
|
1357
|
+
"version": "1.1.0",
|
|
1358
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
1359
|
+
"dev": true,
|
|
1360
|
+
"license": "MIT",
|
|
1361
|
+
"engines": {
|
|
1362
|
+
"node": ">= 0.4"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"node_modules/memfs": {
|
|
1366
|
+
"version": "4.15.3",
|
|
1367
|
+
"integrity": "sha512-vR/g1SgqvKJgAyYla+06G4p/EOcEmwhYuVb1yc1ixcKf8o/sh7Zngv63957ZSNd1xrZJoinmNyDf2LzuP8WJXw==",
|
|
1368
|
+
"dev": true,
|
|
1369
|
+
"license": "Apache-2.0",
|
|
1370
|
+
"dependencies": {
|
|
1371
|
+
"@jsonjoy.com/json-pack": "^1.0.3",
|
|
1372
|
+
"@jsonjoy.com/util": "^1.3.0",
|
|
1373
|
+
"tree-dump": "^1.0.1",
|
|
1374
|
+
"tslib": "^2.0.0"
|
|
1375
|
+
},
|
|
1376
|
+
"engines": {
|
|
1377
|
+
"node": ">= 4.0.0"
|
|
1378
|
+
},
|
|
1379
|
+
"funding": {
|
|
1380
|
+
"type": "github",
|
|
1381
|
+
"url": "https://github.com/sponsors/streamich"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
"node_modules/merge-stream": {
|
|
1385
|
+
"version": "2.0.0",
|
|
1386
|
+
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
|
1387
|
+
"dev": true,
|
|
1388
|
+
"license": "MIT"
|
|
1389
|
+
},
|
|
1390
|
+
"node_modules/micromatch": {
|
|
1391
|
+
"version": "4.0.8",
|
|
1392
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
1393
|
+
"dev": true,
|
|
1394
|
+
"license": "MIT",
|
|
1395
|
+
"dependencies": {
|
|
1396
|
+
"braces": "^3.0.3",
|
|
1397
|
+
"picomatch": "^2.3.1"
|
|
1398
|
+
},
|
|
1399
|
+
"engines": {
|
|
1400
|
+
"node": ">=8.6"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
"node_modules/mime": {
|
|
1404
|
+
"version": "1.6.0",
|
|
1405
|
+
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
1406
|
+
"dev": true,
|
|
1407
|
+
"license": "MIT",
|
|
1408
|
+
"optional": true,
|
|
1409
|
+
"bin": {
|
|
1410
|
+
"mime": "cli.js"
|
|
1411
|
+
},
|
|
1412
|
+
"engines": {
|
|
1413
|
+
"node": ">=4"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
"node_modules/mimic-fn": {
|
|
1417
|
+
"version": "2.1.0",
|
|
1418
|
+
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
1419
|
+
"dev": true,
|
|
1420
|
+
"license": "MIT",
|
|
1421
|
+
"engines": {
|
|
1422
|
+
"node": ">=6"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"node_modules/minimatch": {
|
|
1426
|
+
"version": "9.0.5",
|
|
1427
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
1428
|
+
"dev": true,
|
|
1429
|
+
"license": "ISC",
|
|
1430
|
+
"dependencies": {
|
|
1431
|
+
"brace-expansion": "^2.0.1"
|
|
1432
|
+
},
|
|
1433
|
+
"engines": {
|
|
1434
|
+
"node": ">=16 || 14 >=14.17"
|
|
1435
|
+
},
|
|
1436
|
+
"funding": {
|
|
1437
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
"node_modules/minimist": {
|
|
1441
|
+
"version": "1.2.8",
|
|
1442
|
+
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
1443
|
+
"dev": true,
|
|
1444
|
+
"license": "MIT",
|
|
1445
|
+
"funding": {
|
|
1446
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"node_modules/minipass": {
|
|
1450
|
+
"version": "7.1.2",
|
|
1451
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
1452
|
+
"dev": true,
|
|
1453
|
+
"license": "ISC",
|
|
1454
|
+
"engines": {
|
|
1455
|
+
"node": ">=16 || 14 >=14.17"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"node_modules/minizlib": {
|
|
1459
|
+
"version": "3.0.1",
|
|
1460
|
+
"integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
|
|
1461
|
+
"dev": true,
|
|
1462
|
+
"license": "MIT",
|
|
1463
|
+
"dependencies": {
|
|
1464
|
+
"minipass": "^7.0.4",
|
|
1465
|
+
"rimraf": "^5.0.5"
|
|
1466
|
+
},
|
|
1467
|
+
"engines": {
|
|
1468
|
+
"node": ">= 18"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"node_modules/minizlib/node_modules/rimraf": {
|
|
1472
|
+
"version": "5.0.10",
|
|
1473
|
+
"integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
|
|
1474
|
+
"dev": true,
|
|
1475
|
+
"license": "ISC",
|
|
1476
|
+
"dependencies": {
|
|
1477
|
+
"glob": "^10.3.7"
|
|
1478
|
+
},
|
|
1479
|
+
"bin": {
|
|
1480
|
+
"rimraf": "dist/esm/bin.mjs"
|
|
1481
|
+
},
|
|
1482
|
+
"funding": {
|
|
1483
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"node_modules/mkdirp": {
|
|
1487
|
+
"version": "3.0.1",
|
|
1488
|
+
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
1489
|
+
"dev": true,
|
|
1490
|
+
"license": "MIT",
|
|
1491
|
+
"bin": {
|
|
1492
|
+
"mkdirp": "dist/cjs/src/bin.js"
|
|
1493
|
+
},
|
|
1494
|
+
"engines": {
|
|
1495
|
+
"node": ">=10"
|
|
1496
|
+
},
|
|
1497
|
+
"funding": {
|
|
1498
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
"node_modules/needle": {
|
|
1502
|
+
"version": "3.3.1",
|
|
1503
|
+
"integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
|
|
1504
|
+
"dev": true,
|
|
1505
|
+
"license": "MIT",
|
|
1506
|
+
"optional": true,
|
|
1507
|
+
"dependencies": {
|
|
1508
|
+
"iconv-lite": "^0.6.3",
|
|
1509
|
+
"sax": "^1.2.4"
|
|
1510
|
+
},
|
|
1511
|
+
"bin": {
|
|
1512
|
+
"needle": "bin/needle"
|
|
1513
|
+
},
|
|
1514
|
+
"engines": {
|
|
1515
|
+
"node": ">= 4.4.x"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"node_modules/npm-run-path": {
|
|
1519
|
+
"version": "4.0.1",
|
|
1520
|
+
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
|
|
1521
|
+
"dev": true,
|
|
1522
|
+
"license": "MIT",
|
|
1523
|
+
"dependencies": {
|
|
1524
|
+
"path-key": "^3.0.0"
|
|
1525
|
+
},
|
|
1526
|
+
"engines": {
|
|
1527
|
+
"node": ">=8"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
"node_modules/object-inspect": {
|
|
1531
|
+
"version": "1.13.3",
|
|
1532
|
+
"integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
|
|
1533
|
+
"dev": true,
|
|
1534
|
+
"license": "MIT",
|
|
1535
|
+
"engines": {
|
|
1536
|
+
"node": ">= 0.4"
|
|
1537
|
+
},
|
|
1538
|
+
"funding": {
|
|
1539
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"node_modules/object-is": {
|
|
1543
|
+
"version": "1.1.6",
|
|
1544
|
+
"integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
|
|
1545
|
+
"dev": true,
|
|
1546
|
+
"license": "MIT",
|
|
1547
|
+
"dependencies": {
|
|
1548
|
+
"call-bind": "^1.0.7",
|
|
1549
|
+
"define-properties": "^1.2.1"
|
|
1550
|
+
},
|
|
1551
|
+
"engines": {
|
|
1552
|
+
"node": ">= 0.4"
|
|
1553
|
+
},
|
|
1554
|
+
"funding": {
|
|
1555
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"node_modules/object-keys": {
|
|
1559
|
+
"version": "1.1.1",
|
|
1560
|
+
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
|
1561
|
+
"dev": true,
|
|
1562
|
+
"license": "MIT",
|
|
1563
|
+
"engines": {
|
|
1564
|
+
"node": ">= 0.4"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
"node_modules/object.assign": {
|
|
1568
|
+
"version": "4.1.7",
|
|
1569
|
+
"integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
|
|
1570
|
+
"dev": true,
|
|
1571
|
+
"license": "MIT",
|
|
1572
|
+
"dependencies": {
|
|
1573
|
+
"call-bind": "^1.0.8",
|
|
1574
|
+
"call-bound": "^1.0.3",
|
|
1575
|
+
"define-properties": "^1.2.1",
|
|
1576
|
+
"es-object-atoms": "^1.0.0",
|
|
1577
|
+
"has-symbols": "^1.1.0",
|
|
1578
|
+
"object-keys": "^1.1.1"
|
|
1579
|
+
},
|
|
1580
|
+
"engines": {
|
|
1581
|
+
"node": ">= 0.4"
|
|
1582
|
+
},
|
|
1583
|
+
"funding": {
|
|
1584
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
"node_modules/once": {
|
|
1588
|
+
"version": "1.4.0",
|
|
1589
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
1590
|
+
"dev": true,
|
|
1591
|
+
"license": "ISC",
|
|
1592
|
+
"dependencies": {
|
|
1593
|
+
"wrappy": "1"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
"node_modules/onetime": {
|
|
1597
|
+
"version": "5.1.2",
|
|
1598
|
+
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
1599
|
+
"dev": true,
|
|
1600
|
+
"license": "MIT",
|
|
1601
|
+
"dependencies": {
|
|
1602
|
+
"mimic-fn": "^2.1.0"
|
|
1603
|
+
},
|
|
1604
|
+
"engines": {
|
|
1605
|
+
"node": ">=6"
|
|
1606
|
+
},
|
|
1607
|
+
"funding": {
|
|
1608
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
"node_modules/open": {
|
|
1612
|
+
"version": "7.4.2",
|
|
1613
|
+
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
1614
|
+
"dev": true,
|
|
1615
|
+
"license": "MIT",
|
|
1616
|
+
"dependencies": {
|
|
1617
|
+
"is-docker": "^2.0.0",
|
|
1618
|
+
"is-wsl": "^2.1.1"
|
|
1619
|
+
},
|
|
1620
|
+
"engines": {
|
|
1621
|
+
"node": ">=8"
|
|
1622
|
+
},
|
|
1623
|
+
"funding": {
|
|
1624
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"node_modules/os-tmpdir": {
|
|
1628
|
+
"version": "1.0.2",
|
|
1629
|
+
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
1630
|
+
"dev": true,
|
|
1631
|
+
"license": "MIT",
|
|
1632
|
+
"engines": {
|
|
1633
|
+
"node": ">=0.10.0"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
"node_modules/package-json-from-dist": {
|
|
1637
|
+
"version": "1.0.1",
|
|
1638
|
+
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
1639
|
+
"dev": true,
|
|
1640
|
+
"license": "BlueOak-1.0.0"
|
|
1641
|
+
},
|
|
1642
|
+
"node_modules/parse-node-version": {
|
|
1643
|
+
"version": "1.0.1",
|
|
1644
|
+
"integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
|
|
1645
|
+
"dev": true,
|
|
1646
|
+
"license": "MIT",
|
|
1647
|
+
"engines": {
|
|
1648
|
+
"node": ">= 0.10"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
"node_modules/patch-package": {
|
|
1652
|
+
"version": "8.0.0",
|
|
1653
|
+
"integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
|
|
1654
|
+
"dev": true,
|
|
1655
|
+
"license": "MIT",
|
|
1656
|
+
"dependencies": {
|
|
1657
|
+
"@yarnpkg/lockfile": "^1.1.0",
|
|
1658
|
+
"chalk": "^4.1.2",
|
|
1659
|
+
"ci-info": "^3.7.0",
|
|
1660
|
+
"cross-spawn": "^7.0.3",
|
|
1661
|
+
"find-yarn-workspace-root": "^2.0.0",
|
|
1662
|
+
"fs-extra": "^9.0.0",
|
|
1663
|
+
"json-stable-stringify": "^1.0.2",
|
|
1664
|
+
"klaw-sync": "^6.0.0",
|
|
1665
|
+
"minimist": "^1.2.6",
|
|
1666
|
+
"open": "^7.4.2",
|
|
1667
|
+
"rimraf": "^2.6.3",
|
|
1668
|
+
"semver": "^7.5.3",
|
|
1669
|
+
"slash": "^2.0.0",
|
|
1670
|
+
"tmp": "^0.0.33",
|
|
1671
|
+
"yaml": "^2.2.2"
|
|
1672
|
+
},
|
|
1673
|
+
"bin": {
|
|
1674
|
+
"patch-package": "index.js"
|
|
1675
|
+
},
|
|
1676
|
+
"engines": {
|
|
1677
|
+
"node": ">=14",
|
|
1678
|
+
"npm": ">5"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
"node_modules/patch-package/node_modules/ansi-styles": {
|
|
1682
|
+
"version": "4.3.0",
|
|
1683
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1684
|
+
"dev": true,
|
|
1685
|
+
"license": "MIT",
|
|
1686
|
+
"dependencies": {
|
|
1687
|
+
"color-convert": "^2.0.1"
|
|
1688
|
+
},
|
|
1689
|
+
"engines": {
|
|
1690
|
+
"node": ">=8"
|
|
1691
|
+
},
|
|
1692
|
+
"funding": {
|
|
1693
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"node_modules/patch-package/node_modules/chalk": {
|
|
1697
|
+
"version": "4.1.2",
|
|
1698
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
1699
|
+
"dev": true,
|
|
1700
|
+
"license": "MIT",
|
|
1701
|
+
"dependencies": {
|
|
1702
|
+
"ansi-styles": "^4.1.0",
|
|
1703
|
+
"supports-color": "^7.1.0"
|
|
1704
|
+
},
|
|
1705
|
+
"engines": {
|
|
1706
|
+
"node": ">=10"
|
|
1707
|
+
},
|
|
1708
|
+
"funding": {
|
|
1709
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"node_modules/patch-package/node_modules/fs-extra": {
|
|
1713
|
+
"version": "9.1.0",
|
|
1714
|
+
"integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
1715
|
+
"dev": true,
|
|
1716
|
+
"license": "MIT",
|
|
1717
|
+
"dependencies": {
|
|
1718
|
+
"at-least-node": "^1.0.0",
|
|
1719
|
+
"graceful-fs": "^4.2.0",
|
|
1720
|
+
"jsonfile": "^6.0.1",
|
|
1721
|
+
"universalify": "^2.0.0"
|
|
1722
|
+
},
|
|
1723
|
+
"engines": {
|
|
1724
|
+
"node": ">=10"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"node_modules/patch-package/node_modules/semver": {
|
|
1728
|
+
"version": "7.6.3",
|
|
1729
|
+
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
1730
|
+
"dev": true,
|
|
1731
|
+
"license": "ISC",
|
|
1732
|
+
"bin": {
|
|
1733
|
+
"semver": "bin/semver.js"
|
|
1734
|
+
},
|
|
1735
|
+
"engines": {
|
|
1736
|
+
"node": ">=10"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
"node_modules/path": {
|
|
1740
|
+
"version": "0.12.7",
|
|
1741
|
+
"integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==",
|
|
1742
|
+
"dev": true,
|
|
1743
|
+
"license": "MIT",
|
|
1744
|
+
"dependencies": {
|
|
1745
|
+
"process": "^0.11.1",
|
|
1746
|
+
"util": "^0.10.3"
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
"node_modules/path-is-absolute": {
|
|
1750
|
+
"version": "1.0.1",
|
|
1751
|
+
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
1752
|
+
"dev": true,
|
|
1753
|
+
"license": "MIT",
|
|
1754
|
+
"engines": {
|
|
1755
|
+
"node": ">=0.10.0"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"node_modules/path-key": {
|
|
1759
|
+
"version": "3.1.1",
|
|
1760
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
1761
|
+
"dev": true,
|
|
1762
|
+
"license": "MIT",
|
|
1763
|
+
"engines": {
|
|
1764
|
+
"node": ">=8"
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"node_modules/path-scurry": {
|
|
1768
|
+
"version": "1.11.1",
|
|
1769
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
1770
|
+
"dev": true,
|
|
1771
|
+
"license": "BlueOak-1.0.0",
|
|
1772
|
+
"dependencies": {
|
|
1773
|
+
"lru-cache": "^10.2.0",
|
|
1774
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
1775
|
+
},
|
|
1776
|
+
"engines": {
|
|
1777
|
+
"node": ">=16 || 14 >=14.18"
|
|
1778
|
+
},
|
|
1779
|
+
"funding": {
|
|
1780
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"node_modules/path-unified": {
|
|
1784
|
+
"version": "0.2.0",
|
|
1785
|
+
"integrity": "sha512-MNKqvrKbbbb5p7XHXV6ZAsf/1f/yJQa13S/fcX0uua8ew58Tgc6jXV+16JyAbnR/clgCH+euKDxrF2STxMHdrg==",
|
|
1786
|
+
"dev": true,
|
|
1787
|
+
"license": "MIT"
|
|
1788
|
+
},
|
|
1789
|
+
"node_modules/path/node_modules/inherits": {
|
|
1790
|
+
"version": "2.0.3",
|
|
1791
|
+
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
|
1792
|
+
"dev": true,
|
|
1793
|
+
"license": "ISC"
|
|
1794
|
+
},
|
|
1795
|
+
"node_modules/path/node_modules/util": {
|
|
1796
|
+
"version": "0.10.4",
|
|
1797
|
+
"integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
|
|
1798
|
+
"dev": true,
|
|
1799
|
+
"license": "MIT",
|
|
1800
|
+
"dependencies": {
|
|
1801
|
+
"inherits": "2.0.3"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"node_modules/picomatch": {
|
|
1805
|
+
"version": "2.3.1",
|
|
1806
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
1807
|
+
"dev": true,
|
|
1808
|
+
"license": "MIT",
|
|
1809
|
+
"engines": {
|
|
1810
|
+
"node": ">=8.6"
|
|
1811
|
+
},
|
|
1812
|
+
"funding": {
|
|
1813
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
"node_modules/pify": {
|
|
1817
|
+
"version": "4.0.1",
|
|
1818
|
+
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
|
|
1819
|
+
"dev": true,
|
|
1820
|
+
"license": "MIT",
|
|
1821
|
+
"optional": true,
|
|
1822
|
+
"engines": {
|
|
1823
|
+
"node": ">=6"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
"node_modules/possible-typed-array-names": {
|
|
1827
|
+
"version": "1.0.0",
|
|
1828
|
+
"integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
|
|
1829
|
+
"dev": true,
|
|
1830
|
+
"license": "MIT",
|
|
1831
|
+
"engines": {
|
|
1832
|
+
"node": ">= 0.4"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"node_modules/prettier": {
|
|
1836
|
+
"version": "3.4.2",
|
|
1837
|
+
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
|
1838
|
+
"dev": true,
|
|
1839
|
+
"license": "MIT",
|
|
1840
|
+
"bin": {
|
|
1841
|
+
"prettier": "bin/prettier.cjs"
|
|
1842
|
+
},
|
|
1843
|
+
"engines": {
|
|
1844
|
+
"node": ">=14"
|
|
1845
|
+
},
|
|
1846
|
+
"funding": {
|
|
1847
|
+
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1850
|
+
"node_modules/process": {
|
|
1851
|
+
"version": "0.11.10",
|
|
1852
|
+
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
1853
|
+
"dev": true,
|
|
1854
|
+
"license": "MIT",
|
|
1855
|
+
"engines": {
|
|
1856
|
+
"node": ">= 0.6.0"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"node_modules/prr": {
|
|
1860
|
+
"version": "1.0.1",
|
|
1861
|
+
"integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
|
|
1862
|
+
"dev": true,
|
|
1863
|
+
"license": "MIT",
|
|
1864
|
+
"optional": true
|
|
1865
|
+
},
|
|
1866
|
+
"node_modules/punycode": {
|
|
1867
|
+
"version": "1.4.1",
|
|
1868
|
+
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
|
|
1869
|
+
"dev": true,
|
|
1870
|
+
"license": "MIT"
|
|
1871
|
+
},
|
|
1872
|
+
"node_modules/qs": {
|
|
1873
|
+
"version": "6.13.1",
|
|
1874
|
+
"integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==",
|
|
1875
|
+
"dev": true,
|
|
1876
|
+
"license": "BSD-3-Clause",
|
|
1877
|
+
"dependencies": {
|
|
1878
|
+
"side-channel": "^1.0.6"
|
|
1879
|
+
},
|
|
1880
|
+
"engines": {
|
|
1881
|
+
"node": ">=0.6"
|
|
1882
|
+
},
|
|
1883
|
+
"funding": {
|
|
1884
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
"node_modules/require-directory": {
|
|
1888
|
+
"version": "2.1.1",
|
|
1889
|
+
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
1890
|
+
"dev": true,
|
|
1891
|
+
"license": "MIT",
|
|
1892
|
+
"engines": {
|
|
1893
|
+
"node": ">=0.10.0"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
"node_modules/rimraf": {
|
|
1897
|
+
"version": "2.7.1",
|
|
1898
|
+
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
1899
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
1900
|
+
"dev": true,
|
|
1901
|
+
"license": "ISC",
|
|
1902
|
+
"dependencies": {
|
|
1903
|
+
"glob": "^7.1.3"
|
|
1904
|
+
},
|
|
1905
|
+
"bin": {
|
|
1906
|
+
"rimraf": "bin.js"
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
1910
|
+
"version": "1.1.11",
|
|
1911
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
1912
|
+
"dev": true,
|
|
1913
|
+
"license": "MIT",
|
|
1914
|
+
"dependencies": {
|
|
1915
|
+
"balanced-match": "^1.0.0",
|
|
1916
|
+
"concat-map": "0.0.1"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"node_modules/rimraf/node_modules/glob": {
|
|
1920
|
+
"version": "7.2.3",
|
|
1921
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1922
|
+
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
1923
|
+
"dev": true,
|
|
1924
|
+
"license": "ISC",
|
|
1925
|
+
"dependencies": {
|
|
1926
|
+
"fs.realpath": "^1.0.0",
|
|
1927
|
+
"inflight": "^1.0.4",
|
|
1928
|
+
"inherits": "2",
|
|
1929
|
+
"minimatch": "^3.1.1",
|
|
1930
|
+
"once": "^1.3.0",
|
|
1931
|
+
"path-is-absolute": "^1.0.0"
|
|
1932
|
+
},
|
|
1933
|
+
"engines": {
|
|
1934
|
+
"node": "*"
|
|
1935
|
+
},
|
|
1936
|
+
"funding": {
|
|
1937
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
"node_modules/rimraf/node_modules/minimatch": {
|
|
1941
|
+
"version": "3.1.2",
|
|
1942
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
1943
|
+
"dev": true,
|
|
1944
|
+
"license": "ISC",
|
|
1945
|
+
"dependencies": {
|
|
1946
|
+
"brace-expansion": "^1.1.7"
|
|
1947
|
+
},
|
|
1948
|
+
"engines": {
|
|
1949
|
+
"node": "*"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
"node_modules/safe-buffer": {
|
|
1953
|
+
"version": "5.2.1",
|
|
1954
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1955
|
+
"dev": true,
|
|
1956
|
+
"funding": [
|
|
1957
|
+
{
|
|
1958
|
+
"type": "github",
|
|
1959
|
+
"url": "https://github.com/sponsors/feross"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"type": "patreon",
|
|
1963
|
+
"url": "https://www.patreon.com/feross"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"type": "consulting",
|
|
1967
|
+
"url": "https://feross.org/support"
|
|
1968
|
+
}
|
|
1969
|
+
],
|
|
1970
|
+
"license": "MIT"
|
|
1971
|
+
},
|
|
1972
|
+
"node_modules/safe-regex-test": {
|
|
1973
|
+
"version": "1.1.0",
|
|
1974
|
+
"integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
|
|
1975
|
+
"dev": true,
|
|
1976
|
+
"license": "MIT",
|
|
1977
|
+
"dependencies": {
|
|
1978
|
+
"call-bound": "^1.0.2",
|
|
1979
|
+
"es-errors": "^1.3.0",
|
|
1980
|
+
"is-regex": "^1.2.1"
|
|
1981
|
+
},
|
|
1982
|
+
"engines": {
|
|
1983
|
+
"node": ">= 0.4"
|
|
1984
|
+
},
|
|
1985
|
+
"funding": {
|
|
1986
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"node_modules/safer-buffer": {
|
|
1990
|
+
"version": "2.1.2",
|
|
1991
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
1992
|
+
"dev": true,
|
|
1993
|
+
"license": "MIT",
|
|
1994
|
+
"optional": true
|
|
1995
|
+
},
|
|
1996
|
+
"node_modules/sax": {
|
|
1997
|
+
"version": "1.4.1",
|
|
1998
|
+
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
|
|
1999
|
+
"dev": true,
|
|
2000
|
+
"license": "ISC",
|
|
2001
|
+
"optional": true
|
|
2002
|
+
},
|
|
2003
|
+
"node_modules/semver": {
|
|
2004
|
+
"version": "5.7.2",
|
|
2005
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
2006
|
+
"dev": true,
|
|
2007
|
+
"license": "ISC",
|
|
2008
|
+
"optional": true,
|
|
2009
|
+
"bin": {
|
|
2010
|
+
"semver": "bin/semver"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"node_modules/set-function-length": {
|
|
2014
|
+
"version": "1.2.2",
|
|
2015
|
+
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
2016
|
+
"dev": true,
|
|
2017
|
+
"license": "MIT",
|
|
2018
|
+
"dependencies": {
|
|
2019
|
+
"define-data-property": "^1.1.4",
|
|
2020
|
+
"es-errors": "^1.3.0",
|
|
2021
|
+
"function-bind": "^1.1.2",
|
|
2022
|
+
"get-intrinsic": "^1.2.4",
|
|
2023
|
+
"gopd": "^1.0.1",
|
|
2024
|
+
"has-property-descriptors": "^1.0.2"
|
|
2025
|
+
},
|
|
2026
|
+
"engines": {
|
|
2027
|
+
"node": ">= 0.4"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
"node_modules/shebang-command": {
|
|
2031
|
+
"version": "2.0.0",
|
|
2032
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
2033
|
+
"dev": true,
|
|
2034
|
+
"license": "MIT",
|
|
2035
|
+
"dependencies": {
|
|
2036
|
+
"shebang-regex": "^3.0.0"
|
|
2037
|
+
},
|
|
2038
|
+
"engines": {
|
|
2039
|
+
"node": ">=8"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"node_modules/shebang-regex": {
|
|
2043
|
+
"version": "3.0.0",
|
|
2044
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
2045
|
+
"dev": true,
|
|
2046
|
+
"license": "MIT",
|
|
2047
|
+
"engines": {
|
|
2048
|
+
"node": ">=8"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"node_modules/side-channel": {
|
|
2052
|
+
"version": "1.1.0",
|
|
2053
|
+
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
2054
|
+
"dev": true,
|
|
2055
|
+
"license": "MIT",
|
|
2056
|
+
"dependencies": {
|
|
2057
|
+
"es-errors": "^1.3.0",
|
|
2058
|
+
"object-inspect": "^1.13.3",
|
|
2059
|
+
"side-channel-list": "^1.0.0",
|
|
2060
|
+
"side-channel-map": "^1.0.1",
|
|
2061
|
+
"side-channel-weakmap": "^1.0.2"
|
|
2062
|
+
},
|
|
2063
|
+
"engines": {
|
|
2064
|
+
"node": ">= 0.4"
|
|
2065
|
+
},
|
|
2066
|
+
"funding": {
|
|
2067
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"node_modules/side-channel-list": {
|
|
2071
|
+
"version": "1.0.0",
|
|
2072
|
+
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
2073
|
+
"dev": true,
|
|
2074
|
+
"license": "MIT",
|
|
2075
|
+
"dependencies": {
|
|
2076
|
+
"es-errors": "^1.3.0",
|
|
2077
|
+
"object-inspect": "^1.13.3"
|
|
2078
|
+
},
|
|
2079
|
+
"engines": {
|
|
2080
|
+
"node": ">= 0.4"
|
|
2081
|
+
},
|
|
2082
|
+
"funding": {
|
|
2083
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
"node_modules/side-channel-map": {
|
|
2087
|
+
"version": "1.0.1",
|
|
2088
|
+
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
2089
|
+
"dev": true,
|
|
2090
|
+
"license": "MIT",
|
|
2091
|
+
"dependencies": {
|
|
2092
|
+
"call-bound": "^1.0.2",
|
|
2093
|
+
"es-errors": "^1.3.0",
|
|
2094
|
+
"get-intrinsic": "^1.2.5",
|
|
2095
|
+
"object-inspect": "^1.13.3"
|
|
2096
|
+
},
|
|
2097
|
+
"engines": {
|
|
2098
|
+
"node": ">= 0.4"
|
|
2099
|
+
},
|
|
2100
|
+
"funding": {
|
|
2101
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
"node_modules/side-channel-weakmap": {
|
|
2105
|
+
"version": "1.0.2",
|
|
2106
|
+
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
2107
|
+
"dev": true,
|
|
2108
|
+
"license": "MIT",
|
|
2109
|
+
"dependencies": {
|
|
2110
|
+
"call-bound": "^1.0.2",
|
|
2111
|
+
"es-errors": "^1.3.0",
|
|
2112
|
+
"get-intrinsic": "^1.2.5",
|
|
2113
|
+
"object-inspect": "^1.13.3",
|
|
2114
|
+
"side-channel-map": "^1.0.1"
|
|
2115
|
+
},
|
|
2116
|
+
"engines": {
|
|
2117
|
+
"node": ">= 0.4"
|
|
2118
|
+
},
|
|
2119
|
+
"funding": {
|
|
2120
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"node_modules/signal-exit": {
|
|
2124
|
+
"version": "3.0.7",
|
|
2125
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
2126
|
+
"dev": true,
|
|
2127
|
+
"license": "ISC"
|
|
2128
|
+
},
|
|
2129
|
+
"node_modules/slash": {
|
|
2130
|
+
"version": "2.0.0",
|
|
2131
|
+
"integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
|
|
2132
|
+
"dev": true,
|
|
2133
|
+
"license": "MIT",
|
|
2134
|
+
"engines": {
|
|
2135
|
+
"node": ">=6"
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
"node_modules/source-map": {
|
|
2139
|
+
"version": "0.6.1",
|
|
2140
|
+
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
2141
|
+
"dev": true,
|
|
2142
|
+
"license": "BSD-3-Clause",
|
|
2143
|
+
"engines": {
|
|
2144
|
+
"node": ">=0.10.0"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
"node_modules/stream": {
|
|
2148
|
+
"version": "0.0.3",
|
|
2149
|
+
"integrity": "sha512-aMsbn7VKrl4A2T7QAQQbzgN7NVc70vgF5INQrBXqn4dCXN1zy3L9HGgLO5s7PExmdrzTJ8uR/27aviW8or8/+A==",
|
|
2150
|
+
"dev": true,
|
|
2151
|
+
"license": "MIT",
|
|
2152
|
+
"dependencies": {
|
|
2153
|
+
"component-emitter": "^2.0.0"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
"node_modules/string_decoder": {
|
|
2157
|
+
"version": "1.3.0",
|
|
2158
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
2159
|
+
"dev": true,
|
|
2160
|
+
"license": "MIT",
|
|
2161
|
+
"dependencies": {
|
|
2162
|
+
"safe-buffer": "~5.2.0"
|
|
2163
|
+
}
|
|
2164
|
+
},
|
|
2165
|
+
"node_modules/string-width": {
|
|
2166
|
+
"version": "5.1.2",
|
|
2167
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
2168
|
+
"dev": true,
|
|
2169
|
+
"license": "MIT",
|
|
2170
|
+
"dependencies": {
|
|
2171
|
+
"eastasianwidth": "^0.2.0",
|
|
2172
|
+
"emoji-regex": "^9.2.2",
|
|
2173
|
+
"strip-ansi": "^7.0.1"
|
|
2174
|
+
},
|
|
2175
|
+
"engines": {
|
|
2176
|
+
"node": ">=12"
|
|
2177
|
+
},
|
|
2178
|
+
"funding": {
|
|
2179
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
"node_modules/string-width-cjs": {
|
|
2183
|
+
"name": "string-width",
|
|
2184
|
+
"version": "4.2.3",
|
|
2185
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
2186
|
+
"dev": true,
|
|
2187
|
+
"license": "MIT",
|
|
2188
|
+
"dependencies": {
|
|
2189
|
+
"emoji-regex": "^8.0.0",
|
|
2190
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
2191
|
+
"strip-ansi": "^6.0.1"
|
|
2192
|
+
},
|
|
2193
|
+
"engines": {
|
|
2194
|
+
"node": ">=8"
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
"node_modules/string-width-cjs/node_modules/ansi-regex": {
|
|
2198
|
+
"version": "5.0.1",
|
|
2199
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2200
|
+
"dev": true,
|
|
2201
|
+
"license": "MIT",
|
|
2202
|
+
"engines": {
|
|
2203
|
+
"node": ">=8"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
2207
|
+
"version": "8.0.0",
|
|
2208
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
2209
|
+
"dev": true,
|
|
2210
|
+
"license": "MIT"
|
|
2211
|
+
},
|
|
2212
|
+
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
2213
|
+
"version": "6.0.1",
|
|
2214
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2215
|
+
"dev": true,
|
|
2216
|
+
"license": "MIT",
|
|
2217
|
+
"dependencies": {
|
|
2218
|
+
"ansi-regex": "^5.0.1"
|
|
2219
|
+
},
|
|
2220
|
+
"engines": {
|
|
2221
|
+
"node": ">=8"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
"node_modules/strip-ansi": {
|
|
2225
|
+
"version": "7.1.0",
|
|
2226
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
2227
|
+
"dev": true,
|
|
2228
|
+
"license": "MIT",
|
|
2229
|
+
"dependencies": {
|
|
2230
|
+
"ansi-regex": "^6.0.1"
|
|
2231
|
+
},
|
|
2232
|
+
"engines": {
|
|
2233
|
+
"node": ">=12"
|
|
2234
|
+
},
|
|
2235
|
+
"funding": {
|
|
2236
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"node_modules/strip-ansi-cjs": {
|
|
2240
|
+
"name": "strip-ansi",
|
|
2241
|
+
"version": "6.0.1",
|
|
2242
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2243
|
+
"dev": true,
|
|
2244
|
+
"license": "MIT",
|
|
2245
|
+
"dependencies": {
|
|
2246
|
+
"ansi-regex": "^5.0.1"
|
|
2247
|
+
},
|
|
2248
|
+
"engines": {
|
|
2249
|
+
"node": ">=8"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
2253
|
+
"version": "5.0.1",
|
|
2254
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2255
|
+
"dev": true,
|
|
2256
|
+
"license": "MIT",
|
|
2257
|
+
"engines": {
|
|
2258
|
+
"node": ">=8"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"node_modules/strip-final-newline": {
|
|
2262
|
+
"version": "2.0.0",
|
|
2263
|
+
"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
|
|
2264
|
+
"dev": true,
|
|
2265
|
+
"license": "MIT",
|
|
2266
|
+
"engines": {
|
|
2267
|
+
"node": ">=6"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
"node_modules/style-dictionary": {
|
|
2271
|
+
"version": "4.3.0",
|
|
2272
|
+
"integrity": "sha512-bwasoBSGzIUzeZKR9HKD+qaTFzcVc3SAx+ziD41DAbDZ8OGFnfXfU3Nb3xdZb8VhxNKT21MowR5jOFvdJE9ayQ==",
|
|
2273
|
+
"dev": true,
|
|
2274
|
+
"hasInstallScript": true,
|
|
2275
|
+
"license": "Apache-2.0",
|
|
2276
|
+
"dependencies": {
|
|
2277
|
+
"@bundled-es-modules/deepmerge": "^4.3.1",
|
|
2278
|
+
"@bundled-es-modules/glob": "^10.4.2",
|
|
2279
|
+
"@bundled-es-modules/memfs": "^4.9.4",
|
|
2280
|
+
"@zip.js/zip.js": "^2.7.44",
|
|
2281
|
+
"chalk": "^5.3.0",
|
|
2282
|
+
"change-case": "^5.3.0",
|
|
2283
|
+
"commander": "^8.3.0",
|
|
2284
|
+
"is-plain-obj": "^4.1.0",
|
|
2285
|
+
"json5": "^2.2.2",
|
|
2286
|
+
"patch-package": "^8.0.0",
|
|
2287
|
+
"path-unified": "^0.2.0",
|
|
2288
|
+
"prettier": "^3.3.3",
|
|
2289
|
+
"tinycolor2": "^1.6.0"
|
|
2290
|
+
},
|
|
2291
|
+
"bin": {
|
|
2292
|
+
"style-dictionary": "bin/style-dictionary.js"
|
|
2293
|
+
},
|
|
2294
|
+
"engines": {
|
|
2295
|
+
"node": ">=18.0.0"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"node_modules/supports-color": {
|
|
2299
|
+
"version": "7.2.0",
|
|
2300
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2301
|
+
"dev": true,
|
|
2302
|
+
"license": "MIT",
|
|
2303
|
+
"dependencies": {
|
|
2304
|
+
"has-flag": "^4.0.0"
|
|
2305
|
+
},
|
|
2306
|
+
"engines": {
|
|
2307
|
+
"node": ">=8"
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2310
|
+
"node_modules/tar": {
|
|
2311
|
+
"version": "7.4.3",
|
|
2312
|
+
"integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
|
|
2313
|
+
"dev": true,
|
|
2314
|
+
"license": "ISC",
|
|
2315
|
+
"dependencies": {
|
|
2316
|
+
"@isaacs/fs-minipass": "^4.0.0",
|
|
2317
|
+
"chownr": "^3.0.0",
|
|
2318
|
+
"minipass": "^7.1.2",
|
|
2319
|
+
"minizlib": "^3.0.1",
|
|
2320
|
+
"mkdirp": "^3.0.1",
|
|
2321
|
+
"yallist": "^5.0.0"
|
|
2322
|
+
},
|
|
2323
|
+
"engines": {
|
|
2324
|
+
"node": ">=18"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"node_modules/thingies": {
|
|
2328
|
+
"version": "1.21.0",
|
|
2329
|
+
"integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==",
|
|
2330
|
+
"dev": true,
|
|
2331
|
+
"license": "Unlicense",
|
|
2332
|
+
"engines": {
|
|
2333
|
+
"node": ">=10.18"
|
|
2334
|
+
},
|
|
2335
|
+
"peerDependencies": {
|
|
2336
|
+
"tslib": "^2"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
"node_modules/tinycolor2": {
|
|
2340
|
+
"version": "1.6.0",
|
|
2341
|
+
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
|
|
2342
|
+
"dev": true,
|
|
2343
|
+
"license": "MIT"
|
|
2344
|
+
},
|
|
2345
|
+
"node_modules/tmp": {
|
|
2346
|
+
"version": "0.0.33",
|
|
2347
|
+
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
2348
|
+
"dev": true,
|
|
2349
|
+
"license": "MIT",
|
|
2350
|
+
"dependencies": {
|
|
2351
|
+
"os-tmpdir": "~1.0.2"
|
|
2352
|
+
},
|
|
2353
|
+
"engines": {
|
|
2354
|
+
"node": ">=0.6.0"
|
|
2355
|
+
}
|
|
2356
|
+
},
|
|
2357
|
+
"node_modules/to-regex-range": {
|
|
2358
|
+
"version": "5.0.1",
|
|
2359
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
2360
|
+
"dev": true,
|
|
2361
|
+
"license": "MIT",
|
|
2362
|
+
"dependencies": {
|
|
2363
|
+
"is-number": "^7.0.0"
|
|
2364
|
+
},
|
|
2365
|
+
"engines": {
|
|
2366
|
+
"node": ">=8.0"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2369
|
+
"node_modules/tree-dump": {
|
|
2370
|
+
"version": "1.0.2",
|
|
2371
|
+
"integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==",
|
|
2372
|
+
"dev": true,
|
|
2373
|
+
"license": "Apache-2.0",
|
|
2374
|
+
"engines": {
|
|
2375
|
+
"node": ">=10.0"
|
|
2376
|
+
},
|
|
2377
|
+
"funding": {
|
|
2378
|
+
"type": "github",
|
|
2379
|
+
"url": "https://github.com/sponsors/streamich"
|
|
2380
|
+
},
|
|
2381
|
+
"peerDependencies": {
|
|
2382
|
+
"tslib": "2"
|
|
2383
|
+
}
|
|
2384
|
+
},
|
|
2385
|
+
"node_modules/tslib": {
|
|
2386
|
+
"version": "2.8.1",
|
|
2387
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2388
|
+
"dev": true,
|
|
2389
|
+
"license": "0BSD"
|
|
2390
|
+
},
|
|
2391
|
+
"node_modules/universalify": {
|
|
2392
|
+
"version": "2.0.1",
|
|
2393
|
+
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
2394
|
+
"dev": true,
|
|
2395
|
+
"license": "MIT",
|
|
2396
|
+
"engines": {
|
|
2397
|
+
"node": ">= 10.0.0"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
"node_modules/url": {
|
|
2401
|
+
"version": "0.11.4",
|
|
2402
|
+
"integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==",
|
|
2403
|
+
"dev": true,
|
|
2404
|
+
"license": "MIT",
|
|
2405
|
+
"dependencies": {
|
|
2406
|
+
"punycode": "^1.4.1",
|
|
2407
|
+
"qs": "^6.12.3"
|
|
2408
|
+
},
|
|
2409
|
+
"engines": {
|
|
2410
|
+
"node": ">= 0.4"
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
"node_modules/util": {
|
|
2414
|
+
"version": "0.12.5",
|
|
2415
|
+
"integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
|
|
2416
|
+
"dev": true,
|
|
2417
|
+
"license": "MIT",
|
|
2418
|
+
"dependencies": {
|
|
2419
|
+
"inherits": "^2.0.3",
|
|
2420
|
+
"is-arguments": "^1.0.4",
|
|
2421
|
+
"is-generator-function": "^1.0.7",
|
|
2422
|
+
"is-typed-array": "^1.1.3",
|
|
2423
|
+
"which-typed-array": "^1.1.2"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"node_modules/which": {
|
|
2427
|
+
"version": "2.0.2",
|
|
2428
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
2429
|
+
"dev": true,
|
|
2430
|
+
"license": "ISC",
|
|
2431
|
+
"dependencies": {
|
|
2432
|
+
"isexe": "^2.0.0"
|
|
2433
|
+
},
|
|
2434
|
+
"bin": {
|
|
2435
|
+
"node-which": "bin/node-which"
|
|
2436
|
+
},
|
|
2437
|
+
"engines": {
|
|
2438
|
+
"node": ">= 8"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
"node_modules/which-typed-array": {
|
|
2442
|
+
"version": "1.1.18",
|
|
2443
|
+
"integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==",
|
|
2444
|
+
"dev": true,
|
|
2445
|
+
"license": "MIT",
|
|
2446
|
+
"dependencies": {
|
|
2447
|
+
"available-typed-arrays": "^1.0.7",
|
|
2448
|
+
"call-bind": "^1.0.8",
|
|
2449
|
+
"call-bound": "^1.0.3",
|
|
2450
|
+
"for-each": "^0.3.3",
|
|
2451
|
+
"gopd": "^1.2.0",
|
|
2452
|
+
"has-tostringtag": "^1.0.2"
|
|
2453
|
+
},
|
|
2454
|
+
"engines": {
|
|
2455
|
+
"node": ">= 0.4"
|
|
2456
|
+
},
|
|
2457
|
+
"funding": {
|
|
2458
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
"node_modules/wrap-ansi": {
|
|
2462
|
+
"version": "8.1.0",
|
|
2463
|
+
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
2464
|
+
"dev": true,
|
|
2465
|
+
"license": "MIT",
|
|
2466
|
+
"dependencies": {
|
|
2467
|
+
"ansi-styles": "^6.1.0",
|
|
2468
|
+
"string-width": "^5.0.1",
|
|
2469
|
+
"strip-ansi": "^7.0.1"
|
|
2470
|
+
},
|
|
2471
|
+
"engines": {
|
|
2472
|
+
"node": ">=12"
|
|
2473
|
+
},
|
|
2474
|
+
"funding": {
|
|
2475
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"node_modules/wrap-ansi-cjs": {
|
|
2479
|
+
"name": "wrap-ansi",
|
|
2480
|
+
"version": "7.0.0",
|
|
2481
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2482
|
+
"dev": true,
|
|
2483
|
+
"license": "MIT",
|
|
2484
|
+
"dependencies": {
|
|
2485
|
+
"ansi-styles": "^4.0.0",
|
|
2486
|
+
"string-width": "^4.1.0",
|
|
2487
|
+
"strip-ansi": "^6.0.0"
|
|
2488
|
+
},
|
|
2489
|
+
"engines": {
|
|
2490
|
+
"node": ">=10"
|
|
2491
|
+
},
|
|
2492
|
+
"funding": {
|
|
2493
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
2497
|
+
"version": "5.0.1",
|
|
2498
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2499
|
+
"dev": true,
|
|
2500
|
+
"license": "MIT",
|
|
2501
|
+
"engines": {
|
|
2502
|
+
"node": ">=8"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
2506
|
+
"version": "4.3.0",
|
|
2507
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2508
|
+
"dev": true,
|
|
2509
|
+
"license": "MIT",
|
|
2510
|
+
"dependencies": {
|
|
2511
|
+
"color-convert": "^2.0.1"
|
|
2512
|
+
},
|
|
2513
|
+
"engines": {
|
|
2514
|
+
"node": ">=8"
|
|
2515
|
+
},
|
|
2516
|
+
"funding": {
|
|
2517
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
2521
|
+
"version": "8.0.0",
|
|
2522
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
2523
|
+
"dev": true,
|
|
2524
|
+
"license": "MIT"
|
|
2525
|
+
},
|
|
2526
|
+
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
2527
|
+
"version": "4.2.3",
|
|
2528
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
2529
|
+
"dev": true,
|
|
2530
|
+
"license": "MIT",
|
|
2531
|
+
"dependencies": {
|
|
2532
|
+
"emoji-regex": "^8.0.0",
|
|
2533
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
2534
|
+
"strip-ansi": "^6.0.1"
|
|
2535
|
+
},
|
|
2536
|
+
"engines": {
|
|
2537
|
+
"node": ">=8"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
2541
|
+
"version": "6.0.1",
|
|
2542
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2543
|
+
"dev": true,
|
|
2544
|
+
"license": "MIT",
|
|
2545
|
+
"dependencies": {
|
|
2546
|
+
"ansi-regex": "^5.0.1"
|
|
2547
|
+
},
|
|
2548
|
+
"engines": {
|
|
2549
|
+
"node": ">=8"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
"node_modules/wrappy": {
|
|
2553
|
+
"version": "1.0.2",
|
|
2554
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
2555
|
+
"dev": true,
|
|
2556
|
+
"license": "ISC"
|
|
2557
|
+
},
|
|
2558
|
+
"node_modules/y18n": {
|
|
2559
|
+
"version": "5.0.8",
|
|
2560
|
+
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
2561
|
+
"dev": true,
|
|
2562
|
+
"license": "ISC",
|
|
2563
|
+
"engines": {
|
|
2564
|
+
"node": ">=10"
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
"node_modules/yallist": {
|
|
2568
|
+
"version": "5.0.0",
|
|
2569
|
+
"integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
|
|
2570
|
+
"dev": true,
|
|
2571
|
+
"license": "BlueOak-1.0.0",
|
|
2572
|
+
"engines": {
|
|
2573
|
+
"node": ">=18"
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2576
|
+
"node_modules/yaml": {
|
|
2577
|
+
"version": "2.7.0",
|
|
2578
|
+
"integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
|
|
2579
|
+
"dev": true,
|
|
2580
|
+
"license": "ISC",
|
|
2581
|
+
"bin": {
|
|
2582
|
+
"yaml": "bin.mjs"
|
|
2583
|
+
},
|
|
2584
|
+
"engines": {
|
|
2585
|
+
"node": ">= 14"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2588
|
+
"node_modules/yargs": {
|
|
2589
|
+
"version": "17.7.2",
|
|
2590
|
+
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
2591
|
+
"dev": true,
|
|
2592
|
+
"license": "MIT",
|
|
2593
|
+
"dependencies": {
|
|
2594
|
+
"cliui": "^8.0.1",
|
|
2595
|
+
"escalade": "^3.1.1",
|
|
2596
|
+
"get-caller-file": "^2.0.5",
|
|
2597
|
+
"require-directory": "^2.1.1",
|
|
2598
|
+
"string-width": "^4.2.3",
|
|
2599
|
+
"y18n": "^5.0.5",
|
|
2600
|
+
"yargs-parser": "^21.1.1"
|
|
2601
|
+
},
|
|
2602
|
+
"engines": {
|
|
2603
|
+
"node": ">=12"
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2606
|
+
"node_modules/yargs-parser": {
|
|
2607
|
+
"version": "21.1.1",
|
|
2608
|
+
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
2609
|
+
"dev": true,
|
|
2610
|
+
"license": "ISC",
|
|
2611
|
+
"engines": {
|
|
2612
|
+
"node": ">=12"
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"node_modules/yargs/node_modules/ansi-regex": {
|
|
2616
|
+
"version": "5.0.1",
|
|
2617
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2618
|
+
"dev": true,
|
|
2619
|
+
"license": "MIT",
|
|
2620
|
+
"engines": {
|
|
2621
|
+
"node": ">=8"
|
|
2622
|
+
}
|
|
2623
|
+
},
|
|
2624
|
+
"node_modules/yargs/node_modules/emoji-regex": {
|
|
2625
|
+
"version": "8.0.0",
|
|
2626
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
2627
|
+
"dev": true,
|
|
2628
|
+
"license": "MIT"
|
|
2629
|
+
},
|
|
2630
|
+
"node_modules/yargs/node_modules/string-width": {
|
|
2631
|
+
"version": "4.2.3",
|
|
2632
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
2633
|
+
"dev": true,
|
|
2634
|
+
"license": "MIT",
|
|
2635
|
+
"dependencies": {
|
|
2636
|
+
"emoji-regex": "^8.0.0",
|
|
2637
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
2638
|
+
"strip-ansi": "^6.0.1"
|
|
2639
|
+
},
|
|
2640
|
+
"engines": {
|
|
2641
|
+
"node": ">=8"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
"node_modules/yargs/node_modules/strip-ansi": {
|
|
2645
|
+
"version": "6.0.1",
|
|
2646
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2647
|
+
"dev": true,
|
|
2648
|
+
"license": "MIT",
|
|
2649
|
+
"dependencies": {
|
|
2650
|
+
"ansi-regex": "^5.0.1"
|
|
2651
|
+
},
|
|
2652
|
+
"engines": {
|
|
2653
|
+
"node": ">=8"
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
}
|
|
2657
|
+
}
|