1{ 2 "name": "lint-md", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "lint-md", 9 "version": "1.0.0", 10 "dependencies": { 11 "remark-parse": "^11.0.0", 12 "remark-preset-lint-node": "^5.0.0", 13 "remark-stringify": "^11.0.0", 14 "to-vfile": "^8.0.0", 15 "unified": "^11.0.3", 16 "vfile-reporter": "^8.1.0" 17 }, 18 "devDependencies": { 19 "@rollup/plugin-commonjs": "^25.0.5", 20 "@rollup/plugin-node-resolve": "^15.2.2", 21 "rollup": "^4.0.2", 22 "rollup-plugin-cleanup": "^3.2.1" 23 } 24 }, 25 "node_modules/@jridgewell/sourcemap-codec": { 26 "version": "1.4.15", 27 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", 28 "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", 29 "dev": true 30 }, 31 "node_modules/@rollup/plugin-commonjs": { 32 "version": "25.0.5", 33 "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.5.tgz", 34 "integrity": "sha512-xY8r/A9oisSeSuLCTfhssyDjo9Vp/eDiRLXkg1MXCcEEgEjPmLU+ZyDB20OOD0NlyDa/8SGbK5uIggF5XTx77w==", 35 "dev": true, 36 "dependencies": { 37 "@rollup/pluginutils": "^5.0.1", 38 "commondir": "^1.0.1", 39 "estree-walker": "^2.0.2", 40 "glob": "^8.0.3", 41 "is-reference": "1.2.1", 42 "magic-string": "^0.27.0" 43 }, 44 "engines": { 45 "node": ">=14.0.0" 46 }, 47 "peerDependencies": { 48 "rollup": "^2.68.0||^3.0.0||^4.0.0" 49 }, 50 "peerDependenciesMeta": { 51 "rollup": { 52 "optional": true 53 } 54 } 55 }, 56 "node_modules/@rollup/plugin-node-resolve": { 57 "version": "15.2.2", 58 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.2.tgz", 59 "integrity": "sha512-f64bU4OKqV0yihtxFemmuf0oj37pToCFMISCA+sJbbIAl5wcpbRO9XgWNWb1tDiWQJUcPxo6V0l59hcuZOQ3kw==", 60 "dev": true, 61 "dependencies": { 62 "@rollup/pluginutils": "^5.0.1", 63 "@types/resolve": "1.20.2", 64 "deepmerge": "^4.2.2", 65 "is-builtin-module": "^3.2.1", 66 "is-module": "^1.0.0", 67 "resolve": "^1.22.1" 68 }, 69 "engines": { 70 "node": ">=14.0.0" 71 }, 72 "peerDependencies": { 73 "rollup": "^2.78.0||^3.0.0||^4.0.0" 74 }, 75 "peerDependenciesMeta": { 76 "rollup": { 77 "optional": true 78 } 79 } 80 }, 81 "node_modules/@rollup/pluginutils": { 82 "version": "5.0.5", 83 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.5.tgz", 84 "integrity": "sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==", 85 "dev": true, 86 "dependencies": { 87 "@types/estree": "^1.0.0", 88 "estree-walker": "^2.0.2", 89 "picomatch": "^2.3.1" 90 }, 91 "engines": { 92 "node": ">=14.0.0" 93 }, 94 "peerDependencies": { 95 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 96 }, 97 "peerDependenciesMeta": { 98 "rollup": { 99 "optional": true 100 } 101 } 102 }, 103 "node_modules/@rollup/rollup-android-arm-eabi": { 104 "version": "4.0.2", 105 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.0.2.tgz", 106 "integrity": "sha512-xDvk1pT4vaPU2BOLy0MqHMdYZyntqpaBf8RhBiezlqG9OjY8F50TyctHo8znigYKd+QCFhCmlmXHOL/LoaOl3w==", 107 "cpu": [ 108 "arm" 109 ], 110 "dev": true, 111 "optional": true, 112 "os": [ 113 "android" 114 ] 115 }, 116 "node_modules/@rollup/rollup-android-arm64": { 117 "version": "4.0.2", 118 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.0.2.tgz", 119 "integrity": "sha512-lqCglytY3E6raze27DD9VQJWohbwCxzqs9aSHcj5X/8hJpzZfNdbsr4Ja9Hqp6iPyF53+5PtPx0pKRlkSvlHZg==", 120 "cpu": [ 121 "arm64" 122 ], 123 "dev": true, 124 "optional": true, 125 "os": [ 126 "android" 127 ] 128 }, 129 "node_modules/@rollup/rollup-darwin-arm64": { 130 "version": "4.0.2", 131 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.0.2.tgz", 132 "integrity": "sha512-nkBKItS6E6CCzvRwgiKad+j+1ibmL7SIInj7oqMWmdkCjiSX6VeVZw2mLlRKIUL+JjsBgpATTfo7BiAXc1v0jA==", 133 "cpu": [ 134 "arm64" 135 ], 136 "dev": true, 137 "optional": true, 138 "os": [ 139 "darwin" 140 ] 141 }, 142 "node_modules/@rollup/rollup-darwin-x64": { 143 "version": "4.0.2", 144 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.0.2.tgz", 145 "integrity": "sha512-vX2C8xvWPIbpEgQht95+dY6BReKAvtDgPDGi0XN0kWJKkm4WdNmq5dnwscv/zxvi+n6jUTBhs6GtpkkWT4q8Gg==", 146 "cpu": [ 147 "x64" 148 ], 149 "dev": true, 150 "optional": true, 151 "os": [ 152 "darwin" 153 ] 154 }, 155 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 156 "version": "4.0.2", 157 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.0.2.tgz", 158 "integrity": "sha512-DVFIfcHOjgmeHOAqji4xNz2wczt1Bmzy9MwBZKBa83SjBVO/i38VHDR+9ixo8QpBOiEagmNw12DucG+v55tCrg==", 159 "cpu": [ 160 "arm" 161 ], 162 "dev": true, 163 "optional": true, 164 "os": [ 165 "linux" 166 ] 167 }, 168 "node_modules/@rollup/rollup-linux-arm64-gnu": { 169 "version": "4.0.2", 170 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.0.2.tgz", 171 "integrity": "sha512-GCK/a9ItUxPI0V5hQEJjH4JtOJO90GF2Hja7TO+EZ8rmkGvEi8/ZDMhXmcuDpQT7/PWrTT9RvnG8snMd5SrhBQ==", 172 "cpu": [ 173 "arm64" 174 ], 175 "dev": true, 176 "optional": true, 177 "os": [ 178 "linux" 179 ] 180 }, 181 "node_modules/@rollup/rollup-linux-arm64-musl": { 182 "version": "4.0.2", 183 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.0.2.tgz", 184 "integrity": "sha512-cLuBp7rOjIB1R2j/VazjCmHC7liWUur2e9mFflLJBAWCkrZ+X0+QwHLvOQakIwDymungzAKv6W9kHZnTp/Mqrg==", 185 "cpu": [ 186 "arm64" 187 ], 188 "dev": true, 189 "optional": true, 190 "os": [ 191 "linux" 192 ] 193 }, 194 "node_modules/@rollup/rollup-linux-x64-gnu": { 195 "version": "4.0.2", 196 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.0.2.tgz", 197 "integrity": "sha512-Zqw4iVnJr2naoyQus0yLy7sLtisCQcpdMKUCeXPBjkJtpiflRime/TMojbnl8O3oxUAj92mxr+t7im/RbgA20w==", 198 "cpu": [ 199 "x64" 200 ], 201 "dev": true, 202 "optional": true, 203 "os": [ 204 "linux" 205 ] 206 }, 207 "node_modules/@rollup/rollup-linux-x64-musl": { 208 "version": "4.0.2", 209 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.0.2.tgz", 210 "integrity": "sha512-jJRU9TyUD/iMqjf8aLAp7XiN3pIj5v6Qcu+cdzBfVTKDD0Fvua4oUoK8eVJ9ZuKBEQKt3WdlcwJXFkpmMLk6kg==", 211 "cpu": [ 212 "x64" 213 ], 214 "dev": true, 215 "optional": true, 216 "os": [ 217 "linux" 218 ] 219 }, 220 "node_modules/@rollup/rollup-win32-arm64-msvc": { 221 "version": "4.0.2", 222 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.0.2.tgz", 223 "integrity": "sha512-ZkS2NixCxHKC4zbOnw64ztEGGDVIYP6nKkGBfOAxEPW71Sji9v8z3yaHNuae/JHPwXA+14oDefnOuVfxl59SmQ==", 224 "cpu": [ 225 "arm64" 226 ], 227 "dev": true, 228 "optional": true, 229 "os": [ 230 "win32" 231 ] 232 }, 233 "node_modules/@rollup/rollup-win32-ia32-msvc": { 234 "version": "4.0.2", 235 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.0.2.tgz", 236 "integrity": "sha512-3SKjj+tvnZ0oZq2BKB+fI+DqYI83VrRzk7eed8tJkxeZ4zxJZcLSE8YDQLYGq1tZAnAX+H076RHHB4gTZXsQzw==", 237 "cpu": [ 238 "ia32" 239 ], 240 "dev": true, 241 "optional": true, 242 "os": [ 243 "win32" 244 ] 245 }, 246 "node_modules/@rollup/rollup-win32-x64-msvc": { 247 "version": "4.0.2", 248 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.0.2.tgz", 249 "integrity": "sha512-MBdJIOxRauKkry7t2q+rTHa3aWjVez2eioWg+etRVS3dE4tChhmt5oqZYr48R6bPmcwEhxQr96gVRfeQrLbqng==", 250 "cpu": [ 251 "x64" 252 ], 253 "dev": true, 254 "optional": true, 255 "os": [ 256 "win32" 257 ] 258 }, 259 "node_modules/@types/debug": { 260 "version": "4.1.9", 261 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.9.tgz", 262 "integrity": "sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow==", 263 "dependencies": { 264 "@types/ms": "*" 265 } 266 }, 267 "node_modules/@types/estree": { 268 "version": "1.0.2", 269 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz", 270 "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==" 271 }, 272 "node_modules/@types/estree-jsx": { 273 "version": "1.0.1", 274 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.1.tgz", 275 "integrity": "sha512-sHyakZlAezNFxmYRo0fopDZW+XvK6ipeZkkp5EAOLjdPfZp8VjZBJ67vSRI99RSCAoqXVmXOHS4fnWoxpuGQtQ==", 276 "dependencies": { 277 "@types/estree": "*" 278 } 279 }, 280 "node_modules/@types/hast": { 281 "version": "2.3.6", 282 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.6.tgz", 283 "integrity": "sha512-47rJE80oqPmFdVDCD7IheXBrVdwuBgsYwoczFvKmwfo2Mzsnt+V9OONsYauFmICb6lQPpCuXYJWejBNs4pDJRg==", 284 "dependencies": { 285 "@types/unist": "^2" 286 } 287 }, 288 "node_modules/@types/hast/node_modules/@types/unist": { 289 "version": "2.0.8", 290 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 291 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 292 }, 293 "node_modules/@types/mdast": { 294 "version": "4.0.1", 295 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.1.tgz", 296 "integrity": "sha512-IlKct1rUTJ1T81d8OHzyop15kGv9A/ff7Gz7IJgrk6jDb4Udw77pCJ+vq8oxZf4Ghpm+616+i1s/LNg/Vh7d+g==", 297 "dependencies": { 298 "@types/unist": "*" 299 } 300 }, 301 "node_modules/@types/ms": { 302 "version": "0.7.32", 303 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.32.tgz", 304 "integrity": "sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==" 305 }, 306 "node_modules/@types/resolve": { 307 "version": "1.20.2", 308 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", 309 "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", 310 "dev": true 311 }, 312 "node_modules/@types/supports-color": { 313 "version": "8.1.1", 314 "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.1.tgz", 315 "integrity": "sha512-dPWnWsf+kzIG140B8z2w3fr5D03TLWbOAFQl45xUpI3vcizeXriNR5VYkWZ+WTMsUHqZ9Xlt3hrxGNANFyNQfw==" 316 }, 317 "node_modules/@types/unist": { 318 "version": "3.0.0", 319 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.0.tgz", 320 "integrity": "sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==" 321 }, 322 "node_modules/ansi-regex": { 323 "version": "6.0.1", 324 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", 325 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", 326 "engines": { 327 "node": ">=12" 328 }, 329 "funding": { 330 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 331 } 332 }, 333 "node_modules/argparse": { 334 "version": "2.0.1", 335 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 336 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 337 }, 338 "node_modules/bail": { 339 "version": "2.0.2", 340 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 341 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 342 "funding": { 343 "type": "github", 344 "url": "https://github.com/sponsors/wooorm" 345 } 346 }, 347 "node_modules/balanced-match": { 348 "version": "1.0.2", 349 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 350 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 351 "dev": true 352 }, 353 "node_modules/brace-expansion": { 354 "version": "2.0.1", 355 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 356 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 357 "dev": true, 358 "dependencies": { 359 "balanced-match": "^1.0.0" 360 } 361 }, 362 "node_modules/builtin-modules": { 363 "version": "3.3.0", 364 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", 365 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", 366 "dev": true, 367 "engines": { 368 "node": ">=6" 369 }, 370 "funding": { 371 "url": "https://github.com/sponsors/sindresorhus" 372 } 373 }, 374 "node_modules/ccount": { 375 "version": "2.0.1", 376 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 377 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 378 "funding": { 379 "type": "github", 380 "url": "https://github.com/sponsors/wooorm" 381 } 382 }, 383 "node_modules/character-entities": { 384 "version": "2.0.2", 385 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 386 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 387 "funding": { 388 "type": "github", 389 "url": "https://github.com/sponsors/wooorm" 390 } 391 }, 392 "node_modules/co": { 393 "version": "3.1.0", 394 "resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz", 395 "integrity": "sha512-CQsjCRiNObI8AtTsNIBDRMQ4oMR83CzEswHYahClvul7gKk+lDQiOKv+5qh7LQWf5sh6jkZNispz/QlsZxyNgA==" 396 }, 397 "node_modules/commondir": { 398 "version": "1.0.1", 399 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", 400 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", 401 "dev": true 402 }, 403 "node_modules/debug": { 404 "version": "4.3.4", 405 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", 406 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", 407 "dependencies": { 408 "ms": "2.1.2" 409 }, 410 "engines": { 411 "node": ">=6.0" 412 }, 413 "peerDependenciesMeta": { 414 "supports-color": { 415 "optional": true 416 } 417 } 418 }, 419 "node_modules/decode-named-character-reference": { 420 "version": "1.0.2", 421 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", 422 "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", 423 "dependencies": { 424 "character-entities": "^2.0.0" 425 }, 426 "funding": { 427 "type": "github", 428 "url": "https://github.com/sponsors/wooorm" 429 } 430 }, 431 "node_modules/deepmerge": { 432 "version": "4.3.1", 433 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 434 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 435 "dev": true, 436 "engines": { 437 "node": ">=0.10.0" 438 } 439 }, 440 "node_modules/dequal": { 441 "version": "2.0.3", 442 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 443 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 444 "engines": { 445 "node": ">=6" 446 } 447 }, 448 "node_modules/devlop": { 449 "version": "1.1.0", 450 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 451 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 452 "dependencies": { 453 "dequal": "^2.0.0" 454 }, 455 "funding": { 456 "type": "github", 457 "url": "https://github.com/sponsors/wooorm" 458 } 459 }, 460 "node_modules/diff": { 461 "version": "5.1.0", 462 "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", 463 "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", 464 "engines": { 465 "node": ">=0.3.1" 466 } 467 }, 468 "node_modules/eastasianwidth": { 469 "version": "0.2.0", 470 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 471 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" 472 }, 473 "node_modules/emoji-regex": { 474 "version": "10.2.1", 475 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.2.1.tgz", 476 "integrity": "sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==" 477 }, 478 "node_modules/escape-string-regexp": { 479 "version": "5.0.0", 480 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 481 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 482 "engines": { 483 "node": ">=12" 484 }, 485 "funding": { 486 "url": "https://github.com/sponsors/sindresorhus" 487 } 488 }, 489 "node_modules/estree-walker": { 490 "version": "2.0.2", 491 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 492 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 493 "dev": true 494 }, 495 "node_modules/extend": { 496 "version": "3.0.2", 497 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 498 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" 499 }, 500 "node_modules/fs.realpath": { 501 "version": "1.0.0", 502 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 503 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", 504 "dev": true 505 }, 506 "node_modules/fsevents": { 507 "version": "2.3.3", 508 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 509 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 510 "dev": true, 511 "hasInstallScript": true, 512 "optional": true, 513 "os": [ 514 "darwin" 515 ], 516 "engines": { 517 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 518 } 519 }, 520 "node_modules/glob": { 521 "version": "8.1.0", 522 "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", 523 "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", 524 "dev": true, 525 "dependencies": { 526 "fs.realpath": "^1.0.0", 527 "inflight": "^1.0.4", 528 "inherits": "2", 529 "minimatch": "^5.0.1", 530 "once": "^1.3.0" 531 }, 532 "engines": { 533 "node": ">=12" 534 }, 535 "funding": { 536 "url": "https://github.com/sponsors/isaacs" 537 } 538 }, 539 "node_modules/has": { 540 "version": "1.0.4", 541 "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", 542 "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", 543 "dev": true, 544 "engines": { 545 "node": ">= 0.4.0" 546 } 547 }, 548 "node_modules/inflight": { 549 "version": "1.0.6", 550 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 551 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 552 "dev": true, 553 "dependencies": { 554 "once": "^1.3.0", 555 "wrappy": "1" 556 } 557 }, 558 "node_modules/inherits": { 559 "version": "2.0.4", 560 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 561 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 562 "dev": true 563 }, 564 "node_modules/is-buffer": { 565 "version": "2.0.5", 566 "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", 567 "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", 568 "funding": [ 569 { 570 "type": "github", 571 "url": "https://github.com/sponsors/feross" 572 }, 573 { 574 "type": "patreon", 575 "url": "https://www.patreon.com/feross" 576 }, 577 { 578 "type": "consulting", 579 "url": "https://feross.org/support" 580 } 581 ], 582 "engines": { 583 "node": ">=4" 584 } 585 }, 586 "node_modules/is-builtin-module": { 587 "version": "3.2.1", 588 "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", 589 "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", 590 "dev": true, 591 "dependencies": { 592 "builtin-modules": "^3.3.0" 593 }, 594 "engines": { 595 "node": ">=6" 596 }, 597 "funding": { 598 "url": "https://github.com/sponsors/sindresorhus" 599 } 600 }, 601 "node_modules/is-core-module": { 602 "version": "2.13.0", 603 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", 604 "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", 605 "dev": true, 606 "dependencies": { 607 "has": "^1.0.3" 608 }, 609 "funding": { 610 "url": "https://github.com/sponsors/ljharb" 611 } 612 }, 613 "node_modules/is-module": { 614 "version": "1.0.0", 615 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", 616 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", 617 "dev": true 618 }, 619 "node_modules/is-plain-obj": { 620 "version": "4.1.0", 621 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 622 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 623 "engines": { 624 "node": ">=12" 625 }, 626 "funding": { 627 "url": "https://github.com/sponsors/sindresorhus" 628 } 629 }, 630 "node_modules/is-reference": { 631 "version": "1.2.1", 632 "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", 633 "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", 634 "dev": true, 635 "dependencies": { 636 "@types/estree": "*" 637 } 638 }, 639 "node_modules/js-cleanup": { 640 "version": "1.2.0", 641 "resolved": "https://registry.npmjs.org/js-cleanup/-/js-cleanup-1.2.0.tgz", 642 "integrity": "sha512-JeDD0yiiSt80fXzAVa/crrS0JDPQljyBG/RpOtaSbyDq03VHa9szJWMaWOYU/bcTn412uMN2MxApXq8v79cUiQ==", 643 "dev": true, 644 "dependencies": { 645 "magic-string": "^0.25.7", 646 "perf-regexes": "^1.0.1", 647 "skip-regex": "^1.0.2" 648 }, 649 "engines": { 650 "node": "^10.14.2 || >=12.0.0" 651 } 652 }, 653 "node_modules/js-cleanup/node_modules/magic-string": { 654 "version": "0.25.9", 655 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", 656 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", 657 "dev": true, 658 "dependencies": { 659 "sourcemap-codec": "^1.4.8" 660 } 661 }, 662 "node_modules/js-yaml": { 663 "version": "4.1.0", 664 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 665 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 666 "dependencies": { 667 "argparse": "^2.0.1" 668 }, 669 "bin": { 670 "js-yaml": "bin/js-yaml.js" 671 } 672 }, 673 "node_modules/kleur": { 674 "version": "4.1.5", 675 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 676 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 677 "engines": { 678 "node": ">=6" 679 } 680 }, 681 "node_modules/longest-streak": { 682 "version": "3.1.0", 683 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 684 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 685 "funding": { 686 "type": "github", 687 "url": "https://github.com/sponsors/wooorm" 688 } 689 }, 690 "node_modules/lru-cache": { 691 "version": "6.0.0", 692 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 693 "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", 694 "dependencies": { 695 "yallist": "^4.0.0" 696 }, 697 "engines": { 698 "node": ">=10" 699 } 700 }, 701 "node_modules/magic-string": { 702 "version": "0.27.0", 703 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", 704 "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", 705 "dev": true, 706 "dependencies": { 707 "@jridgewell/sourcemap-codec": "^1.4.13" 708 }, 709 "engines": { 710 "node": ">=12" 711 } 712 }, 713 "node_modules/markdown-table": { 714 "version": "3.0.3", 715 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", 716 "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", 717 "funding": { 718 "type": "github", 719 "url": "https://github.com/sponsors/wooorm" 720 } 721 }, 722 "node_modules/mdast-comment-marker": { 723 "version": "2.1.2", 724 "resolved": "https://registry.npmjs.org/mdast-comment-marker/-/mdast-comment-marker-2.1.2.tgz", 725 "integrity": "sha512-HED3ezseRVkBzZ0uK4q6RJMdufr/2p3VfVZstE3H1N9K8bwtspztWo6Xd7rEatuGNoCXaBna8oEqMwUn0Ve1bw==", 726 "dependencies": { 727 "@types/mdast": "^3.0.0", 728 "mdast-util-mdx-expression": "^1.1.0" 729 }, 730 "funding": { 731 "type": "opencollective", 732 "url": "https://opencollective.com/unified" 733 } 734 }, 735 "node_modules/mdast-comment-marker/node_modules/@types/mdast": { 736 "version": "3.0.13", 737 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 738 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 739 "dependencies": { 740 "@types/unist": "^2" 741 } 742 }, 743 "node_modules/mdast-comment-marker/node_modules/@types/unist": { 744 "version": "2.0.8", 745 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 746 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 747 }, 748 "node_modules/mdast-util-find-and-replace": { 749 "version": "3.0.1", 750 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", 751 "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", 752 "dependencies": { 753 "@types/mdast": "^4.0.0", 754 "escape-string-regexp": "^5.0.0", 755 "unist-util-is": "^6.0.0", 756 "unist-util-visit-parents": "^6.0.0" 757 }, 758 "funding": { 759 "type": "opencollective", 760 "url": "https://opencollective.com/unified" 761 } 762 }, 763 "node_modules/mdast-util-from-markdown": { 764 "version": "2.0.0", 765 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", 766 "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", 767 "dependencies": { 768 "@types/mdast": "^4.0.0", 769 "@types/unist": "^3.0.0", 770 "decode-named-character-reference": "^1.0.0", 771 "devlop": "^1.0.0", 772 "mdast-util-to-string": "^4.0.0", 773 "micromark": "^4.0.0", 774 "micromark-util-decode-numeric-character-reference": "^2.0.0", 775 "micromark-util-decode-string": "^2.0.0", 776 "micromark-util-normalize-identifier": "^2.0.0", 777 "micromark-util-symbol": "^2.0.0", 778 "micromark-util-types": "^2.0.0", 779 "unist-util-stringify-position": "^4.0.0" 780 }, 781 "funding": { 782 "type": "opencollective", 783 "url": "https://opencollective.com/unified" 784 } 785 }, 786 "node_modules/mdast-util-gfm": { 787 "version": "3.0.0", 788 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", 789 "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", 790 "dependencies": { 791 "mdast-util-from-markdown": "^2.0.0", 792 "mdast-util-gfm-autolink-literal": "^2.0.0", 793 "mdast-util-gfm-footnote": "^2.0.0", 794 "mdast-util-gfm-strikethrough": "^2.0.0", 795 "mdast-util-gfm-table": "^2.0.0", 796 "mdast-util-gfm-task-list-item": "^2.0.0", 797 "mdast-util-to-markdown": "^2.0.0" 798 }, 799 "funding": { 800 "type": "opencollective", 801 "url": "https://opencollective.com/unified" 802 } 803 }, 804 "node_modules/mdast-util-gfm-autolink-literal": { 805 "version": "2.0.0", 806 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.0.tgz", 807 "integrity": "sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==", 808 "dependencies": { 809 "@types/mdast": "^4.0.0", 810 "ccount": "^2.0.0", 811 "devlop": "^1.0.0", 812 "mdast-util-find-and-replace": "^3.0.0", 813 "micromark-util-character": "^2.0.0" 814 }, 815 "funding": { 816 "type": "opencollective", 817 "url": "https://opencollective.com/unified" 818 } 819 }, 820 "node_modules/mdast-util-gfm-footnote": { 821 "version": "2.0.0", 822 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", 823 "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", 824 "dependencies": { 825 "@types/mdast": "^4.0.0", 826 "devlop": "^1.1.0", 827 "mdast-util-from-markdown": "^2.0.0", 828 "mdast-util-to-markdown": "^2.0.0", 829 "micromark-util-normalize-identifier": "^2.0.0" 830 }, 831 "funding": { 832 "type": "opencollective", 833 "url": "https://opencollective.com/unified" 834 } 835 }, 836 "node_modules/mdast-util-gfm-strikethrough": { 837 "version": "2.0.0", 838 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 839 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 840 "dependencies": { 841 "@types/mdast": "^4.0.0", 842 "mdast-util-from-markdown": "^2.0.0", 843 "mdast-util-to-markdown": "^2.0.0" 844 }, 845 "funding": { 846 "type": "opencollective", 847 "url": "https://opencollective.com/unified" 848 } 849 }, 850 "node_modules/mdast-util-gfm-table": { 851 "version": "2.0.0", 852 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 853 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 854 "dependencies": { 855 "@types/mdast": "^4.0.0", 856 "devlop": "^1.0.0", 857 "markdown-table": "^3.0.0", 858 "mdast-util-from-markdown": "^2.0.0", 859 "mdast-util-to-markdown": "^2.0.0" 860 }, 861 "funding": { 862 "type": "opencollective", 863 "url": "https://opencollective.com/unified" 864 } 865 }, 866 "node_modules/mdast-util-gfm-task-list-item": { 867 "version": "2.0.0", 868 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 869 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 870 "dependencies": { 871 "@types/mdast": "^4.0.0", 872 "devlop": "^1.0.0", 873 "mdast-util-from-markdown": "^2.0.0", 874 "mdast-util-to-markdown": "^2.0.0" 875 }, 876 "funding": { 877 "type": "opencollective", 878 "url": "https://opencollective.com/unified" 879 } 880 }, 881 "node_modules/mdast-util-heading-style": { 882 "version": "2.0.1", 883 "resolved": "https://registry.npmjs.org/mdast-util-heading-style/-/mdast-util-heading-style-2.0.1.tgz", 884 "integrity": "sha512-0L5rthU4xKDVbw+UQ7D8Y8xOEsX4JXZvemWoEAsL+WAaeSH+TvVVwFnTb3G/OrjyP4VYQULoNWU+PdZfkmNu4A==", 885 "dependencies": { 886 "@types/mdast": "^3.0.0" 887 }, 888 "funding": { 889 "type": "opencollective", 890 "url": "https://opencollective.com/unified" 891 } 892 }, 893 "node_modules/mdast-util-heading-style/node_modules/@types/mdast": { 894 "version": "3.0.13", 895 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 896 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 897 "dependencies": { 898 "@types/unist": "^2" 899 } 900 }, 901 "node_modules/mdast-util-heading-style/node_modules/@types/unist": { 902 "version": "2.0.8", 903 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 904 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 905 }, 906 "node_modules/mdast-util-mdx-expression": { 907 "version": "1.3.2", 908 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz", 909 "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==", 910 "dependencies": { 911 "@types/estree-jsx": "^1.0.0", 912 "@types/hast": "^2.0.0", 913 "@types/mdast": "^3.0.0", 914 "mdast-util-from-markdown": "^1.0.0", 915 "mdast-util-to-markdown": "^1.0.0" 916 }, 917 "funding": { 918 "type": "opencollective", 919 "url": "https://opencollective.com/unified" 920 } 921 }, 922 "node_modules/mdast-util-mdx-expression/node_modules/@types/mdast": { 923 "version": "3.0.13", 924 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 925 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 926 "dependencies": { 927 "@types/unist": "^2" 928 } 929 }, 930 "node_modules/mdast-util-mdx-expression/node_modules/@types/unist": { 931 "version": "2.0.8", 932 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 933 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 934 }, 935 "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-from-markdown": { 936 "version": "1.3.1", 937 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", 938 "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==", 939 "dependencies": { 940 "@types/mdast": "^3.0.0", 941 "@types/unist": "^2.0.0", 942 "decode-named-character-reference": "^1.0.0", 943 "mdast-util-to-string": "^3.1.0", 944 "micromark": "^3.0.0", 945 "micromark-util-decode-numeric-character-reference": "^1.0.0", 946 "micromark-util-decode-string": "^1.0.0", 947 "micromark-util-normalize-identifier": "^1.0.0", 948 "micromark-util-symbol": "^1.0.0", 949 "micromark-util-types": "^1.0.0", 950 "unist-util-stringify-position": "^3.0.0", 951 "uvu": "^0.5.0" 952 }, 953 "funding": { 954 "type": "opencollective", 955 "url": "https://opencollective.com/unified" 956 } 957 }, 958 "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-phrasing": { 959 "version": "3.0.1", 960 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", 961 "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", 962 "dependencies": { 963 "@types/mdast": "^3.0.0", 964 "unist-util-is": "^5.0.0" 965 }, 966 "funding": { 967 "type": "opencollective", 968 "url": "https://opencollective.com/unified" 969 } 970 }, 971 "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-to-markdown": { 972 "version": "1.5.0", 973 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", 974 "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", 975 "dependencies": { 976 "@types/mdast": "^3.0.0", 977 "@types/unist": "^2.0.0", 978 "longest-streak": "^3.0.0", 979 "mdast-util-phrasing": "^3.0.0", 980 "mdast-util-to-string": "^3.0.0", 981 "micromark-util-decode-string": "^1.0.0", 982 "unist-util-visit": "^4.0.0", 983 "zwitch": "^2.0.0" 984 }, 985 "funding": { 986 "type": "opencollective", 987 "url": "https://opencollective.com/unified" 988 } 989 }, 990 "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-to-string": { 991 "version": "3.2.0", 992 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", 993 "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", 994 "dependencies": { 995 "@types/mdast": "^3.0.0" 996 }, 997 "funding": { 998 "type": "opencollective", 999 "url": "https://opencollective.com/unified" 1000 } 1001 }, 1002 "node_modules/mdast-util-mdx-expression/node_modules/micromark": { 1003 "version": "3.2.0", 1004 "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz", 1005 "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", 1006 "funding": [ 1007 { 1008 "type": "GitHub Sponsors", 1009 "url": "https://github.com/sponsors/unifiedjs" 1010 }, 1011 { 1012 "type": "OpenCollective", 1013 "url": "https://opencollective.com/unified" 1014 } 1015 ], 1016 "dependencies": { 1017 "@types/debug": "^4.0.0", 1018 "debug": "^4.0.0", 1019 "decode-named-character-reference": "^1.0.0", 1020 "micromark-core-commonmark": "^1.0.1", 1021 "micromark-factory-space": "^1.0.0", 1022 "micromark-util-character": "^1.0.0", 1023 "micromark-util-chunked": "^1.0.0", 1024 "micromark-util-combine-extensions": "^1.0.0", 1025 "micromark-util-decode-numeric-character-reference": "^1.0.0", 1026 "micromark-util-encode": "^1.0.0", 1027 "micromark-util-normalize-identifier": "^1.0.0", 1028 "micromark-util-resolve-all": "^1.0.0", 1029 "micromark-util-sanitize-uri": "^1.0.0", 1030 "micromark-util-subtokenize": "^1.0.0", 1031 "micromark-util-symbol": "^1.0.0", 1032 "micromark-util-types": "^1.0.1", 1033 "uvu": "^0.5.0" 1034 } 1035 }, 1036 "node_modules/mdast-util-mdx-expression/node_modules/micromark-core-commonmark": { 1037 "version": "1.1.0", 1038 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", 1039 "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", 1040 "funding": [ 1041 { 1042 "type": "GitHub Sponsors", 1043 "url": "https://github.com/sponsors/unifiedjs" 1044 }, 1045 { 1046 "type": "OpenCollective", 1047 "url": "https://opencollective.com/unified" 1048 } 1049 ], 1050 "dependencies": { 1051 "decode-named-character-reference": "^1.0.0", 1052 "micromark-factory-destination": "^1.0.0", 1053 "micromark-factory-label": "^1.0.0", 1054 "micromark-factory-space": "^1.0.0", 1055 "micromark-factory-title": "^1.0.0", 1056 "micromark-factory-whitespace": "^1.0.0", 1057 "micromark-util-character": "^1.0.0", 1058 "micromark-util-chunked": "^1.0.0", 1059 "micromark-util-classify-character": "^1.0.0", 1060 "micromark-util-html-tag-name": "^1.0.0", 1061 "micromark-util-normalize-identifier": "^1.0.0", 1062 "micromark-util-resolve-all": "^1.0.0", 1063 "micromark-util-subtokenize": "^1.0.0", 1064 "micromark-util-symbol": "^1.0.0", 1065 "micromark-util-types": "^1.0.1", 1066 "uvu": "^0.5.0" 1067 } 1068 }, 1069 "node_modules/mdast-util-mdx-expression/node_modules/micromark-factory-destination": { 1070 "version": "1.1.0", 1071 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", 1072 "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", 1073 "funding": [ 1074 { 1075 "type": "GitHub Sponsors", 1076 "url": "https://github.com/sponsors/unifiedjs" 1077 }, 1078 { 1079 "type": "OpenCollective", 1080 "url": "https://opencollective.com/unified" 1081 } 1082 ], 1083 "dependencies": { 1084 "micromark-util-character": "^1.0.0", 1085 "micromark-util-symbol": "^1.0.0", 1086 "micromark-util-types": "^1.0.0" 1087 } 1088 }, 1089 "node_modules/mdast-util-mdx-expression/node_modules/micromark-factory-label": { 1090 "version": "1.1.0", 1091 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", 1092 "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", 1093 "funding": [ 1094 { 1095 "type": "GitHub Sponsors", 1096 "url": "https://github.com/sponsors/unifiedjs" 1097 }, 1098 { 1099 "type": "OpenCollective", 1100 "url": "https://opencollective.com/unified" 1101 } 1102 ], 1103 "dependencies": { 1104 "micromark-util-character": "^1.0.0", 1105 "micromark-util-symbol": "^1.0.0", 1106 "micromark-util-types": "^1.0.0", 1107 "uvu": "^0.5.0" 1108 } 1109 }, 1110 "node_modules/mdast-util-mdx-expression/node_modules/micromark-factory-space": { 1111 "version": "1.1.0", 1112 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", 1113 "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", 1114 "funding": [ 1115 { 1116 "type": "GitHub Sponsors", 1117 "url": "https://github.com/sponsors/unifiedjs" 1118 }, 1119 { 1120 "type": "OpenCollective", 1121 "url": "https://opencollective.com/unified" 1122 } 1123 ], 1124 "dependencies": { 1125 "micromark-util-character": "^1.0.0", 1126 "micromark-util-types": "^1.0.0" 1127 } 1128 }, 1129 "node_modules/mdast-util-mdx-expression/node_modules/micromark-factory-title": { 1130 "version": "1.1.0", 1131 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", 1132 "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", 1133 "funding": [ 1134 { 1135 "type": "GitHub Sponsors", 1136 "url": "https://github.com/sponsors/unifiedjs" 1137 }, 1138 { 1139 "type": "OpenCollective", 1140 "url": "https://opencollective.com/unified" 1141 } 1142 ], 1143 "dependencies": { 1144 "micromark-factory-space": "^1.0.0", 1145 "micromark-util-character": "^1.0.0", 1146 "micromark-util-symbol": "^1.0.0", 1147 "micromark-util-types": "^1.0.0" 1148 } 1149 }, 1150 "node_modules/mdast-util-mdx-expression/node_modules/micromark-factory-whitespace": { 1151 "version": "1.1.0", 1152 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", 1153 "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", 1154 "funding": [ 1155 { 1156 "type": "GitHub Sponsors", 1157 "url": "https://github.com/sponsors/unifiedjs" 1158 }, 1159 { 1160 "type": "OpenCollective", 1161 "url": "https://opencollective.com/unified" 1162 } 1163 ], 1164 "dependencies": { 1165 "micromark-factory-space": "^1.0.0", 1166 "micromark-util-character": "^1.0.0", 1167 "micromark-util-symbol": "^1.0.0", 1168 "micromark-util-types": "^1.0.0" 1169 } 1170 }, 1171 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-character": { 1172 "version": "1.2.0", 1173 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", 1174 "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", 1175 "funding": [ 1176 { 1177 "type": "GitHub Sponsors", 1178 "url": "https://github.com/sponsors/unifiedjs" 1179 }, 1180 { 1181 "type": "OpenCollective", 1182 "url": "https://opencollective.com/unified" 1183 } 1184 ], 1185 "dependencies": { 1186 "micromark-util-symbol": "^1.0.0", 1187 "micromark-util-types": "^1.0.0" 1188 } 1189 }, 1190 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-chunked": { 1191 "version": "1.1.0", 1192 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", 1193 "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", 1194 "funding": [ 1195 { 1196 "type": "GitHub Sponsors", 1197 "url": "https://github.com/sponsors/unifiedjs" 1198 }, 1199 { 1200 "type": "OpenCollective", 1201 "url": "https://opencollective.com/unified" 1202 } 1203 ], 1204 "dependencies": { 1205 "micromark-util-symbol": "^1.0.0" 1206 } 1207 }, 1208 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-classify-character": { 1209 "version": "1.1.0", 1210 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", 1211 "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", 1212 "funding": [ 1213 { 1214 "type": "GitHub Sponsors", 1215 "url": "https://github.com/sponsors/unifiedjs" 1216 }, 1217 { 1218 "type": "OpenCollective", 1219 "url": "https://opencollective.com/unified" 1220 } 1221 ], 1222 "dependencies": { 1223 "micromark-util-character": "^1.0.0", 1224 "micromark-util-symbol": "^1.0.0", 1225 "micromark-util-types": "^1.0.0" 1226 } 1227 }, 1228 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-combine-extensions": { 1229 "version": "1.1.0", 1230 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz", 1231 "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==", 1232 "funding": [ 1233 { 1234 "type": "GitHub Sponsors", 1235 "url": "https://github.com/sponsors/unifiedjs" 1236 }, 1237 { 1238 "type": "OpenCollective", 1239 "url": "https://opencollective.com/unified" 1240 } 1241 ], 1242 "dependencies": { 1243 "micromark-util-chunked": "^1.0.0", 1244 "micromark-util-types": "^1.0.0" 1245 } 1246 }, 1247 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-decode-numeric-character-reference": { 1248 "version": "1.1.0", 1249 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", 1250 "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", 1251 "funding": [ 1252 { 1253 "type": "GitHub Sponsors", 1254 "url": "https://github.com/sponsors/unifiedjs" 1255 }, 1256 { 1257 "type": "OpenCollective", 1258 "url": "https://opencollective.com/unified" 1259 } 1260 ], 1261 "dependencies": { 1262 "micromark-util-symbol": "^1.0.0" 1263 } 1264 }, 1265 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-decode-string": { 1266 "version": "1.1.0", 1267 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", 1268 "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", 1269 "funding": [ 1270 { 1271 "type": "GitHub Sponsors", 1272 "url": "https://github.com/sponsors/unifiedjs" 1273 }, 1274 { 1275 "type": "OpenCollective", 1276 "url": "https://opencollective.com/unified" 1277 } 1278 ], 1279 "dependencies": { 1280 "decode-named-character-reference": "^1.0.0", 1281 "micromark-util-character": "^1.0.0", 1282 "micromark-util-decode-numeric-character-reference": "^1.0.0", 1283 "micromark-util-symbol": "^1.0.0" 1284 } 1285 }, 1286 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-encode": { 1287 "version": "1.1.0", 1288 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", 1289 "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", 1290 "funding": [ 1291 { 1292 "type": "GitHub Sponsors", 1293 "url": "https://github.com/sponsors/unifiedjs" 1294 }, 1295 { 1296 "type": "OpenCollective", 1297 "url": "https://opencollective.com/unified" 1298 } 1299 ] 1300 }, 1301 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-html-tag-name": { 1302 "version": "1.2.0", 1303 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", 1304 "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", 1305 "funding": [ 1306 { 1307 "type": "GitHub Sponsors", 1308 "url": "https://github.com/sponsors/unifiedjs" 1309 }, 1310 { 1311 "type": "OpenCollective", 1312 "url": "https://opencollective.com/unified" 1313 } 1314 ] 1315 }, 1316 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-normalize-identifier": { 1317 "version": "1.1.0", 1318 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", 1319 "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", 1320 "funding": [ 1321 { 1322 "type": "GitHub Sponsors", 1323 "url": "https://github.com/sponsors/unifiedjs" 1324 }, 1325 { 1326 "type": "OpenCollective", 1327 "url": "https://opencollective.com/unified" 1328 } 1329 ], 1330 "dependencies": { 1331 "micromark-util-symbol": "^1.0.0" 1332 } 1333 }, 1334 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-resolve-all": { 1335 "version": "1.1.0", 1336 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", 1337 "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", 1338 "funding": [ 1339 { 1340 "type": "GitHub Sponsors", 1341 "url": "https://github.com/sponsors/unifiedjs" 1342 }, 1343 { 1344 "type": "OpenCollective", 1345 "url": "https://opencollective.com/unified" 1346 } 1347 ], 1348 "dependencies": { 1349 "micromark-util-types": "^1.0.0" 1350 } 1351 }, 1352 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-sanitize-uri": { 1353 "version": "1.2.0", 1354 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", 1355 "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", 1356 "funding": [ 1357 { 1358 "type": "GitHub Sponsors", 1359 "url": "https://github.com/sponsors/unifiedjs" 1360 }, 1361 { 1362 "type": "OpenCollective", 1363 "url": "https://opencollective.com/unified" 1364 } 1365 ], 1366 "dependencies": { 1367 "micromark-util-character": "^1.0.0", 1368 "micromark-util-encode": "^1.0.0", 1369 "micromark-util-symbol": "^1.0.0" 1370 } 1371 }, 1372 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-subtokenize": { 1373 "version": "1.1.0", 1374 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", 1375 "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", 1376 "funding": [ 1377 { 1378 "type": "GitHub Sponsors", 1379 "url": "https://github.com/sponsors/unifiedjs" 1380 }, 1381 { 1382 "type": "OpenCollective", 1383 "url": "https://opencollective.com/unified" 1384 } 1385 ], 1386 "dependencies": { 1387 "micromark-util-chunked": "^1.0.0", 1388 "micromark-util-symbol": "^1.0.0", 1389 "micromark-util-types": "^1.0.0", 1390 "uvu": "^0.5.0" 1391 } 1392 }, 1393 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-symbol": { 1394 "version": "1.1.0", 1395 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", 1396 "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", 1397 "funding": [ 1398 { 1399 "type": "GitHub Sponsors", 1400 "url": "https://github.com/sponsors/unifiedjs" 1401 }, 1402 { 1403 "type": "OpenCollective", 1404 "url": "https://opencollective.com/unified" 1405 } 1406 ] 1407 }, 1408 "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-types": { 1409 "version": "1.1.0", 1410 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", 1411 "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", 1412 "funding": [ 1413 { 1414 "type": "GitHub Sponsors", 1415 "url": "https://github.com/sponsors/unifiedjs" 1416 }, 1417 { 1418 "type": "OpenCollective", 1419 "url": "https://opencollective.com/unified" 1420 } 1421 ] 1422 }, 1423 "node_modules/mdast-util-mdx-expression/node_modules/unist-util-is": { 1424 "version": "5.2.1", 1425 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 1426 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 1427 "dependencies": { 1428 "@types/unist": "^2.0.0" 1429 }, 1430 "funding": { 1431 "type": "opencollective", 1432 "url": "https://opencollective.com/unified" 1433 } 1434 }, 1435 "node_modules/mdast-util-mdx-expression/node_modules/unist-util-stringify-position": { 1436 "version": "3.0.3", 1437 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 1438 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 1439 "dependencies": { 1440 "@types/unist": "^2.0.0" 1441 }, 1442 "funding": { 1443 "type": "opencollective", 1444 "url": "https://opencollective.com/unified" 1445 } 1446 }, 1447 "node_modules/mdast-util-mdx-expression/node_modules/unist-util-visit": { 1448 "version": "4.1.2", 1449 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 1450 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 1451 "dependencies": { 1452 "@types/unist": "^2.0.0", 1453 "unist-util-is": "^5.0.0", 1454 "unist-util-visit-parents": "^5.1.1" 1455 }, 1456 "funding": { 1457 "type": "opencollective", 1458 "url": "https://opencollective.com/unified" 1459 } 1460 }, 1461 "node_modules/mdast-util-mdx-expression/node_modules/unist-util-visit-parents": { 1462 "version": "5.1.3", 1463 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 1464 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 1465 "dependencies": { 1466 "@types/unist": "^2.0.0", 1467 "unist-util-is": "^5.0.0" 1468 }, 1469 "funding": { 1470 "type": "opencollective", 1471 "url": "https://opencollective.com/unified" 1472 } 1473 }, 1474 "node_modules/mdast-util-phrasing": { 1475 "version": "4.0.0", 1476 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz", 1477 "integrity": "sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==", 1478 "dependencies": { 1479 "@types/mdast": "^4.0.0", 1480 "unist-util-is": "^6.0.0" 1481 }, 1482 "funding": { 1483 "type": "opencollective", 1484 "url": "https://opencollective.com/unified" 1485 } 1486 }, 1487 "node_modules/mdast-util-to-markdown": { 1488 "version": "2.1.0", 1489 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", 1490 "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", 1491 "dependencies": { 1492 "@types/mdast": "^4.0.0", 1493 "@types/unist": "^3.0.0", 1494 "longest-streak": "^3.0.0", 1495 "mdast-util-phrasing": "^4.0.0", 1496 "mdast-util-to-string": "^4.0.0", 1497 "micromark-util-decode-string": "^2.0.0", 1498 "unist-util-visit": "^5.0.0", 1499 "zwitch": "^2.0.0" 1500 }, 1501 "funding": { 1502 "type": "opencollective", 1503 "url": "https://opencollective.com/unified" 1504 } 1505 }, 1506 "node_modules/mdast-util-to-string": { 1507 "version": "4.0.0", 1508 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 1509 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 1510 "dependencies": { 1511 "@types/mdast": "^4.0.0" 1512 }, 1513 "funding": { 1514 "type": "opencollective", 1515 "url": "https://opencollective.com/unified" 1516 } 1517 }, 1518 "node_modules/micromark": { 1519 "version": "4.0.0", 1520 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", 1521 "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", 1522 "funding": [ 1523 { 1524 "type": "GitHub Sponsors", 1525 "url": "https://github.com/sponsors/unifiedjs" 1526 }, 1527 { 1528 "type": "OpenCollective", 1529 "url": "https://opencollective.com/unified" 1530 } 1531 ], 1532 "dependencies": { 1533 "@types/debug": "^4.0.0", 1534 "debug": "^4.0.0", 1535 "decode-named-character-reference": "^1.0.0", 1536 "devlop": "^1.0.0", 1537 "micromark-core-commonmark": "^2.0.0", 1538 "micromark-factory-space": "^2.0.0", 1539 "micromark-util-character": "^2.0.0", 1540 "micromark-util-chunked": "^2.0.0", 1541 "micromark-util-combine-extensions": "^2.0.0", 1542 "micromark-util-decode-numeric-character-reference": "^2.0.0", 1543 "micromark-util-encode": "^2.0.0", 1544 "micromark-util-normalize-identifier": "^2.0.0", 1545 "micromark-util-resolve-all": "^2.0.0", 1546 "micromark-util-sanitize-uri": "^2.0.0", 1547 "micromark-util-subtokenize": "^2.0.0", 1548 "micromark-util-symbol": "^2.0.0", 1549 "micromark-util-types": "^2.0.0" 1550 } 1551 }, 1552 "node_modules/micromark-core-commonmark": { 1553 "version": "2.0.0", 1554 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz", 1555 "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==", 1556 "funding": [ 1557 { 1558 "type": "GitHub Sponsors", 1559 "url": "https://github.com/sponsors/unifiedjs" 1560 }, 1561 { 1562 "type": "OpenCollective", 1563 "url": "https://opencollective.com/unified" 1564 } 1565 ], 1566 "dependencies": { 1567 "decode-named-character-reference": "^1.0.0", 1568 "devlop": "^1.0.0", 1569 "micromark-factory-destination": "^2.0.0", 1570 "micromark-factory-label": "^2.0.0", 1571 "micromark-factory-space": "^2.0.0", 1572 "micromark-factory-title": "^2.0.0", 1573 "micromark-factory-whitespace": "^2.0.0", 1574 "micromark-util-character": "^2.0.0", 1575 "micromark-util-chunked": "^2.0.0", 1576 "micromark-util-classify-character": "^2.0.0", 1577 "micromark-util-html-tag-name": "^2.0.0", 1578 "micromark-util-normalize-identifier": "^2.0.0", 1579 "micromark-util-resolve-all": "^2.0.0", 1580 "micromark-util-subtokenize": "^2.0.0", 1581 "micromark-util-symbol": "^2.0.0", 1582 "micromark-util-types": "^2.0.0" 1583 } 1584 }, 1585 "node_modules/micromark-extension-gfm": { 1586 "version": "3.0.0", 1587 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 1588 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 1589 "dependencies": { 1590 "micromark-extension-gfm-autolink-literal": "^2.0.0", 1591 "micromark-extension-gfm-footnote": "^2.0.0", 1592 "micromark-extension-gfm-strikethrough": "^2.0.0", 1593 "micromark-extension-gfm-table": "^2.0.0", 1594 "micromark-extension-gfm-tagfilter": "^2.0.0", 1595 "micromark-extension-gfm-task-list-item": "^2.0.0", 1596 "micromark-util-combine-extensions": "^2.0.0", 1597 "micromark-util-types": "^2.0.0" 1598 }, 1599 "funding": { 1600 "type": "opencollective", 1601 "url": "https://opencollective.com/unified" 1602 } 1603 }, 1604 "node_modules/micromark-extension-gfm-autolink-literal": { 1605 "version": "2.0.0", 1606 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.0.0.tgz", 1607 "integrity": "sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==", 1608 "dependencies": { 1609 "micromark-util-character": "^2.0.0", 1610 "micromark-util-sanitize-uri": "^2.0.0", 1611 "micromark-util-symbol": "^2.0.0", 1612 "micromark-util-types": "^2.0.0" 1613 }, 1614 "funding": { 1615 "type": "opencollective", 1616 "url": "https://opencollective.com/unified" 1617 } 1618 }, 1619 "node_modules/micromark-extension-gfm-footnote": { 1620 "version": "2.0.0", 1621 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.0.0.tgz", 1622 "integrity": "sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==", 1623 "dependencies": { 1624 "devlop": "^1.0.0", 1625 "micromark-core-commonmark": "^2.0.0", 1626 "micromark-factory-space": "^2.0.0", 1627 "micromark-util-character": "^2.0.0", 1628 "micromark-util-normalize-identifier": "^2.0.0", 1629 "micromark-util-sanitize-uri": "^2.0.0", 1630 "micromark-util-symbol": "^2.0.0", 1631 "micromark-util-types": "^2.0.0" 1632 }, 1633 "funding": { 1634 "type": "opencollective", 1635 "url": "https://opencollective.com/unified" 1636 } 1637 }, 1638 "node_modules/micromark-extension-gfm-strikethrough": { 1639 "version": "2.0.0", 1640 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.0.0.tgz", 1641 "integrity": "sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==", 1642 "dependencies": { 1643 "devlop": "^1.0.0", 1644 "micromark-util-chunked": "^2.0.0", 1645 "micromark-util-classify-character": "^2.0.0", 1646 "micromark-util-resolve-all": "^2.0.0", 1647 "micromark-util-symbol": "^2.0.0", 1648 "micromark-util-types": "^2.0.0" 1649 }, 1650 "funding": { 1651 "type": "opencollective", 1652 "url": "https://opencollective.com/unified" 1653 } 1654 }, 1655 "node_modules/micromark-extension-gfm-table": { 1656 "version": "2.0.0", 1657 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.0.0.tgz", 1658 "integrity": "sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==", 1659 "dependencies": { 1660 "devlop": "^1.0.0", 1661 "micromark-factory-space": "^2.0.0", 1662 "micromark-util-character": "^2.0.0", 1663 "micromark-util-symbol": "^2.0.0", 1664 "micromark-util-types": "^2.0.0" 1665 }, 1666 "funding": { 1667 "type": "opencollective", 1668 "url": "https://opencollective.com/unified" 1669 } 1670 }, 1671 "node_modules/micromark-extension-gfm-tagfilter": { 1672 "version": "2.0.0", 1673 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 1674 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 1675 "dependencies": { 1676 "micromark-util-types": "^2.0.0" 1677 }, 1678 "funding": { 1679 "type": "opencollective", 1680 "url": "https://opencollective.com/unified" 1681 } 1682 }, 1683 "node_modules/micromark-extension-gfm-task-list-item": { 1684 "version": "2.0.1", 1685 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.0.1.tgz", 1686 "integrity": "sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==", 1687 "dependencies": { 1688 "devlop": "^1.0.0", 1689 "micromark-factory-space": "^2.0.0", 1690 "micromark-util-character": "^2.0.0", 1691 "micromark-util-symbol": "^2.0.0", 1692 "micromark-util-types": "^2.0.0" 1693 }, 1694 "funding": { 1695 "type": "opencollective", 1696 "url": "https://opencollective.com/unified" 1697 } 1698 }, 1699 "node_modules/micromark-factory-destination": { 1700 "version": "2.0.0", 1701 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", 1702 "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", 1703 "funding": [ 1704 { 1705 "type": "GitHub Sponsors", 1706 "url": "https://github.com/sponsors/unifiedjs" 1707 }, 1708 { 1709 "type": "OpenCollective", 1710 "url": "https://opencollective.com/unified" 1711 } 1712 ], 1713 "dependencies": { 1714 "micromark-util-character": "^2.0.0", 1715 "micromark-util-symbol": "^2.0.0", 1716 "micromark-util-types": "^2.0.0" 1717 } 1718 }, 1719 "node_modules/micromark-factory-label": { 1720 "version": "2.0.0", 1721 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", 1722 "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", 1723 "funding": [ 1724 { 1725 "type": "GitHub Sponsors", 1726 "url": "https://github.com/sponsors/unifiedjs" 1727 }, 1728 { 1729 "type": "OpenCollective", 1730 "url": "https://opencollective.com/unified" 1731 } 1732 ], 1733 "dependencies": { 1734 "devlop": "^1.0.0", 1735 "micromark-util-character": "^2.0.0", 1736 "micromark-util-symbol": "^2.0.0", 1737 "micromark-util-types": "^2.0.0" 1738 } 1739 }, 1740 "node_modules/micromark-factory-space": { 1741 "version": "2.0.0", 1742 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", 1743 "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", 1744 "funding": [ 1745 { 1746 "type": "GitHub Sponsors", 1747 "url": "https://github.com/sponsors/unifiedjs" 1748 }, 1749 { 1750 "type": "OpenCollective", 1751 "url": "https://opencollective.com/unified" 1752 } 1753 ], 1754 "dependencies": { 1755 "micromark-util-character": "^2.0.0", 1756 "micromark-util-types": "^2.0.0" 1757 } 1758 }, 1759 "node_modules/micromark-factory-title": { 1760 "version": "2.0.0", 1761 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", 1762 "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", 1763 "funding": [ 1764 { 1765 "type": "GitHub Sponsors", 1766 "url": "https://github.com/sponsors/unifiedjs" 1767 }, 1768 { 1769 "type": "OpenCollective", 1770 "url": "https://opencollective.com/unified" 1771 } 1772 ], 1773 "dependencies": { 1774 "micromark-factory-space": "^2.0.0", 1775 "micromark-util-character": "^2.0.0", 1776 "micromark-util-symbol": "^2.0.0", 1777 "micromark-util-types": "^2.0.0" 1778 } 1779 }, 1780 "node_modules/micromark-factory-whitespace": { 1781 "version": "2.0.0", 1782 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", 1783 "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", 1784 "funding": [ 1785 { 1786 "type": "GitHub Sponsors", 1787 "url": "https://github.com/sponsors/unifiedjs" 1788 }, 1789 { 1790 "type": "OpenCollective", 1791 "url": "https://opencollective.com/unified" 1792 } 1793 ], 1794 "dependencies": { 1795 "micromark-factory-space": "^2.0.0", 1796 "micromark-util-character": "^2.0.0", 1797 "micromark-util-symbol": "^2.0.0", 1798 "micromark-util-types": "^2.0.0" 1799 } 1800 }, 1801 "node_modules/micromark-util-character": { 1802 "version": "2.0.1", 1803 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", 1804 "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", 1805 "funding": [ 1806 { 1807 "type": "GitHub Sponsors", 1808 "url": "https://github.com/sponsors/unifiedjs" 1809 }, 1810 { 1811 "type": "OpenCollective", 1812 "url": "https://opencollective.com/unified" 1813 } 1814 ], 1815 "dependencies": { 1816 "micromark-util-symbol": "^2.0.0", 1817 "micromark-util-types": "^2.0.0" 1818 } 1819 }, 1820 "node_modules/micromark-util-chunked": { 1821 "version": "2.0.0", 1822 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", 1823 "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", 1824 "funding": [ 1825 { 1826 "type": "GitHub Sponsors", 1827 "url": "https://github.com/sponsors/unifiedjs" 1828 }, 1829 { 1830 "type": "OpenCollective", 1831 "url": "https://opencollective.com/unified" 1832 } 1833 ], 1834 "dependencies": { 1835 "micromark-util-symbol": "^2.0.0" 1836 } 1837 }, 1838 "node_modules/micromark-util-classify-character": { 1839 "version": "2.0.0", 1840 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", 1841 "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", 1842 "funding": [ 1843 { 1844 "type": "GitHub Sponsors", 1845 "url": "https://github.com/sponsors/unifiedjs" 1846 }, 1847 { 1848 "type": "OpenCollective", 1849 "url": "https://opencollective.com/unified" 1850 } 1851 ], 1852 "dependencies": { 1853 "micromark-util-character": "^2.0.0", 1854 "micromark-util-symbol": "^2.0.0", 1855 "micromark-util-types": "^2.0.0" 1856 } 1857 }, 1858 "node_modules/micromark-util-combine-extensions": { 1859 "version": "2.0.0", 1860 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", 1861 "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", 1862 "funding": [ 1863 { 1864 "type": "GitHub Sponsors", 1865 "url": "https://github.com/sponsors/unifiedjs" 1866 }, 1867 { 1868 "type": "OpenCollective", 1869 "url": "https://opencollective.com/unified" 1870 } 1871 ], 1872 "dependencies": { 1873 "micromark-util-chunked": "^2.0.0", 1874 "micromark-util-types": "^2.0.0" 1875 } 1876 }, 1877 "node_modules/micromark-util-decode-numeric-character-reference": { 1878 "version": "2.0.0", 1879 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.0.tgz", 1880 "integrity": "sha512-pIgcsGxpHEtTG/rPJRz/HOLSqp5VTuIIjXlPI+6JSDlK2oljApusG6KzpS8AF0ENUMCHlC/IBb5B9xdFiVlm5Q==", 1881 "funding": [ 1882 { 1883 "type": "GitHub Sponsors", 1884 "url": "https://github.com/sponsors/unifiedjs" 1885 }, 1886 { 1887 "type": "OpenCollective", 1888 "url": "https://opencollective.com/unified" 1889 } 1890 ], 1891 "dependencies": { 1892 "micromark-util-symbol": "^2.0.0" 1893 } 1894 }, 1895 "node_modules/micromark-util-decode-string": { 1896 "version": "2.0.0", 1897 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", 1898 "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", 1899 "funding": [ 1900 { 1901 "type": "GitHub Sponsors", 1902 "url": "https://github.com/sponsors/unifiedjs" 1903 }, 1904 { 1905 "type": "OpenCollective", 1906 "url": "https://opencollective.com/unified" 1907 } 1908 ], 1909 "dependencies": { 1910 "decode-named-character-reference": "^1.0.0", 1911 "micromark-util-character": "^2.0.0", 1912 "micromark-util-decode-numeric-character-reference": "^2.0.0", 1913 "micromark-util-symbol": "^2.0.0" 1914 } 1915 }, 1916 "node_modules/micromark-util-encode": { 1917 "version": "2.0.0", 1918 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", 1919 "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", 1920 "funding": [ 1921 { 1922 "type": "GitHub Sponsors", 1923 "url": "https://github.com/sponsors/unifiedjs" 1924 }, 1925 { 1926 "type": "OpenCollective", 1927 "url": "https://opencollective.com/unified" 1928 } 1929 ] 1930 }, 1931 "node_modules/micromark-util-html-tag-name": { 1932 "version": "2.0.0", 1933 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", 1934 "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", 1935 "funding": [ 1936 { 1937 "type": "GitHub Sponsors", 1938 "url": "https://github.com/sponsors/unifiedjs" 1939 }, 1940 { 1941 "type": "OpenCollective", 1942 "url": "https://opencollective.com/unified" 1943 } 1944 ] 1945 }, 1946 "node_modules/micromark-util-normalize-identifier": { 1947 "version": "2.0.0", 1948 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", 1949 "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", 1950 "funding": [ 1951 { 1952 "type": "GitHub Sponsors", 1953 "url": "https://github.com/sponsors/unifiedjs" 1954 }, 1955 { 1956 "type": "OpenCollective", 1957 "url": "https://opencollective.com/unified" 1958 } 1959 ], 1960 "dependencies": { 1961 "micromark-util-symbol": "^2.0.0" 1962 } 1963 }, 1964 "node_modules/micromark-util-resolve-all": { 1965 "version": "2.0.0", 1966 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", 1967 "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", 1968 "funding": [ 1969 { 1970 "type": "GitHub Sponsors", 1971 "url": "https://github.com/sponsors/unifiedjs" 1972 }, 1973 { 1974 "type": "OpenCollective", 1975 "url": "https://opencollective.com/unified" 1976 } 1977 ], 1978 "dependencies": { 1979 "micromark-util-types": "^2.0.0" 1980 } 1981 }, 1982 "node_modules/micromark-util-sanitize-uri": { 1983 "version": "2.0.0", 1984 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", 1985 "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", 1986 "funding": [ 1987 { 1988 "type": "GitHub Sponsors", 1989 "url": "https://github.com/sponsors/unifiedjs" 1990 }, 1991 { 1992 "type": "OpenCollective", 1993 "url": "https://opencollective.com/unified" 1994 } 1995 ], 1996 "dependencies": { 1997 "micromark-util-character": "^2.0.0", 1998 "micromark-util-encode": "^2.0.0", 1999 "micromark-util-symbol": "^2.0.0" 2000 } 2001 }, 2002 "node_modules/micromark-util-subtokenize": { 2003 "version": "2.0.0", 2004 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz", 2005 "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==", 2006 "funding": [ 2007 { 2008 "type": "GitHub Sponsors", 2009 "url": "https://github.com/sponsors/unifiedjs" 2010 }, 2011 { 2012 "type": "OpenCollective", 2013 "url": "https://opencollective.com/unified" 2014 } 2015 ], 2016 "dependencies": { 2017 "devlop": "^1.0.0", 2018 "micromark-util-chunked": "^2.0.0", 2019 "micromark-util-symbol": "^2.0.0", 2020 "micromark-util-types": "^2.0.0" 2021 } 2022 }, 2023 "node_modules/micromark-util-symbol": { 2024 "version": "2.0.0", 2025 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", 2026 "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", 2027 "funding": [ 2028 { 2029 "type": "GitHub Sponsors", 2030 "url": "https://github.com/sponsors/unifiedjs" 2031 }, 2032 { 2033 "type": "OpenCollective", 2034 "url": "https://opencollective.com/unified" 2035 } 2036 ] 2037 }, 2038 "node_modules/micromark-util-types": { 2039 "version": "2.0.0", 2040 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", 2041 "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", 2042 "funding": [ 2043 { 2044 "type": "GitHub Sponsors", 2045 "url": "https://github.com/sponsors/unifiedjs" 2046 }, 2047 { 2048 "type": "OpenCollective", 2049 "url": "https://opencollective.com/unified" 2050 } 2051 ] 2052 }, 2053 "node_modules/minimatch": { 2054 "version": "5.1.6", 2055 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", 2056 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", 2057 "dev": true, 2058 "dependencies": { 2059 "brace-expansion": "^2.0.1" 2060 }, 2061 "engines": { 2062 "node": ">=10" 2063 } 2064 }, 2065 "node_modules/mri": { 2066 "version": "1.2.0", 2067 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", 2068 "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", 2069 "engines": { 2070 "node": ">=4" 2071 } 2072 }, 2073 "node_modules/ms": { 2074 "version": "2.1.2", 2075 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 2076 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" 2077 }, 2078 "node_modules/once": { 2079 "version": "1.4.0", 2080 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 2081 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 2082 "dev": true, 2083 "dependencies": { 2084 "wrappy": "1" 2085 } 2086 }, 2087 "node_modules/path-parse": { 2088 "version": "1.0.7", 2089 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 2090 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 2091 "dev": true 2092 }, 2093 "node_modules/perf-regexes": { 2094 "version": "1.0.1", 2095 "resolved": "https://registry.npmjs.org/perf-regexes/-/perf-regexes-1.0.1.tgz", 2096 "integrity": "sha512-L7MXxUDtqr4PUaLFCDCXBfGV/6KLIuSEccizDI7JxT+c9x1G1v04BQ4+4oag84SHaCdrBgQAIs/Cqn+flwFPng==", 2097 "dev": true, 2098 "engines": { 2099 "node": ">=6.14" 2100 } 2101 }, 2102 "node_modules/picomatch": { 2103 "version": "2.3.1", 2104 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2105 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2106 "dev": true, 2107 "engines": { 2108 "node": ">=8.6" 2109 }, 2110 "funding": { 2111 "url": "https://github.com/sponsors/jonschlinkert" 2112 } 2113 }, 2114 "node_modules/pluralize": { 2115 "version": "8.0.0", 2116 "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz", 2117 "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", 2118 "engines": { 2119 "node": ">=4" 2120 } 2121 }, 2122 "node_modules/remark-gfm": { 2123 "version": "4.0.0", 2124 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", 2125 "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", 2126 "dependencies": { 2127 "@types/mdast": "^4.0.0", 2128 "mdast-util-gfm": "^3.0.0", 2129 "micromark-extension-gfm": "^3.0.0", 2130 "remark-parse": "^11.0.0", 2131 "remark-stringify": "^11.0.0", 2132 "unified": "^11.0.0" 2133 }, 2134 "funding": { 2135 "type": "opencollective", 2136 "url": "https://opencollective.com/unified" 2137 } 2138 }, 2139 "node_modules/remark-lint": { 2140 "version": "9.1.2", 2141 "resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-9.1.2.tgz", 2142 "integrity": "sha512-m9e/aPlh7tsvfJfj8tPxrQzD6oEdb9Foko+Ya/6OwUP9EoGMfehv1Qtv26W1DoH58Wn8rT8CD+KuprTWscMmIA==", 2143 "dependencies": { 2144 "@types/mdast": "^3.0.0", 2145 "remark-message-control": "^7.0.0", 2146 "unified": "^10.1.0" 2147 }, 2148 "funding": { 2149 "type": "opencollective", 2150 "url": "https://opencollective.com/unified" 2151 } 2152 }, 2153 "node_modules/remark-lint-blockquote-indentation": { 2154 "version": "3.1.2", 2155 "resolved": "https://registry.npmjs.org/remark-lint-blockquote-indentation/-/remark-lint-blockquote-indentation-3.1.2.tgz", 2156 "integrity": "sha512-5DOrFsZd5dXqA4p/VZvWSrqIWNFbBXjX7IV/FkVkxlNhNF/0FMf/4v8x1I2W3mzaZ7yDsWS/egpZnmligq1ckQ==", 2157 "dependencies": { 2158 "@types/mdast": "^3.0.0", 2159 "pluralize": "^8.0.0", 2160 "unified": "^10.0.0", 2161 "unified-lint-rule": "^2.0.0", 2162 "unist-util-generated": "^2.0.0", 2163 "unist-util-position": "^4.0.0", 2164 "unist-util-visit": "^4.0.0" 2165 }, 2166 "funding": { 2167 "type": "opencollective", 2168 "url": "https://opencollective.com/unified" 2169 } 2170 }, 2171 "node_modules/remark-lint-blockquote-indentation/node_modules/@types/mdast": { 2172 "version": "3.0.13", 2173 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2174 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2175 "dependencies": { 2176 "@types/unist": "^2" 2177 } 2178 }, 2179 "node_modules/remark-lint-blockquote-indentation/node_modules/@types/unist": { 2180 "version": "2.0.8", 2181 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2182 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2183 }, 2184 "node_modules/remark-lint-blockquote-indentation/node_modules/unified": { 2185 "version": "10.1.2", 2186 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2187 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2188 "dependencies": { 2189 "@types/unist": "^2.0.0", 2190 "bail": "^2.0.0", 2191 "extend": "^3.0.0", 2192 "is-buffer": "^2.0.0", 2193 "is-plain-obj": "^4.0.0", 2194 "trough": "^2.0.0", 2195 "vfile": "^5.0.0" 2196 }, 2197 "funding": { 2198 "type": "opencollective", 2199 "url": "https://opencollective.com/unified" 2200 } 2201 }, 2202 "node_modules/remark-lint-blockquote-indentation/node_modules/unist-util-is": { 2203 "version": "5.2.1", 2204 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2205 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2206 "dependencies": { 2207 "@types/unist": "^2.0.0" 2208 }, 2209 "funding": { 2210 "type": "opencollective", 2211 "url": "https://opencollective.com/unified" 2212 } 2213 }, 2214 "node_modules/remark-lint-blockquote-indentation/node_modules/unist-util-visit": { 2215 "version": "4.1.2", 2216 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2217 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2218 "dependencies": { 2219 "@types/unist": "^2.0.0", 2220 "unist-util-is": "^5.0.0", 2221 "unist-util-visit-parents": "^5.1.1" 2222 }, 2223 "funding": { 2224 "type": "opencollective", 2225 "url": "https://opencollective.com/unified" 2226 } 2227 }, 2228 "node_modules/remark-lint-blockquote-indentation/node_modules/unist-util-visit-parents": { 2229 "version": "5.1.3", 2230 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2231 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2232 "dependencies": { 2233 "@types/unist": "^2.0.0", 2234 "unist-util-is": "^5.0.0" 2235 }, 2236 "funding": { 2237 "type": "opencollective", 2238 "url": "https://opencollective.com/unified" 2239 } 2240 }, 2241 "node_modules/remark-lint-checkbox-character-style": { 2242 "version": "4.1.2", 2243 "resolved": "https://registry.npmjs.org/remark-lint-checkbox-character-style/-/remark-lint-checkbox-character-style-4.1.2.tgz", 2244 "integrity": "sha512-5ITz+1cCuJ3Jv/Q7rKgDEucCOnIgjWDnSHPJA1tb4TI/D316h+ALbDhZIpP8gyfAm6sBAh3Pwz9XZJN2uJB5UQ==", 2245 "dependencies": { 2246 "@types/mdast": "^3.0.0", 2247 "unified": "^10.0.0", 2248 "unified-lint-rule": "^2.0.0", 2249 "unist-util-position": "^4.0.0", 2250 "unist-util-visit": "^4.0.0" 2251 }, 2252 "funding": { 2253 "type": "opencollective", 2254 "url": "https://opencollective.com/unified" 2255 } 2256 }, 2257 "node_modules/remark-lint-checkbox-character-style/node_modules/@types/mdast": { 2258 "version": "3.0.13", 2259 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2260 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2261 "dependencies": { 2262 "@types/unist": "^2" 2263 } 2264 }, 2265 "node_modules/remark-lint-checkbox-character-style/node_modules/@types/unist": { 2266 "version": "2.0.8", 2267 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2268 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2269 }, 2270 "node_modules/remark-lint-checkbox-character-style/node_modules/unified": { 2271 "version": "10.1.2", 2272 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2273 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2274 "dependencies": { 2275 "@types/unist": "^2.0.0", 2276 "bail": "^2.0.0", 2277 "extend": "^3.0.0", 2278 "is-buffer": "^2.0.0", 2279 "is-plain-obj": "^4.0.0", 2280 "trough": "^2.0.0", 2281 "vfile": "^5.0.0" 2282 }, 2283 "funding": { 2284 "type": "opencollective", 2285 "url": "https://opencollective.com/unified" 2286 } 2287 }, 2288 "node_modules/remark-lint-checkbox-character-style/node_modules/unist-util-is": { 2289 "version": "5.2.1", 2290 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2291 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2292 "dependencies": { 2293 "@types/unist": "^2.0.0" 2294 }, 2295 "funding": { 2296 "type": "opencollective", 2297 "url": "https://opencollective.com/unified" 2298 } 2299 }, 2300 "node_modules/remark-lint-checkbox-character-style/node_modules/unist-util-visit": { 2301 "version": "4.1.2", 2302 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2303 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2304 "dependencies": { 2305 "@types/unist": "^2.0.0", 2306 "unist-util-is": "^5.0.0", 2307 "unist-util-visit-parents": "^5.1.1" 2308 }, 2309 "funding": { 2310 "type": "opencollective", 2311 "url": "https://opencollective.com/unified" 2312 } 2313 }, 2314 "node_modules/remark-lint-checkbox-character-style/node_modules/unist-util-visit-parents": { 2315 "version": "5.1.3", 2316 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2317 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2318 "dependencies": { 2319 "@types/unist": "^2.0.0", 2320 "unist-util-is": "^5.0.0" 2321 }, 2322 "funding": { 2323 "type": "opencollective", 2324 "url": "https://opencollective.com/unified" 2325 } 2326 }, 2327 "node_modules/remark-lint-checkbox-content-indent": { 2328 "version": "4.1.2", 2329 "resolved": "https://registry.npmjs.org/remark-lint-checkbox-content-indent/-/remark-lint-checkbox-content-indent-4.1.2.tgz", 2330 "integrity": "sha512-8uaHAm4bSqB7XpnecLRObe00Lj9eoHiecV+44CfJeWyoo50cTPR/hIMfsMtDxsNt4LZP+6oCV9z+vACJqDv8Hg==", 2331 "dependencies": { 2332 "@types/mdast": "^3.0.0", 2333 "unified": "^10.0.0", 2334 "unified-lint-rule": "^2.0.0", 2335 "unist-util-position": "^4.0.0", 2336 "unist-util-visit": "^4.0.0", 2337 "vfile-location": "^4.0.0" 2338 }, 2339 "funding": { 2340 "type": "opencollective", 2341 "url": "https://opencollective.com/unified" 2342 } 2343 }, 2344 "node_modules/remark-lint-checkbox-content-indent/node_modules/@types/mdast": { 2345 "version": "3.0.13", 2346 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2347 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2348 "dependencies": { 2349 "@types/unist": "^2" 2350 } 2351 }, 2352 "node_modules/remark-lint-checkbox-content-indent/node_modules/@types/unist": { 2353 "version": "2.0.8", 2354 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2355 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2356 }, 2357 "node_modules/remark-lint-checkbox-content-indent/node_modules/unified": { 2358 "version": "10.1.2", 2359 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2360 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2361 "dependencies": { 2362 "@types/unist": "^2.0.0", 2363 "bail": "^2.0.0", 2364 "extend": "^3.0.0", 2365 "is-buffer": "^2.0.0", 2366 "is-plain-obj": "^4.0.0", 2367 "trough": "^2.0.0", 2368 "vfile": "^5.0.0" 2369 }, 2370 "funding": { 2371 "type": "opencollective", 2372 "url": "https://opencollective.com/unified" 2373 } 2374 }, 2375 "node_modules/remark-lint-checkbox-content-indent/node_modules/unist-util-is": { 2376 "version": "5.2.1", 2377 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2378 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2379 "dependencies": { 2380 "@types/unist": "^2.0.0" 2381 }, 2382 "funding": { 2383 "type": "opencollective", 2384 "url": "https://opencollective.com/unified" 2385 } 2386 }, 2387 "node_modules/remark-lint-checkbox-content-indent/node_modules/unist-util-visit": { 2388 "version": "4.1.2", 2389 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2390 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2391 "dependencies": { 2392 "@types/unist": "^2.0.0", 2393 "unist-util-is": "^5.0.0", 2394 "unist-util-visit-parents": "^5.1.1" 2395 }, 2396 "funding": { 2397 "type": "opencollective", 2398 "url": "https://opencollective.com/unified" 2399 } 2400 }, 2401 "node_modules/remark-lint-checkbox-content-indent/node_modules/unist-util-visit-parents": { 2402 "version": "5.1.3", 2403 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2404 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2405 "dependencies": { 2406 "@types/unist": "^2.0.0", 2407 "unist-util-is": "^5.0.0" 2408 }, 2409 "funding": { 2410 "type": "opencollective", 2411 "url": "https://opencollective.com/unified" 2412 } 2413 }, 2414 "node_modules/remark-lint-code-block-style": { 2415 "version": "3.1.2", 2416 "resolved": "https://registry.npmjs.org/remark-lint-code-block-style/-/remark-lint-code-block-style-3.1.2.tgz", 2417 "integrity": "sha512-3wsWmzzdyEsB9sOzBOf46TSkwwVKXN2JpTEQb6feN0Tl6Vg75F7T9MHqMz7aqk/56bOXSxUzdpXDscGBhziLRA==", 2418 "dependencies": { 2419 "@types/mdast": "^3.0.0", 2420 "unified": "^10.0.0", 2421 "unified-lint-rule": "^2.0.0", 2422 "unist-util-generated": "^2.0.0", 2423 "unist-util-position": "^4.0.0", 2424 "unist-util-visit": "^4.0.0" 2425 }, 2426 "funding": { 2427 "type": "opencollective", 2428 "url": "https://opencollective.com/unified" 2429 } 2430 }, 2431 "node_modules/remark-lint-code-block-style/node_modules/@types/mdast": { 2432 "version": "3.0.13", 2433 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2434 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2435 "dependencies": { 2436 "@types/unist": "^2" 2437 } 2438 }, 2439 "node_modules/remark-lint-code-block-style/node_modules/@types/unist": { 2440 "version": "2.0.8", 2441 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2442 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2443 }, 2444 "node_modules/remark-lint-code-block-style/node_modules/unified": { 2445 "version": "10.1.2", 2446 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2447 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2448 "dependencies": { 2449 "@types/unist": "^2.0.0", 2450 "bail": "^2.0.0", 2451 "extend": "^3.0.0", 2452 "is-buffer": "^2.0.0", 2453 "is-plain-obj": "^4.0.0", 2454 "trough": "^2.0.0", 2455 "vfile": "^5.0.0" 2456 }, 2457 "funding": { 2458 "type": "opencollective", 2459 "url": "https://opencollective.com/unified" 2460 } 2461 }, 2462 "node_modules/remark-lint-code-block-style/node_modules/unist-util-is": { 2463 "version": "5.2.1", 2464 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2465 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2466 "dependencies": { 2467 "@types/unist": "^2.0.0" 2468 }, 2469 "funding": { 2470 "type": "opencollective", 2471 "url": "https://opencollective.com/unified" 2472 } 2473 }, 2474 "node_modules/remark-lint-code-block-style/node_modules/unist-util-visit": { 2475 "version": "4.1.2", 2476 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2477 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2478 "dependencies": { 2479 "@types/unist": "^2.0.0", 2480 "unist-util-is": "^5.0.0", 2481 "unist-util-visit-parents": "^5.1.1" 2482 }, 2483 "funding": { 2484 "type": "opencollective", 2485 "url": "https://opencollective.com/unified" 2486 } 2487 }, 2488 "node_modules/remark-lint-code-block-style/node_modules/unist-util-visit-parents": { 2489 "version": "5.1.3", 2490 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2491 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2492 "dependencies": { 2493 "@types/unist": "^2.0.0", 2494 "unist-util-is": "^5.0.0" 2495 }, 2496 "funding": { 2497 "type": "opencollective", 2498 "url": "https://opencollective.com/unified" 2499 } 2500 }, 2501 "node_modules/remark-lint-definition-spacing": { 2502 "version": "3.1.2", 2503 "resolved": "https://registry.npmjs.org/remark-lint-definition-spacing/-/remark-lint-definition-spacing-3.1.2.tgz", 2504 "integrity": "sha512-l058jAKfZfCOmlbIzoTll+CrZm9Bh42ZVCHcODPSZC8Yx4terCKgIoks+RWJDEdUbEw0YQoYvPc59ZVmp3BIew==", 2505 "dependencies": { 2506 "@types/mdast": "^3.0.0", 2507 "unified": "^10.0.0", 2508 "unified-lint-rule": "^2.0.0", 2509 "unist-util-position": "^4.0.0", 2510 "unist-util-visit": "^4.0.0" 2511 }, 2512 "funding": { 2513 "type": "opencollective", 2514 "url": "https://opencollective.com/unified" 2515 } 2516 }, 2517 "node_modules/remark-lint-definition-spacing/node_modules/@types/mdast": { 2518 "version": "3.0.13", 2519 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2520 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2521 "dependencies": { 2522 "@types/unist": "^2" 2523 } 2524 }, 2525 "node_modules/remark-lint-definition-spacing/node_modules/@types/unist": { 2526 "version": "2.0.8", 2527 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2528 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2529 }, 2530 "node_modules/remark-lint-definition-spacing/node_modules/unified": { 2531 "version": "10.1.2", 2532 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2533 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2534 "dependencies": { 2535 "@types/unist": "^2.0.0", 2536 "bail": "^2.0.0", 2537 "extend": "^3.0.0", 2538 "is-buffer": "^2.0.0", 2539 "is-plain-obj": "^4.0.0", 2540 "trough": "^2.0.0", 2541 "vfile": "^5.0.0" 2542 }, 2543 "funding": { 2544 "type": "opencollective", 2545 "url": "https://opencollective.com/unified" 2546 } 2547 }, 2548 "node_modules/remark-lint-definition-spacing/node_modules/unist-util-is": { 2549 "version": "5.2.1", 2550 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2551 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2552 "dependencies": { 2553 "@types/unist": "^2.0.0" 2554 }, 2555 "funding": { 2556 "type": "opencollective", 2557 "url": "https://opencollective.com/unified" 2558 } 2559 }, 2560 "node_modules/remark-lint-definition-spacing/node_modules/unist-util-visit": { 2561 "version": "4.1.2", 2562 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2563 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2564 "dependencies": { 2565 "@types/unist": "^2.0.0", 2566 "unist-util-is": "^5.0.0", 2567 "unist-util-visit-parents": "^5.1.1" 2568 }, 2569 "funding": { 2570 "type": "opencollective", 2571 "url": "https://opencollective.com/unified" 2572 } 2573 }, 2574 "node_modules/remark-lint-definition-spacing/node_modules/unist-util-visit-parents": { 2575 "version": "5.1.3", 2576 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2577 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2578 "dependencies": { 2579 "@types/unist": "^2.0.0", 2580 "unist-util-is": "^5.0.0" 2581 }, 2582 "funding": { 2583 "type": "opencollective", 2584 "url": "https://opencollective.com/unified" 2585 } 2586 }, 2587 "node_modules/remark-lint-fenced-code-flag": { 2588 "version": "3.1.2", 2589 "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-3.1.2.tgz", 2590 "integrity": "sha512-yh4m3dlPmRsqM/BFhpqHYfrmBvFQ+D5dZZKDDYP2rf3YEoXlEVt8T8lWQueTTSxcq6yXAqL/XQL/iqqUHlLcHw==", 2591 "dependencies": { 2592 "@types/mdast": "^3.0.0", 2593 "unified": "^10.0.0", 2594 "unified-lint-rule": "^2.0.0", 2595 "unist-util-generated": "^2.0.0", 2596 "unist-util-position": "^4.0.0", 2597 "unist-util-visit": "^4.0.0" 2598 }, 2599 "funding": { 2600 "type": "opencollective", 2601 "url": "https://opencollective.com/unified" 2602 } 2603 }, 2604 "node_modules/remark-lint-fenced-code-flag/node_modules/@types/mdast": { 2605 "version": "3.0.13", 2606 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2607 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2608 "dependencies": { 2609 "@types/unist": "^2" 2610 } 2611 }, 2612 "node_modules/remark-lint-fenced-code-flag/node_modules/@types/unist": { 2613 "version": "2.0.8", 2614 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2615 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2616 }, 2617 "node_modules/remark-lint-fenced-code-flag/node_modules/unified": { 2618 "version": "10.1.2", 2619 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2620 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2621 "dependencies": { 2622 "@types/unist": "^2.0.0", 2623 "bail": "^2.0.0", 2624 "extend": "^3.0.0", 2625 "is-buffer": "^2.0.0", 2626 "is-plain-obj": "^4.0.0", 2627 "trough": "^2.0.0", 2628 "vfile": "^5.0.0" 2629 }, 2630 "funding": { 2631 "type": "opencollective", 2632 "url": "https://opencollective.com/unified" 2633 } 2634 }, 2635 "node_modules/remark-lint-fenced-code-flag/node_modules/unist-util-is": { 2636 "version": "5.2.1", 2637 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2638 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2639 "dependencies": { 2640 "@types/unist": "^2.0.0" 2641 }, 2642 "funding": { 2643 "type": "opencollective", 2644 "url": "https://opencollective.com/unified" 2645 } 2646 }, 2647 "node_modules/remark-lint-fenced-code-flag/node_modules/unist-util-visit": { 2648 "version": "4.1.2", 2649 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2650 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2651 "dependencies": { 2652 "@types/unist": "^2.0.0", 2653 "unist-util-is": "^5.0.0", 2654 "unist-util-visit-parents": "^5.1.1" 2655 }, 2656 "funding": { 2657 "type": "opencollective", 2658 "url": "https://opencollective.com/unified" 2659 } 2660 }, 2661 "node_modules/remark-lint-fenced-code-flag/node_modules/unist-util-visit-parents": { 2662 "version": "5.1.3", 2663 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2664 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2665 "dependencies": { 2666 "@types/unist": "^2.0.0", 2667 "unist-util-is": "^5.0.0" 2668 }, 2669 "funding": { 2670 "type": "opencollective", 2671 "url": "https://opencollective.com/unified" 2672 } 2673 }, 2674 "node_modules/remark-lint-fenced-code-marker": { 2675 "version": "3.1.2", 2676 "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-3.1.2.tgz", 2677 "integrity": "sha512-6XNqjOuhT+0c7Q/22aCsMz61ne9g8HRpYF79EXQPdbzYa+PcfPXMiQKStONY3PfC8OE2/3WXI2zcs8w9x+8+VQ==", 2678 "dependencies": { 2679 "@types/mdast": "^3.0.0", 2680 "unified": "^10.0.0", 2681 "unified-lint-rule": "^2.0.0", 2682 "unist-util-position": "^4.0.0", 2683 "unist-util-visit": "^4.0.0" 2684 }, 2685 "funding": { 2686 "type": "opencollective", 2687 "url": "https://opencollective.com/unified" 2688 } 2689 }, 2690 "node_modules/remark-lint-fenced-code-marker/node_modules/@types/mdast": { 2691 "version": "3.0.13", 2692 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2693 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2694 "dependencies": { 2695 "@types/unist": "^2" 2696 } 2697 }, 2698 "node_modules/remark-lint-fenced-code-marker/node_modules/@types/unist": { 2699 "version": "2.0.8", 2700 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2701 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2702 }, 2703 "node_modules/remark-lint-fenced-code-marker/node_modules/unified": { 2704 "version": "10.1.2", 2705 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2706 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2707 "dependencies": { 2708 "@types/unist": "^2.0.0", 2709 "bail": "^2.0.0", 2710 "extend": "^3.0.0", 2711 "is-buffer": "^2.0.0", 2712 "is-plain-obj": "^4.0.0", 2713 "trough": "^2.0.0", 2714 "vfile": "^5.0.0" 2715 }, 2716 "funding": { 2717 "type": "opencollective", 2718 "url": "https://opencollective.com/unified" 2719 } 2720 }, 2721 "node_modules/remark-lint-fenced-code-marker/node_modules/unist-util-is": { 2722 "version": "5.2.1", 2723 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2724 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2725 "dependencies": { 2726 "@types/unist": "^2.0.0" 2727 }, 2728 "funding": { 2729 "type": "opencollective", 2730 "url": "https://opencollective.com/unified" 2731 } 2732 }, 2733 "node_modules/remark-lint-fenced-code-marker/node_modules/unist-util-visit": { 2734 "version": "4.1.2", 2735 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2736 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2737 "dependencies": { 2738 "@types/unist": "^2.0.0", 2739 "unist-util-is": "^5.0.0", 2740 "unist-util-visit-parents": "^5.1.1" 2741 }, 2742 "funding": { 2743 "type": "opencollective", 2744 "url": "https://opencollective.com/unified" 2745 } 2746 }, 2747 "node_modules/remark-lint-fenced-code-marker/node_modules/unist-util-visit-parents": { 2748 "version": "5.1.3", 2749 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2750 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2751 "dependencies": { 2752 "@types/unist": "^2.0.0", 2753 "unist-util-is": "^5.0.0" 2754 }, 2755 "funding": { 2756 "type": "opencollective", 2757 "url": "https://opencollective.com/unified" 2758 } 2759 }, 2760 "node_modules/remark-lint-file-extension": { 2761 "version": "2.1.2", 2762 "resolved": "https://registry.npmjs.org/remark-lint-file-extension/-/remark-lint-file-extension-2.1.2.tgz", 2763 "integrity": "sha512-Nq54F5R7F1gyj/IMW6SvkAbVNrH+p38WK3//KCoZLDUYFrH0oXgXXFGHi9CT/O0VEopW+bWJfTn8YAJRs0qI5Q==", 2764 "dependencies": { 2765 "@types/mdast": "^3.0.0", 2766 "unified": "^10.0.0", 2767 "unified-lint-rule": "^2.0.0" 2768 }, 2769 "funding": { 2770 "type": "opencollective", 2771 "url": "https://opencollective.com/unified" 2772 } 2773 }, 2774 "node_modules/remark-lint-file-extension/node_modules/@types/mdast": { 2775 "version": "3.0.13", 2776 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2777 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2778 "dependencies": { 2779 "@types/unist": "^2" 2780 } 2781 }, 2782 "node_modules/remark-lint-file-extension/node_modules/@types/unist": { 2783 "version": "2.0.8", 2784 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2785 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2786 }, 2787 "node_modules/remark-lint-file-extension/node_modules/unified": { 2788 "version": "10.1.2", 2789 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2790 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2791 "dependencies": { 2792 "@types/unist": "^2.0.0", 2793 "bail": "^2.0.0", 2794 "extend": "^3.0.0", 2795 "is-buffer": "^2.0.0", 2796 "is-plain-obj": "^4.0.0", 2797 "trough": "^2.0.0", 2798 "vfile": "^5.0.0" 2799 }, 2800 "funding": { 2801 "type": "opencollective", 2802 "url": "https://opencollective.com/unified" 2803 } 2804 }, 2805 "node_modules/remark-lint-final-definition": { 2806 "version": "3.1.2", 2807 "resolved": "https://registry.npmjs.org/remark-lint-final-definition/-/remark-lint-final-definition-3.1.2.tgz", 2808 "integrity": "sha512-3O3JT6xqlrgq+UjhMPxshgMtwXn99w0BEO9JwbDls49N0XCu0n22Pq1n6X3tEVzskPLo3YYyVYfW2Z2C2rneKQ==", 2809 "dependencies": { 2810 "@types/mdast": "^3.0.0", 2811 "unified": "^10.0.0", 2812 "unified-lint-rule": "^2.0.0", 2813 "unist-util-generated": "^2.0.0", 2814 "unist-util-position": "^4.0.0", 2815 "unist-util-visit": "^4.0.0" 2816 }, 2817 "funding": { 2818 "type": "opencollective", 2819 "url": "https://opencollective.com/unified" 2820 } 2821 }, 2822 "node_modules/remark-lint-final-definition/node_modules/@types/mdast": { 2823 "version": "3.0.13", 2824 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2825 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2826 "dependencies": { 2827 "@types/unist": "^2" 2828 } 2829 }, 2830 "node_modules/remark-lint-final-definition/node_modules/@types/unist": { 2831 "version": "2.0.8", 2832 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2833 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2834 }, 2835 "node_modules/remark-lint-final-definition/node_modules/unified": { 2836 "version": "10.1.2", 2837 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2838 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2839 "dependencies": { 2840 "@types/unist": "^2.0.0", 2841 "bail": "^2.0.0", 2842 "extend": "^3.0.0", 2843 "is-buffer": "^2.0.0", 2844 "is-plain-obj": "^4.0.0", 2845 "trough": "^2.0.0", 2846 "vfile": "^5.0.0" 2847 }, 2848 "funding": { 2849 "type": "opencollective", 2850 "url": "https://opencollective.com/unified" 2851 } 2852 }, 2853 "node_modules/remark-lint-final-definition/node_modules/unist-util-is": { 2854 "version": "5.2.1", 2855 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2856 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2857 "dependencies": { 2858 "@types/unist": "^2.0.0" 2859 }, 2860 "funding": { 2861 "type": "opencollective", 2862 "url": "https://opencollective.com/unified" 2863 } 2864 }, 2865 "node_modules/remark-lint-final-definition/node_modules/unist-util-visit": { 2866 "version": "4.1.2", 2867 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2868 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 2869 "dependencies": { 2870 "@types/unist": "^2.0.0", 2871 "unist-util-is": "^5.0.0", 2872 "unist-util-visit-parents": "^5.1.1" 2873 }, 2874 "funding": { 2875 "type": "opencollective", 2876 "url": "https://opencollective.com/unified" 2877 } 2878 }, 2879 "node_modules/remark-lint-final-definition/node_modules/unist-util-visit-parents": { 2880 "version": "5.1.3", 2881 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 2882 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 2883 "dependencies": { 2884 "@types/unist": "^2.0.0", 2885 "unist-util-is": "^5.0.0" 2886 }, 2887 "funding": { 2888 "type": "opencollective", 2889 "url": "https://opencollective.com/unified" 2890 } 2891 }, 2892 "node_modules/remark-lint-final-newline": { 2893 "version": "2.1.2", 2894 "resolved": "https://registry.npmjs.org/remark-lint-final-newline/-/remark-lint-final-newline-2.1.2.tgz", 2895 "integrity": "sha512-K0FdPGPyEB94PwNgopwVJFE8oRWi7IhY2ycXFVAMReI51el7EHB8F1gX14tB6p6zyGy6mUh69bCVU9mMTNeOUg==", 2896 "dependencies": { 2897 "@types/mdast": "^3.0.0", 2898 "unified": "^10.0.0", 2899 "unified-lint-rule": "^2.0.0" 2900 }, 2901 "funding": { 2902 "type": "opencollective", 2903 "url": "https://opencollective.com/unified" 2904 } 2905 }, 2906 "node_modules/remark-lint-final-newline/node_modules/@types/mdast": { 2907 "version": "3.0.13", 2908 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2909 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2910 "dependencies": { 2911 "@types/unist": "^2" 2912 } 2913 }, 2914 "node_modules/remark-lint-final-newline/node_modules/@types/unist": { 2915 "version": "2.0.8", 2916 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2917 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2918 }, 2919 "node_modules/remark-lint-final-newline/node_modules/unified": { 2920 "version": "10.1.2", 2921 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2922 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2923 "dependencies": { 2924 "@types/unist": "^2.0.0", 2925 "bail": "^2.0.0", 2926 "extend": "^3.0.0", 2927 "is-buffer": "^2.0.0", 2928 "is-plain-obj": "^4.0.0", 2929 "trough": "^2.0.0", 2930 "vfile": "^5.0.0" 2931 }, 2932 "funding": { 2933 "type": "opencollective", 2934 "url": "https://opencollective.com/unified" 2935 } 2936 }, 2937 "node_modules/remark-lint-first-heading-level": { 2938 "version": "3.1.2", 2939 "resolved": "https://registry.npmjs.org/remark-lint-first-heading-level/-/remark-lint-first-heading-level-3.1.2.tgz", 2940 "integrity": "sha512-uSgDMAKOolDcxfJwQU+iJK2Vbz2ZIzBAjQiN0f+9O/7XwrAH5IuVQH60w7chuxVrauVHmd1rbjmvzXVq8R30VQ==", 2941 "dependencies": { 2942 "@types/mdast": "^3.0.0", 2943 "unified": "^10.0.0", 2944 "unified-lint-rule": "^2.0.0", 2945 "unist-util-generated": "^2.0.0", 2946 "unist-util-visit": "^4.0.0" 2947 }, 2948 "funding": { 2949 "type": "opencollective", 2950 "url": "https://opencollective.com/unified" 2951 } 2952 }, 2953 "node_modules/remark-lint-first-heading-level/node_modules/@types/mdast": { 2954 "version": "3.0.13", 2955 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 2956 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 2957 "dependencies": { 2958 "@types/unist": "^2" 2959 } 2960 }, 2961 "node_modules/remark-lint-first-heading-level/node_modules/@types/unist": { 2962 "version": "2.0.8", 2963 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 2964 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 2965 }, 2966 "node_modules/remark-lint-first-heading-level/node_modules/unified": { 2967 "version": "10.1.2", 2968 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 2969 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 2970 "dependencies": { 2971 "@types/unist": "^2.0.0", 2972 "bail": "^2.0.0", 2973 "extend": "^3.0.0", 2974 "is-buffer": "^2.0.0", 2975 "is-plain-obj": "^4.0.0", 2976 "trough": "^2.0.0", 2977 "vfile": "^5.0.0" 2978 }, 2979 "funding": { 2980 "type": "opencollective", 2981 "url": "https://opencollective.com/unified" 2982 } 2983 }, 2984 "node_modules/remark-lint-first-heading-level/node_modules/unist-util-is": { 2985 "version": "5.2.1", 2986 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 2987 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 2988 "dependencies": { 2989 "@types/unist": "^2.0.0" 2990 }, 2991 "funding": { 2992 "type": "opencollective", 2993 "url": "https://opencollective.com/unified" 2994 } 2995 }, 2996 "node_modules/remark-lint-first-heading-level/node_modules/unist-util-visit": { 2997 "version": "4.1.2", 2998 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 2999 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3000 "dependencies": { 3001 "@types/unist": "^2.0.0", 3002 "unist-util-is": "^5.0.0", 3003 "unist-util-visit-parents": "^5.1.1" 3004 }, 3005 "funding": { 3006 "type": "opencollective", 3007 "url": "https://opencollective.com/unified" 3008 } 3009 }, 3010 "node_modules/remark-lint-first-heading-level/node_modules/unist-util-visit-parents": { 3011 "version": "5.1.3", 3012 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3013 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3014 "dependencies": { 3015 "@types/unist": "^2.0.0", 3016 "unist-util-is": "^5.0.0" 3017 }, 3018 "funding": { 3019 "type": "opencollective", 3020 "url": "https://opencollective.com/unified" 3021 } 3022 }, 3023 "node_modules/remark-lint-hard-break-spaces": { 3024 "version": "3.1.2", 3025 "resolved": "https://registry.npmjs.org/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-3.1.2.tgz", 3026 "integrity": "sha512-HaW0xsl3TI7VFAqGWWcZtPqyz0NWu19KKjSO7OGFTUJU4S9YiRnhIxmSFM0ZLSsVAynE+dhzVKa8U7dOpWDcOg==", 3027 "dependencies": { 3028 "@types/mdast": "^3.0.0", 3029 "unified": "^10.0.0", 3030 "unified-lint-rule": "^2.0.0", 3031 "unist-util-generated": "^2.0.0", 3032 "unist-util-position": "^4.0.0", 3033 "unist-util-visit": "^4.0.0" 3034 }, 3035 "funding": { 3036 "type": "opencollective", 3037 "url": "https://opencollective.com/unified" 3038 } 3039 }, 3040 "node_modules/remark-lint-hard-break-spaces/node_modules/@types/mdast": { 3041 "version": "3.0.13", 3042 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3043 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3044 "dependencies": { 3045 "@types/unist": "^2" 3046 } 3047 }, 3048 "node_modules/remark-lint-hard-break-spaces/node_modules/@types/unist": { 3049 "version": "2.0.8", 3050 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3051 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3052 }, 3053 "node_modules/remark-lint-hard-break-spaces/node_modules/unified": { 3054 "version": "10.1.2", 3055 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3056 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3057 "dependencies": { 3058 "@types/unist": "^2.0.0", 3059 "bail": "^2.0.0", 3060 "extend": "^3.0.0", 3061 "is-buffer": "^2.0.0", 3062 "is-plain-obj": "^4.0.0", 3063 "trough": "^2.0.0", 3064 "vfile": "^5.0.0" 3065 }, 3066 "funding": { 3067 "type": "opencollective", 3068 "url": "https://opencollective.com/unified" 3069 } 3070 }, 3071 "node_modules/remark-lint-hard-break-spaces/node_modules/unist-util-is": { 3072 "version": "5.2.1", 3073 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3074 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3075 "dependencies": { 3076 "@types/unist": "^2.0.0" 3077 }, 3078 "funding": { 3079 "type": "opencollective", 3080 "url": "https://opencollective.com/unified" 3081 } 3082 }, 3083 "node_modules/remark-lint-hard-break-spaces/node_modules/unist-util-visit": { 3084 "version": "4.1.2", 3085 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3086 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3087 "dependencies": { 3088 "@types/unist": "^2.0.0", 3089 "unist-util-is": "^5.0.0", 3090 "unist-util-visit-parents": "^5.1.1" 3091 }, 3092 "funding": { 3093 "type": "opencollective", 3094 "url": "https://opencollective.com/unified" 3095 } 3096 }, 3097 "node_modules/remark-lint-hard-break-spaces/node_modules/unist-util-visit-parents": { 3098 "version": "5.1.3", 3099 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3100 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3101 "dependencies": { 3102 "@types/unist": "^2.0.0", 3103 "unist-util-is": "^5.0.0" 3104 }, 3105 "funding": { 3106 "type": "opencollective", 3107 "url": "https://opencollective.com/unified" 3108 } 3109 }, 3110 "node_modules/remark-lint-heading-style": { 3111 "version": "3.1.2", 3112 "resolved": "https://registry.npmjs.org/remark-lint-heading-style/-/remark-lint-heading-style-3.1.2.tgz", 3113 "integrity": "sha512-0RkcRPV/H2bPFgeInzBkK1cWUwtFTm83I+Db/Z5tDY02GzKOosHLvxtJyj/1391/opAH1LYbHtHWffir99IUgw==", 3114 "dependencies": { 3115 "@types/mdast": "^3.0.0", 3116 "mdast-util-heading-style": "^2.0.0", 3117 "unified": "^10.0.0", 3118 "unified-lint-rule": "^2.0.0", 3119 "unist-util-generated": "^2.0.0", 3120 "unist-util-visit": "^4.0.0" 3121 }, 3122 "funding": { 3123 "type": "opencollective", 3124 "url": "https://opencollective.com/unified" 3125 } 3126 }, 3127 "node_modules/remark-lint-heading-style/node_modules/@types/mdast": { 3128 "version": "3.0.13", 3129 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3130 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3131 "dependencies": { 3132 "@types/unist": "^2" 3133 } 3134 }, 3135 "node_modules/remark-lint-heading-style/node_modules/@types/unist": { 3136 "version": "2.0.8", 3137 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3138 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3139 }, 3140 "node_modules/remark-lint-heading-style/node_modules/unified": { 3141 "version": "10.1.2", 3142 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3143 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3144 "dependencies": { 3145 "@types/unist": "^2.0.0", 3146 "bail": "^2.0.0", 3147 "extend": "^3.0.0", 3148 "is-buffer": "^2.0.0", 3149 "is-plain-obj": "^4.0.0", 3150 "trough": "^2.0.0", 3151 "vfile": "^5.0.0" 3152 }, 3153 "funding": { 3154 "type": "opencollective", 3155 "url": "https://opencollective.com/unified" 3156 } 3157 }, 3158 "node_modules/remark-lint-heading-style/node_modules/unist-util-is": { 3159 "version": "5.2.1", 3160 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3161 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3162 "dependencies": { 3163 "@types/unist": "^2.0.0" 3164 }, 3165 "funding": { 3166 "type": "opencollective", 3167 "url": "https://opencollective.com/unified" 3168 } 3169 }, 3170 "node_modules/remark-lint-heading-style/node_modules/unist-util-visit": { 3171 "version": "4.1.2", 3172 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3173 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3174 "dependencies": { 3175 "@types/unist": "^2.0.0", 3176 "unist-util-is": "^5.0.0", 3177 "unist-util-visit-parents": "^5.1.1" 3178 }, 3179 "funding": { 3180 "type": "opencollective", 3181 "url": "https://opencollective.com/unified" 3182 } 3183 }, 3184 "node_modules/remark-lint-heading-style/node_modules/unist-util-visit-parents": { 3185 "version": "5.1.3", 3186 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3187 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3188 "dependencies": { 3189 "@types/unist": "^2.0.0", 3190 "unist-util-is": "^5.0.0" 3191 }, 3192 "funding": { 3193 "type": "opencollective", 3194 "url": "https://opencollective.com/unified" 3195 } 3196 }, 3197 "node_modules/remark-lint-list-item-bullet-indent": { 3198 "version": "4.1.2", 3199 "resolved": "https://registry.npmjs.org/remark-lint-list-item-bullet-indent/-/remark-lint-list-item-bullet-indent-4.1.2.tgz", 3200 "integrity": "sha512-WgU5nooqIEm6f35opcbHKBzWrdFJA3XcyTfB3nv/v0KX43/h6qFGmmMJ5kEiaFExuQp3dZSdatWuY0YZ9YRbUg==", 3201 "dependencies": { 3202 "@types/mdast": "^3.0.0", 3203 "pluralize": "^8.0.0", 3204 "unified": "^10.0.0", 3205 "unified-lint-rule": "^2.0.0", 3206 "unist-util-visit": "^4.0.0" 3207 }, 3208 "funding": { 3209 "type": "opencollective", 3210 "url": "https://opencollective.com/unified" 3211 } 3212 }, 3213 "node_modules/remark-lint-list-item-bullet-indent/node_modules/@types/mdast": { 3214 "version": "3.0.13", 3215 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3216 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3217 "dependencies": { 3218 "@types/unist": "^2" 3219 } 3220 }, 3221 "node_modules/remark-lint-list-item-bullet-indent/node_modules/@types/unist": { 3222 "version": "2.0.8", 3223 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3224 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3225 }, 3226 "node_modules/remark-lint-list-item-bullet-indent/node_modules/unified": { 3227 "version": "10.1.2", 3228 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3229 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3230 "dependencies": { 3231 "@types/unist": "^2.0.0", 3232 "bail": "^2.0.0", 3233 "extend": "^3.0.0", 3234 "is-buffer": "^2.0.0", 3235 "is-plain-obj": "^4.0.0", 3236 "trough": "^2.0.0", 3237 "vfile": "^5.0.0" 3238 }, 3239 "funding": { 3240 "type": "opencollective", 3241 "url": "https://opencollective.com/unified" 3242 } 3243 }, 3244 "node_modules/remark-lint-list-item-bullet-indent/node_modules/unist-util-is": { 3245 "version": "5.2.1", 3246 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3247 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3248 "dependencies": { 3249 "@types/unist": "^2.0.0" 3250 }, 3251 "funding": { 3252 "type": "opencollective", 3253 "url": "https://opencollective.com/unified" 3254 } 3255 }, 3256 "node_modules/remark-lint-list-item-bullet-indent/node_modules/unist-util-visit": { 3257 "version": "4.1.2", 3258 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3259 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3260 "dependencies": { 3261 "@types/unist": "^2.0.0", 3262 "unist-util-is": "^5.0.0", 3263 "unist-util-visit-parents": "^5.1.1" 3264 }, 3265 "funding": { 3266 "type": "opencollective", 3267 "url": "https://opencollective.com/unified" 3268 } 3269 }, 3270 "node_modules/remark-lint-list-item-bullet-indent/node_modules/unist-util-visit-parents": { 3271 "version": "5.1.3", 3272 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3273 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3274 "dependencies": { 3275 "@types/unist": "^2.0.0", 3276 "unist-util-is": "^5.0.0" 3277 }, 3278 "funding": { 3279 "type": "opencollective", 3280 "url": "https://opencollective.com/unified" 3281 } 3282 }, 3283 "node_modules/remark-lint-list-item-indent": { 3284 "version": "3.1.2", 3285 "resolved": "https://registry.npmjs.org/remark-lint-list-item-indent/-/remark-lint-list-item-indent-3.1.2.tgz", 3286 "integrity": "sha512-tkrra1pxZVE4OVJGfN435u/v0ljruXU+dHzWiKDYeifquD4aWhJxvSApu7+FbE098D/4usVXgMxwFkNhrpZcSQ==", 3287 "dependencies": { 3288 "@types/mdast": "^3.0.0", 3289 "pluralize": "^8.0.0", 3290 "unified": "^10.0.0", 3291 "unified-lint-rule": "^2.0.0", 3292 "unist-util-generated": "^2.0.0", 3293 "unist-util-position": "^4.0.0", 3294 "unist-util-visit": "^4.0.0" 3295 }, 3296 "funding": { 3297 "type": "opencollective", 3298 "url": "https://opencollective.com/unified" 3299 } 3300 }, 3301 "node_modules/remark-lint-list-item-indent/node_modules/@types/mdast": { 3302 "version": "3.0.13", 3303 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3304 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3305 "dependencies": { 3306 "@types/unist": "^2" 3307 } 3308 }, 3309 "node_modules/remark-lint-list-item-indent/node_modules/@types/unist": { 3310 "version": "2.0.8", 3311 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3312 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3313 }, 3314 "node_modules/remark-lint-list-item-indent/node_modules/unified": { 3315 "version": "10.1.2", 3316 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3317 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3318 "dependencies": { 3319 "@types/unist": "^2.0.0", 3320 "bail": "^2.0.0", 3321 "extend": "^3.0.0", 3322 "is-buffer": "^2.0.0", 3323 "is-plain-obj": "^4.0.0", 3324 "trough": "^2.0.0", 3325 "vfile": "^5.0.0" 3326 }, 3327 "funding": { 3328 "type": "opencollective", 3329 "url": "https://opencollective.com/unified" 3330 } 3331 }, 3332 "node_modules/remark-lint-list-item-indent/node_modules/unist-util-is": { 3333 "version": "5.2.1", 3334 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3335 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3336 "dependencies": { 3337 "@types/unist": "^2.0.0" 3338 }, 3339 "funding": { 3340 "type": "opencollective", 3341 "url": "https://opencollective.com/unified" 3342 } 3343 }, 3344 "node_modules/remark-lint-list-item-indent/node_modules/unist-util-visit": { 3345 "version": "4.1.2", 3346 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3347 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3348 "dependencies": { 3349 "@types/unist": "^2.0.0", 3350 "unist-util-is": "^5.0.0", 3351 "unist-util-visit-parents": "^5.1.1" 3352 }, 3353 "funding": { 3354 "type": "opencollective", 3355 "url": "https://opencollective.com/unified" 3356 } 3357 }, 3358 "node_modules/remark-lint-list-item-indent/node_modules/unist-util-visit-parents": { 3359 "version": "5.1.3", 3360 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3361 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3362 "dependencies": { 3363 "@types/unist": "^2.0.0", 3364 "unist-util-is": "^5.0.0" 3365 }, 3366 "funding": { 3367 "type": "opencollective", 3368 "url": "https://opencollective.com/unified" 3369 } 3370 }, 3371 "node_modules/remark-lint-maximum-line-length": { 3372 "version": "3.1.3", 3373 "resolved": "https://registry.npmjs.org/remark-lint-maximum-line-length/-/remark-lint-maximum-line-length-3.1.3.tgz", 3374 "integrity": "sha512-TA7IE+0c8agRm1k7JZr7ZZFiL44JMBAj1KlMxSTACBuebdPJe7IPaLIQga10bnz75jfWMzSiRURMFHo4lt3kdw==", 3375 "dependencies": { 3376 "@types/mdast": "^3.0.0", 3377 "unified": "^10.0.0", 3378 "unified-lint-rule": "^2.0.0", 3379 "unist-util-generated": "^2.0.0", 3380 "unist-util-position": "^4.0.0", 3381 "unist-util-visit": "^4.0.0" 3382 }, 3383 "funding": { 3384 "type": "opencollective", 3385 "url": "https://opencollective.com/unified" 3386 } 3387 }, 3388 "node_modules/remark-lint-maximum-line-length/node_modules/@types/mdast": { 3389 "version": "3.0.13", 3390 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3391 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3392 "dependencies": { 3393 "@types/unist": "^2" 3394 } 3395 }, 3396 "node_modules/remark-lint-maximum-line-length/node_modules/@types/unist": { 3397 "version": "2.0.8", 3398 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3399 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3400 }, 3401 "node_modules/remark-lint-maximum-line-length/node_modules/unified": { 3402 "version": "10.1.2", 3403 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3404 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3405 "dependencies": { 3406 "@types/unist": "^2.0.0", 3407 "bail": "^2.0.0", 3408 "extend": "^3.0.0", 3409 "is-buffer": "^2.0.0", 3410 "is-plain-obj": "^4.0.0", 3411 "trough": "^2.0.0", 3412 "vfile": "^5.0.0" 3413 }, 3414 "funding": { 3415 "type": "opencollective", 3416 "url": "https://opencollective.com/unified" 3417 } 3418 }, 3419 "node_modules/remark-lint-maximum-line-length/node_modules/unist-util-is": { 3420 "version": "5.2.1", 3421 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3422 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3423 "dependencies": { 3424 "@types/unist": "^2.0.0" 3425 }, 3426 "funding": { 3427 "type": "opencollective", 3428 "url": "https://opencollective.com/unified" 3429 } 3430 }, 3431 "node_modules/remark-lint-maximum-line-length/node_modules/unist-util-visit": { 3432 "version": "4.1.2", 3433 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3434 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3435 "dependencies": { 3436 "@types/unist": "^2.0.0", 3437 "unist-util-is": "^5.0.0", 3438 "unist-util-visit-parents": "^5.1.1" 3439 }, 3440 "funding": { 3441 "type": "opencollective", 3442 "url": "https://opencollective.com/unified" 3443 } 3444 }, 3445 "node_modules/remark-lint-maximum-line-length/node_modules/unist-util-visit-parents": { 3446 "version": "5.1.3", 3447 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3448 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3449 "dependencies": { 3450 "@types/unist": "^2.0.0", 3451 "unist-util-is": "^5.0.0" 3452 }, 3453 "funding": { 3454 "type": "opencollective", 3455 "url": "https://opencollective.com/unified" 3456 } 3457 }, 3458 "node_modules/remark-lint-no-blockquote-without-marker": { 3459 "version": "5.1.2", 3460 "resolved": "https://registry.npmjs.org/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.1.2.tgz", 3461 "integrity": "sha512-QPbqsrt7EfpSWqTkZJ9tepabPIhBDlNqZkuxxMQYD0OQ2N+tHDUq3zE1JxI5ts1V9o/mWApgySocqGd3jlcKmQ==", 3462 "dependencies": { 3463 "@types/mdast": "^3.0.0", 3464 "unified": "^10.0.0", 3465 "unified-lint-rule": "^2.0.0", 3466 "unist-util-generated": "^2.0.0", 3467 "unist-util-position": "^4.0.0", 3468 "unist-util-visit": "^4.0.0", 3469 "vfile-location": "^4.0.0" 3470 }, 3471 "funding": { 3472 "type": "opencollective", 3473 "url": "https://opencollective.com/unified" 3474 } 3475 }, 3476 "node_modules/remark-lint-no-blockquote-without-marker/node_modules/@types/mdast": { 3477 "version": "3.0.13", 3478 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3479 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3480 "dependencies": { 3481 "@types/unist": "^2" 3482 } 3483 }, 3484 "node_modules/remark-lint-no-blockquote-without-marker/node_modules/@types/unist": { 3485 "version": "2.0.8", 3486 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3487 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3488 }, 3489 "node_modules/remark-lint-no-blockquote-without-marker/node_modules/unified": { 3490 "version": "10.1.2", 3491 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3492 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3493 "dependencies": { 3494 "@types/unist": "^2.0.0", 3495 "bail": "^2.0.0", 3496 "extend": "^3.0.0", 3497 "is-buffer": "^2.0.0", 3498 "is-plain-obj": "^4.0.0", 3499 "trough": "^2.0.0", 3500 "vfile": "^5.0.0" 3501 }, 3502 "funding": { 3503 "type": "opencollective", 3504 "url": "https://opencollective.com/unified" 3505 } 3506 }, 3507 "node_modules/remark-lint-no-blockquote-without-marker/node_modules/unist-util-is": { 3508 "version": "5.2.1", 3509 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3510 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3511 "dependencies": { 3512 "@types/unist": "^2.0.0" 3513 }, 3514 "funding": { 3515 "type": "opencollective", 3516 "url": "https://opencollective.com/unified" 3517 } 3518 }, 3519 "node_modules/remark-lint-no-blockquote-without-marker/node_modules/unist-util-visit": { 3520 "version": "4.1.2", 3521 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3522 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3523 "dependencies": { 3524 "@types/unist": "^2.0.0", 3525 "unist-util-is": "^5.0.0", 3526 "unist-util-visit-parents": "^5.1.1" 3527 }, 3528 "funding": { 3529 "type": "opencollective", 3530 "url": "https://opencollective.com/unified" 3531 } 3532 }, 3533 "node_modules/remark-lint-no-blockquote-without-marker/node_modules/unist-util-visit-parents": { 3534 "version": "5.1.3", 3535 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3536 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3537 "dependencies": { 3538 "@types/unist": "^2.0.0", 3539 "unist-util-is": "^5.0.0" 3540 }, 3541 "funding": { 3542 "type": "opencollective", 3543 "url": "https://opencollective.com/unified" 3544 } 3545 }, 3546 "node_modules/remark-lint-no-consecutive-blank-lines": { 3547 "version": "4.1.3", 3548 "resolved": "https://registry.npmjs.org/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-4.1.3.tgz", 3549 "integrity": "sha512-yU3jH6UMHvaxX3DPBen+7CoPiCcqJ4BeteyOKeKX+tKWCWKILpiz+TVToRbeLnWO4IvFNnSRFMSXmcWSDdbY4w==", 3550 "dependencies": { 3551 "@types/mdast": "^3.0.0", 3552 "@types/unist": "^2.0.0", 3553 "pluralize": "^8.0.0", 3554 "unified": "^10.0.0", 3555 "unified-lint-rule": "^2.0.0", 3556 "unist-util-generated": "^2.0.0", 3557 "unist-util-position": "^4.0.0", 3558 "unist-util-visit": "^4.0.0" 3559 }, 3560 "funding": { 3561 "type": "opencollective", 3562 "url": "https://opencollective.com/unified" 3563 } 3564 }, 3565 "node_modules/remark-lint-no-consecutive-blank-lines/node_modules/@types/mdast": { 3566 "version": "3.0.13", 3567 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3568 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3569 "dependencies": { 3570 "@types/unist": "^2" 3571 } 3572 }, 3573 "node_modules/remark-lint-no-consecutive-blank-lines/node_modules/@types/unist": { 3574 "version": "2.0.8", 3575 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3576 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3577 }, 3578 "node_modules/remark-lint-no-consecutive-blank-lines/node_modules/unified": { 3579 "version": "10.1.2", 3580 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3581 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3582 "dependencies": { 3583 "@types/unist": "^2.0.0", 3584 "bail": "^2.0.0", 3585 "extend": "^3.0.0", 3586 "is-buffer": "^2.0.0", 3587 "is-plain-obj": "^4.0.0", 3588 "trough": "^2.0.0", 3589 "vfile": "^5.0.0" 3590 }, 3591 "funding": { 3592 "type": "opencollective", 3593 "url": "https://opencollective.com/unified" 3594 } 3595 }, 3596 "node_modules/remark-lint-no-consecutive-blank-lines/node_modules/unist-util-is": { 3597 "version": "5.2.1", 3598 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3599 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3600 "dependencies": { 3601 "@types/unist": "^2.0.0" 3602 }, 3603 "funding": { 3604 "type": "opencollective", 3605 "url": "https://opencollective.com/unified" 3606 } 3607 }, 3608 "node_modules/remark-lint-no-consecutive-blank-lines/node_modules/unist-util-visit": { 3609 "version": "4.1.2", 3610 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3611 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3612 "dependencies": { 3613 "@types/unist": "^2.0.0", 3614 "unist-util-is": "^5.0.0", 3615 "unist-util-visit-parents": "^5.1.1" 3616 }, 3617 "funding": { 3618 "type": "opencollective", 3619 "url": "https://opencollective.com/unified" 3620 } 3621 }, 3622 "node_modules/remark-lint-no-consecutive-blank-lines/node_modules/unist-util-visit-parents": { 3623 "version": "5.1.3", 3624 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3625 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3626 "dependencies": { 3627 "@types/unist": "^2.0.0", 3628 "unist-util-is": "^5.0.0" 3629 }, 3630 "funding": { 3631 "type": "opencollective", 3632 "url": "https://opencollective.com/unified" 3633 } 3634 }, 3635 "node_modules/remark-lint-no-duplicate-definitions": { 3636 "version": "3.1.2", 3637 "resolved": "https://registry.npmjs.org/remark-lint-no-duplicate-definitions/-/remark-lint-no-duplicate-definitions-3.1.2.tgz", 3638 "integrity": "sha512-vi0nXA7p+pjQOorZOkr9E+QDhG74JAdbzqglWPrWWNI3z2rUYWYHTNSyWJbwEXaIIcev1ZAw8SCAOis5MNm+pA==", 3639 "dependencies": { 3640 "@types/mdast": "^3.0.0", 3641 "unified": "^10.0.0", 3642 "unified-lint-rule": "^2.0.0", 3643 "unist-util-generated": "^2.0.0", 3644 "unist-util-position": "^4.0.0", 3645 "unist-util-stringify-position": "^3.0.0", 3646 "unist-util-visit": "^4.0.0" 3647 }, 3648 "funding": { 3649 "type": "opencollective", 3650 "url": "https://opencollective.com/unified" 3651 } 3652 }, 3653 "node_modules/remark-lint-no-duplicate-definitions/node_modules/@types/mdast": { 3654 "version": "3.0.13", 3655 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3656 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3657 "dependencies": { 3658 "@types/unist": "^2" 3659 } 3660 }, 3661 "node_modules/remark-lint-no-duplicate-definitions/node_modules/@types/unist": { 3662 "version": "2.0.8", 3663 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3664 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3665 }, 3666 "node_modules/remark-lint-no-duplicate-definitions/node_modules/unified": { 3667 "version": "10.1.2", 3668 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3669 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3670 "dependencies": { 3671 "@types/unist": "^2.0.0", 3672 "bail": "^2.0.0", 3673 "extend": "^3.0.0", 3674 "is-buffer": "^2.0.0", 3675 "is-plain-obj": "^4.0.0", 3676 "trough": "^2.0.0", 3677 "vfile": "^5.0.0" 3678 }, 3679 "funding": { 3680 "type": "opencollective", 3681 "url": "https://opencollective.com/unified" 3682 } 3683 }, 3684 "node_modules/remark-lint-no-duplicate-definitions/node_modules/unist-util-is": { 3685 "version": "5.2.1", 3686 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3687 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3688 "dependencies": { 3689 "@types/unist": "^2.0.0" 3690 }, 3691 "funding": { 3692 "type": "opencollective", 3693 "url": "https://opencollective.com/unified" 3694 } 3695 }, 3696 "node_modules/remark-lint-no-duplicate-definitions/node_modules/unist-util-stringify-position": { 3697 "version": "3.0.3", 3698 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 3699 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 3700 "dependencies": { 3701 "@types/unist": "^2.0.0" 3702 }, 3703 "funding": { 3704 "type": "opencollective", 3705 "url": "https://opencollective.com/unified" 3706 } 3707 }, 3708 "node_modules/remark-lint-no-duplicate-definitions/node_modules/unist-util-visit": { 3709 "version": "4.1.2", 3710 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3711 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3712 "dependencies": { 3713 "@types/unist": "^2.0.0", 3714 "unist-util-is": "^5.0.0", 3715 "unist-util-visit-parents": "^5.1.1" 3716 }, 3717 "funding": { 3718 "type": "opencollective", 3719 "url": "https://opencollective.com/unified" 3720 } 3721 }, 3722 "node_modules/remark-lint-no-duplicate-definitions/node_modules/unist-util-visit-parents": { 3723 "version": "5.1.3", 3724 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3725 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3726 "dependencies": { 3727 "@types/unist": "^2.0.0", 3728 "unist-util-is": "^5.0.0" 3729 }, 3730 "funding": { 3731 "type": "opencollective", 3732 "url": "https://opencollective.com/unified" 3733 } 3734 }, 3735 "node_modules/remark-lint-no-file-name-articles": { 3736 "version": "2.1.2", 3737 "resolved": "https://registry.npmjs.org/remark-lint-no-file-name-articles/-/remark-lint-no-file-name-articles-2.1.2.tgz", 3738 "integrity": "sha512-kM4vwBkne7f9euDKsuyxTtrsiafjH+KOwu8ZmuSVWh5U+u0EMcPyN5fxfaQIW+5FkrJA1jwnRu7ciXJBJt74Og==", 3739 "dependencies": { 3740 "@types/mdast": "^3.0.0", 3741 "unified": "^10.0.0", 3742 "unified-lint-rule": "^2.0.0" 3743 }, 3744 "funding": { 3745 "type": "opencollective", 3746 "url": "https://opencollective.com/unified" 3747 } 3748 }, 3749 "node_modules/remark-lint-no-file-name-articles/node_modules/@types/mdast": { 3750 "version": "3.0.13", 3751 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3752 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3753 "dependencies": { 3754 "@types/unist": "^2" 3755 } 3756 }, 3757 "node_modules/remark-lint-no-file-name-articles/node_modules/@types/unist": { 3758 "version": "2.0.8", 3759 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3760 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3761 }, 3762 "node_modules/remark-lint-no-file-name-articles/node_modules/unified": { 3763 "version": "10.1.2", 3764 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3765 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3766 "dependencies": { 3767 "@types/unist": "^2.0.0", 3768 "bail": "^2.0.0", 3769 "extend": "^3.0.0", 3770 "is-buffer": "^2.0.0", 3771 "is-plain-obj": "^4.0.0", 3772 "trough": "^2.0.0", 3773 "vfile": "^5.0.0" 3774 }, 3775 "funding": { 3776 "type": "opencollective", 3777 "url": "https://opencollective.com/unified" 3778 } 3779 }, 3780 "node_modules/remark-lint-no-file-name-consecutive-dashes": { 3781 "version": "2.1.2", 3782 "resolved": "https://registry.npmjs.org/remark-lint-no-file-name-consecutive-dashes/-/remark-lint-no-file-name-consecutive-dashes-2.1.2.tgz", 3783 "integrity": "sha512-gw06jaaFwBR3s+3E2kJlv+E7rAzS7Nj+MFU7TViwbsYnR7PA96htLVDCjClyNUE7JHUNcv93HdLm8ykg8kRyNA==", 3784 "dependencies": { 3785 "@types/mdast": "^3.0.0", 3786 "unified": "^10.0.0", 3787 "unified-lint-rule": "^2.0.0" 3788 }, 3789 "funding": { 3790 "type": "opencollective", 3791 "url": "https://opencollective.com/unified" 3792 } 3793 }, 3794 "node_modules/remark-lint-no-file-name-consecutive-dashes/node_modules/@types/mdast": { 3795 "version": "3.0.13", 3796 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3797 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3798 "dependencies": { 3799 "@types/unist": "^2" 3800 } 3801 }, 3802 "node_modules/remark-lint-no-file-name-consecutive-dashes/node_modules/@types/unist": { 3803 "version": "2.0.8", 3804 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3805 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3806 }, 3807 "node_modules/remark-lint-no-file-name-consecutive-dashes/node_modules/unified": { 3808 "version": "10.1.2", 3809 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3810 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3811 "dependencies": { 3812 "@types/unist": "^2.0.0", 3813 "bail": "^2.0.0", 3814 "extend": "^3.0.0", 3815 "is-buffer": "^2.0.0", 3816 "is-plain-obj": "^4.0.0", 3817 "trough": "^2.0.0", 3818 "vfile": "^5.0.0" 3819 }, 3820 "funding": { 3821 "type": "opencollective", 3822 "url": "https://opencollective.com/unified" 3823 } 3824 }, 3825 "node_modules/remark-lint-no-file-name-outer-dashes": { 3826 "version": "2.1.2", 3827 "resolved": "https://registry.npmjs.org/remark-lint-no-file-name-outer-dashes/-/remark-lint-no-file-name-outer-dashes-2.1.2.tgz", 3828 "integrity": "sha512-VrbHg25Oo9k/bNbS7ye1X7F6ER4uZSubO+t5DHJ4WZ6iVbNtBar/JwzVelY1YxUAutv42OvHfuveh4vKlcNgVA==", 3829 "dependencies": { 3830 "@types/mdast": "^3.0.0", 3831 "unified": "^10.0.0", 3832 "unified-lint-rule": "^2.0.0" 3833 }, 3834 "funding": { 3835 "type": "opencollective", 3836 "url": "https://opencollective.com/unified" 3837 } 3838 }, 3839 "node_modules/remark-lint-no-file-name-outer-dashes/node_modules/@types/mdast": { 3840 "version": "3.0.13", 3841 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3842 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3843 "dependencies": { 3844 "@types/unist": "^2" 3845 } 3846 }, 3847 "node_modules/remark-lint-no-file-name-outer-dashes/node_modules/@types/unist": { 3848 "version": "2.0.8", 3849 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3850 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3851 }, 3852 "node_modules/remark-lint-no-file-name-outer-dashes/node_modules/unified": { 3853 "version": "10.1.2", 3854 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3855 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3856 "dependencies": { 3857 "@types/unist": "^2.0.0", 3858 "bail": "^2.0.0", 3859 "extend": "^3.0.0", 3860 "is-buffer": "^2.0.0", 3861 "is-plain-obj": "^4.0.0", 3862 "trough": "^2.0.0", 3863 "vfile": "^5.0.0" 3864 }, 3865 "funding": { 3866 "type": "opencollective", 3867 "url": "https://opencollective.com/unified" 3868 } 3869 }, 3870 "node_modules/remark-lint-no-heading-content-indent": { 3871 "version": "4.1.2", 3872 "resolved": "https://registry.npmjs.org/remark-lint-no-heading-content-indent/-/remark-lint-no-heading-content-indent-4.1.2.tgz", 3873 "integrity": "sha512-TTxFsm1f4ZHFxZQCuz7j0QK4RvP6oArTiwazKLr16yaZe1608ypogMek4A30j2xX8WuO9+2uBzLXCY5OBo5x5Q==", 3874 "dependencies": { 3875 "@types/mdast": "^3.0.0", 3876 "mdast-util-heading-style": "^2.0.0", 3877 "pluralize": "^8.0.0", 3878 "unified": "^10.0.0", 3879 "unified-lint-rule": "^2.0.0", 3880 "unist-util-generated": "^2.0.0", 3881 "unist-util-position": "^4.0.0", 3882 "unist-util-visit": "^4.0.0" 3883 }, 3884 "funding": { 3885 "type": "opencollective", 3886 "url": "https://opencollective.com/unified" 3887 } 3888 }, 3889 "node_modules/remark-lint-no-heading-content-indent/node_modules/@types/mdast": { 3890 "version": "3.0.13", 3891 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3892 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3893 "dependencies": { 3894 "@types/unist": "^2" 3895 } 3896 }, 3897 "node_modules/remark-lint-no-heading-content-indent/node_modules/@types/unist": { 3898 "version": "2.0.8", 3899 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3900 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3901 }, 3902 "node_modules/remark-lint-no-heading-content-indent/node_modules/unified": { 3903 "version": "10.1.2", 3904 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3905 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3906 "dependencies": { 3907 "@types/unist": "^2.0.0", 3908 "bail": "^2.0.0", 3909 "extend": "^3.0.0", 3910 "is-buffer": "^2.0.0", 3911 "is-plain-obj": "^4.0.0", 3912 "trough": "^2.0.0", 3913 "vfile": "^5.0.0" 3914 }, 3915 "funding": { 3916 "type": "opencollective", 3917 "url": "https://opencollective.com/unified" 3918 } 3919 }, 3920 "node_modules/remark-lint-no-heading-content-indent/node_modules/unist-util-is": { 3921 "version": "5.2.1", 3922 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 3923 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 3924 "dependencies": { 3925 "@types/unist": "^2.0.0" 3926 }, 3927 "funding": { 3928 "type": "opencollective", 3929 "url": "https://opencollective.com/unified" 3930 } 3931 }, 3932 "node_modules/remark-lint-no-heading-content-indent/node_modules/unist-util-visit": { 3933 "version": "4.1.2", 3934 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 3935 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 3936 "dependencies": { 3937 "@types/unist": "^2.0.0", 3938 "unist-util-is": "^5.0.0", 3939 "unist-util-visit-parents": "^5.1.1" 3940 }, 3941 "funding": { 3942 "type": "opencollective", 3943 "url": "https://opencollective.com/unified" 3944 } 3945 }, 3946 "node_modules/remark-lint-no-heading-content-indent/node_modules/unist-util-visit-parents": { 3947 "version": "5.1.3", 3948 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 3949 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 3950 "dependencies": { 3951 "@types/unist": "^2.0.0", 3952 "unist-util-is": "^5.0.0" 3953 }, 3954 "funding": { 3955 "type": "opencollective", 3956 "url": "https://opencollective.com/unified" 3957 } 3958 }, 3959 "node_modules/remark-lint-no-heading-indent": { 3960 "version": "4.1.2", 3961 "resolved": "https://registry.npmjs.org/remark-lint-no-heading-indent/-/remark-lint-no-heading-indent-4.1.2.tgz", 3962 "integrity": "sha512-XFoSebfsYV6EFYRCYkCzSw6xxgltN5l3aPH+UfCk/0geMnl3DrCQjbQt9qhxQzBSBa4gA91CGs2DRI5Xxbwzig==", 3963 "dependencies": { 3964 "@types/mdast": "^3.0.0", 3965 "pluralize": "^8.0.0", 3966 "unified": "^10.0.0", 3967 "unified-lint-rule": "^2.0.0", 3968 "unist-util-generated": "^2.0.0", 3969 "unist-util-position": "^4.0.0", 3970 "unist-util-visit": "^4.0.0" 3971 }, 3972 "funding": { 3973 "type": "opencollective", 3974 "url": "https://opencollective.com/unified" 3975 } 3976 }, 3977 "node_modules/remark-lint-no-heading-indent/node_modules/@types/mdast": { 3978 "version": "3.0.13", 3979 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 3980 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 3981 "dependencies": { 3982 "@types/unist": "^2" 3983 } 3984 }, 3985 "node_modules/remark-lint-no-heading-indent/node_modules/@types/unist": { 3986 "version": "2.0.8", 3987 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 3988 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 3989 }, 3990 "node_modules/remark-lint-no-heading-indent/node_modules/unified": { 3991 "version": "10.1.2", 3992 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 3993 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 3994 "dependencies": { 3995 "@types/unist": "^2.0.0", 3996 "bail": "^2.0.0", 3997 "extend": "^3.0.0", 3998 "is-buffer": "^2.0.0", 3999 "is-plain-obj": "^4.0.0", 4000 "trough": "^2.0.0", 4001 "vfile": "^5.0.0" 4002 }, 4003 "funding": { 4004 "type": "opencollective", 4005 "url": "https://opencollective.com/unified" 4006 } 4007 }, 4008 "node_modules/remark-lint-no-heading-indent/node_modules/unist-util-is": { 4009 "version": "5.2.1", 4010 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4011 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4012 "dependencies": { 4013 "@types/unist": "^2.0.0" 4014 }, 4015 "funding": { 4016 "type": "opencollective", 4017 "url": "https://opencollective.com/unified" 4018 } 4019 }, 4020 "node_modules/remark-lint-no-heading-indent/node_modules/unist-util-visit": { 4021 "version": "4.1.2", 4022 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4023 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4024 "dependencies": { 4025 "@types/unist": "^2.0.0", 4026 "unist-util-is": "^5.0.0", 4027 "unist-util-visit-parents": "^5.1.1" 4028 }, 4029 "funding": { 4030 "type": "opencollective", 4031 "url": "https://opencollective.com/unified" 4032 } 4033 }, 4034 "node_modules/remark-lint-no-heading-indent/node_modules/unist-util-visit-parents": { 4035 "version": "5.1.3", 4036 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4037 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4038 "dependencies": { 4039 "@types/unist": "^2.0.0", 4040 "unist-util-is": "^5.0.0" 4041 }, 4042 "funding": { 4043 "type": "opencollective", 4044 "url": "https://opencollective.com/unified" 4045 } 4046 }, 4047 "node_modules/remark-lint-no-inline-padding": { 4048 "version": "4.1.2", 4049 "resolved": "https://registry.npmjs.org/remark-lint-no-inline-padding/-/remark-lint-no-inline-padding-4.1.2.tgz", 4050 "integrity": "sha512-dGyhWsiqCZS3Slob0EVBUfsFBbdpMIBCvb56LlCgaHbnLsnNYx8PpF/wA5CgsN8BXIbXfRpyPB5cIJwIq5taYg==", 4051 "dependencies": { 4052 "@types/mdast": "^3.0.0", 4053 "mdast-util-to-string": "^3.0.0", 4054 "unified": "^10.0.0", 4055 "unified-lint-rule": "^2.0.0", 4056 "unist-util-generated": "^2.0.0", 4057 "unist-util-visit": "^4.0.0" 4058 }, 4059 "funding": { 4060 "type": "opencollective", 4061 "url": "https://opencollective.com/unified" 4062 } 4063 }, 4064 "node_modules/remark-lint-no-inline-padding/node_modules/@types/mdast": { 4065 "version": "3.0.13", 4066 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4067 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4068 "dependencies": { 4069 "@types/unist": "^2" 4070 } 4071 }, 4072 "node_modules/remark-lint-no-inline-padding/node_modules/@types/unist": { 4073 "version": "2.0.8", 4074 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4075 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4076 }, 4077 "node_modules/remark-lint-no-inline-padding/node_modules/mdast-util-to-string": { 4078 "version": "3.2.0", 4079 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", 4080 "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", 4081 "dependencies": { 4082 "@types/mdast": "^3.0.0" 4083 }, 4084 "funding": { 4085 "type": "opencollective", 4086 "url": "https://opencollective.com/unified" 4087 } 4088 }, 4089 "node_modules/remark-lint-no-inline-padding/node_modules/unified": { 4090 "version": "10.1.2", 4091 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4092 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4093 "dependencies": { 4094 "@types/unist": "^2.0.0", 4095 "bail": "^2.0.0", 4096 "extend": "^3.0.0", 4097 "is-buffer": "^2.0.0", 4098 "is-plain-obj": "^4.0.0", 4099 "trough": "^2.0.0", 4100 "vfile": "^5.0.0" 4101 }, 4102 "funding": { 4103 "type": "opencollective", 4104 "url": "https://opencollective.com/unified" 4105 } 4106 }, 4107 "node_modules/remark-lint-no-inline-padding/node_modules/unist-util-is": { 4108 "version": "5.2.1", 4109 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4110 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4111 "dependencies": { 4112 "@types/unist": "^2.0.0" 4113 }, 4114 "funding": { 4115 "type": "opencollective", 4116 "url": "https://opencollective.com/unified" 4117 } 4118 }, 4119 "node_modules/remark-lint-no-inline-padding/node_modules/unist-util-visit": { 4120 "version": "4.1.2", 4121 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4122 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4123 "dependencies": { 4124 "@types/unist": "^2.0.0", 4125 "unist-util-is": "^5.0.0", 4126 "unist-util-visit-parents": "^5.1.1" 4127 }, 4128 "funding": { 4129 "type": "opencollective", 4130 "url": "https://opencollective.com/unified" 4131 } 4132 }, 4133 "node_modules/remark-lint-no-inline-padding/node_modules/unist-util-visit-parents": { 4134 "version": "5.1.3", 4135 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4136 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4137 "dependencies": { 4138 "@types/unist": "^2.0.0", 4139 "unist-util-is": "^5.0.0" 4140 }, 4141 "funding": { 4142 "type": "opencollective", 4143 "url": "https://opencollective.com/unified" 4144 } 4145 }, 4146 "node_modules/remark-lint-no-literal-urls": { 4147 "version": "3.1.2", 4148 "resolved": "https://registry.npmjs.org/remark-lint-no-literal-urls/-/remark-lint-no-literal-urls-3.1.2.tgz", 4149 "integrity": "sha512-4tV9JGLKxAMFSuWDMOqLozkFJ3HyRvhzgrPrxASoziaml23m7UXAozk5dkIrFny1cN2oG988Z8tORxX2FL1Ilw==", 4150 "dependencies": { 4151 "@types/mdast": "^3.0.0", 4152 "mdast-util-to-string": "^3.0.0", 4153 "unified": "^10.0.0", 4154 "unified-lint-rule": "^2.0.0", 4155 "unist-util-generated": "^2.0.0", 4156 "unist-util-position": "^4.0.0", 4157 "unist-util-visit": "^4.0.0" 4158 }, 4159 "funding": { 4160 "type": "opencollective", 4161 "url": "https://opencollective.com/unified" 4162 } 4163 }, 4164 "node_modules/remark-lint-no-literal-urls/node_modules/@types/mdast": { 4165 "version": "3.0.13", 4166 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4167 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4168 "dependencies": { 4169 "@types/unist": "^2" 4170 } 4171 }, 4172 "node_modules/remark-lint-no-literal-urls/node_modules/@types/unist": { 4173 "version": "2.0.8", 4174 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4175 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4176 }, 4177 "node_modules/remark-lint-no-literal-urls/node_modules/mdast-util-to-string": { 4178 "version": "3.2.0", 4179 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", 4180 "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", 4181 "dependencies": { 4182 "@types/mdast": "^3.0.0" 4183 }, 4184 "funding": { 4185 "type": "opencollective", 4186 "url": "https://opencollective.com/unified" 4187 } 4188 }, 4189 "node_modules/remark-lint-no-literal-urls/node_modules/unified": { 4190 "version": "10.1.2", 4191 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4192 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4193 "dependencies": { 4194 "@types/unist": "^2.0.0", 4195 "bail": "^2.0.0", 4196 "extend": "^3.0.0", 4197 "is-buffer": "^2.0.0", 4198 "is-plain-obj": "^4.0.0", 4199 "trough": "^2.0.0", 4200 "vfile": "^5.0.0" 4201 }, 4202 "funding": { 4203 "type": "opencollective", 4204 "url": "https://opencollective.com/unified" 4205 } 4206 }, 4207 "node_modules/remark-lint-no-literal-urls/node_modules/unist-util-is": { 4208 "version": "5.2.1", 4209 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4210 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4211 "dependencies": { 4212 "@types/unist": "^2.0.0" 4213 }, 4214 "funding": { 4215 "type": "opencollective", 4216 "url": "https://opencollective.com/unified" 4217 } 4218 }, 4219 "node_modules/remark-lint-no-literal-urls/node_modules/unist-util-visit": { 4220 "version": "4.1.2", 4221 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4222 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4223 "dependencies": { 4224 "@types/unist": "^2.0.0", 4225 "unist-util-is": "^5.0.0", 4226 "unist-util-visit-parents": "^5.1.1" 4227 }, 4228 "funding": { 4229 "type": "opencollective", 4230 "url": "https://opencollective.com/unified" 4231 } 4232 }, 4233 "node_modules/remark-lint-no-literal-urls/node_modules/unist-util-visit-parents": { 4234 "version": "5.1.3", 4235 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4236 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4237 "dependencies": { 4238 "@types/unist": "^2.0.0", 4239 "unist-util-is": "^5.0.0" 4240 }, 4241 "funding": { 4242 "type": "opencollective", 4243 "url": "https://opencollective.com/unified" 4244 } 4245 }, 4246 "node_modules/remark-lint-no-multiple-toplevel-headings": { 4247 "version": "3.1.2", 4248 "resolved": "https://registry.npmjs.org/remark-lint-no-multiple-toplevel-headings/-/remark-lint-no-multiple-toplevel-headings-3.1.2.tgz", 4249 "integrity": "sha512-9rJSsrwdzwKmtuloBjJobLzjGL7Lgtk3+vMNUyuH9z/nBfkUCN3qxn3Nt9AxL+wwSAsHV6e74W+W2S1ohBLt6A==", 4250 "dependencies": { 4251 "@types/mdast": "^3.0.0", 4252 "unified": "^10.0.0", 4253 "unified-lint-rule": "^2.0.0", 4254 "unist-util-generated": "^2.0.0", 4255 "unist-util-position": "^4.0.0", 4256 "unist-util-stringify-position": "^3.0.0", 4257 "unist-util-visit": "^4.0.0" 4258 }, 4259 "funding": { 4260 "type": "opencollective", 4261 "url": "https://opencollective.com/unified" 4262 } 4263 }, 4264 "node_modules/remark-lint-no-multiple-toplevel-headings/node_modules/@types/mdast": { 4265 "version": "3.0.13", 4266 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4267 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4268 "dependencies": { 4269 "@types/unist": "^2" 4270 } 4271 }, 4272 "node_modules/remark-lint-no-multiple-toplevel-headings/node_modules/@types/unist": { 4273 "version": "2.0.8", 4274 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4275 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4276 }, 4277 "node_modules/remark-lint-no-multiple-toplevel-headings/node_modules/unified": { 4278 "version": "10.1.2", 4279 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4280 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4281 "dependencies": { 4282 "@types/unist": "^2.0.0", 4283 "bail": "^2.0.0", 4284 "extend": "^3.0.0", 4285 "is-buffer": "^2.0.0", 4286 "is-plain-obj": "^4.0.0", 4287 "trough": "^2.0.0", 4288 "vfile": "^5.0.0" 4289 }, 4290 "funding": { 4291 "type": "opencollective", 4292 "url": "https://opencollective.com/unified" 4293 } 4294 }, 4295 "node_modules/remark-lint-no-multiple-toplevel-headings/node_modules/unist-util-is": { 4296 "version": "5.2.1", 4297 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4298 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4299 "dependencies": { 4300 "@types/unist": "^2.0.0" 4301 }, 4302 "funding": { 4303 "type": "opencollective", 4304 "url": "https://opencollective.com/unified" 4305 } 4306 }, 4307 "node_modules/remark-lint-no-multiple-toplevel-headings/node_modules/unist-util-stringify-position": { 4308 "version": "3.0.3", 4309 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 4310 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 4311 "dependencies": { 4312 "@types/unist": "^2.0.0" 4313 }, 4314 "funding": { 4315 "type": "opencollective", 4316 "url": "https://opencollective.com/unified" 4317 } 4318 }, 4319 "node_modules/remark-lint-no-multiple-toplevel-headings/node_modules/unist-util-visit": { 4320 "version": "4.1.2", 4321 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4322 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4323 "dependencies": { 4324 "@types/unist": "^2.0.0", 4325 "unist-util-is": "^5.0.0", 4326 "unist-util-visit-parents": "^5.1.1" 4327 }, 4328 "funding": { 4329 "type": "opencollective", 4330 "url": "https://opencollective.com/unified" 4331 } 4332 }, 4333 "node_modules/remark-lint-no-multiple-toplevel-headings/node_modules/unist-util-visit-parents": { 4334 "version": "5.1.3", 4335 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4336 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4337 "dependencies": { 4338 "@types/unist": "^2.0.0", 4339 "unist-util-is": "^5.0.0" 4340 }, 4341 "funding": { 4342 "type": "opencollective", 4343 "url": "https://opencollective.com/unified" 4344 } 4345 }, 4346 "node_modules/remark-lint-no-shell-dollars": { 4347 "version": "3.1.2", 4348 "resolved": "https://registry.npmjs.org/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-3.1.2.tgz", 4349 "integrity": "sha512-np2MDEhXHviXhbQFjnC1QYv5/fxCV1cIHfGMoJpqiW7Zcu/UGCOo5TE3XswZH4ukHZJ65c3X2A6qfLDW+ur3CQ==", 4350 "dependencies": { 4351 "@types/mdast": "^3.0.0", 4352 "unified": "^10.0.0", 4353 "unified-lint-rule": "^2.0.0", 4354 "unist-util-generated": "^2.0.0", 4355 "unist-util-visit": "^4.0.0" 4356 }, 4357 "funding": { 4358 "type": "opencollective", 4359 "url": "https://opencollective.com/unified" 4360 } 4361 }, 4362 "node_modules/remark-lint-no-shell-dollars/node_modules/@types/mdast": { 4363 "version": "3.0.13", 4364 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4365 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4366 "dependencies": { 4367 "@types/unist": "^2" 4368 } 4369 }, 4370 "node_modules/remark-lint-no-shell-dollars/node_modules/@types/unist": { 4371 "version": "2.0.8", 4372 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4373 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4374 }, 4375 "node_modules/remark-lint-no-shell-dollars/node_modules/unified": { 4376 "version": "10.1.2", 4377 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4378 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4379 "dependencies": { 4380 "@types/unist": "^2.0.0", 4381 "bail": "^2.0.0", 4382 "extend": "^3.0.0", 4383 "is-buffer": "^2.0.0", 4384 "is-plain-obj": "^4.0.0", 4385 "trough": "^2.0.0", 4386 "vfile": "^5.0.0" 4387 }, 4388 "funding": { 4389 "type": "opencollective", 4390 "url": "https://opencollective.com/unified" 4391 } 4392 }, 4393 "node_modules/remark-lint-no-shell-dollars/node_modules/unist-util-is": { 4394 "version": "5.2.1", 4395 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4396 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4397 "dependencies": { 4398 "@types/unist": "^2.0.0" 4399 }, 4400 "funding": { 4401 "type": "opencollective", 4402 "url": "https://opencollective.com/unified" 4403 } 4404 }, 4405 "node_modules/remark-lint-no-shell-dollars/node_modules/unist-util-visit": { 4406 "version": "4.1.2", 4407 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4408 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4409 "dependencies": { 4410 "@types/unist": "^2.0.0", 4411 "unist-util-is": "^5.0.0", 4412 "unist-util-visit-parents": "^5.1.1" 4413 }, 4414 "funding": { 4415 "type": "opencollective", 4416 "url": "https://opencollective.com/unified" 4417 } 4418 }, 4419 "node_modules/remark-lint-no-shell-dollars/node_modules/unist-util-visit-parents": { 4420 "version": "5.1.3", 4421 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4422 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4423 "dependencies": { 4424 "@types/unist": "^2.0.0", 4425 "unist-util-is": "^5.0.0" 4426 }, 4427 "funding": { 4428 "type": "opencollective", 4429 "url": "https://opencollective.com/unified" 4430 } 4431 }, 4432 "node_modules/remark-lint-no-shortcut-reference-image": { 4433 "version": "3.1.2", 4434 "resolved": "https://registry.npmjs.org/remark-lint-no-shortcut-reference-image/-/remark-lint-no-shortcut-reference-image-3.1.2.tgz", 4435 "integrity": "sha512-NX4XJFPyDeJJ77pmETxRj4oM/zayf7Lmn/O87HgExBkQIPz2NYbDeKD8QEyliLaV/oKA2rQufpzuFw55xa1Tww==", 4436 "dependencies": { 4437 "@types/mdast": "^3.0.0", 4438 "unified": "^10.0.0", 4439 "unified-lint-rule": "^2.0.0", 4440 "unist-util-generated": "^2.0.0", 4441 "unist-util-visit": "^4.0.0" 4442 }, 4443 "funding": { 4444 "type": "opencollective", 4445 "url": "https://opencollective.com/unified" 4446 } 4447 }, 4448 "node_modules/remark-lint-no-shortcut-reference-image/node_modules/@types/mdast": { 4449 "version": "3.0.13", 4450 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4451 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4452 "dependencies": { 4453 "@types/unist": "^2" 4454 } 4455 }, 4456 "node_modules/remark-lint-no-shortcut-reference-image/node_modules/@types/unist": { 4457 "version": "2.0.8", 4458 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4459 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4460 }, 4461 "node_modules/remark-lint-no-shortcut-reference-image/node_modules/unified": { 4462 "version": "10.1.2", 4463 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4464 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4465 "dependencies": { 4466 "@types/unist": "^2.0.0", 4467 "bail": "^2.0.0", 4468 "extend": "^3.0.0", 4469 "is-buffer": "^2.0.0", 4470 "is-plain-obj": "^4.0.0", 4471 "trough": "^2.0.0", 4472 "vfile": "^5.0.0" 4473 }, 4474 "funding": { 4475 "type": "opencollective", 4476 "url": "https://opencollective.com/unified" 4477 } 4478 }, 4479 "node_modules/remark-lint-no-shortcut-reference-image/node_modules/unist-util-is": { 4480 "version": "5.2.1", 4481 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4482 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4483 "dependencies": { 4484 "@types/unist": "^2.0.0" 4485 }, 4486 "funding": { 4487 "type": "opencollective", 4488 "url": "https://opencollective.com/unified" 4489 } 4490 }, 4491 "node_modules/remark-lint-no-shortcut-reference-image/node_modules/unist-util-visit": { 4492 "version": "4.1.2", 4493 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4494 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4495 "dependencies": { 4496 "@types/unist": "^2.0.0", 4497 "unist-util-is": "^5.0.0", 4498 "unist-util-visit-parents": "^5.1.1" 4499 }, 4500 "funding": { 4501 "type": "opencollective", 4502 "url": "https://opencollective.com/unified" 4503 } 4504 }, 4505 "node_modules/remark-lint-no-shortcut-reference-image/node_modules/unist-util-visit-parents": { 4506 "version": "5.1.3", 4507 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4508 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4509 "dependencies": { 4510 "@types/unist": "^2.0.0", 4511 "unist-util-is": "^5.0.0" 4512 }, 4513 "funding": { 4514 "type": "opencollective", 4515 "url": "https://opencollective.com/unified" 4516 } 4517 }, 4518 "node_modules/remark-lint-no-shortcut-reference-link": { 4519 "version": "3.1.2", 4520 "resolved": "https://registry.npmjs.org/remark-lint-no-shortcut-reference-link/-/remark-lint-no-shortcut-reference-link-3.1.2.tgz", 4521 "integrity": "sha512-/9iPN7FLKaaIzw4tLWKu7Rx0wAP7E2EuzIeentQlkY0rO/mMHipmT3IlgiebsAInKagzTY6TNFoG1rq2VnaCcA==", 4522 "dependencies": { 4523 "@types/mdast": "^3.0.0", 4524 "unified": "^10.0.0", 4525 "unified-lint-rule": "^2.0.0", 4526 "unist-util-generated": "^2.0.0", 4527 "unist-util-visit": "^4.0.0" 4528 }, 4529 "funding": { 4530 "type": "opencollective", 4531 "url": "https://opencollective.com/unified" 4532 } 4533 }, 4534 "node_modules/remark-lint-no-shortcut-reference-link/node_modules/@types/mdast": { 4535 "version": "3.0.13", 4536 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4537 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4538 "dependencies": { 4539 "@types/unist": "^2" 4540 } 4541 }, 4542 "node_modules/remark-lint-no-shortcut-reference-link/node_modules/@types/unist": { 4543 "version": "2.0.8", 4544 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4545 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4546 }, 4547 "node_modules/remark-lint-no-shortcut-reference-link/node_modules/unified": { 4548 "version": "10.1.2", 4549 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4550 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4551 "dependencies": { 4552 "@types/unist": "^2.0.0", 4553 "bail": "^2.0.0", 4554 "extend": "^3.0.0", 4555 "is-buffer": "^2.0.0", 4556 "is-plain-obj": "^4.0.0", 4557 "trough": "^2.0.0", 4558 "vfile": "^5.0.0" 4559 }, 4560 "funding": { 4561 "type": "opencollective", 4562 "url": "https://opencollective.com/unified" 4563 } 4564 }, 4565 "node_modules/remark-lint-no-shortcut-reference-link/node_modules/unist-util-is": { 4566 "version": "5.2.1", 4567 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4568 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4569 "dependencies": { 4570 "@types/unist": "^2.0.0" 4571 }, 4572 "funding": { 4573 "type": "opencollective", 4574 "url": "https://opencollective.com/unified" 4575 } 4576 }, 4577 "node_modules/remark-lint-no-shortcut-reference-link/node_modules/unist-util-visit": { 4578 "version": "4.1.2", 4579 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4580 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4581 "dependencies": { 4582 "@types/unist": "^2.0.0", 4583 "unist-util-is": "^5.0.0", 4584 "unist-util-visit-parents": "^5.1.1" 4585 }, 4586 "funding": { 4587 "type": "opencollective", 4588 "url": "https://opencollective.com/unified" 4589 } 4590 }, 4591 "node_modules/remark-lint-no-shortcut-reference-link/node_modules/unist-util-visit-parents": { 4592 "version": "5.1.3", 4593 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4594 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4595 "dependencies": { 4596 "@types/unist": "^2.0.0", 4597 "unist-util-is": "^5.0.0" 4598 }, 4599 "funding": { 4600 "type": "opencollective", 4601 "url": "https://opencollective.com/unified" 4602 } 4603 }, 4604 "node_modules/remark-lint-no-table-indentation": { 4605 "version": "4.1.2", 4606 "resolved": "https://registry.npmjs.org/remark-lint-no-table-indentation/-/remark-lint-no-table-indentation-4.1.2.tgz", 4607 "integrity": "sha512-5lkO+Yrtni/CDMZi7mlwbB2zzRQLH94DesboXg51aO2UfZlSn5dZNhmN5wkyCU2AiApUhlFNbxfKMHOWFPLdog==", 4608 "dependencies": { 4609 "@types/mdast": "^3.0.0", 4610 "unified": "^10.0.0", 4611 "unified-lint-rule": "^2.0.0", 4612 "unist-util-position": "^4.0.0", 4613 "unist-util-visit": "^4.0.0", 4614 "vfile-location": "^4.0.0" 4615 }, 4616 "funding": { 4617 "type": "opencollective", 4618 "url": "https://opencollective.com/unified" 4619 } 4620 }, 4621 "node_modules/remark-lint-no-table-indentation/node_modules/@types/mdast": { 4622 "version": "3.0.13", 4623 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4624 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4625 "dependencies": { 4626 "@types/unist": "^2" 4627 } 4628 }, 4629 "node_modules/remark-lint-no-table-indentation/node_modules/@types/unist": { 4630 "version": "2.0.8", 4631 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4632 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4633 }, 4634 "node_modules/remark-lint-no-table-indentation/node_modules/unified": { 4635 "version": "10.1.2", 4636 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4637 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4638 "dependencies": { 4639 "@types/unist": "^2.0.0", 4640 "bail": "^2.0.0", 4641 "extend": "^3.0.0", 4642 "is-buffer": "^2.0.0", 4643 "is-plain-obj": "^4.0.0", 4644 "trough": "^2.0.0", 4645 "vfile": "^5.0.0" 4646 }, 4647 "funding": { 4648 "type": "opencollective", 4649 "url": "https://opencollective.com/unified" 4650 } 4651 }, 4652 "node_modules/remark-lint-no-table-indentation/node_modules/unist-util-is": { 4653 "version": "5.2.1", 4654 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4655 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4656 "dependencies": { 4657 "@types/unist": "^2.0.0" 4658 }, 4659 "funding": { 4660 "type": "opencollective", 4661 "url": "https://opencollective.com/unified" 4662 } 4663 }, 4664 "node_modules/remark-lint-no-table-indentation/node_modules/unist-util-visit": { 4665 "version": "4.1.2", 4666 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4667 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4668 "dependencies": { 4669 "@types/unist": "^2.0.0", 4670 "unist-util-is": "^5.0.0", 4671 "unist-util-visit-parents": "^5.1.1" 4672 }, 4673 "funding": { 4674 "type": "opencollective", 4675 "url": "https://opencollective.com/unified" 4676 } 4677 }, 4678 "node_modules/remark-lint-no-table-indentation/node_modules/unist-util-visit-parents": { 4679 "version": "5.1.3", 4680 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4681 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4682 "dependencies": { 4683 "@types/unist": "^2.0.0", 4684 "unist-util-is": "^5.0.0" 4685 }, 4686 "funding": { 4687 "type": "opencollective", 4688 "url": "https://opencollective.com/unified" 4689 } 4690 }, 4691 "node_modules/remark-lint-no-tabs": { 4692 "version": "3.1.2", 4693 "resolved": "https://registry.npmjs.org/remark-lint-no-tabs/-/remark-lint-no-tabs-3.1.2.tgz", 4694 "integrity": "sha512-PQQmRpGHRW9tMnAXtlQbMke8byIJu9hlotCH6pJZPO4FodpXvD4JW5EMM3BmO0JQDZsQWrx3qfqxCEMxrj8Qbg==", 4695 "dependencies": { 4696 "@types/mdast": "^3.0.0", 4697 "unified": "^10.0.0", 4698 "unified-lint-rule": "^2.0.0", 4699 "vfile-location": "^4.0.0" 4700 }, 4701 "funding": { 4702 "type": "opencollective", 4703 "url": "https://opencollective.com/unified" 4704 } 4705 }, 4706 "node_modules/remark-lint-no-tabs/node_modules/@types/mdast": { 4707 "version": "3.0.13", 4708 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4709 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4710 "dependencies": { 4711 "@types/unist": "^2" 4712 } 4713 }, 4714 "node_modules/remark-lint-no-tabs/node_modules/@types/unist": { 4715 "version": "2.0.8", 4716 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4717 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4718 }, 4719 "node_modules/remark-lint-no-tabs/node_modules/unified": { 4720 "version": "10.1.2", 4721 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4722 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4723 "dependencies": { 4724 "@types/unist": "^2.0.0", 4725 "bail": "^2.0.0", 4726 "extend": "^3.0.0", 4727 "is-buffer": "^2.0.0", 4728 "is-plain-obj": "^4.0.0", 4729 "trough": "^2.0.0", 4730 "vfile": "^5.0.0" 4731 }, 4732 "funding": { 4733 "type": "opencollective", 4734 "url": "https://opencollective.com/unified" 4735 } 4736 }, 4737 "node_modules/remark-lint-no-trailing-spaces": { 4738 "version": "2.0.1", 4739 "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.1.tgz", 4740 "integrity": "sha512-cj8t+nvtO6eAY2lJC7o5du8VeOCK13XiDUHL4U6k5aw6ZLr3EYWbQ/rNc6cr60eHkh5Ldm09KiZjV3CWpxqJ0g==", 4741 "dependencies": { 4742 "unified-lint-rule": "^1.0.2" 4743 } 4744 }, 4745 "node_modules/remark-lint-no-trailing-spaces/node_modules/unified-lint-rule": { 4746 "version": "1.0.6", 4747 "resolved": "https://registry.npmjs.org/unified-lint-rule/-/unified-lint-rule-1.0.6.tgz", 4748 "integrity": "sha512-YPK15YBFwnsVorDFG/u0cVVQN5G2a3V8zv5/N6KN3TCG+ajKtaALcy7u14DCSrJI+gZeyYquFL9cioJXOGXSvg==", 4749 "dependencies": { 4750 "wrapped": "^1.0.1" 4751 }, 4752 "funding": { 4753 "type": "opencollective", 4754 "url": "https://opencollective.com/unified" 4755 } 4756 }, 4757 "node_modules/remark-lint-no-undefined-references": { 4758 "version": "4.2.1", 4759 "resolved": "https://registry.npmjs.org/remark-lint-no-undefined-references/-/remark-lint-no-undefined-references-4.2.1.tgz", 4760 "integrity": "sha512-HdNg5b2KiuNplcuVvRtsrUiROw557kAG1CiZYB7jQrrVWFgd86lKTa3bDiywe+87dGrGmHd3qQ28eZYTuHz2Nw==", 4761 "dependencies": { 4762 "@types/mdast": "^3.0.0", 4763 "micromark-util-normalize-identifier": "^1.0.0", 4764 "unified": "^10.0.0", 4765 "unified-lint-rule": "^2.0.0", 4766 "unist-util-generated": "^2.0.0", 4767 "unist-util-position": "^4.0.0", 4768 "unist-util-visit": "^4.0.0", 4769 "vfile-location": "^4.0.0" 4770 }, 4771 "funding": { 4772 "type": "opencollective", 4773 "url": "https://opencollective.com/unified" 4774 } 4775 }, 4776 "node_modules/remark-lint-no-undefined-references/node_modules/@types/mdast": { 4777 "version": "3.0.13", 4778 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4779 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4780 "dependencies": { 4781 "@types/unist": "^2" 4782 } 4783 }, 4784 "node_modules/remark-lint-no-undefined-references/node_modules/@types/unist": { 4785 "version": "2.0.8", 4786 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4787 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4788 }, 4789 "node_modules/remark-lint-no-undefined-references/node_modules/micromark-util-normalize-identifier": { 4790 "version": "1.1.0", 4791 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", 4792 "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", 4793 "funding": [ 4794 { 4795 "type": "GitHub Sponsors", 4796 "url": "https://github.com/sponsors/unifiedjs" 4797 }, 4798 { 4799 "type": "OpenCollective", 4800 "url": "https://opencollective.com/unified" 4801 } 4802 ], 4803 "dependencies": { 4804 "micromark-util-symbol": "^1.0.0" 4805 } 4806 }, 4807 "node_modules/remark-lint-no-undefined-references/node_modules/micromark-util-symbol": { 4808 "version": "1.1.0", 4809 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", 4810 "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", 4811 "funding": [ 4812 { 4813 "type": "GitHub Sponsors", 4814 "url": "https://github.com/sponsors/unifiedjs" 4815 }, 4816 { 4817 "type": "OpenCollective", 4818 "url": "https://opencollective.com/unified" 4819 } 4820 ] 4821 }, 4822 "node_modules/remark-lint-no-undefined-references/node_modules/unified": { 4823 "version": "10.1.2", 4824 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4825 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4826 "dependencies": { 4827 "@types/unist": "^2.0.0", 4828 "bail": "^2.0.0", 4829 "extend": "^3.0.0", 4830 "is-buffer": "^2.0.0", 4831 "is-plain-obj": "^4.0.0", 4832 "trough": "^2.0.0", 4833 "vfile": "^5.0.0" 4834 }, 4835 "funding": { 4836 "type": "opencollective", 4837 "url": "https://opencollective.com/unified" 4838 } 4839 }, 4840 "node_modules/remark-lint-no-undefined-references/node_modules/unist-util-is": { 4841 "version": "5.2.1", 4842 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4843 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4844 "dependencies": { 4845 "@types/unist": "^2.0.0" 4846 }, 4847 "funding": { 4848 "type": "opencollective", 4849 "url": "https://opencollective.com/unified" 4850 } 4851 }, 4852 "node_modules/remark-lint-no-undefined-references/node_modules/unist-util-visit": { 4853 "version": "4.1.2", 4854 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4855 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4856 "dependencies": { 4857 "@types/unist": "^2.0.0", 4858 "unist-util-is": "^5.0.0", 4859 "unist-util-visit-parents": "^5.1.1" 4860 }, 4861 "funding": { 4862 "type": "opencollective", 4863 "url": "https://opencollective.com/unified" 4864 } 4865 }, 4866 "node_modules/remark-lint-no-undefined-references/node_modules/unist-util-visit-parents": { 4867 "version": "5.1.3", 4868 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4869 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4870 "dependencies": { 4871 "@types/unist": "^2.0.0", 4872 "unist-util-is": "^5.0.0" 4873 }, 4874 "funding": { 4875 "type": "opencollective", 4876 "url": "https://opencollective.com/unified" 4877 } 4878 }, 4879 "node_modules/remark-lint-no-unused-definitions": { 4880 "version": "3.1.2", 4881 "resolved": "https://registry.npmjs.org/remark-lint-no-unused-definitions/-/remark-lint-no-unused-definitions-3.1.2.tgz", 4882 "integrity": "sha512-bOcaJAnjKxT3kASFquUA3fO9xem9wZhVqt8TbqjA84+G4n40qjaLXDs/4vq73aMsSde73K0f3j1u0pMe7et8yQ==", 4883 "dependencies": { 4884 "@types/mdast": "^3.0.0", 4885 "unified": "^10.0.0", 4886 "unified-lint-rule": "^2.0.0", 4887 "unist-util-generated": "^2.0.0", 4888 "unist-util-visit": "^4.0.0" 4889 }, 4890 "funding": { 4891 "type": "opencollective", 4892 "url": "https://opencollective.com/unified" 4893 } 4894 }, 4895 "node_modules/remark-lint-no-unused-definitions/node_modules/@types/mdast": { 4896 "version": "3.0.13", 4897 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4898 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4899 "dependencies": { 4900 "@types/unist": "^2" 4901 } 4902 }, 4903 "node_modules/remark-lint-no-unused-definitions/node_modules/@types/unist": { 4904 "version": "2.0.8", 4905 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4906 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4907 }, 4908 "node_modules/remark-lint-no-unused-definitions/node_modules/unified": { 4909 "version": "10.1.2", 4910 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4911 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4912 "dependencies": { 4913 "@types/unist": "^2.0.0", 4914 "bail": "^2.0.0", 4915 "extend": "^3.0.0", 4916 "is-buffer": "^2.0.0", 4917 "is-plain-obj": "^4.0.0", 4918 "trough": "^2.0.0", 4919 "vfile": "^5.0.0" 4920 }, 4921 "funding": { 4922 "type": "opencollective", 4923 "url": "https://opencollective.com/unified" 4924 } 4925 }, 4926 "node_modules/remark-lint-no-unused-definitions/node_modules/unist-util-is": { 4927 "version": "5.2.1", 4928 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 4929 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 4930 "dependencies": { 4931 "@types/unist": "^2.0.0" 4932 }, 4933 "funding": { 4934 "type": "opencollective", 4935 "url": "https://opencollective.com/unified" 4936 } 4937 }, 4938 "node_modules/remark-lint-no-unused-definitions/node_modules/unist-util-visit": { 4939 "version": "4.1.2", 4940 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 4941 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 4942 "dependencies": { 4943 "@types/unist": "^2.0.0", 4944 "unist-util-is": "^5.0.0", 4945 "unist-util-visit-parents": "^5.1.1" 4946 }, 4947 "funding": { 4948 "type": "opencollective", 4949 "url": "https://opencollective.com/unified" 4950 } 4951 }, 4952 "node_modules/remark-lint-no-unused-definitions/node_modules/unist-util-visit-parents": { 4953 "version": "5.1.3", 4954 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 4955 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 4956 "dependencies": { 4957 "@types/unist": "^2.0.0", 4958 "unist-util-is": "^5.0.0" 4959 }, 4960 "funding": { 4961 "type": "opencollective", 4962 "url": "https://opencollective.com/unified" 4963 } 4964 }, 4965 "node_modules/remark-lint-ordered-list-marker-style": { 4966 "version": "3.1.2", 4967 "resolved": "https://registry.npmjs.org/remark-lint-ordered-list-marker-style/-/remark-lint-ordered-list-marker-style-3.1.2.tgz", 4968 "integrity": "sha512-62iVE/YQsA0Azaqt8yAJWPplWLS47kDLjXeC2PlRIAzCqbNt9qH3HId8vZ15QTSrp8rHmJwrCMdcqV6AZUi7gQ==", 4969 "dependencies": { 4970 "@types/mdast": "^3.0.0", 4971 "unified": "^10.0.0", 4972 "unified-lint-rule": "^2.0.0", 4973 "unist-util-generated": "^2.0.0", 4974 "unist-util-position": "^4.0.0", 4975 "unist-util-visit": "^4.0.0" 4976 }, 4977 "funding": { 4978 "type": "opencollective", 4979 "url": "https://opencollective.com/unified" 4980 } 4981 }, 4982 "node_modules/remark-lint-ordered-list-marker-style/node_modules/@types/mdast": { 4983 "version": "3.0.13", 4984 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 4985 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 4986 "dependencies": { 4987 "@types/unist": "^2" 4988 } 4989 }, 4990 "node_modules/remark-lint-ordered-list-marker-style/node_modules/@types/unist": { 4991 "version": "2.0.8", 4992 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 4993 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 4994 }, 4995 "node_modules/remark-lint-ordered-list-marker-style/node_modules/unified": { 4996 "version": "10.1.2", 4997 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 4998 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 4999 "dependencies": { 5000 "@types/unist": "^2.0.0", 5001 "bail": "^2.0.0", 5002 "extend": "^3.0.0", 5003 "is-buffer": "^2.0.0", 5004 "is-plain-obj": "^4.0.0", 5005 "trough": "^2.0.0", 5006 "vfile": "^5.0.0" 5007 }, 5008 "funding": { 5009 "type": "opencollective", 5010 "url": "https://opencollective.com/unified" 5011 } 5012 }, 5013 "node_modules/remark-lint-ordered-list-marker-style/node_modules/unist-util-is": { 5014 "version": "5.2.1", 5015 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5016 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5017 "dependencies": { 5018 "@types/unist": "^2.0.0" 5019 }, 5020 "funding": { 5021 "type": "opencollective", 5022 "url": "https://opencollective.com/unified" 5023 } 5024 }, 5025 "node_modules/remark-lint-ordered-list-marker-style/node_modules/unist-util-visit": { 5026 "version": "4.1.2", 5027 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5028 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5029 "dependencies": { 5030 "@types/unist": "^2.0.0", 5031 "unist-util-is": "^5.0.0", 5032 "unist-util-visit-parents": "^5.1.1" 5033 }, 5034 "funding": { 5035 "type": "opencollective", 5036 "url": "https://opencollective.com/unified" 5037 } 5038 }, 5039 "node_modules/remark-lint-ordered-list-marker-style/node_modules/unist-util-visit-parents": { 5040 "version": "5.1.3", 5041 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5042 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5043 "dependencies": { 5044 "@types/unist": "^2.0.0", 5045 "unist-util-is": "^5.0.0" 5046 }, 5047 "funding": { 5048 "type": "opencollective", 5049 "url": "https://opencollective.com/unified" 5050 } 5051 }, 5052 "node_modules/remark-lint-prohibited-strings": { 5053 "version": "3.1.0", 5054 "resolved": "https://registry.npmjs.org/remark-lint-prohibited-strings/-/remark-lint-prohibited-strings-3.1.0.tgz", 5055 "integrity": "sha512-zwfDDdYl7ye0gEHcwhdkv1ZGXj1ibw4gnLLZkkvySnDdTz2tshY3fOJLY5NikbVseaIRVGOr5qa+8J9WNQT/fA==", 5056 "dependencies": { 5057 "escape-string-regexp": "^5.0.0", 5058 "unified-lint-rule": "^2.0.0", 5059 "unist-util-position": "^4.0.1", 5060 "unist-util-visit": "^4.0.0", 5061 "vfile-location": "^4.0.1" 5062 } 5063 }, 5064 "node_modules/remark-lint-prohibited-strings/node_modules/@types/unist": { 5065 "version": "2.0.8", 5066 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5067 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5068 }, 5069 "node_modules/remark-lint-prohibited-strings/node_modules/unist-util-is": { 5070 "version": "5.2.1", 5071 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5072 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5073 "dependencies": { 5074 "@types/unist": "^2.0.0" 5075 }, 5076 "funding": { 5077 "type": "opencollective", 5078 "url": "https://opencollective.com/unified" 5079 } 5080 }, 5081 "node_modules/remark-lint-prohibited-strings/node_modules/unist-util-visit": { 5082 "version": "4.1.2", 5083 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5084 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5085 "dependencies": { 5086 "@types/unist": "^2.0.0", 5087 "unist-util-is": "^5.0.0", 5088 "unist-util-visit-parents": "^5.1.1" 5089 }, 5090 "funding": { 5091 "type": "opencollective", 5092 "url": "https://opencollective.com/unified" 5093 } 5094 }, 5095 "node_modules/remark-lint-prohibited-strings/node_modules/unist-util-visit-parents": { 5096 "version": "5.1.3", 5097 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5098 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5099 "dependencies": { 5100 "@types/unist": "^2.0.0", 5101 "unist-util-is": "^5.0.0" 5102 }, 5103 "funding": { 5104 "type": "opencollective", 5105 "url": "https://opencollective.com/unified" 5106 } 5107 }, 5108 "node_modules/remark-lint-rule-style": { 5109 "version": "3.1.2", 5110 "resolved": "https://registry.npmjs.org/remark-lint-rule-style/-/remark-lint-rule-style-3.1.2.tgz", 5111 "integrity": "sha512-0CsX2XcX9pIhAP5N7Y8mhYXp3/Ld+NvxXY1p0LHAq0NZu17UsZLuegvx/s25uFbQs08DcmSqyKnepU9qGGqmTQ==", 5112 "dependencies": { 5113 "@types/mdast": "^3.0.0", 5114 "unified": "^10.0.0", 5115 "unified-lint-rule": "^2.0.0", 5116 "unist-util-position": "^4.0.0", 5117 "unist-util-visit": "^4.0.0" 5118 }, 5119 "funding": { 5120 "type": "opencollective", 5121 "url": "https://opencollective.com/unified" 5122 } 5123 }, 5124 "node_modules/remark-lint-rule-style/node_modules/@types/mdast": { 5125 "version": "3.0.13", 5126 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5127 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5128 "dependencies": { 5129 "@types/unist": "^2" 5130 } 5131 }, 5132 "node_modules/remark-lint-rule-style/node_modules/@types/unist": { 5133 "version": "2.0.8", 5134 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5135 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5136 }, 5137 "node_modules/remark-lint-rule-style/node_modules/unified": { 5138 "version": "10.1.2", 5139 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5140 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5141 "dependencies": { 5142 "@types/unist": "^2.0.0", 5143 "bail": "^2.0.0", 5144 "extend": "^3.0.0", 5145 "is-buffer": "^2.0.0", 5146 "is-plain-obj": "^4.0.0", 5147 "trough": "^2.0.0", 5148 "vfile": "^5.0.0" 5149 }, 5150 "funding": { 5151 "type": "opencollective", 5152 "url": "https://opencollective.com/unified" 5153 } 5154 }, 5155 "node_modules/remark-lint-rule-style/node_modules/unist-util-is": { 5156 "version": "5.2.1", 5157 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5158 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5159 "dependencies": { 5160 "@types/unist": "^2.0.0" 5161 }, 5162 "funding": { 5163 "type": "opencollective", 5164 "url": "https://opencollective.com/unified" 5165 } 5166 }, 5167 "node_modules/remark-lint-rule-style/node_modules/unist-util-visit": { 5168 "version": "4.1.2", 5169 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5170 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5171 "dependencies": { 5172 "@types/unist": "^2.0.0", 5173 "unist-util-is": "^5.0.0", 5174 "unist-util-visit-parents": "^5.1.1" 5175 }, 5176 "funding": { 5177 "type": "opencollective", 5178 "url": "https://opencollective.com/unified" 5179 } 5180 }, 5181 "node_modules/remark-lint-rule-style/node_modules/unist-util-visit-parents": { 5182 "version": "5.1.3", 5183 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5184 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5185 "dependencies": { 5186 "@types/unist": "^2.0.0", 5187 "unist-util-is": "^5.0.0" 5188 }, 5189 "funding": { 5190 "type": "opencollective", 5191 "url": "https://opencollective.com/unified" 5192 } 5193 }, 5194 "node_modules/remark-lint-strong-marker": { 5195 "version": "3.1.2", 5196 "resolved": "https://registry.npmjs.org/remark-lint-strong-marker/-/remark-lint-strong-marker-3.1.2.tgz", 5197 "integrity": "sha512-U/g4wngmiI0Q6WBRQG6pZxnDS33Wt/0QYA3+KNFBDykoi1vXsDEorIqy3dEag9z6XHwcMvFDsff6VRUhaOJWQg==", 5198 "dependencies": { 5199 "@types/mdast": "^3.0.0", 5200 "unified": "^10.0.0", 5201 "unified-lint-rule": "^2.0.0", 5202 "unist-util-position": "^4.0.0", 5203 "unist-util-visit": "^4.0.0" 5204 }, 5205 "funding": { 5206 "type": "opencollective", 5207 "url": "https://opencollective.com/unified" 5208 } 5209 }, 5210 "node_modules/remark-lint-strong-marker/node_modules/@types/mdast": { 5211 "version": "3.0.13", 5212 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5213 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5214 "dependencies": { 5215 "@types/unist": "^2" 5216 } 5217 }, 5218 "node_modules/remark-lint-strong-marker/node_modules/@types/unist": { 5219 "version": "2.0.8", 5220 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5221 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5222 }, 5223 "node_modules/remark-lint-strong-marker/node_modules/unified": { 5224 "version": "10.1.2", 5225 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5226 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5227 "dependencies": { 5228 "@types/unist": "^2.0.0", 5229 "bail": "^2.0.0", 5230 "extend": "^3.0.0", 5231 "is-buffer": "^2.0.0", 5232 "is-plain-obj": "^4.0.0", 5233 "trough": "^2.0.0", 5234 "vfile": "^5.0.0" 5235 }, 5236 "funding": { 5237 "type": "opencollective", 5238 "url": "https://opencollective.com/unified" 5239 } 5240 }, 5241 "node_modules/remark-lint-strong-marker/node_modules/unist-util-is": { 5242 "version": "5.2.1", 5243 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5244 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5245 "dependencies": { 5246 "@types/unist": "^2.0.0" 5247 }, 5248 "funding": { 5249 "type": "opencollective", 5250 "url": "https://opencollective.com/unified" 5251 } 5252 }, 5253 "node_modules/remark-lint-strong-marker/node_modules/unist-util-visit": { 5254 "version": "4.1.2", 5255 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5256 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5257 "dependencies": { 5258 "@types/unist": "^2.0.0", 5259 "unist-util-is": "^5.0.0", 5260 "unist-util-visit-parents": "^5.1.1" 5261 }, 5262 "funding": { 5263 "type": "opencollective", 5264 "url": "https://opencollective.com/unified" 5265 } 5266 }, 5267 "node_modules/remark-lint-strong-marker/node_modules/unist-util-visit-parents": { 5268 "version": "5.1.3", 5269 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5270 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5271 "dependencies": { 5272 "@types/unist": "^2.0.0", 5273 "unist-util-is": "^5.0.0" 5274 }, 5275 "funding": { 5276 "type": "opencollective", 5277 "url": "https://opencollective.com/unified" 5278 } 5279 }, 5280 "node_modules/remark-lint-table-cell-padding": { 5281 "version": "4.1.3", 5282 "resolved": "https://registry.npmjs.org/remark-lint-table-cell-padding/-/remark-lint-table-cell-padding-4.1.3.tgz", 5283 "integrity": "sha512-N9xtnS6MG/H3srAMjqqaF26A7socr87pIgt64dr5rxoSbDRWRPChGQ8y7wKyV8VeyRNF37e3E5KB3bQVqjSYaQ==", 5284 "dependencies": { 5285 "@types/mdast": "^3.0.0", 5286 "@types/unist": "^2.0.0", 5287 "unified": "^10.0.0", 5288 "unified-lint-rule": "^2.0.0", 5289 "unist-util-position": "^4.0.0", 5290 "unist-util-visit": "^4.0.0" 5291 }, 5292 "funding": { 5293 "type": "opencollective", 5294 "url": "https://opencollective.com/unified" 5295 } 5296 }, 5297 "node_modules/remark-lint-table-cell-padding/node_modules/@types/mdast": { 5298 "version": "3.0.13", 5299 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5300 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5301 "dependencies": { 5302 "@types/unist": "^2" 5303 } 5304 }, 5305 "node_modules/remark-lint-table-cell-padding/node_modules/@types/unist": { 5306 "version": "2.0.8", 5307 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5308 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5309 }, 5310 "node_modules/remark-lint-table-cell-padding/node_modules/unified": { 5311 "version": "10.1.2", 5312 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5313 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5314 "dependencies": { 5315 "@types/unist": "^2.0.0", 5316 "bail": "^2.0.0", 5317 "extend": "^3.0.0", 5318 "is-buffer": "^2.0.0", 5319 "is-plain-obj": "^4.0.0", 5320 "trough": "^2.0.0", 5321 "vfile": "^5.0.0" 5322 }, 5323 "funding": { 5324 "type": "opencollective", 5325 "url": "https://opencollective.com/unified" 5326 } 5327 }, 5328 "node_modules/remark-lint-table-cell-padding/node_modules/unist-util-is": { 5329 "version": "5.2.1", 5330 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5331 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5332 "dependencies": { 5333 "@types/unist": "^2.0.0" 5334 }, 5335 "funding": { 5336 "type": "opencollective", 5337 "url": "https://opencollective.com/unified" 5338 } 5339 }, 5340 "node_modules/remark-lint-table-cell-padding/node_modules/unist-util-visit": { 5341 "version": "4.1.2", 5342 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5343 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5344 "dependencies": { 5345 "@types/unist": "^2.0.0", 5346 "unist-util-is": "^5.0.0", 5347 "unist-util-visit-parents": "^5.1.1" 5348 }, 5349 "funding": { 5350 "type": "opencollective", 5351 "url": "https://opencollective.com/unified" 5352 } 5353 }, 5354 "node_modules/remark-lint-table-cell-padding/node_modules/unist-util-visit-parents": { 5355 "version": "5.1.3", 5356 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5357 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5358 "dependencies": { 5359 "@types/unist": "^2.0.0", 5360 "unist-util-is": "^5.0.0" 5361 }, 5362 "funding": { 5363 "type": "opencollective", 5364 "url": "https://opencollective.com/unified" 5365 } 5366 }, 5367 "node_modules/remark-lint-table-pipes": { 5368 "version": "4.1.2", 5369 "resolved": "https://registry.npmjs.org/remark-lint-table-pipes/-/remark-lint-table-pipes-4.1.2.tgz", 5370 "integrity": "sha512-Ex2cJDXA0hdD9CC5Nu0p3K5LP+AhzPvk4sIOSbevCTSRyCS/SkNk4CQ6pwWBxuPVuHQUkqXkT8lgu8wwr/9A3A==", 5371 "dependencies": { 5372 "@types/mdast": "^3.0.0", 5373 "unified": "^10.0.0", 5374 "unified-lint-rule": "^2.0.0", 5375 "unist-util-position": "^4.0.0", 5376 "unist-util-visit": "^4.0.0" 5377 }, 5378 "funding": { 5379 "type": "opencollective", 5380 "url": "https://opencollective.com/unified" 5381 } 5382 }, 5383 "node_modules/remark-lint-table-pipes/node_modules/@types/mdast": { 5384 "version": "3.0.13", 5385 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5386 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5387 "dependencies": { 5388 "@types/unist": "^2" 5389 } 5390 }, 5391 "node_modules/remark-lint-table-pipes/node_modules/@types/unist": { 5392 "version": "2.0.8", 5393 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5394 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5395 }, 5396 "node_modules/remark-lint-table-pipes/node_modules/unified": { 5397 "version": "10.1.2", 5398 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5399 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5400 "dependencies": { 5401 "@types/unist": "^2.0.0", 5402 "bail": "^2.0.0", 5403 "extend": "^3.0.0", 5404 "is-buffer": "^2.0.0", 5405 "is-plain-obj": "^4.0.0", 5406 "trough": "^2.0.0", 5407 "vfile": "^5.0.0" 5408 }, 5409 "funding": { 5410 "type": "opencollective", 5411 "url": "https://opencollective.com/unified" 5412 } 5413 }, 5414 "node_modules/remark-lint-table-pipes/node_modules/unist-util-is": { 5415 "version": "5.2.1", 5416 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5417 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5418 "dependencies": { 5419 "@types/unist": "^2.0.0" 5420 }, 5421 "funding": { 5422 "type": "opencollective", 5423 "url": "https://opencollective.com/unified" 5424 } 5425 }, 5426 "node_modules/remark-lint-table-pipes/node_modules/unist-util-visit": { 5427 "version": "4.1.2", 5428 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5429 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5430 "dependencies": { 5431 "@types/unist": "^2.0.0", 5432 "unist-util-is": "^5.0.0", 5433 "unist-util-visit-parents": "^5.1.1" 5434 }, 5435 "funding": { 5436 "type": "opencollective", 5437 "url": "https://opencollective.com/unified" 5438 } 5439 }, 5440 "node_modules/remark-lint-table-pipes/node_modules/unist-util-visit-parents": { 5441 "version": "5.1.3", 5442 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5443 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5444 "dependencies": { 5445 "@types/unist": "^2.0.0", 5446 "unist-util-is": "^5.0.0" 5447 }, 5448 "funding": { 5449 "type": "opencollective", 5450 "url": "https://opencollective.com/unified" 5451 } 5452 }, 5453 "node_modules/remark-lint-unordered-list-marker-style": { 5454 "version": "3.1.2", 5455 "resolved": "https://registry.npmjs.org/remark-lint-unordered-list-marker-style/-/remark-lint-unordered-list-marker-style-3.1.2.tgz", 5456 "integrity": "sha512-JFiyB4ZprJGGndCaFB8FssXd48m4Kh+CUqzNgu3lBLEiW8dEAGRlD9M2AzyyA+Q29WJP/FntDCbP22DeON91UA==", 5457 "dependencies": { 5458 "@types/mdast": "^3.0.0", 5459 "unified": "^10.0.0", 5460 "unified-lint-rule": "^2.0.0", 5461 "unist-util-generated": "^2.0.0", 5462 "unist-util-position": "^4.0.0", 5463 "unist-util-visit": "^4.0.0" 5464 }, 5465 "funding": { 5466 "type": "opencollective", 5467 "url": "https://opencollective.com/unified" 5468 } 5469 }, 5470 "node_modules/remark-lint-unordered-list-marker-style/node_modules/@types/mdast": { 5471 "version": "3.0.13", 5472 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5473 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5474 "dependencies": { 5475 "@types/unist": "^2" 5476 } 5477 }, 5478 "node_modules/remark-lint-unordered-list-marker-style/node_modules/@types/unist": { 5479 "version": "2.0.8", 5480 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5481 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5482 }, 5483 "node_modules/remark-lint-unordered-list-marker-style/node_modules/unified": { 5484 "version": "10.1.2", 5485 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5486 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5487 "dependencies": { 5488 "@types/unist": "^2.0.0", 5489 "bail": "^2.0.0", 5490 "extend": "^3.0.0", 5491 "is-buffer": "^2.0.0", 5492 "is-plain-obj": "^4.0.0", 5493 "trough": "^2.0.0", 5494 "vfile": "^5.0.0" 5495 }, 5496 "funding": { 5497 "type": "opencollective", 5498 "url": "https://opencollective.com/unified" 5499 } 5500 }, 5501 "node_modules/remark-lint-unordered-list-marker-style/node_modules/unist-util-is": { 5502 "version": "5.2.1", 5503 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5504 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5505 "dependencies": { 5506 "@types/unist": "^2.0.0" 5507 }, 5508 "funding": { 5509 "type": "opencollective", 5510 "url": "https://opencollective.com/unified" 5511 } 5512 }, 5513 "node_modules/remark-lint-unordered-list-marker-style/node_modules/unist-util-visit": { 5514 "version": "4.1.2", 5515 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5516 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5517 "dependencies": { 5518 "@types/unist": "^2.0.0", 5519 "unist-util-is": "^5.0.0", 5520 "unist-util-visit-parents": "^5.1.1" 5521 }, 5522 "funding": { 5523 "type": "opencollective", 5524 "url": "https://opencollective.com/unified" 5525 } 5526 }, 5527 "node_modules/remark-lint-unordered-list-marker-style/node_modules/unist-util-visit-parents": { 5528 "version": "5.1.3", 5529 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5530 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5531 "dependencies": { 5532 "@types/unist": "^2.0.0", 5533 "unist-util-is": "^5.0.0" 5534 }, 5535 "funding": { 5536 "type": "opencollective", 5537 "url": "https://opencollective.com/unified" 5538 } 5539 }, 5540 "node_modules/remark-lint/node_modules/@types/mdast": { 5541 "version": "3.0.13", 5542 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5543 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5544 "dependencies": { 5545 "@types/unist": "^2" 5546 } 5547 }, 5548 "node_modules/remark-lint/node_modules/@types/unist": { 5549 "version": "2.0.8", 5550 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5551 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5552 }, 5553 "node_modules/remark-lint/node_modules/unified": { 5554 "version": "10.1.2", 5555 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5556 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5557 "dependencies": { 5558 "@types/unist": "^2.0.0", 5559 "bail": "^2.0.0", 5560 "extend": "^3.0.0", 5561 "is-buffer": "^2.0.0", 5562 "is-plain-obj": "^4.0.0", 5563 "trough": "^2.0.0", 5564 "vfile": "^5.0.0" 5565 }, 5566 "funding": { 5567 "type": "opencollective", 5568 "url": "https://opencollective.com/unified" 5569 } 5570 }, 5571 "node_modules/remark-message-control": { 5572 "version": "7.1.1", 5573 "resolved": "https://registry.npmjs.org/remark-message-control/-/remark-message-control-7.1.1.tgz", 5574 "integrity": "sha512-xKRWl1NTBOKed0oEtCd8BUfH5m4s8WXxFFSoo7uUwx6GW/qdCy4zov5LfPyw7emantDmhfWn5PdIZgcbVcWMDQ==", 5575 "dependencies": { 5576 "@types/mdast": "^3.0.0", 5577 "mdast-comment-marker": "^2.0.0", 5578 "unified": "^10.0.0", 5579 "unified-message-control": "^4.0.0", 5580 "vfile": "^5.0.0" 5581 }, 5582 "funding": { 5583 "type": "opencollective", 5584 "url": "https://opencollective.com/unified" 5585 } 5586 }, 5587 "node_modules/remark-message-control/node_modules/@types/mdast": { 5588 "version": "3.0.13", 5589 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5590 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5591 "dependencies": { 5592 "@types/unist": "^2" 5593 } 5594 }, 5595 "node_modules/remark-message-control/node_modules/@types/unist": { 5596 "version": "2.0.8", 5597 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5598 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5599 }, 5600 "node_modules/remark-message-control/node_modules/unified": { 5601 "version": "10.1.2", 5602 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5603 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5604 "dependencies": { 5605 "@types/unist": "^2.0.0", 5606 "bail": "^2.0.0", 5607 "extend": "^3.0.0", 5608 "is-buffer": "^2.0.0", 5609 "is-plain-obj": "^4.0.0", 5610 "trough": "^2.0.0", 5611 "vfile": "^5.0.0" 5612 }, 5613 "funding": { 5614 "type": "opencollective", 5615 "url": "https://opencollective.com/unified" 5616 } 5617 }, 5618 "node_modules/remark-parse": { 5619 "version": "11.0.0", 5620 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 5621 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 5622 "dependencies": { 5623 "@types/mdast": "^4.0.0", 5624 "mdast-util-from-markdown": "^2.0.0", 5625 "micromark-util-types": "^2.0.0", 5626 "unified": "^11.0.0" 5627 }, 5628 "funding": { 5629 "type": "opencollective", 5630 "url": "https://opencollective.com/unified" 5631 } 5632 }, 5633 "node_modules/remark-preset-lint-node": { 5634 "version": "5.0.0", 5635 "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-5.0.0.tgz", 5636 "integrity": "sha512-E8q3jgNVuhm738oQV7dLNEukO1JVIgYuNoNdn4hliVYdrjJY3zJdsntJbUzZqMmBopcMAy3HwOwwHWz7C0Qsvw==", 5637 "dependencies": { 5638 "js-yaml": "^4.1.0", 5639 "remark-gfm": "^4.0.0", 5640 "remark-lint-blockquote-indentation": "^3.1.2", 5641 "remark-lint-checkbox-character-style": "^4.1.2", 5642 "remark-lint-checkbox-content-indent": "^4.1.2", 5643 "remark-lint-code-block-style": "^3.1.2", 5644 "remark-lint-definition-spacing": "^3.1.2", 5645 "remark-lint-fenced-code-flag": "^3.1.2", 5646 "remark-lint-fenced-code-marker": "^3.1.2", 5647 "remark-lint-file-extension": "^2.1.2", 5648 "remark-lint-final-definition": "^3.1.2", 5649 "remark-lint-first-heading-level": "^3.1.2", 5650 "remark-lint-heading-style": "^3.1.2", 5651 "remark-lint-list-item-indent": "^3.1.2", 5652 "remark-lint-maximum-line-length": "^3.1.3", 5653 "remark-lint-no-consecutive-blank-lines": "^4.1.3", 5654 "remark-lint-no-file-name-articles": "^2.1.2", 5655 "remark-lint-no-file-name-consecutive-dashes": "^2.1.2", 5656 "remark-lint-no-file-name-outer-dashes": "^2.1.2", 5657 "remark-lint-no-heading-indent": "^4.1.2", 5658 "remark-lint-no-multiple-toplevel-headings": "^3.1.2", 5659 "remark-lint-no-shell-dollars": "^3.1.2", 5660 "remark-lint-no-table-indentation": "^4.1.2", 5661 "remark-lint-no-tabs": "^3.1.2", 5662 "remark-lint-no-trailing-spaces": "^2.0.1", 5663 "remark-lint-prohibited-strings": "^3.1.0", 5664 "remark-lint-rule-style": "^3.1.2", 5665 "remark-lint-strong-marker": "^3.1.2", 5666 "remark-lint-table-cell-padding": "^4.1.3", 5667 "remark-lint-table-pipes": "^4.1.2", 5668 "remark-lint-unordered-list-marker-style": "^3.1.2", 5669 "remark-preset-lint-recommended": "^6.1.3", 5670 "semver": "^7.5.4", 5671 "unified-lint-rule": "^2.1.2", 5672 "unist-util-visit": "^5.0.0" 5673 }, 5674 "engines": { 5675 "node": ">=18.0.0" 5676 } 5677 }, 5678 "node_modules/remark-preset-lint-recommended": { 5679 "version": "6.1.3", 5680 "resolved": "https://registry.npmjs.org/remark-preset-lint-recommended/-/remark-preset-lint-recommended-6.1.3.tgz", 5681 "integrity": "sha512-DGjbeP2TsFmQeJflUiIvJWAOs1PxJt7SG3WQyMxOppkRr/up+mxWVkuv+6AUuaR0EsuaaFGz7WmZM5TrSSFWJw==", 5682 "dependencies": { 5683 "@types/mdast": "^3.0.0", 5684 "remark-lint": "^9.0.0", 5685 "remark-lint-final-newline": "^2.0.0", 5686 "remark-lint-hard-break-spaces": "^3.0.0", 5687 "remark-lint-list-item-bullet-indent": "^4.0.0", 5688 "remark-lint-list-item-indent": "^3.0.0", 5689 "remark-lint-no-blockquote-without-marker": "^5.0.0", 5690 "remark-lint-no-duplicate-definitions": "^3.0.0", 5691 "remark-lint-no-heading-content-indent": "^4.0.0", 5692 "remark-lint-no-inline-padding": "^4.0.0", 5693 "remark-lint-no-literal-urls": "^3.0.0", 5694 "remark-lint-no-shortcut-reference-image": "^3.0.0", 5695 "remark-lint-no-shortcut-reference-link": "^3.0.0", 5696 "remark-lint-no-undefined-references": "^4.0.0", 5697 "remark-lint-no-unused-definitions": "^3.0.0", 5698 "remark-lint-ordered-list-marker-style": "^3.0.0", 5699 "unified": "^10.0.0" 5700 }, 5701 "funding": { 5702 "type": "opencollective", 5703 "url": "https://opencollective.com/unified" 5704 } 5705 }, 5706 "node_modules/remark-preset-lint-recommended/node_modules/@types/mdast": { 5707 "version": "3.0.13", 5708 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", 5709 "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", 5710 "dependencies": { 5711 "@types/unist": "^2" 5712 } 5713 }, 5714 "node_modules/remark-preset-lint-recommended/node_modules/@types/unist": { 5715 "version": "2.0.8", 5716 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 5717 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 5718 }, 5719 "node_modules/remark-preset-lint-recommended/node_modules/unified": { 5720 "version": "10.1.2", 5721 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5722 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5723 "dependencies": { 5724 "@types/unist": "^2.0.0", 5725 "bail": "^2.0.0", 5726 "extend": "^3.0.0", 5727 "is-buffer": "^2.0.0", 5728 "is-plain-obj": "^4.0.0", 5729 "trough": "^2.0.0", 5730 "vfile": "^5.0.0" 5731 }, 5732 "funding": { 5733 "type": "opencollective", 5734 "url": "https://opencollective.com/unified" 5735 } 5736 }, 5737 "node_modules/remark-stringify": { 5738 "version": "11.0.0", 5739 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 5740 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 5741 "dependencies": { 5742 "@types/mdast": "^4.0.0", 5743 "mdast-util-to-markdown": "^2.0.0", 5744 "unified": "^11.0.0" 5745 }, 5746 "funding": { 5747 "type": "opencollective", 5748 "url": "https://opencollective.com/unified" 5749 } 5750 }, 5751 "node_modules/resolve": { 5752 "version": "1.22.6", 5753 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", 5754 "integrity": "sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==", 5755 "dev": true, 5756 "dependencies": { 5757 "is-core-module": "^2.13.0", 5758 "path-parse": "^1.0.7", 5759 "supports-preserve-symlinks-flag": "^1.0.0" 5760 }, 5761 "bin": { 5762 "resolve": "bin/resolve" 5763 }, 5764 "funding": { 5765 "url": "https://github.com/sponsors/ljharb" 5766 } 5767 }, 5768 "node_modules/rollup": { 5769 "version": "4.0.2", 5770 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.0.2.tgz", 5771 "integrity": "sha512-MCScu4usMPCeVFaiLcgMDaBQeYi1z6vpWxz0r0hq0Hv77Y2YuOTZldkuNJ54BdYBH3e+nkrk6j0Rre/NLDBYzg==", 5772 "dev": true, 5773 "bin": { 5774 "rollup": "dist/bin/rollup" 5775 }, 5776 "engines": { 5777 "node": ">=18.0.0", 5778 "npm": ">=8.0.0" 5779 }, 5780 "optionalDependencies": { 5781 "@rollup/rollup-android-arm-eabi": "4.0.2", 5782 "@rollup/rollup-android-arm64": "4.0.2", 5783 "@rollup/rollup-darwin-arm64": "4.0.2", 5784 "@rollup/rollup-darwin-x64": "4.0.2", 5785 "@rollup/rollup-linux-arm-gnueabihf": "4.0.2", 5786 "@rollup/rollup-linux-arm64-gnu": "4.0.2", 5787 "@rollup/rollup-linux-arm64-musl": "4.0.2", 5788 "@rollup/rollup-linux-x64-gnu": "4.0.2", 5789 "@rollup/rollup-linux-x64-musl": "4.0.2", 5790 "@rollup/rollup-win32-arm64-msvc": "4.0.2", 5791 "@rollup/rollup-win32-ia32-msvc": "4.0.2", 5792 "@rollup/rollup-win32-x64-msvc": "4.0.2", 5793 "fsevents": "~2.3.2" 5794 } 5795 }, 5796 "node_modules/rollup-plugin-cleanup": { 5797 "version": "3.2.1", 5798 "resolved": "https://registry.npmjs.org/rollup-plugin-cleanup/-/rollup-plugin-cleanup-3.2.1.tgz", 5799 "integrity": "sha512-zuv8EhoO3TpnrU8MX8W7YxSbO4gmOR0ny06Lm3nkFfq0IVKdBUtHwhVzY1OAJyNCIAdLiyPnOrU0KnO0Fri1GQ==", 5800 "dev": true, 5801 "dependencies": { 5802 "js-cleanup": "^1.2.0", 5803 "rollup-pluginutils": "^2.8.2" 5804 }, 5805 "engines": { 5806 "node": "^10.14.2 || >=12.0.0" 5807 }, 5808 "peerDependencies": { 5809 "rollup": ">=2.0" 5810 } 5811 }, 5812 "node_modules/rollup-pluginutils": { 5813 "version": "2.8.2", 5814 "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", 5815 "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", 5816 "dev": true, 5817 "dependencies": { 5818 "estree-walker": "^0.6.1" 5819 } 5820 }, 5821 "node_modules/rollup-pluginutils/node_modules/estree-walker": { 5822 "version": "0.6.1", 5823 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", 5824 "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", 5825 "dev": true 5826 }, 5827 "node_modules/sade": { 5828 "version": "1.8.1", 5829 "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", 5830 "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", 5831 "dependencies": { 5832 "mri": "^1.1.0" 5833 }, 5834 "engines": { 5835 "node": ">=6" 5836 } 5837 }, 5838 "node_modules/semver": { 5839 "version": "7.5.4", 5840 "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", 5841 "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", 5842 "dependencies": { 5843 "lru-cache": "^6.0.0" 5844 }, 5845 "bin": { 5846 "semver": "bin/semver.js" 5847 }, 5848 "engines": { 5849 "node": ">=10" 5850 } 5851 }, 5852 "node_modules/skip-regex": { 5853 "version": "1.0.2", 5854 "resolved": "https://registry.npmjs.org/skip-regex/-/skip-regex-1.0.2.tgz", 5855 "integrity": "sha512-pEjMUbwJ5Pl/6Vn6FsamXHXItJXSRftcibixDmNCWbWhic0hzHrwkMZo0IZ7fMRH9KxcWDFSkzhccB4285PutA==", 5856 "dev": true, 5857 "engines": { 5858 "node": ">=4.2" 5859 } 5860 }, 5861 "node_modules/sliced": { 5862 "version": "1.0.1", 5863 "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", 5864 "integrity": "sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==" 5865 }, 5866 "node_modules/sourcemap-codec": { 5867 "version": "1.4.8", 5868 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", 5869 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", 5870 "deprecated": "Please use @jridgewell/sourcemap-codec instead", 5871 "dev": true 5872 }, 5873 "node_modules/string-width": { 5874 "version": "6.1.0", 5875 "resolved": "https://registry.npmjs.org/string-width/-/string-width-6.1.0.tgz", 5876 "integrity": "sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==", 5877 "dependencies": { 5878 "eastasianwidth": "^0.2.0", 5879 "emoji-regex": "^10.2.1", 5880 "strip-ansi": "^7.0.1" 5881 }, 5882 "engines": { 5883 "node": ">=16" 5884 }, 5885 "funding": { 5886 "url": "https://github.com/sponsors/sindresorhus" 5887 } 5888 }, 5889 "node_modules/strip-ansi": { 5890 "version": "7.1.0", 5891 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 5892 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 5893 "dependencies": { 5894 "ansi-regex": "^6.0.1" 5895 }, 5896 "engines": { 5897 "node": ">=12" 5898 }, 5899 "funding": { 5900 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 5901 } 5902 }, 5903 "node_modules/supports-color": { 5904 "version": "9.4.0", 5905 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz", 5906 "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==", 5907 "engines": { 5908 "node": ">=12" 5909 }, 5910 "funding": { 5911 "url": "https://github.com/chalk/supports-color?sponsor=1" 5912 } 5913 }, 5914 "node_modules/supports-preserve-symlinks-flag": { 5915 "version": "1.0.0", 5916 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 5917 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 5918 "dev": true, 5919 "engines": { 5920 "node": ">= 0.4" 5921 }, 5922 "funding": { 5923 "url": "https://github.com/sponsors/ljharb" 5924 } 5925 }, 5926 "node_modules/to-vfile": { 5927 "version": "8.0.0", 5928 "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-8.0.0.tgz", 5929 "integrity": "sha512-IcmH1xB5576MJc9qcfEC/m/nQCFt3fzMHz45sSlgJyTWjRbKW1HAkJpuf3DgE57YzIlZcwcBZA5ENQbBo4aLkg==", 5930 "dependencies": { 5931 "vfile": "^6.0.0" 5932 }, 5933 "funding": { 5934 "type": "opencollective", 5935 "url": "https://opencollective.com/unified" 5936 } 5937 }, 5938 "node_modules/to-vfile/node_modules/vfile": { 5939 "version": "6.0.1", 5940 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", 5941 "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", 5942 "dependencies": { 5943 "@types/unist": "^3.0.0", 5944 "unist-util-stringify-position": "^4.0.0", 5945 "vfile-message": "^4.0.0" 5946 }, 5947 "funding": { 5948 "type": "opencollective", 5949 "url": "https://opencollective.com/unified" 5950 } 5951 }, 5952 "node_modules/to-vfile/node_modules/vfile-message": { 5953 "version": "4.0.2", 5954 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 5955 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 5956 "dependencies": { 5957 "@types/unist": "^3.0.0", 5958 "unist-util-stringify-position": "^4.0.0" 5959 }, 5960 "funding": { 5961 "type": "opencollective", 5962 "url": "https://opencollective.com/unified" 5963 } 5964 }, 5965 "node_modules/trough": { 5966 "version": "2.1.0", 5967 "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", 5968 "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", 5969 "funding": { 5970 "type": "github", 5971 "url": "https://github.com/sponsors/wooorm" 5972 } 5973 }, 5974 "node_modules/unified": { 5975 "version": "11.0.3", 5976 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.3.tgz", 5977 "integrity": "sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==", 5978 "dependencies": { 5979 "@types/unist": "^3.0.0", 5980 "bail": "^2.0.0", 5981 "devlop": "^1.0.0", 5982 "extend": "^3.0.0", 5983 "is-plain-obj": "^4.0.0", 5984 "trough": "^2.0.0", 5985 "vfile": "^6.0.0" 5986 }, 5987 "funding": { 5988 "type": "opencollective", 5989 "url": "https://opencollective.com/unified" 5990 } 5991 }, 5992 "node_modules/unified-lint-rule": { 5993 "version": "2.1.2", 5994 "resolved": "https://registry.npmjs.org/unified-lint-rule/-/unified-lint-rule-2.1.2.tgz", 5995 "integrity": "sha512-JWudPtRN7TLFHVLEVZ+Rm8FUb6kCAtHxEXFgBGDxRSdNMnGyTU5zyYvduHSF/liExlFB3vdFvsAHnNVE/UjAwA==", 5996 "dependencies": { 5997 "@types/unist": "^2.0.0", 5998 "trough": "^2.0.0", 5999 "unified": "^10.0.0", 6000 "vfile": "^5.0.0" 6001 }, 6002 "funding": { 6003 "type": "opencollective", 6004 "url": "https://opencollective.com/unified" 6005 } 6006 }, 6007 "node_modules/unified-lint-rule/node_modules/@types/unist": { 6008 "version": "2.0.8", 6009 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 6010 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 6011 }, 6012 "node_modules/unified-lint-rule/node_modules/unified": { 6013 "version": "10.1.2", 6014 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 6015 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 6016 "dependencies": { 6017 "@types/unist": "^2.0.0", 6018 "bail": "^2.0.0", 6019 "extend": "^3.0.0", 6020 "is-buffer": "^2.0.0", 6021 "is-plain-obj": "^4.0.0", 6022 "trough": "^2.0.0", 6023 "vfile": "^5.0.0" 6024 }, 6025 "funding": { 6026 "type": "opencollective", 6027 "url": "https://opencollective.com/unified" 6028 } 6029 }, 6030 "node_modules/unified-message-control": { 6031 "version": "4.0.0", 6032 "resolved": "https://registry.npmjs.org/unified-message-control/-/unified-message-control-4.0.0.tgz", 6033 "integrity": "sha512-1b92N+VkPHftOsvXNOtkJm4wHlr+UDmTBF2dUzepn40oy9NxanJ9xS1RwUBTjXJwqr2K0kMbEyv1Krdsho7+Iw==", 6034 "dependencies": { 6035 "@types/unist": "^2.0.0", 6036 "unist-util-is": "^5.0.0", 6037 "unist-util-visit": "^3.0.0", 6038 "vfile": "^5.0.0", 6039 "vfile-location": "^4.0.0", 6040 "vfile-message": "^3.0.0" 6041 }, 6042 "funding": { 6043 "type": "opencollective", 6044 "url": "https://opencollective.com/unified" 6045 } 6046 }, 6047 "node_modules/unified-message-control/node_modules/@types/unist": { 6048 "version": "2.0.8", 6049 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 6050 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 6051 }, 6052 "node_modules/unified-message-control/node_modules/unist-util-is": { 6053 "version": "5.2.1", 6054 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 6055 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 6056 "dependencies": { 6057 "@types/unist": "^2.0.0" 6058 }, 6059 "funding": { 6060 "type": "opencollective", 6061 "url": "https://opencollective.com/unified" 6062 } 6063 }, 6064 "node_modules/unified-message-control/node_modules/unist-util-visit": { 6065 "version": "3.1.0", 6066 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-3.1.0.tgz", 6067 "integrity": "sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==", 6068 "dependencies": { 6069 "@types/unist": "^2.0.0", 6070 "unist-util-is": "^5.0.0", 6071 "unist-util-visit-parents": "^4.0.0" 6072 }, 6073 "funding": { 6074 "type": "opencollective", 6075 "url": "https://opencollective.com/unified" 6076 } 6077 }, 6078 "node_modules/unified-message-control/node_modules/unist-util-visit-parents": { 6079 "version": "4.1.1", 6080 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", 6081 "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", 6082 "dependencies": { 6083 "@types/unist": "^2.0.0", 6084 "unist-util-is": "^5.0.0" 6085 }, 6086 "funding": { 6087 "type": "opencollective", 6088 "url": "https://opencollective.com/unified" 6089 } 6090 }, 6091 "node_modules/unified/node_modules/vfile": { 6092 "version": "6.0.1", 6093 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", 6094 "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", 6095 "dependencies": { 6096 "@types/unist": "^3.0.0", 6097 "unist-util-stringify-position": "^4.0.0", 6098 "vfile-message": "^4.0.0" 6099 }, 6100 "funding": { 6101 "type": "opencollective", 6102 "url": "https://opencollective.com/unified" 6103 } 6104 }, 6105 "node_modules/unified/node_modules/vfile-message": { 6106 "version": "4.0.2", 6107 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6108 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6109 "dependencies": { 6110 "@types/unist": "^3.0.0", 6111 "unist-util-stringify-position": "^4.0.0" 6112 }, 6113 "funding": { 6114 "type": "opencollective", 6115 "url": "https://opencollective.com/unified" 6116 } 6117 }, 6118 "node_modules/unist-util-generated": { 6119 "version": "2.0.1", 6120 "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", 6121 "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==", 6122 "funding": { 6123 "type": "opencollective", 6124 "url": "https://opencollective.com/unified" 6125 } 6126 }, 6127 "node_modules/unist-util-is": { 6128 "version": "6.0.0", 6129 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 6130 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 6131 "dependencies": { 6132 "@types/unist": "^3.0.0" 6133 }, 6134 "funding": { 6135 "type": "opencollective", 6136 "url": "https://opencollective.com/unified" 6137 } 6138 }, 6139 "node_modules/unist-util-position": { 6140 "version": "4.0.4", 6141 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz", 6142 "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==", 6143 "dependencies": { 6144 "@types/unist": "^2.0.0" 6145 }, 6146 "funding": { 6147 "type": "opencollective", 6148 "url": "https://opencollective.com/unified" 6149 } 6150 }, 6151 "node_modules/unist-util-position/node_modules/@types/unist": { 6152 "version": "2.0.8", 6153 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 6154 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 6155 }, 6156 "node_modules/unist-util-stringify-position": { 6157 "version": "4.0.0", 6158 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6159 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6160 "dependencies": { 6161 "@types/unist": "^3.0.0" 6162 }, 6163 "funding": { 6164 "type": "opencollective", 6165 "url": "https://opencollective.com/unified" 6166 } 6167 }, 6168 "node_modules/unist-util-visit": { 6169 "version": "5.0.0", 6170 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 6171 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 6172 "dependencies": { 6173 "@types/unist": "^3.0.0", 6174 "unist-util-is": "^6.0.0", 6175 "unist-util-visit-parents": "^6.0.0" 6176 }, 6177 "funding": { 6178 "type": "opencollective", 6179 "url": "https://opencollective.com/unified" 6180 } 6181 }, 6182 "node_modules/unist-util-visit-parents": { 6183 "version": "6.0.1", 6184 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 6185 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 6186 "dependencies": { 6187 "@types/unist": "^3.0.0", 6188 "unist-util-is": "^6.0.0" 6189 }, 6190 "funding": { 6191 "type": "opencollective", 6192 "url": "https://opencollective.com/unified" 6193 } 6194 }, 6195 "node_modules/uvu": { 6196 "version": "0.5.6", 6197 "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", 6198 "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", 6199 "dependencies": { 6200 "dequal": "^2.0.0", 6201 "diff": "^5.0.0", 6202 "kleur": "^4.0.3", 6203 "sade": "^1.7.3" 6204 }, 6205 "bin": { 6206 "uvu": "bin.js" 6207 }, 6208 "engines": { 6209 "node": ">=8" 6210 } 6211 }, 6212 "node_modules/vfile": { 6213 "version": "5.3.7", 6214 "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", 6215 "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", 6216 "dependencies": { 6217 "@types/unist": "^2.0.0", 6218 "is-buffer": "^2.0.0", 6219 "unist-util-stringify-position": "^3.0.0", 6220 "vfile-message": "^3.0.0" 6221 }, 6222 "funding": { 6223 "type": "opencollective", 6224 "url": "https://opencollective.com/unified" 6225 } 6226 }, 6227 "node_modules/vfile-location": { 6228 "version": "4.1.0", 6229 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz", 6230 "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", 6231 "dependencies": { 6232 "@types/unist": "^2.0.0", 6233 "vfile": "^5.0.0" 6234 }, 6235 "funding": { 6236 "type": "opencollective", 6237 "url": "https://opencollective.com/unified" 6238 } 6239 }, 6240 "node_modules/vfile-location/node_modules/@types/unist": { 6241 "version": "2.0.8", 6242 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 6243 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 6244 }, 6245 "node_modules/vfile-message": { 6246 "version": "3.1.4", 6247 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", 6248 "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", 6249 "dependencies": { 6250 "@types/unist": "^2.0.0", 6251 "unist-util-stringify-position": "^3.0.0" 6252 }, 6253 "funding": { 6254 "type": "opencollective", 6255 "url": "https://opencollective.com/unified" 6256 } 6257 }, 6258 "node_modules/vfile-message/node_modules/@types/unist": { 6259 "version": "2.0.8", 6260 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 6261 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 6262 }, 6263 "node_modules/vfile-message/node_modules/unist-util-stringify-position": { 6264 "version": "3.0.3", 6265 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 6266 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 6267 "dependencies": { 6268 "@types/unist": "^2.0.0" 6269 }, 6270 "funding": { 6271 "type": "opencollective", 6272 "url": "https://opencollective.com/unified" 6273 } 6274 }, 6275 "node_modules/vfile-reporter": { 6276 "version": "8.1.0", 6277 "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-8.1.0.tgz", 6278 "integrity": "sha512-NfHyHdkCcy0BsXiLA3nId29TY7W7hgpc8nd8Soe3imATx5N4/+mkLYdMR+Y6Zvu6BXMMi0FZsD4FLCm1dN85Pg==", 6279 "dependencies": { 6280 "@types/supports-color": "^8.0.0", 6281 "string-width": "^6.0.0", 6282 "supports-color": "^9.0.0", 6283 "unist-util-stringify-position": "^4.0.0", 6284 "vfile": "^6.0.0", 6285 "vfile-message": "^4.0.0", 6286 "vfile-sort": "^4.0.0", 6287 "vfile-statistics": "^3.0.0" 6288 }, 6289 "funding": { 6290 "type": "opencollective", 6291 "url": "https://opencollective.com/unified" 6292 } 6293 }, 6294 "node_modules/vfile-reporter/node_modules/vfile": { 6295 "version": "6.0.1", 6296 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", 6297 "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", 6298 "dependencies": { 6299 "@types/unist": "^3.0.0", 6300 "unist-util-stringify-position": "^4.0.0", 6301 "vfile-message": "^4.0.0" 6302 }, 6303 "funding": { 6304 "type": "opencollective", 6305 "url": "https://opencollective.com/unified" 6306 } 6307 }, 6308 "node_modules/vfile-reporter/node_modules/vfile-message": { 6309 "version": "4.0.2", 6310 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6311 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6312 "dependencies": { 6313 "@types/unist": "^3.0.0", 6314 "unist-util-stringify-position": "^4.0.0" 6315 }, 6316 "funding": { 6317 "type": "opencollective", 6318 "url": "https://opencollective.com/unified" 6319 } 6320 }, 6321 "node_modules/vfile-sort": { 6322 "version": "4.0.0", 6323 "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-4.0.0.tgz", 6324 "integrity": "sha512-lffPI1JrbHDTToJwcq0rl6rBmkjQmMuXkAxsZPRS9DXbaJQvc642eCg6EGxcX2i1L+esbuhq+2l9tBll5v8AeQ==", 6325 "dependencies": { 6326 "vfile": "^6.0.0", 6327 "vfile-message": "^4.0.0" 6328 }, 6329 "funding": { 6330 "type": "opencollective", 6331 "url": "https://opencollective.com/unified" 6332 } 6333 }, 6334 "node_modules/vfile-sort/node_modules/vfile": { 6335 "version": "6.0.1", 6336 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", 6337 "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", 6338 "dependencies": { 6339 "@types/unist": "^3.0.0", 6340 "unist-util-stringify-position": "^4.0.0", 6341 "vfile-message": "^4.0.0" 6342 }, 6343 "funding": { 6344 "type": "opencollective", 6345 "url": "https://opencollective.com/unified" 6346 } 6347 }, 6348 "node_modules/vfile-sort/node_modules/vfile-message": { 6349 "version": "4.0.2", 6350 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6351 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6352 "dependencies": { 6353 "@types/unist": "^3.0.0", 6354 "unist-util-stringify-position": "^4.0.0" 6355 }, 6356 "funding": { 6357 "type": "opencollective", 6358 "url": "https://opencollective.com/unified" 6359 } 6360 }, 6361 "node_modules/vfile-statistics": { 6362 "version": "3.0.0", 6363 "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-3.0.0.tgz", 6364 "integrity": "sha512-/qlwqwWBWFOmpXujL/20P+Iuydil0rZZNglR+VNm6J0gpLHwuVM5s7g2TfVoswbXjZ4HuIhLMySEyIw5i7/D8w==", 6365 "dependencies": { 6366 "vfile": "^6.0.0", 6367 "vfile-message": "^4.0.0" 6368 }, 6369 "funding": { 6370 "type": "opencollective", 6371 "url": "https://opencollective.com/unified" 6372 } 6373 }, 6374 "node_modules/vfile-statistics/node_modules/vfile": { 6375 "version": "6.0.1", 6376 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", 6377 "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", 6378 "dependencies": { 6379 "@types/unist": "^3.0.0", 6380 "unist-util-stringify-position": "^4.0.0", 6381 "vfile-message": "^4.0.0" 6382 }, 6383 "funding": { 6384 "type": "opencollective", 6385 "url": "https://opencollective.com/unified" 6386 } 6387 }, 6388 "node_modules/vfile-statistics/node_modules/vfile-message": { 6389 "version": "4.0.2", 6390 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6391 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6392 "dependencies": { 6393 "@types/unist": "^3.0.0", 6394 "unist-util-stringify-position": "^4.0.0" 6395 }, 6396 "funding": { 6397 "type": "opencollective", 6398 "url": "https://opencollective.com/unified" 6399 } 6400 }, 6401 "node_modules/vfile/node_modules/@types/unist": { 6402 "version": "2.0.8", 6403 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", 6404 "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" 6405 }, 6406 "node_modules/vfile/node_modules/unist-util-stringify-position": { 6407 "version": "3.0.3", 6408 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 6409 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 6410 "dependencies": { 6411 "@types/unist": "^2.0.0" 6412 }, 6413 "funding": { 6414 "type": "opencollective", 6415 "url": "https://opencollective.com/unified" 6416 } 6417 }, 6418 "node_modules/wrapped": { 6419 "version": "1.0.1", 6420 "resolved": "https://registry.npmjs.org/wrapped/-/wrapped-1.0.1.tgz", 6421 "integrity": "sha512-ZTKuqiTu3WXtL72UKCCnQLRax2IScKH7oQ+mvjbpvNE+NJxIWIemDqqM2GxNr4N16NCjOYpIgpin5pStM7kM5g==", 6422 "dependencies": { 6423 "co": "3.1.0", 6424 "sliced": "^1.0.1" 6425 } 6426 }, 6427 "node_modules/wrappy": { 6428 "version": "1.0.2", 6429 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 6430 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 6431 "dev": true 6432 }, 6433 "node_modules/yallist": { 6434 "version": "4.0.0", 6435 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 6436 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" 6437 }, 6438 "node_modules/zwitch": { 6439 "version": "2.0.4", 6440 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 6441 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 6442 "funding": { 6443 "type": "github", 6444 "url": "https://github.com/sponsors/wooorm" 6445 } 6446 } 6447 } 6448} 6449