@transfermarkt/global-styles 1.7.7 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bun.lock ADDED
@@ -0,0 +1,1060 @@
1
+ {
2
+ "lockfileVersion": 1,
3
+ "workspaces": {
4
+ "": {
5
+ "name": "@transfermarkt/global-styles",
6
+ "dependencies": {
7
+ "postcss": "8.4.49",
8
+ "postcss-html": "1.7.0",
9
+ "postcss-scss": "4.0.9",
10
+ "stylelint": "16.11.0",
11
+ "stylelint-config-standard-scss": "14.0.0",
12
+ "stylelint-order": "6.0.4",
13
+ "stylelint-selector-bem-pattern": "4.0.1",
14
+ },
15
+ "devDependencies": {
16
+ "@transfermarkt/prettier-config": "^1.3.0",
17
+ "@transfermarkt/semantic-release-config": "2.0.12",
18
+ "@transfermarkt/stylelint-config": "^2.0.0",
19
+ "husky": "^9.0.10",
20
+ "lint-staged": "^15.2.0",
21
+ },
22
+ "peerDependencies": {
23
+ "sass-map-get-next-prev": "^1.0.0",
24
+ },
25
+ },
26
+ },
27
+ "packages": {
28
+ "@ampproject/remapping": ["@ampproject/remapping@2.2.1", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" } }, ""],
29
+
30
+ "@babel/code-frame": ["@babel/code-frame@7.23.5", "", { "dependencies": { "@babel/highlight": "^7.23.4", "chalk": "^2.4.2" } }, ""],
31
+
32
+ "@babel/helper-validator-identifier": ["@babel/helper-validator-identifier@7.22.20", "", {}, ""],
33
+
34
+ "@babel/highlight": ["@babel/highlight@7.23.4", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", "js-tokens": "^4.0.0" } }, ""],
35
+
36
+ "@colors/colors": ["@colors/colors@1.5.0", "", {}, ""],
37
+
38
+ "@csstools/css-parser-algorithms": ["@csstools/css-parser-algorithms@3.0.4", "", { "peerDependencies": { "@csstools/css-tokenizer": "^3.0.3" } }, "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A=="],
39
+
40
+ "@csstools/css-tokenizer": ["@csstools/css-tokenizer@3.0.3", "", {}, "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw=="],
41
+
42
+ "@csstools/media-query-list-parser": ["@csstools/media-query-list-parser@4.0.2", "", { "peerDependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3" } }, "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A=="],
43
+
44
+ "@csstools/selector-specificity": ["@csstools/selector-specificity@5.0.0", "", { "peerDependencies": { "postcss-selector-parser": "^7.0.0" } }, "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw=="],
45
+
46
+ "@dual-bundle/import-meta-resolve": ["@dual-bundle/import-meta-resolve@4.1.0", "", {}, ""],
47
+
48
+ "@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.3", "", { "dependencies": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.9" } }, ""],
49
+
50
+ "@jridgewell/resolve-uri": ["@jridgewell/resolve-uri@3.1.1", "", {}, ""],
51
+
52
+ "@jridgewell/set-array": ["@jridgewell/set-array@1.1.2", "", {}, ""],
53
+
54
+ "@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.4.15", "", {}, ""],
55
+
56
+ "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.22", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, ""],
57
+
58
+ "@nodelib/fs.scandir": ["@nodelib/fs.scandir@2.1.5", "", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, ""],
59
+
60
+ "@nodelib/fs.stat": ["@nodelib/fs.stat@2.0.5", "", {}, ""],
61
+
62
+ "@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, ""],
63
+
64
+ "@octokit/auth-token": ["@octokit/auth-token@5.0.1", "", {}, ""],
65
+
66
+ "@octokit/core": ["@octokit/core@6.0.1", "", { "dependencies": { "@octokit/auth-token": "^5.0.0", "@octokit/graphql": "^8.0.0", "@octokit/request": "^9.0.0", "@octokit/request-error": "^6.0.1", "@octokit/types": "^12.0.0", "before-after-hook": "^3.0.2", "universal-user-agent": "^7.0.0" } }, ""],
67
+
68
+ "@octokit/endpoint": ["@octokit/endpoint@10.0.0", "", { "dependencies": { "@octokit/types": "^12.0.0", "universal-user-agent": "^7.0.2" } }, ""],
69
+
70
+ "@octokit/graphql": ["@octokit/graphql@8.0.1", "", { "dependencies": { "@octokit/request": "^9.0.0", "@octokit/types": "^12.0.0", "universal-user-agent": "^7.0.0" } }, ""],
71
+
72
+ "@octokit/openapi-types": ["@octokit/openapi-types@20.0.0", "", {}, ""],
73
+
74
+ "@octokit/plugin-paginate-rest": ["@octokit/plugin-paginate-rest@10.0.0", "", { "dependencies": { "@octokit/types": "^12.6.0" }, "peerDependencies": { "@octokit/core": ">=6" } }, ""],
75
+
76
+ "@octokit/plugin-retry": ["@octokit/plugin-retry@7.0.3", "", { "dependencies": { "@octokit/request-error": "^6.0.0", "@octokit/types": "^12.0.0", "bottleneck": "^2.15.3" }, "peerDependencies": { "@octokit/core": ">=6" } }, ""],
77
+
78
+ "@octokit/plugin-throttling": ["@octokit/plugin-throttling@9.0.3", "", { "dependencies": { "@octokit/types": "^12.6.0", "bottleneck": "^2.15.3" }, "peerDependencies": { "@octokit/core": "^6.0.0" } }, ""],
79
+
80
+ "@octokit/request": ["@octokit/request@9.0.1", "", { "dependencies": { "@octokit/endpoint": "^10.0.0", "@octokit/request-error": "^6.0.1", "@octokit/types": "^12.0.0", "universal-user-agent": "^7.0.2" } }, ""],
81
+
82
+ "@octokit/request-error": ["@octokit/request-error@6.0.2", "", { "dependencies": { "@octokit/types": "^12.0.0" } }, ""],
83
+
84
+ "@octokit/types": ["@octokit/types@12.6.0", "", { "dependencies": { "@octokit/openapi-types": "^20.0.0" } }, ""],
85
+
86
+ "@pnpm/config.env-replace": ["@pnpm/config.env-replace@1.1.0", "", {}, ""],
87
+
88
+ "@pnpm/network.ca-file": ["@pnpm/network.ca-file@1.0.2", "", { "dependencies": { "graceful-fs": "4.2.10" } }, ""],
89
+
90
+ "@pnpm/npm-conf": ["@pnpm/npm-conf@2.2.2", "", { "dependencies": { "@pnpm/config.env-replace": "^1.1.0", "@pnpm/network.ca-file": "^1.0.1", "config-chain": "^1.1.11" } }, ""],
91
+
92
+ "@saithodev/semantic-release-gitea": ["@saithodev/semantic-release-gitea@2.1.0", "", { "dependencies": { "@semantic-release/error": "^2.2.0", "aggregate-error": "^3.0.0", "debug": "^4.0.0", "dir-glob": "^3.0.0", "form-data": "^3.0.0", "fs-extra": "^8.0.0", "globby": "^10.0.0", "got": "^10.0.1", "lodash": "^4.17.21", "querystring": "^0.2.0", "url-join": "^4.0.0" } }, ""],
93
+
94
+ "@semantic-release/commit-analyzer": ["@semantic-release/commit-analyzer@12.0.0", "", { "dependencies": { "conventional-changelog-angular": "^7.0.0", "conventional-commits-filter": "^4.0.0", "conventional-commits-parser": "^5.0.0", "debug": "^4.0.0", "import-from-esm": "^1.0.3", "lodash-es": "^4.17.21", "micromatch": "^4.0.2" }, "peerDependencies": { "semantic-release": ">=20.1.0" } }, ""],
95
+
96
+ "@semantic-release/error": ["@semantic-release/error@2.2.0", "", {}, ""],
97
+
98
+ "@semantic-release/github": ["@semantic-release/github@10.0.2", "", { "dependencies": { "@octokit/core": "^6.0.0", "@octokit/plugin-paginate-rest": "^10.0.0", "@octokit/plugin-retry": "^7.0.0", "@octokit/plugin-throttling": "^9.0.0", "@semantic-release/error": "^4.0.0", "aggregate-error": "^5.0.0", "debug": "^4.3.4", "dir-glob": "^3.0.1", "globby": "^14.0.0", "http-proxy-agent": "^7.0.0", "https-proxy-agent": "^7.0.0", "issue-parser": "^7.0.0", "lodash-es": "^4.17.21", "mime": "^4.0.0", "p-filter": "^4.0.0", "url-join": "^5.0.0" }, "peerDependencies": { "semantic-release": ">=20.1.0" } }, ""],
99
+
100
+ "@semantic-release/npm": ["@semantic-release/npm@12.0.0", "", { "dependencies": { "@semantic-release/error": "^4.0.0", "aggregate-error": "^5.0.0", "execa": "^8.0.0", "fs-extra": "^11.0.0", "lodash-es": "^4.17.21", "nerf-dart": "^1.0.0", "normalize-url": "^8.0.0", "npm": "^10.5.0", "rc": "^1.2.8", "read-pkg": "^9.0.0", "registry-auth-token": "^5.0.0", "semver": "^7.1.2", "tempy": "^3.0.0" }, "peerDependencies": { "semantic-release": ">=20.1.0" } }, ""],
101
+
102
+ "@semantic-release/release-notes-generator": ["@semantic-release/release-notes-generator@13.0.0", "", { "dependencies": { "conventional-changelog-angular": "^7.0.0", "conventional-changelog-writer": "^7.0.0", "conventional-commits-filter": "^4.0.0", "conventional-commits-parser": "^5.0.0", "debug": "^4.0.0", "get-stream": "^7.0.0", "import-from-esm": "^1.0.3", "into-stream": "^7.0.0", "lodash-es": "^4.17.21", "read-pkg-up": "^11.0.0" }, "peerDependencies": { "semantic-release": ">=20.1.0" } }, ""],
103
+
104
+ "@sindresorhus/is": ["@sindresorhus/is@2.1.1", "", {}, ""],
105
+
106
+ "@sindresorhus/merge-streams": ["@sindresorhus/merge-streams@2.3.0", "", {}, ""],
107
+
108
+ "@szmarczak/http-timer": ["@szmarczak/http-timer@4.0.6", "", { "dependencies": { "defer-to-connect": "^2.0.0" } }, ""],
109
+
110
+ "@transfermarkt/prettier-config": ["@transfermarkt/prettier-config@1.4.30", "", { "peerDependencies": { "prettier": "3.4.2", "prettier-plugin-svelte": "3.3.2" } }, "sha512-tFiiPwWyZHW2uKeZk0xkAOLziKgtf6m/JYGBdIDduDYnL3sVYnmWHJNqNFlByxRZDx1kHeNLlE5baUINc5o3Bw=="],
111
+
112
+ "@transfermarkt/semantic-release-config": ["@transfermarkt/semantic-release-config@2.0.12", "", { "dependencies": { "@saithodev/semantic-release-gitea": "2.1.0", "conventional-changelog-conventionalcommits": "7.0.2", "semantic-release": "23.0.7" } }, ""],
113
+
114
+ "@transfermarkt/stylelint-config": ["@transfermarkt/stylelint-config@2.0.40", "", { "dependencies": { "postcss": "8.4.49", "postcss-html": "1.7.0", "postcss-scss": "4.0.9", "stylelint": "16.11.0", "stylelint-config-standard-scss": "13.1.0", "stylelint-order": "6.0.4", "stylelint-selector-bem-pattern": "4.0.1" } }, "sha512-VSc2VTQzjZlRr8ETkdFzuLc5nMQp/OicE/fQG22uK5ExigDFZh+IFnrYcA/pBBGcUXA4G+1wE48pYKwBUZZjdw=="],
115
+
116
+ "@types/cacheable-request": ["@types/cacheable-request@6.0.3", "", { "dependencies": { "@types/http-cache-semantics": "*", "@types/keyv": "^3.1.4", "@types/node": "*", "@types/responselike": "^1.0.0" } }, ""],
117
+
118
+ "@types/estree": ["@types/estree@1.0.5", "", {}, ""],
119
+
120
+ "@types/glob": ["@types/glob@7.2.0", "", { "dependencies": { "@types/minimatch": "*", "@types/node": "*" } }, ""],
121
+
122
+ "@types/http-cache-semantics": ["@types/http-cache-semantics@4.0.4", "", {}, ""],
123
+
124
+ "@types/keyv": ["@types/keyv@3.1.4", "", { "dependencies": { "@types/node": "*" } }, ""],
125
+
126
+ "@types/minimatch": ["@types/minimatch@5.1.2", "", {}, ""],
127
+
128
+ "@types/node": ["@types/node@20.11.16", "", { "dependencies": { "undici-types": "~5.26.4" } }, ""],
129
+
130
+ "@types/normalize-package-data": ["@types/normalize-package-data@2.4.4", "", {}, ""],
131
+
132
+ "@types/responselike": ["@types/responselike@1.0.3", "", { "dependencies": { "@types/node": "*" } }, ""],
133
+
134
+ "JSONStream": ["JSONStream@1.3.5", "", { "dependencies": { "jsonparse": "^1.2.0", "through": ">=2.2.7 <3" }, "bin": "bin.js" }, ""],
135
+
136
+ "acorn": ["acorn@8.11.3", "", { "bin": "bin/acorn" }, ""],
137
+
138
+ "agent-base": ["agent-base@7.1.0", "", { "dependencies": { "debug": "^4.3.4" } }, ""],
139
+
140
+ "aggregate-error": ["aggregate-error@3.1.0", "", { "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" } }, ""],
141
+
142
+ "ajv": ["ajv@8.12.0", "", { "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", "uri-js": "^4.2.2" } }, ""],
143
+
144
+ "ansi-escapes": ["ansi-escapes@6.2.0", "", { "dependencies": { "type-fest": "^3.0.0" } }, ""],
145
+
146
+ "ansi-regex": ["ansi-regex@5.0.1", "", {}, ""],
147
+
148
+ "ansi-styles": ["ansi-styles@6.2.1", "", {}, ""],
149
+
150
+ "any-promise": ["any-promise@1.3.0", "", {}, ""],
151
+
152
+ "argparse": ["argparse@2.0.1", "", {}, ""],
153
+
154
+ "argv-formatter": ["argv-formatter@1.0.0", "", {}, ""],
155
+
156
+ "aria-query": ["aria-query@5.3.0", "", { "dependencies": { "dequal": "^2.0.3" } }, ""],
157
+
158
+ "array-ify": ["array-ify@1.0.0", "", {}, ""],
159
+
160
+ "array-union": ["array-union@2.1.0", "", {}, ""],
161
+
162
+ "astral-regex": ["astral-regex@2.0.0", "", {}, ""],
163
+
164
+ "asynckit": ["asynckit@0.4.0", "", {}, ""],
165
+
166
+ "axobject-query": ["axobject-query@4.0.0", "", { "dependencies": { "dequal": "^2.0.3" } }, ""],
167
+
168
+ "balanced-match": ["balanced-match@2.0.0", "", {}, "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA=="],
169
+
170
+ "before-after-hook": ["before-after-hook@3.0.2", "", {}, ""],
171
+
172
+ "bottleneck": ["bottleneck@2.19.5", "", {}, ""],
173
+
174
+ "brace-expansion": ["brace-expansion@1.1.11", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, ""],
175
+
176
+ "braces": ["braces@3.0.3", "", { "dependencies": { "fill-range": "^7.1.1" } }, ""],
177
+
178
+ "cacheable-lookup": ["cacheable-lookup@2.0.1", "", { "dependencies": { "@types/keyv": "^3.1.1", "keyv": "^4.0.0" } }, ""],
179
+
180
+ "cacheable-request": ["cacheable-request@7.0.4", "", { "dependencies": { "clone-response": "^1.0.2", "get-stream": "^5.1.0", "http-cache-semantics": "^4.0.0", "keyv": "^4.0.0", "lowercase-keys": "^2.0.0", "normalize-url": "^6.0.1", "responselike": "^2.0.0" } }, ""],
181
+
182
+ "callsites": ["callsites@3.1.0", "", {}, ""],
183
+
184
+ "chalk": ["chalk@5.3.0", "", {}, ""],
185
+
186
+ "char-regex": ["char-regex@1.0.2", "", {}, ""],
187
+
188
+ "clean-stack": ["clean-stack@2.2.0", "", {}, ""],
189
+
190
+ "cli-cursor": ["cli-cursor@5.0.0", "", { "dependencies": { "restore-cursor": "^5.0.0" } }, "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw=="],
191
+
192
+ "cli-highlight": ["cli-highlight@2.1.11", "", { "dependencies": { "chalk": "^4.0.0", "highlight.js": "^10.7.1", "mz": "^2.4.0", "parse5": "^5.1.1", "parse5-htmlparser2-tree-adapter": "^6.0.0", "yargs": "^16.0.0" }, "bin": { "highlight": "bin/highlight" } }, ""],
193
+
194
+ "cli-table3": ["cli-table3@0.6.3", "", { "dependencies": { "string-width": "^4.2.0" }, "optionalDependencies": { "@colors/colors": "1.5.0" } }, ""],
195
+
196
+ "cli-truncate": ["cli-truncate@4.0.0", "", { "dependencies": { "slice-ansi": "^5.0.0", "string-width": "^7.0.0" } }, ""],
197
+
198
+ "cliui": ["cliui@8.0.1", "", { "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" } }, ""],
199
+
200
+ "clone-response": ["clone-response@1.0.3", "", { "dependencies": { "mimic-response": "^1.0.0" } }, ""],
201
+
202
+ "code-red": ["code-red@1.0.4", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15", "@types/estree": "^1.0.1", "acorn": "^8.10.0", "estree-walker": "^3.0.3", "periscopic": "^3.1.0" } }, ""],
203
+
204
+ "color-convert": ["color-convert@2.0.1", "", { "dependencies": { "color-name": "~1.1.4" } }, ""],
205
+
206
+ "color-name": ["color-name@1.1.4", "", {}, ""],
207
+
208
+ "colord": ["colord@2.9.3", "", {}, ""],
209
+
210
+ "colorette": ["colorette@2.0.20", "", {}, ""],
211
+
212
+ "combined-stream": ["combined-stream@1.0.8", "", { "dependencies": { "delayed-stream": "~1.0.0" } }, ""],
213
+
214
+ "commander": ["commander@12.1.0", "", {}, ""],
215
+
216
+ "compare-func": ["compare-func@2.0.0", "", { "dependencies": { "array-ify": "^1.0.0", "dot-prop": "^5.1.0" } }, ""],
217
+
218
+ "concat-map": ["concat-map@0.0.1", "", {}, ""],
219
+
220
+ "config-chain": ["config-chain@1.1.13", "", { "dependencies": { "ini": "^1.3.4", "proto-list": "~1.2.1" } }, ""],
221
+
222
+ "conventional-changelog-angular": ["conventional-changelog-angular@7.0.0", "", { "dependencies": { "compare-func": "^2.0.0" } }, ""],
223
+
224
+ "conventional-changelog-conventionalcommits": ["conventional-changelog-conventionalcommits@7.0.2", "", { "dependencies": { "compare-func": "^2.0.0" } }, ""],
225
+
226
+ "conventional-changelog-writer": ["conventional-changelog-writer@7.0.1", "", { "dependencies": { "conventional-commits-filter": "^4.0.0", "handlebars": "^4.7.7", "json-stringify-safe": "^5.0.1", "meow": "^12.0.1", "semver": "^7.5.2", "split2": "^4.0.0" }, "bin": "cli.mjs" }, ""],
227
+
228
+ "conventional-commits-filter": ["conventional-commits-filter@4.0.0", "", {}, ""],
229
+
230
+ "conventional-commits-parser": ["conventional-commits-parser@5.0.0", "", { "dependencies": { "JSONStream": "^1.3.5", "is-text-path": "^2.0.0", "meow": "^12.0.1", "split2": "^4.0.0" }, "bin": "cli.mjs" }, ""],
231
+
232
+ "convert-hrtime": ["convert-hrtime@5.0.0", "", {}, ""],
233
+
234
+ "core-util-is": ["core-util-is@1.0.3", "", {}, ""],
235
+
236
+ "cosmiconfig": ["cosmiconfig@9.0.0", "", { "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", "parse-json": "^5.2.0" }, "peerDependencies": { "typescript": ">=4.9.5" } }, ""],
237
+
238
+ "cross-spawn": ["cross-spawn@7.0.3", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, ""],
239
+
240
+ "crypto-random-string": ["crypto-random-string@4.0.0", "", { "dependencies": { "type-fest": "^1.0.1" } }, ""],
241
+
242
+ "css-functions-list": ["css-functions-list@3.2.3", "", {}, "sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA=="],
243
+
244
+ "css-tree": ["css-tree@3.1.0", "", { "dependencies": { "mdn-data": "2.12.2", "source-map-js": "^1.0.1" } }, "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w=="],
245
+
246
+ "cssesc": ["cssesc@3.0.0", "", { "bin": "bin/cssesc" }, ""],
247
+
248
+ "debug": ["debug@4.4.0", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA=="],
249
+
250
+ "decompress-response": ["decompress-response@5.0.0", "", { "dependencies": { "mimic-response": "^2.0.0" } }, ""],
251
+
252
+ "deep-extend": ["deep-extend@0.6.0", "", {}, ""],
253
+
254
+ "defer-to-connect": ["defer-to-connect@2.0.1", "", {}, ""],
255
+
256
+ "delayed-stream": ["delayed-stream@1.0.0", "", {}, ""],
257
+
258
+ "dequal": ["dequal@2.0.3", "", {}, ""],
259
+
260
+ "dir-glob": ["dir-glob@3.0.1", "", { "dependencies": { "path-type": "^4.0.0" } }, ""],
261
+
262
+ "dom-serializer": ["dom-serializer@2.0.0", "", { "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.2", "entities": "^4.2.0" } }, ""],
263
+
264
+ "domelementtype": ["domelementtype@2.3.0", "", {}, ""],
265
+
266
+ "domhandler": ["domhandler@5.0.3", "", { "dependencies": { "domelementtype": "^2.3.0" } }, ""],
267
+
268
+ "domutils": ["domutils@3.1.0", "", { "dependencies": { "dom-serializer": "^2.0.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3" } }, ""],
269
+
270
+ "dot-prop": ["dot-prop@5.3.0", "", { "dependencies": { "is-obj": "^2.0.0" } }, ""],
271
+
272
+ "duplexer2": ["duplexer2@0.1.4", "", { "dependencies": { "readable-stream": "^2.0.2" } }, ""],
273
+
274
+ "duplexer3": ["duplexer3@0.1.5", "", {}, ""],
275
+
276
+ "emoji-regex": ["emoji-regex@8.0.0", "", {}, ""],
277
+
278
+ "emojilib": ["emojilib@2.4.0", "", {}, ""],
279
+
280
+ "end-of-stream": ["end-of-stream@1.4.4", "", { "dependencies": { "once": "^1.4.0" } }, ""],
281
+
282
+ "entities": ["entities@4.5.0", "", {}, ""],
283
+
284
+ "env-ci": ["env-ci@11.0.0", "", { "dependencies": { "execa": "^8.0.0", "java-properties": "^1.0.2" } }, ""],
285
+
286
+ "env-paths": ["env-paths@2.2.1", "", {}, ""],
287
+
288
+ "environment": ["environment@1.1.0", "", {}, "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q=="],
289
+
290
+ "error-ex": ["error-ex@1.3.2", "", { "dependencies": { "is-arrayish": "^0.2.1" } }, ""],
291
+
292
+ "escalade": ["escalade@3.1.2", "", {}, ""],
293
+
294
+ "escape-string-regexp": ["escape-string-regexp@5.0.0", "", {}, ""],
295
+
296
+ "estree-walker": ["estree-walker@3.0.3", "", { "dependencies": { "@types/estree": "^1.0.0" } }, ""],
297
+
298
+ "eventemitter3": ["eventemitter3@5.0.1", "", {}, ""],
299
+
300
+ "execa": ["execa@8.0.1", "", { "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^8.0.1", "human-signals": "^5.0.0", "is-stream": "^3.0.0", "merge-stream": "^2.0.0", "npm-run-path": "^5.1.0", "onetime": "^6.0.0", "signal-exit": "^4.1.0", "strip-final-newline": "^3.0.0" } }, ""],
301
+
302
+ "fast-deep-equal": ["fast-deep-equal@3.1.3", "", {}, ""],
303
+
304
+ "fast-glob": ["fast-glob@3.3.2", "", { "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" } }, ""],
305
+
306
+ "fastest-levenshtein": ["fastest-levenshtein@1.0.16", "", {}, ""],
307
+
308
+ "fastq": ["fastq@1.17.1", "", { "dependencies": { "reusify": "^1.0.4" } }, ""],
309
+
310
+ "figures": ["figures@6.0.1", "", { "dependencies": { "is-unicode-supported": "^2.0.0" } }, ""],
311
+
312
+ "file-entry-cache": ["file-entry-cache@9.1.0", "", { "dependencies": { "flat-cache": "^5.0.0" } }, "sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg=="],
313
+
314
+ "fill-range": ["fill-range@7.1.1", "", { "dependencies": { "to-regex-range": "^5.0.1" } }, ""],
315
+
316
+ "find-up": ["find-up@2.1.0", "", { "dependencies": { "locate-path": "^2.0.0" } }, ""],
317
+
318
+ "find-up-simple": ["find-up-simple@1.0.0", "", {}, ""],
319
+
320
+ "find-versions": ["find-versions@6.0.0", "", { "dependencies": { "semver-regex": "^4.0.5", "super-regex": "^1.0.0" } }, ""],
321
+
322
+ "flat-cache": ["flat-cache@5.0.0", "", { "dependencies": { "flatted": "^3.3.1", "keyv": "^4.5.4" } }, ""],
323
+
324
+ "flatted": ["flatted@3.3.1", "", {}, ""],
325
+
326
+ "form-data": ["form-data@3.0.1", "", { "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "mime-types": "^2.1.12" } }, ""],
327
+
328
+ "from2": ["from2@2.3.0", "", { "dependencies": { "inherits": "^2.0.1", "readable-stream": "^2.0.0" } }, ""],
329
+
330
+ "fs-extra": ["fs-extra@8.1.0", "", { "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", "universalify": "^0.1.0" } }, ""],
331
+
332
+ "fs.realpath": ["fs.realpath@1.0.0", "", {}, ""],
333
+
334
+ "function-bind": ["function-bind@1.1.2", "", {}, ""],
335
+
336
+ "function-timeout": ["function-timeout@1.0.1", "", {}, ""],
337
+
338
+ "get-caller-file": ["get-caller-file@2.0.5", "", {}, ""],
339
+
340
+ "get-east-asian-width": ["get-east-asian-width@1.2.0", "", {}, ""],
341
+
342
+ "get-stream": ["get-stream@6.0.1", "", {}, ""],
343
+
344
+ "git-log-parser": ["git-log-parser@1.2.0", "", { "dependencies": { "argv-formatter": "~1.0.0", "spawn-error-forwarder": "~1.0.0", "split2": "~1.0.0", "stream-combiner2": "~1.1.1", "through2": "~2.0.0", "traverse": "~0.6.6" } }, ""],
345
+
346
+ "glob": ["glob@7.2.3", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, ""],
347
+
348
+ "glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, ""],
349
+
350
+ "global-modules": ["global-modules@2.0.0", "", { "dependencies": { "global-prefix": "^3.0.0" } }, ""],
351
+
352
+ "global-prefix": ["global-prefix@3.0.0", "", { "dependencies": { "ini": "^1.3.5", "kind-of": "^6.0.2", "which": "^1.3.1" } }, ""],
353
+
354
+ "globby": ["globby@11.1.0", "", { "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.2.9", "ignore": "^5.2.0", "merge2": "^1.4.1", "slash": "^3.0.0" } }, "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g=="],
355
+
356
+ "globjoin": ["globjoin@0.1.4", "", {}, ""],
357
+
358
+ "got": ["got@10.7.0", "", { "dependencies": { "@sindresorhus/is": "^2.0.0", "@szmarczak/http-timer": "^4.0.0", "@types/cacheable-request": "^6.0.1", "cacheable-lookup": "^2.0.0", "cacheable-request": "^7.0.1", "decompress-response": "^5.0.0", "duplexer3": "^0.1.4", "get-stream": "^5.0.0", "lowercase-keys": "^2.0.0", "mimic-response": "^2.1.0", "p-cancelable": "^2.0.0", "p-event": "^4.0.0", "responselike": "^2.0.0", "to-readable-stream": "^2.0.0", "type-fest": "^0.10.0" } }, ""],
359
+
360
+ "graceful-fs": ["graceful-fs@4.2.11", "", {}, ""],
361
+
362
+ "handlebars": ["handlebars@4.7.8", "", { "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, "optionalDependencies": { "uglify-js": "^3.1.4" }, "bin": "bin/handlebars" }, ""],
363
+
364
+ "has-flag": ["has-flag@4.0.0", "", {}, ""],
365
+
366
+ "hasown": ["hasown@2.0.0", "", { "dependencies": { "function-bind": "^1.1.2" } }, ""],
367
+
368
+ "highlight.js": ["highlight.js@10.7.3", "", {}, ""],
369
+
370
+ "hook-std": ["hook-std@3.0.0", "", {}, ""],
371
+
372
+ "hosted-git-info": ["hosted-git-info@7.0.1", "", { "dependencies": { "lru-cache": "^10.0.1" } }, ""],
373
+
374
+ "html-tags": ["html-tags@3.3.1", "", {}, ""],
375
+
376
+ "htmlparser2": ["htmlparser2@8.0.2", "", { "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.0.1", "entities": "^4.4.0" } }, ""],
377
+
378
+ "http-cache-semantics": ["http-cache-semantics@4.1.1", "", {}, ""],
379
+
380
+ "http-proxy-agent": ["http-proxy-agent@7.0.2", "", { "dependencies": { "agent-base": "^7.1.0", "debug": "^4.3.4" } }, ""],
381
+
382
+ "https-proxy-agent": ["https-proxy-agent@7.0.4", "", { "dependencies": { "agent-base": "^7.0.2", "debug": "4" } }, ""],
383
+
384
+ "human-signals": ["human-signals@5.0.0", "", {}, ""],
385
+
386
+ "husky": ["husky@9.1.7", "", { "bin": "bin.js" }, "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA=="],
387
+
388
+ "ignore": ["ignore@6.0.2", "", {}, "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A=="],
389
+
390
+ "import-fresh": ["import-fresh@3.3.0", "", { "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" } }, ""],
391
+
392
+ "import-from-esm": ["import-from-esm@1.3.3", "", { "dependencies": { "debug": "^4.3.4", "import-meta-resolve": "^4.0.0" } }, ""],
393
+
394
+ "import-meta-resolve": ["import-meta-resolve@4.0.0", "", {}, ""],
395
+
396
+ "imurmurhash": ["imurmurhash@0.1.4", "", {}, ""],
397
+
398
+ "indent-string": ["indent-string@4.0.0", "", {}, ""],
399
+
400
+ "index-to-position": ["index-to-position@0.1.2", "", {}, ""],
401
+
402
+ "inflight": ["inflight@1.0.6", "", { "dependencies": { "once": "^1.3.0", "wrappy": "1" } }, ""],
403
+
404
+ "inherits": ["inherits@2.0.4", "", {}, ""],
405
+
406
+ "ini": ["ini@1.3.8", "", {}, ""],
407
+
408
+ "into-stream": ["into-stream@7.0.0", "", { "dependencies": { "from2": "^2.3.0", "p-is-promise": "^3.0.0" } }, ""],
409
+
410
+ "is-arrayish": ["is-arrayish@0.2.1", "", {}, ""],
411
+
412
+ "is-core-module": ["is-core-module@2.13.1", "", { "dependencies": { "hasown": "^2.0.0" } }, ""],
413
+
414
+ "is-extglob": ["is-extglob@2.1.1", "", {}, ""],
415
+
416
+ "is-fullwidth-code-point": ["is-fullwidth-code-point@3.0.0", "", {}, ""],
417
+
418
+ "is-glob": ["is-glob@4.0.3", "", { "dependencies": { "is-extglob": "^2.1.1" } }, ""],
419
+
420
+ "is-number": ["is-number@7.0.0", "", {}, ""],
421
+
422
+ "is-obj": ["is-obj@2.0.0", "", {}, ""],
423
+
424
+ "is-plain-object": ["is-plain-object@5.0.0", "", {}, ""],
425
+
426
+ "is-reference": ["is-reference@3.0.2", "", { "dependencies": { "@types/estree": "*" } }, ""],
427
+
428
+ "is-stream": ["is-stream@3.0.0", "", {}, ""],
429
+
430
+ "is-text-path": ["is-text-path@2.0.0", "", { "dependencies": { "text-extensions": "^2.0.0" } }, ""],
431
+
432
+ "is-unicode-supported": ["is-unicode-supported@2.0.0", "", {}, ""],
433
+
434
+ "isarray": ["isarray@1.0.0", "", {}, ""],
435
+
436
+ "isexe": ["isexe@2.0.0", "", {}, ""],
437
+
438
+ "issue-parser": ["issue-parser@7.0.0", "", { "dependencies": { "lodash.capitalize": "^4.2.1", "lodash.escaperegexp": "^4.1.2", "lodash.isplainobject": "^4.0.6", "lodash.isstring": "^4.0.1", "lodash.uniqby": "^4.7.0" } }, ""],
439
+
440
+ "java-properties": ["java-properties@1.0.2", "", {}, ""],
441
+
442
+ "js-tokens": ["js-tokens@9.0.0", "", {}, ""],
443
+
444
+ "js-yaml": ["js-yaml@4.1.0", "", { "dependencies": { "argparse": "^2.0.1" }, "bin": "bin/js-yaml.js" }, ""],
445
+
446
+ "json-buffer": ["json-buffer@3.0.1", "", {}, ""],
447
+
448
+ "json-parse-better-errors": ["json-parse-better-errors@1.0.2", "", {}, ""],
449
+
450
+ "json-parse-even-better-errors": ["json-parse-even-better-errors@2.3.1", "", {}, ""],
451
+
452
+ "json-schema-traverse": ["json-schema-traverse@1.0.0", "", {}, ""],
453
+
454
+ "json-stringify-safe": ["json-stringify-safe@5.0.1", "", {}, ""],
455
+
456
+ "jsonfile": ["jsonfile@4.0.0", "", { "optionalDependencies": { "graceful-fs": "^4.1.6" } }, ""],
457
+
458
+ "jsonparse": ["jsonparse@1.3.1", "", {}, ""],
459
+
460
+ "keyv": ["keyv@4.5.4", "", { "dependencies": { "json-buffer": "3.0.1" } }, ""],
461
+
462
+ "kind-of": ["kind-of@6.0.3", "", {}, ""],
463
+
464
+ "known-css-properties": ["known-css-properties@0.35.0", "", {}, "sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A=="],
465
+
466
+ "lilconfig": ["lilconfig@3.1.3", "", {}, "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw=="],
467
+
468
+ "lines-and-columns": ["lines-and-columns@1.2.4", "", {}, ""],
469
+
470
+ "lint-staged": ["lint-staged@15.2.11", "", { "dependencies": { "chalk": "~5.3.0", "commander": "~12.1.0", "debug": "~4.4.0", "execa": "~8.0.1", "lilconfig": "~3.1.3", "listr2": "~8.2.5", "micromatch": "~4.0.8", "pidtree": "~0.6.0", "string-argv": "~0.3.2", "yaml": "~2.6.1" }, "bin": "bin/lint-staged.js" }, "sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ=="],
471
+
472
+ "listr2": ["listr2@8.2.5", "", { "dependencies": { "cli-truncate": "^4.0.0", "colorette": "^2.0.20", "eventemitter3": "^5.0.1", "log-update": "^6.1.0", "rfdc": "^1.4.1", "wrap-ansi": "^9.0.0" } }, "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ=="],
473
+
474
+ "load-json-file": ["load-json-file@4.0.0", "", { "dependencies": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", "pify": "^3.0.0", "strip-bom": "^3.0.0" } }, ""],
475
+
476
+ "locate-character": ["locate-character@3.0.0", "", {}, ""],
477
+
478
+ "locate-path": ["locate-path@2.0.0", "", { "dependencies": { "p-locate": "^2.0.0", "path-exists": "^3.0.0" } }, ""],
479
+
480
+ "lodash": ["lodash@4.17.21", "", {}, ""],
481
+
482
+ "lodash-es": ["lodash-es@4.17.21", "", {}, ""],
483
+
484
+ "lodash.capitalize": ["lodash.capitalize@4.2.1", "", {}, ""],
485
+
486
+ "lodash.escaperegexp": ["lodash.escaperegexp@4.1.2", "", {}, ""],
487
+
488
+ "lodash.isplainobject": ["lodash.isplainobject@4.0.6", "", {}, ""],
489
+
490
+ "lodash.isstring": ["lodash.isstring@4.0.1", "", {}, ""],
491
+
492
+ "lodash.truncate": ["lodash.truncate@4.4.2", "", {}, ""],
493
+
494
+ "lodash.uniqby": ["lodash.uniqby@4.7.0", "", {}, ""],
495
+
496
+ "log-update": ["log-update@6.1.0", "", { "dependencies": { "ansi-escapes": "^7.0.0", "cli-cursor": "^5.0.0", "slice-ansi": "^7.1.0", "strip-ansi": "^7.1.0", "wrap-ansi": "^9.0.0" } }, "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w=="],
497
+
498
+ "lowercase-keys": ["lowercase-keys@2.0.0", "", {}, ""],
499
+
500
+ "lru-cache": ["lru-cache@10.2.0", "", {}, ""],
501
+
502
+ "magic-string": ["magic-string@0.30.7", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" } }, ""],
503
+
504
+ "marked": ["marked@12.0.0", "", { "bin": "bin/marked.js" }, ""],
505
+
506
+ "marked-terminal": ["marked-terminal@7.0.0", "", { "dependencies": { "ansi-escapes": "^6.2.0", "chalk": "^5.3.0", "cli-highlight": "^2.1.11", "cli-table3": "^0.6.3", "node-emoji": "^2.1.3", "supports-hyperlinks": "^3.0.0" }, "peerDependencies": { "marked": ">=1 <13" } }, ""],
507
+
508
+ "mathml-tag-names": ["mathml-tag-names@2.1.3", "", {}, ""],
509
+
510
+ "mdn-data": ["mdn-data@2.12.2", "", {}, "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA=="],
511
+
512
+ "meow": ["meow@13.2.0", "", {}, "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA=="],
513
+
514
+ "merge-stream": ["merge-stream@2.0.0", "", {}, ""],
515
+
516
+ "merge2": ["merge2@1.4.1", "", {}, ""],
517
+
518
+ "micromatch": ["micromatch@4.0.8", "", { "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" } }, "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA=="],
519
+
520
+ "mime": ["mime@4.0.1", "", { "bin": "bin/cli.js" }, ""],
521
+
522
+ "mime-db": ["mime-db@1.52.0", "", {}, ""],
523
+
524
+ "mime-types": ["mime-types@2.1.35", "", { "dependencies": { "mime-db": "1.52.0" } }, ""],
525
+
526
+ "mimic-fn": ["mimic-fn@4.0.0", "", {}, ""],
527
+
528
+ "mimic-function": ["mimic-function@5.0.1", "", {}, "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA=="],
529
+
530
+ "mimic-response": ["mimic-response@2.1.0", "", {}, ""],
531
+
532
+ "minimatch": ["minimatch@3.1.2", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, ""],
533
+
534
+ "minimist": ["minimist@1.2.8", "", {}, ""],
535
+
536
+ "ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
537
+
538
+ "mz": ["mz@2.7.0", "", { "dependencies": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", "thenify-all": "^1.0.0" } }, ""],
539
+
540
+ "nanoid": ["nanoid@3.3.7", "", { "bin": "bin/nanoid.cjs" }, ""],
541
+
542
+ "neo-async": ["neo-async@2.6.2", "", {}, ""],
543
+
544
+ "nerf-dart": ["nerf-dart@1.0.0", "", {}, ""],
545
+
546
+ "node-emoji": ["node-emoji@2.1.3", "", { "dependencies": { "@sindresorhus/is": "^4.6.0", "char-regex": "^1.0.2", "emojilib": "^2.4.0", "skin-tone": "^2.0.0" } }, ""],
547
+
548
+ "normalize-package-data": ["normalize-package-data@6.0.0", "", { "dependencies": { "hosted-git-info": "^7.0.0", "is-core-module": "^2.8.1", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4" } }, ""],
549
+
550
+ "normalize-path": ["normalize-path@3.0.0", "", {}, ""],
551
+
552
+ "normalize-url": ["normalize-url@8.0.1", "", {}, ""],
553
+
554
+ "npm": ["npm@10.5.0", "", { "bin": { "npm": "bin/npm-cli.js", "npx": "bin/npx-cli.js" } }, ""],
555
+
556
+ "npm-run-path": ["npm-run-path@5.2.0", "", { "dependencies": { "path-key": "^4.0.0" } }, ""],
557
+
558
+ "object-assign": ["object-assign@4.1.1", "", {}, ""],
559
+
560
+ "once": ["once@1.4.0", "", { "dependencies": { "wrappy": "1" } }, ""],
561
+
562
+ "onetime": ["onetime@6.0.0", "", { "dependencies": { "mimic-fn": "^4.0.0" } }, ""],
563
+
564
+ "p-cancelable": ["p-cancelable@2.1.1", "", {}, ""],
565
+
566
+ "p-each-series": ["p-each-series@3.0.0", "", {}, ""],
567
+
568
+ "p-event": ["p-event@4.2.0", "", { "dependencies": { "p-timeout": "^3.1.0" } }, ""],
569
+
570
+ "p-filter": ["p-filter@4.1.0", "", { "dependencies": { "p-map": "^7.0.1" } }, ""],
571
+
572
+ "p-finally": ["p-finally@1.0.0", "", {}, ""],
573
+
574
+ "p-is-promise": ["p-is-promise@3.0.0", "", {}, ""],
575
+
576
+ "p-limit": ["p-limit@1.3.0", "", { "dependencies": { "p-try": "^1.0.0" } }, ""],
577
+
578
+ "p-locate": ["p-locate@2.0.0", "", { "dependencies": { "p-limit": "^1.1.0" } }, ""],
579
+
580
+ "p-map": ["p-map@7.0.1", "", {}, ""],
581
+
582
+ "p-reduce": ["p-reduce@3.0.0", "", {}, ""],
583
+
584
+ "p-timeout": ["p-timeout@3.2.0", "", { "dependencies": { "p-finally": "^1.0.0" } }, ""],
585
+
586
+ "p-try": ["p-try@1.0.0", "", {}, ""],
587
+
588
+ "parent-module": ["parent-module@1.0.1", "", { "dependencies": { "callsites": "^3.0.0" } }, ""],
589
+
590
+ "parse-json": ["parse-json@5.2.0", "", { "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" } }, ""],
591
+
592
+ "parse5": ["parse5@5.1.1", "", {}, ""],
593
+
594
+ "parse5-htmlparser2-tree-adapter": ["parse5-htmlparser2-tree-adapter@6.0.1", "", { "dependencies": { "parse5": "^6.0.1" } }, ""],
595
+
596
+ "path-exists": ["path-exists@3.0.0", "", {}, ""],
597
+
598
+ "path-is-absolute": ["path-is-absolute@1.0.1", "", {}, ""],
599
+
600
+ "path-key": ["path-key@3.1.1", "", {}, ""],
601
+
602
+ "path-type": ["path-type@4.0.0", "", {}, ""],
603
+
604
+ "periscopic": ["periscopic@3.1.0", "", { "dependencies": { "@types/estree": "^1.0.0", "estree-walker": "^3.0.0", "is-reference": "^3.0.0" } }, ""],
605
+
606
+ "picocolors": ["picocolors@1.1.1", "", {}, "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="],
607
+
608
+ "picomatch": ["picomatch@2.3.1", "", {}, ""],
609
+
610
+ "pidtree": ["pidtree@0.6.0", "", { "bin": "bin/pidtree.js" }, ""],
611
+
612
+ "pify": ["pify@3.0.0", "", {}, ""],
613
+
614
+ "pkg-conf": ["pkg-conf@2.1.0", "", { "dependencies": { "find-up": "^2.0.0", "load-json-file": "^4.0.0" } }, ""],
615
+
616
+ "postcss": ["postcss@8.4.49", "", { "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA=="],
617
+
618
+ "postcss-bem-linter": ["postcss-bem-linter@4.0.1", "", { "dependencies": { "minimatch": "^3.1.2", "postcss-resolve-nested-selector": "^0.1.1" }, "peerDependencies": { "postcss": "^8.4.21" } }, ""],
619
+
620
+ "postcss-html": ["postcss-html@1.7.0", "", { "dependencies": { "htmlparser2": "^8.0.0", "js-tokens": "^9.0.0", "postcss": "^8.4.0", "postcss-safe-parser": "^6.0.0" } }, ""],
621
+
622
+ "postcss-media-query-parser": ["postcss-media-query-parser@0.2.3", "", {}, "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig=="],
623
+
624
+ "postcss-resolve-nested-selector": ["postcss-resolve-nested-selector@0.1.6", "", {}, "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw=="],
625
+
626
+ "postcss-safe-parser": ["postcss-safe-parser@6.0.0", "", { "peerDependencies": { "postcss": "^8.3.3" } }, ""],
627
+
628
+ "postcss-scss": ["postcss-scss@4.0.9", "", { "peerDependencies": { "postcss": "^8.4.29" } }, ""],
629
+
630
+ "postcss-selector-parser": ["postcss-selector-parser@7.0.0", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ=="],
631
+
632
+ "postcss-sorting": ["postcss-sorting@8.0.2", "", { "peerDependencies": { "postcss": "^8.4.20" } }, ""],
633
+
634
+ "postcss-value-parser": ["postcss-value-parser@4.2.0", "", {}, ""],
635
+
636
+ "prettier": ["prettier@3.4.2", "", { "bin": "bin/prettier.cjs" }, "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ=="],
637
+
638
+ "prettier-plugin-svelte": ["prettier-plugin-svelte@3.3.2", "", { "peerDependencies": { "prettier": "^3.0.0", "svelte": "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0" } }, "sha512-kRPjH8wSj2iu+dO+XaUv4vD8qr5mdDmlak3IT/7AOgGIMRG86z/EHOLauFcClKEnOUf4A4nOA7sre5KrJD4Raw=="],
639
+
640
+ "process-nextick-args": ["process-nextick-args@2.0.1", "", {}, ""],
641
+
642
+ "proto-list": ["proto-list@1.2.4", "", {}, ""],
643
+
644
+ "pump": ["pump@3.0.0", "", { "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" } }, ""],
645
+
646
+ "punycode": ["punycode@2.3.1", "", {}, ""],
647
+
648
+ "querystring": ["querystring@0.2.1", "", {}, ""],
649
+
650
+ "queue-microtask": ["queue-microtask@1.2.3", "", {}, ""],
651
+
652
+ "rc": ["rc@1.2.8", "", { "dependencies": { "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" }, "bin": "cli.js" }, ""],
653
+
654
+ "read-pkg": ["read-pkg@9.0.1", "", { "dependencies": { "@types/normalize-package-data": "^2.4.3", "normalize-package-data": "^6.0.0", "parse-json": "^8.0.0", "type-fest": "^4.6.0", "unicorn-magic": "^0.1.0" } }, ""],
655
+
656
+ "read-pkg-up": ["read-pkg-up@11.0.0", "", { "dependencies": { "find-up-simple": "^1.0.0", "read-pkg": "^9.0.0", "type-fest": "^4.6.0" } }, ""],
657
+
658
+ "readable-stream": ["readable-stream@2.3.8", "", { "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, ""],
659
+
660
+ "registry-auth-token": ["registry-auth-token@5.0.2", "", { "dependencies": { "@pnpm/npm-conf": "^2.1.0" } }, ""],
661
+
662
+ "require-directory": ["require-directory@2.1.1", "", {}, ""],
663
+
664
+ "require-from-string": ["require-from-string@2.0.2", "", {}, ""],
665
+
666
+ "resolve-from": ["resolve-from@5.0.0", "", {}, ""],
667
+
668
+ "responselike": ["responselike@2.0.1", "", { "dependencies": { "lowercase-keys": "^2.0.0" } }, ""],
669
+
670
+ "restore-cursor": ["restore-cursor@5.1.0", "", { "dependencies": { "onetime": "^7.0.0", "signal-exit": "^4.1.0" } }, "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA=="],
671
+
672
+ "reusify": ["reusify@1.0.4", "", {}, ""],
673
+
674
+ "rfdc": ["rfdc@1.4.1", "", {}, "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="],
675
+
676
+ "run-parallel": ["run-parallel@1.2.0", "", { "dependencies": { "queue-microtask": "^1.2.2" } }, ""],
677
+
678
+ "safe-buffer": ["safe-buffer@5.1.2", "", {}, ""],
679
+
680
+ "sass-map-get-next-prev": ["sass-map-get-next-prev@1.0.0", "", {}, ""],
681
+
682
+ "semantic-release": ["semantic-release@23.0.7", "", { "dependencies": { "@semantic-release/commit-analyzer": "^12.0.0", "@semantic-release/error": "^4.0.0", "@semantic-release/github": "^10.0.0", "@semantic-release/npm": "^12.0.0", "@semantic-release/release-notes-generator": "^13.0.0", "aggregate-error": "^5.0.0", "cosmiconfig": "^9.0.0", "debug": "^4.0.0", "env-ci": "^11.0.0", "execa": "^8.0.0", "figures": "^6.0.0", "find-versions": "^6.0.0", "get-stream": "^6.0.0", "git-log-parser": "^1.2.0", "hook-std": "^3.0.0", "hosted-git-info": "^7.0.0", "import-from-esm": "^1.3.1", "lodash-es": "^4.17.21", "marked": "^12.0.0", "marked-terminal": "^7.0.0", "micromatch": "^4.0.2", "p-each-series": "^3.0.0", "p-reduce": "^3.0.0", "read-pkg-up": "^11.0.0", "resolve-from": "^5.0.0", "semver": "^7.3.2", "semver-diff": "^4.0.0", "signale": "^1.2.1", "yargs": "^17.5.1" }, "bin": "bin/semantic-release.js" }, ""],
683
+
684
+ "semver": ["semver@7.6.0", "", { "dependencies": { "lru-cache": "^6.0.0" }, "bin": "bin/semver.js" }, ""],
685
+
686
+ "semver-diff": ["semver-diff@4.0.0", "", { "dependencies": { "semver": "^7.3.5" } }, ""],
687
+
688
+ "semver-regex": ["semver-regex@4.0.5", "", {}, ""],
689
+
690
+ "shebang-command": ["shebang-command@2.0.0", "", { "dependencies": { "shebang-regex": "^3.0.0" } }, ""],
691
+
692
+ "shebang-regex": ["shebang-regex@3.0.0", "", {}, ""],
693
+
694
+ "signal-exit": ["signal-exit@4.1.0", "", {}, ""],
695
+
696
+ "signale": ["signale@1.4.0", "", { "dependencies": { "chalk": "^2.3.2", "figures": "^2.0.0", "pkg-conf": "^2.1.0" } }, ""],
697
+
698
+ "skin-tone": ["skin-tone@2.0.0", "", { "dependencies": { "unicode-emoji-modifier-base": "^1.0.0" } }, ""],
699
+
700
+ "slash": ["slash@3.0.0", "", {}, ""],
701
+
702
+ "slice-ansi": ["slice-ansi@4.0.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", "is-fullwidth-code-point": "^3.0.0" } }, ""],
703
+
704
+ "source-map": ["source-map@0.6.1", "", {}, ""],
705
+
706
+ "source-map-js": ["source-map-js@1.2.1", "", {}, "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="],
707
+
708
+ "spawn-error-forwarder": ["spawn-error-forwarder@1.0.0", "", {}, ""],
709
+
710
+ "spdx-correct": ["spdx-correct@3.2.0", "", { "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" } }, ""],
711
+
712
+ "spdx-exceptions": ["spdx-exceptions@2.4.0", "", {}, ""],
713
+
714
+ "spdx-expression-parse": ["spdx-expression-parse@3.0.1", "", { "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, ""],
715
+
716
+ "spdx-license-ids": ["spdx-license-ids@3.0.16", "", {}, ""],
717
+
718
+ "split2": ["split2@1.0.0", "", { "dependencies": { "through2": "~2.0.0" } }, ""],
719
+
720
+ "stream-combiner2": ["stream-combiner2@1.1.1", "", { "dependencies": { "duplexer2": "~0.1.0", "readable-stream": "^2.0.2" } }, ""],
721
+
722
+ "string-argv": ["string-argv@0.3.2", "", {}, ""],
723
+
724
+ "string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, ""],
725
+
726
+ "string_decoder": ["string_decoder@1.1.1", "", { "dependencies": { "safe-buffer": "~5.1.0" } }, ""],
727
+
728
+ "strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""],
729
+
730
+ "strip-bom": ["strip-bom@3.0.0", "", {}, ""],
731
+
732
+ "strip-final-newline": ["strip-final-newline@3.0.0", "", {}, ""],
733
+
734
+ "strip-json-comments": ["strip-json-comments@2.0.1", "", {}, ""],
735
+
736
+ "stylelint": ["stylelint@16.11.0", "", { "dependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", "@csstools/media-query-list-parser": "^4.0.2", "@csstools/selector-specificity": "^5.0.0", "@dual-bundle/import-meta-resolve": "^4.1.0", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", "css-functions-list": "^3.2.3", "css-tree": "^3.0.1", "debug": "^4.3.7", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", "file-entry-cache": "^9.1.0", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", "ignore": "^6.0.2", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", "mathml-tag-names": "^2.1.3", "meow": "^13.2.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", "postcss": "^8.4.49", "postcss-resolve-nested-selector": "^0.1.6", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", "supports-hyperlinks": "^3.1.0", "svg-tags": "^1.0.0", "table": "^6.8.2", "write-file-atomic": "^5.0.1" }, "bin": "bin/stylelint.mjs" }, "sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw=="],
737
+
738
+ "stylelint-config-recommended": ["stylelint-config-recommended@14.0.1", "", { "peerDependencies": { "stylelint": "^16.1.0" } }, "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg=="],
739
+
740
+ "stylelint-config-recommended-scss": ["stylelint-config-recommended-scss@14.1.0", "", { "dependencies": { "postcss-scss": "^4.0.9", "stylelint-config-recommended": "^14.0.1", "stylelint-scss": "^6.4.0" }, "peerDependencies": { "postcss": "^8.3.3", "stylelint": "^16.6.1" } }, "sha512-bhaMhh1u5dQqSsf6ri2GVWWQW5iUjBYgcHkh7SgDDn92ijoItC/cfO/W+fpXshgTQWhwFkP1rVcewcv4jaftRg=="],
741
+
742
+ "stylelint-config-standard": ["stylelint-config-standard@36.0.1", "", { "dependencies": { "stylelint-config-recommended": "^14.0.1" }, "peerDependencies": { "stylelint": "^16.1.0" } }, "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw=="],
743
+
744
+ "stylelint-config-standard-scss": ["stylelint-config-standard-scss@14.0.0", "", { "dependencies": { "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-standard": "^36.0.1" }, "peerDependencies": { "postcss": "^8.3.3", "stylelint": "^16.11.0" } }, "sha512-6Pa26D9mHyi4LauJ83ls3ELqCglU6VfCXchovbEqQUiEkezvKdv6VgsIoMy58i00c854wVmOw0k8W5FTpuaVqg=="],
745
+
746
+ "stylelint-order": ["stylelint-order@6.0.4", "", { "dependencies": { "postcss": "^8.4.32", "postcss-sorting": "^8.0.2" }, "peerDependencies": { "stylelint": "^14.0.0 || ^15.0.0 || ^16.0.1" } }, ""],
747
+
748
+ "stylelint-scss": ["stylelint-scss@6.10.0", "", { "dependencies": { "css-tree": "^3.0.1", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", "mdn-data": "^2.12.2", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.6", "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.2.0" }, "peerDependencies": { "stylelint": "^16.0.2" } }, "sha512-y03if6Qw9xBMoVaf7tzp5BbnYhYvudIKzURkhSHzcHG0bW0fAYvQpTUVJOe7DyhHaxeThBil4ObEMvGbV7+M+w=="],
749
+
750
+ "stylelint-selector-bem-pattern": ["stylelint-selector-bem-pattern@4.0.1", "", { "dependencies": { "lodash": ">=4.17.21", "postcss": "^8.4.24", "postcss-bem-linter": "^4.0.1" }, "peerDependencies": { "stylelint": "^16.2.1" } }, "sha512-zpyC52/aqwbxbtliyTKdV3gv+h/ExZUTIn7tKMt9nfILtMhYIeJNF5a3UE1dtv9L826ulXU+83YA83Ymx3jW0A=="],
751
+
752
+ "super-regex": ["super-regex@1.0.0", "", { "dependencies": { "function-timeout": "^1.0.1", "time-span": "^5.1.0" } }, ""],
753
+
754
+ "supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, ""],
755
+
756
+ "supports-hyperlinks": ["supports-hyperlinks@3.1.0", "", { "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" } }, "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A=="],
757
+
758
+ "svelte": ["svelte@4.2.10", "", { "dependencies": { "@ampproject/remapping": "^2.2.1", "@jridgewell/sourcemap-codec": "^1.4.15", "@jridgewell/trace-mapping": "^0.3.18", "@types/estree": "^1.0.1", "acorn": "^8.9.0", "aria-query": "^5.3.0", "axobject-query": "^4.0.0", "code-red": "^1.0.3", "css-tree": "^2.3.1", "estree-walker": "^3.0.3", "is-reference": "^3.0.1", "locate-character": "^3.0.0", "magic-string": "^0.30.4", "periscopic": "^3.1.0" } }, ""],
759
+
760
+ "svg-tags": ["svg-tags@1.0.0", "", {}, ""],
761
+
762
+ "table": ["table@6.8.2", "", { "dependencies": { "ajv": "^8.0.1", "lodash.truncate": "^4.4.2", "slice-ansi": "^4.0.0", "string-width": "^4.2.3", "strip-ansi": "^6.0.1" } }, ""],
763
+
764
+ "temp-dir": ["temp-dir@3.0.0", "", {}, ""],
765
+
766
+ "tempy": ["tempy@3.1.0", "", { "dependencies": { "is-stream": "^3.0.0", "temp-dir": "^3.0.0", "type-fest": "^2.12.2", "unique-string": "^3.0.0" } }, ""],
767
+
768
+ "text-extensions": ["text-extensions@2.4.0", "", {}, ""],
769
+
770
+ "thenify": ["thenify@3.3.1", "", { "dependencies": { "any-promise": "^1.0.0" } }, ""],
771
+
772
+ "thenify-all": ["thenify-all@1.6.0", "", { "dependencies": { "thenify": ">= 3.1.0 < 4" } }, ""],
773
+
774
+ "through": ["through@2.3.8", "", {}, ""],
775
+
776
+ "through2": ["through2@2.0.5", "", { "dependencies": { "readable-stream": "~2.3.6", "xtend": "~4.0.1" } }, ""],
777
+
778
+ "time-span": ["time-span@5.1.0", "", { "dependencies": { "convert-hrtime": "^5.0.0" } }, ""],
779
+
780
+ "to-readable-stream": ["to-readable-stream@2.1.0", "", {}, ""],
781
+
782
+ "to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, ""],
783
+
784
+ "traverse": ["traverse@0.6.8", "", {}, ""],
785
+
786
+ "type-fest": ["type-fest@0.10.0", "", {}, ""],
787
+
788
+ "typescript": ["typescript@5.3.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, ""],
789
+
790
+ "uglify-js": ["uglify-js@3.17.4", "", { "bin": { "uglifyjs": "bin/uglifyjs" } }, ""],
791
+
792
+ "undici-types": ["undici-types@5.26.5", "", {}, ""],
793
+
794
+ "unicode-emoji-modifier-base": ["unicode-emoji-modifier-base@1.0.0", "", {}, ""],
795
+
796
+ "unicorn-magic": ["unicorn-magic@0.1.0", "", {}, ""],
797
+
798
+ "unique-string": ["unique-string@3.0.0", "", { "dependencies": { "crypto-random-string": "^4.0.0" } }, ""],
799
+
800
+ "universal-user-agent": ["universal-user-agent@7.0.2", "", {}, ""],
801
+
802
+ "universalify": ["universalify@0.1.2", "", {}, ""],
803
+
804
+ "uri-js": ["uri-js@4.4.1", "", { "dependencies": { "punycode": "^2.1.0" } }, ""],
805
+
806
+ "url-join": ["url-join@4.0.1", "", {}, ""],
807
+
808
+ "util-deprecate": ["util-deprecate@1.0.2", "", {}, ""],
809
+
810
+ "validate-npm-package-license": ["validate-npm-package-license@3.0.4", "", { "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, ""],
811
+
812
+ "which": ["which@2.0.2", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/node-which" } }, ""],
813
+
814
+ "wordwrap": ["wordwrap@1.0.0", "", {}, ""],
815
+
816
+ "wrap-ansi": ["wrap-ansi@9.0.0", "", { "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", "strip-ansi": "^7.1.0" } }, ""],
817
+
818
+ "wrappy": ["wrappy@1.0.2", "", {}, ""],
819
+
820
+ "write-file-atomic": ["write-file-atomic@5.0.1", "", { "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^4.0.1" } }, ""],
821
+
822
+ "xtend": ["xtend@4.0.2", "", {}, ""],
823
+
824
+ "y18n": ["y18n@5.0.8", "", {}, ""],
825
+
826
+ "yallist": ["yallist@4.0.0", "", {}, ""],
827
+
828
+ "yaml": ["yaml@2.6.1", "", { "bin": "bin.mjs" }, "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg=="],
829
+
830
+ "yargs": ["yargs@17.7.2", "", { "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", "yargs-parser": "^21.1.1" } }, ""],
831
+
832
+ "yargs-parser": ["yargs-parser@21.1.1", "", {}, ""],
833
+
834
+ "@babel/code-frame/chalk": ["chalk@2.4.2", "", { "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, ""],
835
+
836
+ "@babel/highlight/chalk": ["chalk@2.4.2", "", { "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, ""],
837
+
838
+ "@babel/highlight/js-tokens": ["js-tokens@4.0.0", "", {}, ""],
839
+
840
+ "@pnpm/network.ca-file/graceful-fs": ["graceful-fs@4.2.10", "", {}, ""],
841
+
842
+ "@saithodev/semantic-release-gitea/globby": ["globby@10.0.2", "", { "dependencies": { "@types/glob": "^7.1.1", "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.0.3", "glob": "^7.1.3", "ignore": "^5.1.1", "merge2": "^1.2.3", "slash": "^3.0.0" } }, ""],
843
+
844
+ "@semantic-release/github/@semantic-release/error": ["@semantic-release/error@4.0.0", "", {}, ""],
845
+
846
+ "@semantic-release/github/aggregate-error": ["aggregate-error@5.0.0", "", { "dependencies": { "clean-stack": "^5.2.0", "indent-string": "^5.0.0" } }, ""],
847
+
848
+ "@semantic-release/github/globby": ["globby@14.0.1", "", { "dependencies": { "@sindresorhus/merge-streams": "^2.1.0", "fast-glob": "^3.3.2", "ignore": "^5.2.4", "path-type": "^5.0.0", "slash": "^5.1.0", "unicorn-magic": "^0.1.0" } }, ""],
849
+
850
+ "@semantic-release/github/url-join": ["url-join@5.0.0", "", {}, ""],
851
+
852
+ "@semantic-release/npm/@semantic-release/error": ["@semantic-release/error@4.0.0", "", {}, ""],
853
+
854
+ "@semantic-release/npm/aggregate-error": ["aggregate-error@5.0.0", "", { "dependencies": { "clean-stack": "^5.2.0", "indent-string": "^5.0.0" } }, ""],
855
+
856
+ "@semantic-release/npm/fs-extra": ["fs-extra@11.2.0", "", { "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" } }, ""],
857
+
858
+ "@semantic-release/release-notes-generator/get-stream": ["get-stream@7.0.1", "", {}, ""],
859
+
860
+ "@transfermarkt/stylelint-config/stylelint-config-standard-scss": ["stylelint-config-standard-scss@13.1.0", "", { "dependencies": { "stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-standard": "^36.0.0" }, "peerDependencies": { "postcss": "^8.3.3", "stylelint": "^16.3.1" } }, "sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA=="],
861
+
862
+ "ansi-escapes/type-fest": ["type-fest@3.13.1", "", {}, ""],
863
+
864
+ "brace-expansion/balanced-match": ["balanced-match@1.0.2", "", {}, ""],
865
+
866
+ "cacheable-request/get-stream": ["get-stream@5.2.0", "", { "dependencies": { "pump": "^3.0.0" } }, ""],
867
+
868
+ "cacheable-request/normalize-url": ["normalize-url@6.1.0", "", {}, ""],
869
+
870
+ "cli-highlight/chalk": ["chalk@4.1.2", "", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, ""],
871
+
872
+ "cli-highlight/yargs": ["yargs@16.2.0", "", { "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.0", "y18n": "^5.0.5", "yargs-parser": "^20.2.2" } }, ""],
873
+
874
+ "cli-truncate/slice-ansi": ["slice-ansi@5.0.0", "", { "dependencies": { "ansi-styles": "^6.0.0", "is-fullwidth-code-point": "^4.0.0" } }, ""],
875
+
876
+ "cli-truncate/string-width": ["string-width@7.1.0", "", { "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" } }, ""],
877
+
878
+ "cliui/wrap-ansi": ["wrap-ansi@7.0.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, ""],
879
+
880
+ "clone-response/mimic-response": ["mimic-response@1.0.1", "", {}, ""],
881
+
882
+ "conventional-changelog-writer/meow": ["meow@12.1.1", "", {}, ""],
883
+
884
+ "conventional-changelog-writer/split2": ["split2@4.2.0", "", {}, ""],
885
+
886
+ "conventional-commits-parser/meow": ["meow@12.1.1", "", {}, ""],
887
+
888
+ "conventional-commits-parser/split2": ["split2@4.2.0", "", {}, ""],
889
+
890
+ "crypto-random-string/type-fest": ["type-fest@1.4.0", "", {}, ""],
891
+
892
+ "execa/get-stream": ["get-stream@8.0.1", "", {}, ""],
893
+
894
+ "global-prefix/which": ["which@1.3.1", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": "bin/which" }, ""],
895
+
896
+ "globby/ignore": ["ignore@5.3.2", "", {}, "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="],
897
+
898
+ "got/get-stream": ["get-stream@5.2.0", "", { "dependencies": { "pump": "^3.0.0" } }, ""],
899
+
900
+ "import-fresh/resolve-from": ["resolve-from@4.0.0", "", {}, ""],
901
+
902
+ "load-json-file/parse-json": ["parse-json@4.0.0", "", { "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" } }, ""],
903
+
904
+ "log-update/ansi-escapes": ["ansi-escapes@7.0.0", "", { "dependencies": { "environment": "^1.0.0" } }, "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw=="],
905
+
906
+ "log-update/slice-ansi": ["slice-ansi@7.1.0", "", { "dependencies": { "ansi-styles": "^6.2.1", "is-fullwidth-code-point": "^5.0.0" } }, "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg=="],
907
+
908
+ "log-update/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="],
909
+
910
+ "log-update/wrap-ansi": ["wrap-ansi@9.0.0", "", { "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", "strip-ansi": "^7.1.0" } }, "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q=="],
911
+
912
+ "node-emoji/@sindresorhus/is": ["@sindresorhus/is@4.6.0", "", {}, ""],
913
+
914
+ "npm-run-path/path-key": ["path-key@4.0.0", "", {}, ""],
915
+
916
+ "parse5-htmlparser2-tree-adapter/parse5": ["parse5@6.0.1", "", {}, ""],
917
+
918
+ "read-pkg/parse-json": ["parse-json@8.1.0", "", { "dependencies": { "@babel/code-frame": "^7.22.13", "index-to-position": "^0.1.2", "type-fest": "^4.7.1" } }, ""],
919
+
920
+ "read-pkg/type-fest": ["type-fest@4.10.2", "", {}, ""],
921
+
922
+ "read-pkg-up/type-fest": ["type-fest@4.14.0", "", {}, ""],
923
+
924
+ "restore-cursor/onetime": ["onetime@7.0.0", "", { "dependencies": { "mimic-function": "^5.0.0" } }, "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ=="],
925
+
926
+ "semantic-release/@semantic-release/error": ["@semantic-release/error@4.0.0", "", {}, ""],
927
+
928
+ "semantic-release/aggregate-error": ["aggregate-error@5.0.0", "", { "dependencies": { "clean-stack": "^5.2.0", "indent-string": "^5.0.0" } }, ""],
929
+
930
+ "semver/lru-cache": ["lru-cache@6.0.0", "", { "dependencies": { "yallist": "^4.0.0" } }, ""],
931
+
932
+ "signale/chalk": ["chalk@2.4.2", "", { "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, ""],
933
+
934
+ "signale/figures": ["figures@2.0.0", "", { "dependencies": { "escape-string-regexp": "^1.0.5" } }, ""],
935
+
936
+ "slice-ansi/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, ""],
937
+
938
+ "stylelint/postcss-safe-parser": ["postcss-safe-parser@7.0.1", "", { "peerDependencies": { "postcss": "^8.4.31" } }, "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A=="],
939
+
940
+ "stylelint-scss/css-tree": ["css-tree@3.1.0", "", { "dependencies": { "mdn-data": "2.12.2", "source-map-js": "^1.0.1" } }, "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w=="],
941
+
942
+ "stylelint-scss/mdn-data": ["mdn-data@2.13.0", "", {}, "sha512-OmD1FDyP706JqPqtLqgev/QCK0qudBdUuKKag6InQ/elEw3Cm2AhXYktcSggdc/vWniYqIsofkcteMEOioW5vQ=="],
943
+
944
+ "svelte/css-tree": ["css-tree@2.3.1", "", { "dependencies": { "mdn-data": "2.0.30", "source-map-js": "^1.0.1" } }, ""],
945
+
946
+ "tempy/type-fest": ["type-fest@2.19.0", "", {}, ""],
947
+
948
+ "wrap-ansi/string-width": ["string-width@7.1.0", "", { "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" } }, ""],
949
+
950
+ "wrap-ansi/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, ""],
951
+
952
+ "@babel/code-frame/chalk/ansi-styles": ["ansi-styles@3.2.1", "", { "dependencies": { "color-convert": "^1.9.0" } }, ""],
953
+
954
+ "@babel/code-frame/chalk/escape-string-regexp": ["escape-string-regexp@1.0.5", "", {}, ""],
955
+
956
+ "@babel/code-frame/chalk/supports-color": ["supports-color@5.5.0", "", { "dependencies": { "has-flag": "^3.0.0" } }, ""],
957
+
958
+ "@babel/highlight/chalk/ansi-styles": ["ansi-styles@3.2.1", "", { "dependencies": { "color-convert": "^1.9.0" } }, ""],
959
+
960
+ "@babel/highlight/chalk/escape-string-regexp": ["escape-string-regexp@1.0.5", "", {}, ""],
961
+
962
+ "@babel/highlight/chalk/supports-color": ["supports-color@5.5.0", "", { "dependencies": { "has-flag": "^3.0.0" } }, ""],
963
+
964
+ "@saithodev/semantic-release-gitea/globby/ignore": ["ignore@5.3.2", "", {}, "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="],
965
+
966
+ "@semantic-release/github/aggregate-error/clean-stack": ["clean-stack@5.2.0", "", { "dependencies": { "escape-string-regexp": "5.0.0" } }, ""],
967
+
968
+ "@semantic-release/github/aggregate-error/indent-string": ["indent-string@5.0.0", "", {}, ""],
969
+
970
+ "@semantic-release/github/globby/ignore": ["ignore@5.3.2", "", {}, "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="],
971
+
972
+ "@semantic-release/github/globby/path-type": ["path-type@5.0.0", "", {}, ""],
973
+
974
+ "@semantic-release/github/globby/slash": ["slash@5.1.0", "", {}, ""],
975
+
976
+ "@semantic-release/npm/aggregate-error/clean-stack": ["clean-stack@5.2.0", "", { "dependencies": { "escape-string-regexp": "5.0.0" } }, ""],
977
+
978
+ "@semantic-release/npm/aggregate-error/indent-string": ["indent-string@5.0.0", "", {}, ""],
979
+
980
+ "@semantic-release/npm/fs-extra/jsonfile": ["jsonfile@6.1.0", "", { "dependencies": { "universalify": "^2.0.0" }, "optionalDependencies": { "graceful-fs": "^4.1.6" } }, ""],
981
+
982
+ "@semantic-release/npm/fs-extra/universalify": ["universalify@2.0.1", "", {}, ""],
983
+
984
+ "cli-highlight/chalk/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, ""],
985
+
986
+ "cli-highlight/yargs/cliui": ["cliui@7.0.4", "", { "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" } }, ""],
987
+
988
+ "cli-highlight/yargs/yargs-parser": ["yargs-parser@20.2.9", "", {}, ""],
989
+
990
+ "cli-truncate/slice-ansi/ansi-styles": ["ansi-styles@6.2.1", "", {}, ""],
991
+
992
+ "cli-truncate/slice-ansi/is-fullwidth-code-point": ["is-fullwidth-code-point@4.0.0", "", {}, ""],
993
+
994
+ "cli-truncate/string-width/emoji-regex": ["emoji-regex@10.3.0", "", {}, ""],
995
+
996
+ "cli-truncate/string-width/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, ""],
997
+
998
+ "cliui/wrap-ansi/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, ""],
999
+
1000
+ "log-update/slice-ansi/ansi-styles": ["ansi-styles@6.2.1", "", {}, "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="],
1001
+
1002
+ "log-update/slice-ansi/is-fullwidth-code-point": ["is-fullwidth-code-point@5.0.0", "", { "dependencies": { "get-east-asian-width": "^1.0.0" } }, "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA=="],
1003
+
1004
+ "log-update/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="],
1005
+
1006
+ "log-update/wrap-ansi/ansi-styles": ["ansi-styles@6.2.1", "", {}, "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="],
1007
+
1008
+ "log-update/wrap-ansi/string-width": ["string-width@7.2.0", "", { "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" } }, "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ=="],
1009
+
1010
+ "semantic-release/aggregate-error/clean-stack": ["clean-stack@5.2.0", "", { "dependencies": { "escape-string-regexp": "5.0.0" } }, ""],
1011
+
1012
+ "semantic-release/aggregate-error/indent-string": ["indent-string@5.0.0", "", {}, ""],
1013
+
1014
+ "signale/chalk/ansi-styles": ["ansi-styles@3.2.1", "", { "dependencies": { "color-convert": "^1.9.0" } }, ""],
1015
+
1016
+ "signale/chalk/escape-string-regexp": ["escape-string-regexp@1.0.5", "", {}, ""],
1017
+
1018
+ "signale/chalk/supports-color": ["supports-color@5.5.0", "", { "dependencies": { "has-flag": "^3.0.0" } }, ""],
1019
+
1020
+ "signale/figures/escape-string-regexp": ["escape-string-regexp@1.0.5", "", {}, ""],
1021
+
1022
+ "stylelint-scss/css-tree/mdn-data": ["mdn-data@2.12.2", "", {}, "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA=="],
1023
+
1024
+ "svelte/css-tree/mdn-data": ["mdn-data@2.0.30", "", {}, ""],
1025
+
1026
+ "wrap-ansi/string-width/emoji-regex": ["emoji-regex@10.3.0", "", {}, ""],
1027
+
1028
+ "wrap-ansi/strip-ansi/ansi-regex": ["ansi-regex@6.0.1", "", {}, ""],
1029
+
1030
+ "@babel/code-frame/chalk/ansi-styles/color-convert": ["color-convert@1.9.3", "", { "dependencies": { "color-name": "1.1.3" } }, ""],
1031
+
1032
+ "@babel/code-frame/chalk/supports-color/has-flag": ["has-flag@3.0.0", "", {}, ""],
1033
+
1034
+ "@babel/highlight/chalk/ansi-styles/color-convert": ["color-convert@1.9.3", "", { "dependencies": { "color-name": "1.1.3" } }, ""],
1035
+
1036
+ "@babel/highlight/chalk/supports-color/has-flag": ["has-flag@3.0.0", "", {}, ""],
1037
+
1038
+ "@semantic-release/github/aggregate-error/clean-stack/escape-string-regexp": ["escape-string-regexp@5.0.0", "", {}, ""],
1039
+
1040
+ "@semantic-release/npm/aggregate-error/clean-stack/escape-string-regexp": ["escape-string-regexp@5.0.0", "", {}, ""],
1041
+
1042
+ "cli-highlight/yargs/cliui/wrap-ansi": ["wrap-ansi@7.0.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, ""],
1043
+
1044
+ "cli-truncate/string-width/strip-ansi/ansi-regex": ["ansi-regex@6.0.1", "", {}, ""],
1045
+
1046
+ "log-update/wrap-ansi/string-width/emoji-regex": ["emoji-regex@10.4.0", "", {}, "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="],
1047
+
1048
+ "signale/chalk/ansi-styles/color-convert": ["color-convert@1.9.3", "", { "dependencies": { "color-name": "1.1.3" } }, ""],
1049
+
1050
+ "signale/chalk/supports-color/has-flag": ["has-flag@3.0.0", "", {}, ""],
1051
+
1052
+ "@babel/code-frame/chalk/ansi-styles/color-convert/color-name": ["color-name@1.1.3", "", {}, ""],
1053
+
1054
+ "@babel/highlight/chalk/ansi-styles/color-convert/color-name": ["color-name@1.1.3", "", {}, ""],
1055
+
1056
+ "cli-highlight/yargs/cliui/wrap-ansi/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, ""],
1057
+
1058
+ "signale/chalk/ansi-styles/color-convert/color-name": ["color-name@1.1.3", "", {}, ""],
1059
+ }
1060
+ }