2022-02-19 14:20:24 +08:00
{
2022-03-05 01:45:24 +08:00
"name" : "how-to-cook" ,
2026-05-12 01:24:41 +08:00
"version" : "1.6.0" ,
2024-06-17 22:06:14 +08:00
"lockfileVersion" : 3 ,
2022-02-19 14:20:24 +08:00
"requires" : true ,
"packages" : {
"" : {
2022-03-05 01:45:24 +08:00
"name" : "how-to-cook" ,
2026-05-12 01:24:41 +08:00
"version" : "1.6.0" ,
2022-03-05 01:45:24 +08:00
"license" : "Unlicense" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"markdownlint-cli" : "^0.48.0" ,
"textlint" : "^15.7.1" ,
2022-03-01 01:19:31 +08:00
"textlint-rule-ja-space-between-half-and-full-width" : "^2.2.0" ,
"textlint-rule-zh-half-and-full-width-bracket" : "^1.1.0"
2022-03-05 01:45:24 +08:00
} ,
2022-03-12 14:34:23 +08:00
"devDependencies" : {
"glob" : "^7.2.0"
}
2022-02-19 14:20:24 +08:00
} ,
"node_modules/@azu/format-text" : {
2024-06-17 22:06:14 +08:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@azu/format-text/-/format-text-1.0.2.tgz" ,
"integrity" : "sha512-Swi4N7Edy1Eqq82GxgEECXSSLyn6GOb5htRFPzBDdUkECGXtlf12ynO5oJSpWKPwCaUssOu7NfhDcCWpIC6Ywg==" ,
"license" : "BSD-3-Clause"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/@azu/style-format" : {
2024-06-17 22:06:14 +08:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@azu/style-format/-/style-format-1.0.1.tgz" ,
"integrity" : "sha512-AHcTojlNBdD/3/KxIKlg8sxIWHfOtQszLvOpagLTO+bjC3u7SAszu1lf//u7JJC50aUSH+BVWDD/KvaA6Gfn5g==" ,
"license" : "WTFPL" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"@azu/format-text" : "^1.0.1"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@babel/code-frame" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz" ,
"integrity" : "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.28.5" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.1.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz" ,
"integrity" : "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2022-03-01 01:19:31 +08:00
"node_modules/@babel/runtime-corejs3" : {
2026-05-12 01:24:41 +08:00
"version" : "7.29.2" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.2.tgz" ,
"integrity" : "sha512-Lc94FOD5+0aXhdb0Tdg3RUtqT6yWbI/BbFWvlaSJ3gAb9Ks+99nHRDKADVqC37er4eCB0fHyWT+y+K3QOvJKbw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-03-01 01:19:31 +08:00
"dependencies" : {
2026-05-12 01:24:41 +08:00
"core-js-pure" : "^3.48.0"
2022-03-01 01:19:31 +08:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@cacheable/memory" : {
"version" : "2.0.9" ,
"resolved" : "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.9.tgz" ,
"integrity" : "sha512-HdMx6DoGywB30vacDbBsITbIX4pgFqj1zsrV58jZBUw3klzkNoXhj7qOqAgledhxG7YZI5rBSJg7Zp8/VG0DuA==" ,
"license" : "MIT" ,
2024-06-03 20:21:36 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@cacheable/utils" : "^2.4.1" ,
"@keyv/bigmap" : "^1.3.1" ,
"hookified" : "^1.15.1" ,
"keyv" : "^5.6.0"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@cacheable/utils" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@cacheable/utils/-/utils-2.4.1.tgz" ,
"integrity" : "sha512-eiFgzCbIneyMlLOmNG4g9xzF7Hv3Mga4LjxjcSC/ues6VYq2+gUbQI8JqNuw/ZM8tJIeIaBGpswAsqV2V7ApgA==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"dependencies" : {
"hashery" : "^1.5.1" ,
"keyv" : "^5.6.0"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@hono/node-server" : {
"version" : "1.19.14" ,
"resolved" : "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz" ,
"integrity" : "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18.14.1"
2024-06-03 20:21:36 +08:00
} ,
2026-05-23 18:34:43 +08:00
"peerDependencies" : {
"hono" : "^4"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@keyv/bigmap" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz" ,
"integrity" : "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"hashery" : "^1.4.0" ,
"hookified" : "^1.15.0"
2024-06-03 20:21:36 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 18"
2024-06-03 20:21:36 +08:00
} ,
2026-05-23 18:34:43 +08:00
"peerDependencies" : {
"keyv" : "^5.6.0"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@keyv/serialize" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz" ,
"integrity" : "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==" ,
"license" : "MIT"
} ,
"node_modules/@modelcontextprotocol/sdk" : {
"version" : "1.29.0" ,
"resolved" : "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz" ,
"integrity" : "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@hono/node-server" : "^1.19.9" ,
"ajv" : "^8.17.1" ,
"ajv-formats" : "^3.0.1" ,
"content-type" : "^1.0.5" ,
"cors" : "^2.8.5" ,
"cross-spawn" : "^7.0.5" ,
"eventsource" : "^3.0.2" ,
"eventsource-parser" : "^3.0.0" ,
"express" : "^5.2.1" ,
"express-rate-limit" : "^8.2.1" ,
"hono" : "^4.11.4" ,
"jose" : "^6.1.3" ,
"json-schema-typed" : "^8.0.2" ,
"pkce-challenge" : "^5.0.0" ,
"raw-body" : "^3.0.0" ,
"zod" : "^3.25 || ^4.0" ,
"zod-to-json-schema" : "^3.25.1"
} ,
2024-06-03 20:21:36 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
} ,
"peerDependencies" : {
"@cfworker/json-schema" : "^4.1.1" ,
"zod" : "^3.25 || ^4.0"
} ,
"peerDependenciesMeta" : {
"@cfworker/json-schema" : {
"optional" : true
} ,
"zod" : {
"optional" : false
}
2024-06-03 20:21:36 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/@textlint/ast-node-types" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-15.7.1.tgz" ,
"integrity" : "sha512-Wii5UgUKFEh9Uv6wbq1zr4/Kf+dtjiUuzPrrXzKp8H+ifkvKNzi23V4Nz+6wVyHQn5T28AFuc8VH8OtzvGYecA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/@textlint/ast-tester" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-15.7.1.tgz" ,
"integrity" : "sha512-0CZWFKB7D21y8LA4Dv5irOX1/iGDGwM4OTaW7PxJpfRhXCL40uMOhS+P+1bjFmpSkM/DF/5HPRph0E744iJobw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/ast-node-types" : "15.7.1" ,
"debug" : "^4.4.3"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/ast-traverse" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-15.7.1.tgz" ,
"integrity" : "sha512-tFgFiSbh6fdQo7MF4FYQoQBHqM8BoTEfvubGXm7Xi65QRYefNz+iuXYaoyto6OlMj5M95u9Gk/Ni7577rZ8uow==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/ast-node-types" : "15.7.1"
2024-06-17 22:06:14 +08:00
}
} ,
"node_modules/@textlint/config-loader" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-15.7.1.tgz" ,
"integrity" : "sha512-K5KTpQFclHn0zby48wvckhOzUg2gXJyFXeagYt9mFgYOnCgMzTYL/P/TIE6ljhtZ0arhK1aH0e1uFZYasGbXog==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/kernel" : "15.7.1" ,
"@textlint/module-interop" : "15.7.1" ,
"@textlint/resolver" : "15.7.1" ,
"@textlint/types" : "15.7.1" ,
"@textlint/utils" : "15.7.1" ,
2026-05-12 01:24:41 +08:00
"debug" : "^4.4.3" ,
2026-05-23 18:34:43 +08:00
"rc-config-loader" : "^4.1.4"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/feature-flag" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-15.7.1.tgz" ,
"integrity" : "sha512-ZFIJ2edV7K04UJ7/7ptvL61vs54MHYzDaIfTW+vaXwq5KDeCD2QyjsKt+TbOHQ8n8sW6fO171n4p0gwRo01Ojg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/@textlint/fixer-formatter" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-15.7.1.tgz" ,
"integrity" : "sha512-vqF17A1aUJeIulvWQUWX4SX0tYWT6Burx8L1qPHbf8ZlpUAHSXPVzorwmZyw6bAkKl6cODHj2EtK2HrnqjV1Ow==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/module-interop" : "15.7.1" ,
"@textlint/resolver" : "15.7.1" ,
"@textlint/types" : "15.7.1" ,
2024-06-17 22:06:14 +08:00
"chalk" : "^4.1.2" ,
2026-05-23 18:34:43 +08:00
"debug" : "^4.4.3" ,
"diff" : "^8.0.4" ,
2024-06-17 22:06:14 +08:00
"string-width" : "^4.2.3" ,
2022-02-19 14:20:24 +08:00
"strip-ansi" : "^6.0.1" ,
2026-05-23 18:34:43 +08:00
"text-table" : "^0.2.0"
}
} ,
"node_modules/@textlint/fixer-formatter/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@textlint/fixer-formatter/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@textlint/fixer-formatter/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/kernel" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/kernel/-/kernel-15.7.1.tgz" ,
"integrity" : "sha512-OGghiMbXLD3ULHedZYP1B+A8Bj4snlCatzsOdz0M8q0v4I79NdcamWt/5GYmbp6AOQg3HBQG8+9V+0H+do19mw==" ,
"license" : "MIT" ,
"dependencies" : {
"@textlint/ast-node-types" : "15.7.1" ,
"@textlint/ast-tester" : "15.7.1" ,
"@textlint/ast-traverse" : "15.7.1" ,
"@textlint/feature-flag" : "15.7.1" ,
"@textlint/source-code-fixer" : "15.7.1" ,
"@textlint/types" : "15.7.1" ,
"@textlint/utils" : "15.7.1" ,
"debug" : "^4.4.3" ,
"fast-equals" : "^4.0.3" ,
2024-06-17 22:06:14 +08:00
"structured-source" : "^4.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/linter-formatter" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-15.7.1.tgz" ,
"integrity" : "sha512-TdwZ/debWYFD05K3CcoHtwvnCrza29wZxD+BjDTk/V5N7iRqkK1dTTHSD4A8AIgROLiDkHJmIKQbasbmsg8AvA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@azu/format-text" : "^1.0.2" ,
"@azu/style-format" : "^1.0.1" ,
"@textlint/module-interop" : "15.7.1" ,
"@textlint/resolver" : "15.7.1" ,
"@textlint/types" : "15.7.1" ,
2024-06-17 22:06:14 +08:00
"chalk" : "^4.1.2" ,
2026-05-23 18:34:43 +08:00
"debug" : "^4.4.3" ,
"js-yaml" : "^4.1.1" ,
"lodash" : "^4.18.1" ,
2022-02-19 14:20:24 +08:00
"pluralize" : "^2.0.0" ,
2024-06-17 22:06:14 +08:00
"string-width" : "^4.2.3" ,
2022-02-19 14:20:24 +08:00
"strip-ansi" : "^6.0.1" ,
2026-05-23 18:34:43 +08:00
"table" : "^6.9.0" ,
"text-table" : "^0.2.0"
}
} ,
"node_modules/@textlint/linter-formatter/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@textlint/linter-formatter/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@textlint/linter-formatter/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"ansi-regex" : "^5.0.1"
2024-06-17 22:06:14 +08:00
} ,
2026-05-23 18:34:43 +08:00
"engines" : {
"node" : ">=8"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/markdown-to-ast" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-15.7.1.tgz" ,
"integrity" : "sha512-9DLSah7g6mYNHvO6pssLdFvFPAl3HHyEIm4RE5of/1QN9FXJXDgdOcVV3YpQmbYT/YntuIvOQiqOndCSPWTW2A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/ast-node-types" : "15.7.1" ,
"debug" : "^4.4.3" ,
2024-06-17 22:06:14 +08:00
"mdast-util-gfm-autolink-literal" : "^0.1.3" ,
2026-05-23 18:34:43 +08:00
"neotraverse" : "^0.6.18" ,
2022-02-19 14:20:24 +08:00
"remark-footnotes" : "^3.0.0" ,
"remark-frontmatter" : "^3.0.0" ,
"remark-gfm" : "^1.0.0" ,
"remark-parse" : "^9.0.0" ,
2026-05-23 18:34:43 +08:00
"structured-source" : "^4.0.0" ,
2022-02-19 14:20:24 +08:00
"unified" : "^9.2.2"
}
} ,
"node_modules/@textlint/module-interop" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-15.7.1.tgz" ,
"integrity" : "sha512-Jg+sQW2L/cRJypk59wtcMUVVpt8vmit5ZMT3gUnFwevP3A6Qp1HfOtUy9ObT4hBX3lOSGT/ekcCDxR1pL7uH1g==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
} ,
"node_modules/@textlint/regexp-string-matcher" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/@textlint/regexp-string-matcher/-/regexp-string-matcher-2.0.2.tgz" ,
"integrity" : "sha512-OXLD9XRxMhd3S0LWuPHpiARQOI7z9tCOs0FsynccW2lmyZzHHFJ9/eR6kuK9xF459Qf+740qI5h+/0cx+NljzA==" ,
"license" : "MIT" ,
"dependencies" : {
"escape-string-regexp" : "^4.0.0" ,
"lodash.sortby" : "^4.7.0" ,
"lodash.uniq" : "^4.5.0" ,
"lodash.uniqwith" : "^4.5.0"
}
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@textlint/resolver" : {
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/resolver/-/resolver-15.7.1.tgz" ,
"integrity" : "sha512-8XnO0pgF6mXnm41VvWmBbEIdGPhiCUt31uLZkOis1ECeg/1SoUcIT6Mx/F0e1rukq8l0UlOSeY9a31CsvRMK0g==" ,
"license" : "MIT"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/@textlint/source-code-fixer" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-15.7.1.tgz" ,
"integrity" : "sha512-Z8ZfQQbVH2GIUMzSGEQWKKnAFCH+mbQtw5ipigFHExUImx2RC2ppaR1m8ZAy7SYgbXGhvfkPKZ4ndEmVWTs5Mg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/types" : "15.7.1" ,
"debug" : "^4.4.3"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/text-to-ast" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-15.7.1.tgz" ,
"integrity" : "sha512-W6AYCOcEAtw9hs0u69+Tte8hmWaLKYGdo3yBxgOpl20Q6AOkxxEaG305Nr5rgbO6caWJWkR/t2WxBkZzm3KG0A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/ast-node-types" : "15.7.1"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/textlint-plugin-markdown" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-15.7.1.tgz" ,
"integrity" : "sha512-vnTU1/0ZLEC0cSBK5bBfR3aXYJbn3rMFR455y848Df6DHI4gLc1L2uNXDkYYPh84KvzIs7RfEUHZyHSwSISFLg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/markdown-to-ast" : "15.7.1" ,
"@textlint/types" : "15.7.1"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/textlint-plugin-text" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-15.7.1.tgz" ,
"integrity" : "sha512-krU0KiDmG2LrESF3LchgfbSwclB/8I2itA4uzSY9Tln3miaWGKzUpLu00bQtvua0f2Ux7tsLnSmwAgGFf9gERA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/text-to-ast" : "15.7.1" ,
"@textlint/types" : "15.7.1"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/types" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/types/-/types-15.7.1.tgz" ,
"integrity" : "sha512-Vye/GmFNBTgVzZFtIFJTmLB+s2A7oIADxNG6r9UhfPuY+Czv0z5G3xeyFZZudPlfxURsKUyPIU5XsjOFqVp33A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@textlint/ast-node-types" : "15.7.1"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/@textlint/utils" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/@textlint/utils/-/utils-15.7.1.tgz" ,
"integrity" : "sha512-+q5Z5fsNk/ixDY5D70ZCQungr7ppzBAAhmi207qDBzSBFeA5MM2ASGwMjPc5aMJ/3DvonI/01B3UIgbpVgIXVA==" ,
"license" : "MIT"
} ,
"node_modules/@types/debug" : {
"version" : "4.1.13" ,
"resolved" : "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz" ,
"integrity" : "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/ms" : "*"
}
} ,
"node_modules/@types/katex" : {
"version" : "0.16.8" ,
"resolved" : "https://registry.npmjs.org/@types/katex/-/katex-0.16.8.tgz" ,
"integrity" : "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/@types/mdast" : {
2024-06-17 22:06:14 +08:00
"version" : "3.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz" ,
"integrity" : "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2024-06-17 22:06:14 +08:00
"@types/unist" : "^2"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/@types/ms" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz" ,
"integrity" : "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" ,
"license" : "MIT"
} ,
"node_modules/@types/normalize-package-data" : {
"version" : "2.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" ,
"integrity" : "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==" ,
"license" : "MIT"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/@types/unist" : {
2025-06-15 19:29:03 +08:00
"version" : "2.0.11" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz" ,
"integrity" : "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/accepts" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz" ,
"integrity" : "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-types" : "^3.0.0" ,
"negotiator" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/ajv" : {
2026-05-12 01:24:41 +08:00
"version" : "8.20.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz" ,
"integrity" : "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2024-06-17 22:06:14 +08:00
"fast-deep-equal" : "^3.1.3" ,
2025-06-15 19:29:03 +08:00
"fast-uri" : "^3.0.1" ,
2022-02-19 14:20:24 +08:00
"json-schema-traverse" : "^1.0.0" ,
2025-06-15 19:29:03 +08:00
"require-from-string" : "^2.0.2"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/ajv-formats" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz" ,
"integrity" : "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/ansi-regex" : {
2026-05-23 18:34:43 +08:00
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz" ,
"integrity" : "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/ansi-styles" : {
2024-06-17 22:06:14 +08:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
2022-02-19 14:20:24 +08:00
"engines" : {
2024-06-17 22:06:14 +08:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/argparse" : {
2024-06-17 22:06:14 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"license" : "Python-2.0"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/astral-regex" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" ,
"integrity" : "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/bail" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz" ,
"integrity" : "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/body-parser" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz" ,
"integrity" : "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==" ,
"license" : "MIT" ,
"dependencies" : {
"bytes" : "^3.1.2" ,
"content-type" : "^1.0.5" ,
"debug" : "^4.4.3" ,
"http-errors" : "^2.0.0" ,
"iconv-lite" : "^0.7.0" ,
"on-finished" : "^2.4.1" ,
"qs" : "^6.14.1" ,
"raw-body" : "^3.0.1" ,
"type-is" : "^2.0.1"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/boundary" : {
2024-06-17 22:06:14 +08:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz" ,
"integrity" : "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==" ,
"license" : "BSD-2-Clause"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/brace-expansion" : {
2026-05-12 01:24:41 +08:00
"version" : "1.1.14" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz" ,
"integrity" : "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==" ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/bytes" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" ,
"integrity" : "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/cacheable" : {
"version" : "2.3.5" ,
"resolved" : "https://registry.npmjs.org/cacheable/-/cacheable-2.3.5.tgz" ,
"integrity" : "sha512-EQfaKe09tl615iNvq/TBRWTFf1AKJNXYQSsMx0Z3EI0nA+pVsVPS8wJhnRlkbdacKPh1d0qVIhwTc2zsQNFEEg==" ,
"license" : "MIT" ,
"dependencies" : {
"@cacheable/memory" : "^2.0.8" ,
"@cacheable/utils" : "^2.4.1" ,
"hookified" : "^1.15.0" ,
"keyv" : "^5.6.0" ,
"qified" : "^0.10.1"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/call-bind" : {
2026-05-12 01:24:41 +08:00
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz" ,
"integrity" : "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-12 01:24:41 +08:00
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"get-intrinsic" : "^1.3.0" ,
2025-06-15 19:29:03 +08:00
"set-function-length" : "^1.2.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/call-bound" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/ccount" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz" ,
"integrity" : "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/chalk" : {
2024-06-17 22:06:14 +08:00
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2024-06-17 22:06:14 +08:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2024-06-17 22:06:14 +08:00
"node" : ">=10"
2022-02-19 14:20:24 +08:00
} ,
2024-06-17 22:06:14 +08:00
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/character-entities" : {
2026-05-23 18:34:43 +08:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz" ,
"integrity" : "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/character-entities-legacy" : {
2026-05-23 18:34:43 +08:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz" ,
"integrity" : "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/character-reference-invalid" : {
2026-05-23 18:34:43 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz" ,
"integrity" : "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/charenc" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==" ,
"license" : "BSD-3-Clause" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : "*"
}
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2024-06-03 20:21:36 +08:00
"node_modules/commander" : {
2026-05-23 18:34:43 +08:00
"version" : "14.0.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz" ,
"integrity" : "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=20"
2024-06-03 20:21:36 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/content-disposition" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz" ,
"integrity" : "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"engines" : {
"node" : ">=18"
} ,
2022-03-01 01:19:31 +08:00
"funding" : {
"type" : "opencollective" ,
2026-05-23 18:34:43 +08:00
"url" : "https://opencollective.com/express"
2022-03-01 01:19:31 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/content-type" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" ,
"integrity" : "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.6"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/cookie" : {
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" ,
"integrity" : "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.6"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/cookie-signature" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz" ,
"integrity" : "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=6.6.0"
}
} ,
"node_modules/core-js-pure" : {
"version" : "3.49.0" ,
"resolved" : "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.49.0.tgz" ,
"integrity" : "sha512-XM4RFka59xATyJv/cS3O3Kml72hQXUeGRuuTmMYFxwzc9/7C8OYTaIR/Ji+Yt8DXzsFLNhat15cE/JP15HrCgw==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
2024-06-17 22:06:14 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/cors" : {
"version" : "2.8.6" ,
"resolved" : "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz" ,
"integrity" : "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"object-assign" : "^4" ,
"vary" : "^1"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.10"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 8"
}
} ,
"node_modules/crypt" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz" ,
"integrity" : "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : "*"
2024-06-17 22:06:14 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/debug" : {
2026-05-12 01:24:41 +08:00
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2025-06-15 19:29:03 +08:00
"ms" : "^2.1.3"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/decode-named-character-reference" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz" ,
"integrity" : "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"character-entities" : "^2.0.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2024-06-03 20:21:36 +08:00
"node_modules/deep-extend" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" ,
"integrity" : "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
"license" : "MIT"
} ,
"node_modules/define-data-property" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" ,
"integrity" : "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" ,
"license" : "MIT" ,
"dependencies" : {
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2022-02-19 14:20:24 +08:00
} ,
"node_modules/define-properties" : {
2024-06-17 22:06:14 +08:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" ,
"integrity" : "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2024-06-17 22:06:14 +08:00
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/devlop" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz" ,
"integrity" : "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==" ,
"license" : "MIT" ,
"dependencies" : {
"dequal" : "^2.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/diff" : {
2026-05-23 18:34:43 +08:00
"version" : "8.0.4" ,
"resolved" : "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz" ,
"integrity" : "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==" ,
2024-06-17 22:06:14 +08:00
"license" : "BSD-3-Clause" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=0.3.1"
}
} ,
2025-06-15 19:29:03 +08:00
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-06-03 20:21:36 +08:00
"node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2024-06-17 22:06:14 +08:00
"node_modules/es-define-property" : {
2025-06-15 19:29:03 +08:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
2026-05-23 18:34:43 +08:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz" ,
"integrity" : "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
} ,
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"engines" : {
"node" : ">=10"
2024-06-17 22:06:14 +08:00
} ,
2026-05-23 18:34:43 +08:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
"license" : "MIT" ,
2024-06-17 22:06:14 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.6"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/eventsource" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz" ,
"integrity" : "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"eventsource-parser" : "^3.0.1"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18.0.0"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/eventsource-parser" : {
"version" : "3.0.8" ,
"resolved" : "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.8.tgz" ,
"integrity" : "sha512-70QWGkr4snxr0OXLRWsFLeRBIRPuQOvt4s8QYjmUlmlkyTZkRqS7EDVRZtzU3TiyDbXSzaOeF0XUKy8PchzukQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18.0.0"
}
} ,
"node_modules/express" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/express/-/express-5.2.1.tgz" ,
"integrity" : "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==" ,
"license" : "MIT" ,
"dependencies" : {
"accepts" : "^2.0.0" ,
"body-parser" : "^2.2.1" ,
"content-disposition" : "^1.0.0" ,
"content-type" : "^1.0.5" ,
"cookie" : "^0.7.1" ,
"cookie-signature" : "^1.2.1" ,
"debug" : "^4.4.0" ,
"depd" : "^2.0.0" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"finalhandler" : "^2.1.0" ,
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.0" ,
"merge-descriptors" : "^2.0.0" ,
"mime-types" : "^3.0.0" ,
"on-finished" : "^2.4.1" ,
"once" : "^1.4.0" ,
"parseurl" : "^1.3.3" ,
"proxy-addr" : "^2.0.7" ,
"qs" : "^6.14.0" ,
"range-parser" : "^1.2.1" ,
"router" : "^2.2.0" ,
"send" : "^1.1.0" ,
"serve-static" : "^2.2.0" ,
"statuses" : "^2.0.1" ,
"type-is" : "^2.0.1" ,
"vary" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 18"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/express-rate-limit" : {
"version" : "8.5.2" ,
"resolved" : "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz" ,
"integrity" : "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==" ,
"license" : "MIT" ,
"dependencies" : {
"ip-address" : "^10.2.0"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/express-rate-limit"
} ,
"peerDependencies" : {
"express" : ">= 4.11"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" ,
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/fast-equals" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz" ,
"integrity" : "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" ,
"license" : "MIT"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2025-06-15 19:29:03 +08:00
"node_modules/fast-uri" : {
2026-05-12 01:24:41 +08:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz" ,
"integrity" : "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==" ,
2025-06-15 19:29:03 +08:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fastify"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fastify"
}
] ,
"license" : "BSD-3-Clause"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/fault" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz" ,
"integrity" : "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"format" : "^0.2.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/fdir" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=12.0.0"
} ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/file-entry-cache" : {
"version" : "10.1.4" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.1.4.tgz" ,
"integrity" : "sha512-5XRUFc0WTtUbjfGzEwXc42tiGxQHBmtbUG1h9L2apu4SulCGN3Hqm//9D6FAolf8MYNL7f/YlJl9vy08pj5JuA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"flat-cache" : "^6.1.13"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/finalhandler" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz" ,
"integrity" : "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"debug" : "^4.4.0" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"on-finished" : "^2.4.1" ,
"parseurl" : "^1.3.3" ,
"statuses" : "^2.0.1"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/find-up-simple" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz" ,
"integrity" : "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2025-06-15 19:29:03 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
2025-06-15 19:29:03 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-06-17 22:06:14 +08:00
}
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/flat-cache" : {
"version" : "6.1.22" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.22.tgz" ,
"integrity" : "sha512-N2dnzVJIphnNsjHcrxGW7DePckJ6haPrSFqpsBUhHYgwtKGVq4JrBGielEGD2fCVnsGm1zlBVZ8wGhkyuetgug==" ,
"license" : "MIT" ,
2024-06-03 20:21:36 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"cacheable" : "^2.3.4" ,
"flatted" : "^3.4.2" ,
"hookified" : "^1.15.0"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/flatted" : {
"version" : "3.4.2" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz" ,
"integrity" : "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==" ,
"license" : "ISC"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/format" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/format/-/format-0.2.2.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=0.4.x"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/forwarded" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" ,
"integrity" : "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fresh" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz" ,
"integrity" : "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "ISC"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/function-bind" : {
2024-06-17 22:06:14 +08:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/functions-have-names" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" ,
"integrity" : "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/get-east-asian-width" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz" ,
"integrity" : "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==" ,
2026-05-12 01:24:41 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2026-05-12 01:24:41 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/get-intrinsic" : {
2025-06-15 19:29:03 +08:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2025-06-15 19:29:03 +08:00
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
2024-06-17 22:06:14 +08:00
"es-errors" : "^1.3.0" ,
2025-06-15 19:29:03 +08:00
"es-object-atoms" : "^1.1.1" ,
2024-06-17 22:06:14 +08:00
"function-bind" : "^1.1.2" ,
2025-06-15 19:29:03 +08:00
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-06-15 19:29:03 +08:00
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/glob" : {
2024-06-17 22:06:14 +08:00
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-05-12 01:24:41 +08:00
"deprecated" : "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me" ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "ISC" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
2024-06-17 22:06:14 +08:00
"minimatch" : "^3.1.1" ,
2022-02-19 14:20:24 +08:00
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-06-17 22:06:14 +08:00
"node_modules/gopd" : {
2025-06-15 19:29:03 +08:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2025-06-15 19:29:03 +08:00
"engines" : {
"node" : ">= 0.4"
2022-02-19 14:20:24 +08:00
} ,
2024-06-17 22:06:14 +08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2024-06-17 22:06:14 +08:00
"node" : ">=8"
2022-02-19 14:20:24 +08:00
}
} ,
2024-06-17 22:06:14 +08:00
"node_modules/has-property-descriptors" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2024-06-17 22:06:14 +08:00
"es-define-property" : "^1.0.0"
2022-02-19 14:20:24 +08:00
} ,
2024-06-17 22:06:14 +08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/has-symbols" : {
2025-06-15 19:29:03 +08:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/hashery" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/hashery/-/hashery-1.5.1.tgz" ,
"integrity" : "sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"hookified" : "^1.15.0"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=20"
2022-02-19 14:20:24 +08:00
}
} ,
2024-06-17 22:06:14 +08:00
"node_modules/hasown" : {
2026-05-12 01:24:41 +08:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz" ,
"integrity" : "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/hono" : {
"version" : "4.12.22" ,
"resolved" : "https://registry.npmjs.org/hono/-/hono-4.12.22.tgz" ,
"integrity" : "sha512-7fvVPbB92zNRsQke+uiRGwtTuef0tB2Dg4hWxYfFNvkQhIltWoyi0ONReM5LWA+jJWS3nfT5lTq+qbsIpX0IQw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16.9.0"
}
} ,
"node_modules/hookified" : {
"version" : "1.15.1" ,
"resolved" : "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz" ,
"integrity" : "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==" ,
"license" : "MIT"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/hosted-git-info" : {
2026-05-23 18:34:43 +08:00
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz" ,
"integrity" : "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==" ,
"license" : "ISC" ,
"dependencies" : {
"lru-cache" : "^10.0.1"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/http-errors" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz" ,
"integrity" : "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==" ,
"license" : "MIT" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
2022-02-19 14:20:24 +08:00
} ,
2024-06-03 20:21:36 +08:00
"node_modules/ignore" : {
2026-05-23 18:34:43 +08:00
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz" ,
"integrity" : "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/index-to-position" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz" ,
"integrity" : "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "ISC" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2022-02-19 14:20:24 +08:00
} ,
2024-06-03 20:21:36 +08:00
"node_modules/ini" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz" ,
"integrity" : "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==" ,
"license" : "ISC" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/ip-address" : {
"version" : "10.2.0" ,
"resolved" : "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz" ,
"integrity" : "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 12"
}
} ,
"node_modules/ipaddr.js" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" ,
"integrity" : "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.10"
2024-06-17 22:06:14 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/is-alphabetical" : {
2026-05-23 18:34:43 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz" ,
"integrity" : "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/is-alphanumerical" : {
2026-05-23 18:34:43 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz" ,
"integrity" : "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"is-alphabetical" : "^2.0.0" ,
"is-decimal" : "^2.0.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/is-buffer" : {
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" ,
"integrity" : "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" ,
"license" : "MIT"
} ,
"node_modules/is-decimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz" ,
"integrity" : "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=8"
}
} ,
"node_modules/is-hexadecimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz" ,
"integrity" : "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==" ,
"license" : "MIT" ,
2024-06-17 22:06:14 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/is-plain-obj" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz" ,
"integrity" : "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/is-promise" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz" ,
"integrity" : "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
} ,
2026-05-23 18:34:43 +08:00
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
} ,
"node_modules/jose" : {
"version" : "6.2.3" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz" ,
"integrity" : "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/panva"
2025-06-15 19:29:03 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
} ,
"node_modules/js-yaml" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz" ,
"integrity" : "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"argparse" : "^2.0.1"
2024-06-17 22:06:14 +08:00
} ,
2026-05-23 18:34:43 +08:00
"bin" : {
"js-yaml" : "bin/js-yaml.js"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"license" : "MIT"
} ,
"node_modules/json-schema-typed" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz" ,
"integrity" : "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"bin" : {
"json5" : "lib/cli.js"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=6"
2024-06-17 22:06:14 +08:00
}
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/jsonc-parser" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz" ,
"integrity" : "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
} ,
2026-05-23 18:34:43 +08:00
"node_modules/jsonpointer" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz" ,
"integrity" : "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=0.10.0"
2024-06-17 22:06:14 +08:00
}
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/katex" : {
"version" : "0.16.47" ,
"resolved" : "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz" ,
"integrity" : "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==" ,
"funding" : [
"https://opencollective.com/katex" ,
"https://github.com/sponsors/katex"
] ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"commander" : "^8.3.0"
2024-06-17 22:06:14 +08:00
} ,
2026-05-23 18:34:43 +08:00
"bin" : {
"katex" : "cli.js"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/katex/node_modules/commander" : {
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" ,
"integrity" : "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 12"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/keyv" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz" ,
"integrity" : "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@keyv/serialize" : "^1.1.1"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
2025-06-15 19:29:03 +08:00
} ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.8.0"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/linkify-it" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz" ,
"integrity" : "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"uc.micro" : "^2.0.0"
2025-06-15 19:29:03 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/lodash" : {
"version" : "4.18.1" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz" ,
"integrity" : "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" ,
"license" : "MIT"
} ,
"node_modules/lodash.sortby" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz" ,
"integrity" : "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.truncate" : {
"version" : "4.4.2" ,
"resolved" : "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz" ,
"integrity" : "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.uniq" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" ,
"integrity" : "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" ,
"license" : "MIT"
} ,
"node_modules/lodash.uniqwith" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.uniqwith/-/lodash.uniqwith-4.5.0.tgz" ,
"integrity" : "sha512-7lYL8bLopMoy4CTICbxygAUq6CdRJ36vFc80DucPueUee+d5NBRxz3FdT9Pes/HEx5mPoT9jwnsEJWz1N7uq7Q==" ,
"license" : "MIT"
} ,
"node_modules/longest-streak" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz" ,
"integrity" : "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
} ,
"node_modules/markdown-it" : {
"version" : "14.1.1" ,
"resolved" : "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz" ,
"integrity" : "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"dependencies" : {
"argparse" : "^2.0.1" ,
"entities" : "^4.4.0" ,
"linkify-it" : "^5.0.0" ,
"mdurl" : "^2.0.0" ,
"punycode.js" : "^2.3.1" ,
"uc.micro" : "^2.1.0"
2025-06-15 19:29:03 +08:00
} ,
2026-05-23 18:34:43 +08:00
"bin" : {
"markdown-it" : "bin/markdown-it.mjs"
2025-06-15 19:29:03 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/markdown-table" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz" ,
"integrity" : "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"dependencies" : {
"repeat-string" : "^1.0.0"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/markdownlint" : {
"version" : "0.40.0" ,
"resolved" : "https://registry.npmjs.org/markdownlint/-/markdownlint-0.40.0.tgz" ,
"integrity" : "sha512-UKybllYNheWac61Ia7T6fzuQNDZimFIpCg2w6hHjgV1Qu0w1TV0LlSgryUGzM0bkKQCBhy2FDhEELB73Kb0kAg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"micromark" : "4.0.2" ,
"micromark-core-commonmark" : "2.0.3" ,
"micromark-extension-directive" : "4.0.0" ,
"micromark-extension-gfm-autolink-literal" : "2.1.0" ,
"micromark-extension-gfm-footnote" : "2.1.0" ,
"micromark-extension-gfm-table" : "2.1.1" ,
"micromark-extension-math" : "3.1.0" ,
"micromark-util-types" : "2.0.2" ,
"string-width" : "8.1.0"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=20"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/DavidAnson"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/markdownlint-cli" : {
"version" : "0.48.0" ,
"resolved" : "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.48.0.tgz" ,
"integrity" : "sha512-NkZQNu2E0Q5qLEEHwWj674eYISTLD4jMHkBzDobujXd1kv+yCxi8jOaD/rZoQNW1FBBMMGQpuW5So8B51N/e0A==" ,
"license" : "MIT" ,
"dependencies" : {
"commander" : "~14.0.3" ,
"deep-extend" : "~0.6.0" ,
"ignore" : "~7.0.5" ,
"js-yaml" : "~4.1.1" ,
"jsonc-parser" : "~3.3.1" ,
"jsonpointer" : "~5.0.1" ,
"markdown-it" : "~14.1.1" ,
"markdownlint" : "~0.40.0" ,
"minimatch" : "~10.2.4" ,
"run-con" : "~1.3.2" ,
"smol-toml" : "~1.6.0" ,
"tinyglobby" : "~0.2.15"
} ,
"bin" : {
"markdownlint" : "markdownlint.js"
} ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=20"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/markdownlint-cli/node_modules/balanced-match" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : "18 || 20 || >=22"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/markdownlint-cli/node_modules/brace-expansion" : {
"version" : "5.0.6" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz" ,
"integrity" : "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"dependencies" : {
"balanced-match" : "^4.0.2"
2025-06-15 19:29:03 +08:00
} ,
2026-05-23 18:34:43 +08:00
"engines" : {
"node" : "18 || 20 || >=22"
2025-06-15 19:29:03 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/markdownlint-cli/node_modules/minimatch" : {
"version" : "10.2.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz" ,
"integrity" : "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" ,
"license" : "BlueOak-1.0.0" ,
2024-06-17 22:06:14 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"brace-expansion" : "^5.0.5"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : "18 || 20 || >=22"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/isaacs"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/match-index" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/match-index/-/match-index-1.0.3.tgz" ,
"integrity" : "sha512-1XjyBWqCvEFFUDW/MPv0RwbITRD4xQXOvKoPYtLDq8IdZTfdF/cQSo5Yn4qvhfSSZgjgkTFsqJD2wOUG4ovV8Q==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"regexp.prototype.flags" : "^1.1.1"
}
} ,
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
"license" : "MIT" ,
2024-06-17 22:06:14 +08:00
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/md5" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz" ,
"integrity" : "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"charenc" : "0.0.2" ,
"crypt" : "0.0.2" ,
"is-buffer" : "~1.1.6"
}
} ,
"node_modules/mdast-util-find-and-replace" : {
2025-06-15 19:29:03 +08:00
"version" : "1.1.1" ,
2026-05-23 18:34:43 +08:00
"resolved" : "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-1.1.1.tgz" ,
"integrity" : "sha512-9cKl33Y21lyckGzpSmEQnIDjEfeeWelN5s1kUW1LwdB0Fkuq2u+4GdqcGEygYxJE8GVqCl0741bYXHgamfWAZA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"escape-string-regexp" : "^4.0.0" ,
"unist-util-is" : "^4.0.0" ,
"unist-util-visit-parents" : "^3.0.0"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/mdast-util-footnote/-/mdast-util-footnote-0.1.7.tgz" ,
"integrity" : "sha512-QxNdO8qSxqbO2e3m09KwDKfWiLgqyCurdWTQ198NpbZ2hxntdc+VKS4fDJCmNWbAroUdYnSthu+XbZ8ovh8C3w==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"mdast-util-to-markdown" : "^0.6.0" ,
"micromark" : "~2.11.0"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2025-06-15 19:29:03 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2025-06-15 19:29:03 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2025-06-15 19:29:03 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
2024-06-17 22:06:14 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
2024-06-03 20:21:36 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/micromark" : {
"version" : "2.11.4" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" ,
"integrity" : "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"debug" : "^4.0.0" ,
"parse-entities" : "^2.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-footnote/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown" : {
"version" : "0.8.5" ,
"resolved" : "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz" ,
"integrity" : "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@types/mdast" : "^3.0.0" ,
"mdast-util-to-string" : "^2.0.0" ,
"micromark" : "~2.11.0" ,
"parse-entities" : "^2.0.0" ,
"unist-util-stringify-position" : "^2.0.0"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
2024-06-03 20:21:36 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
2024-06-03 20:21:36 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2024-06-03 20:21:36 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/micromark" : {
"version" : "2.11.4" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" ,
"integrity" : "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"debug" : "^4.0.0" ,
"parse-entities" : "^2.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-from-markdown/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/mdast-util-frontmatter" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-0.2.0.tgz" ,
"integrity" : "sha512-FHKL4w4S5fdt1KjJCwB0178WJ0evnyyQr5kXTM3wrOVpytD0hrkvd+AOOjU9Td8onOejCkmZ+HQRT3CZ3coHHQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"micromark-extension-frontmatter" : "^0.2.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-0.1.2.tgz" ,
"integrity" : "sha512-NNkhDx/qYcuOWB7xHUGWZYVXvjPFFd6afg6/e2g+SV4r9q5XUcCbV4Wfa3DLYIiD+xAEZc6K4MGaE/m0KDcPwQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"mdast-util-gfm-autolink-literal" : "^0.1.0" ,
"mdast-util-gfm-strikethrough" : "^0.2.0" ,
"mdast-util-gfm-table" : "^0.1.0" ,
"mdast-util-gfm-task-list-item" : "^0.1.0" ,
"mdast-util-to-markdown" : "^0.6.1"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm-autolink-literal" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-0.1.3.tgz" ,
"integrity" : "sha512-GjmLjWrXg1wqMIO9+ZsRik/s7PLwTaeCHVB7vRxUwLntZc8mzmTsLVr6HW1yLokcnhfURsn5zmSVdi3/xWWu1A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"ccount" : "^1.0.0" ,
"mdast-util-find-and-replace" : "^1.1.0" ,
"micromark" : "^2.11.3"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-gfm-autolink-literal/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
2024-06-03 20:21:36 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark" : {
2022-02-19 14:20:24 +08:00
"version" : "2.11.4" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" ,
"integrity" : "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"debug" : "^4.0.0" ,
"parse-entities" : "^2.0.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-autolink-literal/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-strikethrough" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-0.2.3.tgz" ,
"integrity" : "sha512-5OQLXpt6qdbttcDG/UxYY7Yjj3e8P7X16LzvpX8pIQPYJ/C2Z1qFGMmcw+1PZMUM3Z8wt8NRfYTvCni93mgsgA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"mdast-util-to-markdown" : "^0.6.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-table" : {
"version" : "0.1.6" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-0.1.6.tgz" ,
"integrity" : "sha512-j4yDxQ66AJSBwGkbpFEp9uG/LS1tZV3P33fN1gkyRB2LoRL+RR3f76m0HPHaby6F4Z5xr9Fv1URmATlRRUIpRQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"markdown-table" : "^2.0.0" ,
"mdast-util-to-markdown" : "~0.6.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-gfm-task-list-item" : {
"version" : "0.1.6" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-0.1.6.tgz" ,
"integrity" : "sha512-/d51FFIfPsSmCIRNp7E6pozM9z1GYPIkSy1urQ8s/o4TC22BZ7DqfHFWiqBD23bc7J3vV1Fc9O4QIHBlfuit8A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"mdast-util-to-markdown" : "~0.6.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mdast-util-to-markdown" : {
"version" : "0.6.5" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz" ,
"integrity" : "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"longest-streak" : "^2.0.0" ,
"mdast-util-to-string" : "^2.0.0" ,
"parse-entities" : "^2.0.0" ,
"repeat-string" : "^1.0.0" ,
"zwitch" : "^1.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
"license" : "MIT" ,
"dependencies" : {
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-markdown/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdast-util-to-string" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz" ,
"integrity" : "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz" ,
"integrity" : "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==" ,
"license" : "MIT"
} ,
"node_modules/media-typer" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz" ,
"integrity" : "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/merge-descriptors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz" ,
"integrity" : "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/micromark" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz" ,
"integrity" : "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@types/debug" : "^4.0.0" ,
"debug" : "^4.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-core-commonmark" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-combine-extensions" : "^2.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-resolve-all" : "^2.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"micromark-util-subtokenize" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-core-commonmark" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz" ,
"integrity" : "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-factory-destination" : "^2.0.0" ,
"micromark-factory-label" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-factory-title" : "^2.0.0" ,
"micromark-factory-whitespace" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-classify-character" : "^2.0.0" ,
"micromark-util-html-tag-name" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-resolve-all" : "^2.0.0" ,
"micromark-util-subtokenize" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-extension-directive" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-4.0.0.tgz" ,
"integrity" : "sha512-/C2nqVmXXmiseSSuCdItCMho7ybwwop6RrrRPk0KbOHW21JKoCldC+8rFOaundDoRBUWBnJJcxeA/Kvi34WQXg==" ,
"license" : "MIT" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-factory-whitespace" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"parse-entities" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-footnote" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-footnote/-/micromark-extension-footnote-0.3.2.tgz" ,
"integrity" : "sha512-gr/BeIxbIWQoUm02cIfK7mdMZ/fbroRpLsck4kvFtjbzP4yi+OPVbnukTc/zy0i7spC2xYE/dbX1Sur8BEDJsQ==" ,
"license" : "MIT" ,
"dependencies" : {
"micromark" : "~2.11.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
"license" : "MIT" ,
"dependencies" : {
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/micromark" : {
"version" : "2.11.4" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" ,
"integrity" : "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.0.0" ,
"parse-entities" : "^2.0.0"
}
} ,
"node_modules/micromark-extension-footnote/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-frontmatter" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-0.2.2.tgz" ,
"integrity" : "sha512-q6nPLFCMTLtfsctAuS0Xh4vaolxSFUWUWR6PZSrXXiRy+SANGllpcqdXFv2z07l0Xz/6Hl40hK0ffNCJPH2n1A==" ,
"license" : "MIT" ,
"dependencies" : {
"fault" : "^1.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm" : {
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-0.3.3.tgz" ,
"integrity" : "sha512-oVN4zv5/tAIA+l3GbMi7lWeYpJ14oQyJ3uEim20ktYFAcfX1x3LNlFGGlmrZHt7u9YlKExmyJdDGaTt6cMSR/A==" ,
"license" : "MIT" ,
"dependencies" : {
"micromark" : "~2.11.0" ,
"micromark-extension-gfm-autolink-literal" : "~0.5.0" ,
"micromark-extension-gfm-strikethrough" : "~0.6.5" ,
"micromark-extension-gfm-table" : "~0.4.0" ,
"micromark-extension-gfm-tagfilter" : "~0.3.0" ,
"micromark-extension-gfm-task-list-item" : "~0.3.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-autolink-literal" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz" ,
"integrity" : "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==" ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-footnote" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz" ,
"integrity" : "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==" ,
"license" : "MIT" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-core-commonmark" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough" : {
2022-02-19 14:20:24 +08:00
"version" : "0.6.5" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-0.6.5.tgz" ,
"integrity" : "sha512-PpOKlgokpQRwUesRwWEp+fHjGGkZEejj83k9gU5iXCbDG+XBA92BqnRKYJdfqfkrRcZRgGuPuXb7DaK/DmxOhw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"micromark" : "~2.11.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
"license" : "MIT" ,
"dependencies" : {
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark" : {
"version" : "2.11.4" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" ,
"integrity" : "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.0.0" ,
"parse-entities" : "^2.0.0"
}
} ,
"node_modules/micromark-extension-gfm-strikethrough/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-table" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz" ,
"integrity" : "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==" ,
"license" : "MIT" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-tagfilter" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-0.3.0.tgz" ,
"integrity" : "sha512-9GU0xBatryXifL//FJH+tAZ6i240xQuFrSL7mYi8f4oZSbc+NvXjkrHemeYP0+L4ZUT+Ptz3b95zhUZnMtoi/Q==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item" : {
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-0.3.3.tgz" ,
"integrity" : "sha512-0zvM5iSLKrc/NQl84pZSjGo66aTGd57C1idmlWmE87lkMcXrTxg1uXa/nXomxJytoje9trP0NDLvw4bZ/Z/XCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"micromark" : "~2.11.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
"license" : "MIT" ,
"dependencies" : {
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark" : {
"version" : "2.11.4" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" ,
"integrity" : "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.0.0" ,
"parse-entities" : "^2.0.0"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/character-entities" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz" ,
"integrity" : "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/character-entities-legacy" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz" ,
"integrity" : "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/character-reference-invalid" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz" ,
"integrity" : "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/is-alphabetical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz" ,
"integrity" : "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/is-alphanumerical" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz" ,
"integrity" : "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" ,
"license" : "MIT" ,
"dependencies" : {
"is-alphabetical" : "^1.0.0" ,
"is-decimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/is-decimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz" ,
"integrity" : "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/is-hexadecimal" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz" ,
"integrity" : "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/micromark" : {
"version" : "2.11.4" ,
"resolved" : "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz" ,
"integrity" : "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.0.0" ,
"parse-entities" : "^2.0.0"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/micromark-extension-gfm-autolink-literal" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-0.5.7.tgz" ,
"integrity" : "sha512-ePiDGH0/lhcngCe8FtH4ARFoxKTUelMp4L7Gg2pujYD5CSMb9PbblnyL+AAMud/SNMyusbS2XDSiPIRcQoNFAw==" ,
"license" : "MIT" ,
"dependencies" : {
"micromark" : "~2.11.3"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/micromark-extension-gfm-table" : {
"version" : "0.4.3" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-0.4.3.tgz" ,
"integrity" : "sha512-hVGvESPq0fk6ALWtomcwmgLvH8ZSVpcPjzi0AjPclB9FsVRgMtGZkUcpE0zgjOCFAznKepF4z3hX8z6e3HODdA==" ,
"license" : "MIT" ,
"dependencies" : {
"micromark" : "~2.11.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm/node_modules/parse-entities" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz" ,
"integrity" : "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^1.0.0" ,
"character-entities-legacy" : "^1.0.0" ,
"character-reference-invalid" : "^1.0.0" ,
"is-alphanumerical" : "^1.0.0" ,
"is-decimal" : "^1.0.0" ,
"is-hexadecimal" : "^1.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/micromark-extension-math" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz" ,
"integrity" : "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/katex" : "^0.16.0" ,
"devlop" : "^1.0.0" ,
"katex" : "^0.16.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-factory-destination" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz" ,
"integrity" : "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-factory-label" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz" ,
"integrity" : "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-factory-space" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz" ,
"integrity" : "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-factory-title" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz" ,
"integrity" : "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-factory-whitespace" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz" ,
"integrity" : "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-character" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz" ,
"integrity" : "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-chunked" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz" ,
"integrity" : "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
}
} ,
"node_modules/micromark-util-classify-character" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz" ,
"integrity" : "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-combine-extensions" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz" ,
"integrity" : "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-decode-numeric-character-reference" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz" ,
"integrity" : "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
}
} ,
"node_modules/micromark-util-encode" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz" ,
"integrity" : "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromark-util-html-tag-name" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz" ,
"integrity" : "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromark-util-normalize-identifier" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz" ,
"integrity" : "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
}
} ,
"node_modules/micromark-util-resolve-all" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz" ,
"integrity" : "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-sanitize-uri" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz" ,
"integrity" : "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/micromark-util-subtokenize" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz" ,
"integrity" : "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"devlop" : "^1.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/micromark-util-symbol" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz" ,
"integrity" : "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromark-util-types" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz" ,
"integrity" : "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"engines" : {
"node" : ">= 0.6"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/mime-types" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz" ,
"integrity" : "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"mime-db" : "^1.54.0"
} ,
"engines" : {
"node" : ">=18"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
2026-05-23 18:34:43 +08:00
"url" : "https://opencollective.com/express"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/minimatch" : {
2026-05-12 01:24:41 +08:00
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "ISC" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minimist" : {
2024-06-03 20:21:36 +08:00
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/minipass" : {
2026-05-12 01:24:41 +08:00
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz" ,
"integrity" : "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==" ,
"license" : "BlueOak-1.0.0" ,
2024-06-03 20:21:36 +08:00
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
2022-02-19 14:20:24 +08:00
} ,
"node_modules/ms" : {
2025-06-15 19:29:03 +08:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/negotiator" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz" ,
"integrity" : "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/neotraverse" : {
"version" : "0.6.18" ,
"resolved" : "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz" ,
"integrity" : "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 10"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/normalize-package-data" : {
2026-05-23 18:34:43 +08:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz" ,
"integrity" : "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==" ,
2024-06-17 22:06:14 +08:00
"license" : "BSD-2-Clause" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"hosted-git-info" : "^7.0.0" ,
"semver" : "^7.3.5" ,
"validate-npm-package-license" : "^3.0.4"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2025-06-15 19:29:03 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=0.10.0"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/object-inspect" : {
"version" : "1.13.4" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" ,
"integrity" : "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" ,
"integrity" : "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"ee-first" : "1.1.1"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.8"
2024-06-17 22:06:14 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/optionator" : {
2024-06-17 22:06:14 +08:00
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
"type-check" : "^0.4.0" ,
2024-06-17 22:06:14 +08:00
"word-wrap" : "^1.2.5"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/parse-entities" : {
2026-05-23 18:34:43 +08:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz" ,
"integrity" : "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@types/unist" : "^2.0.0" ,
"character-entities-legacy" : "^3.0.0" ,
"character-reference-invalid" : "^2.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"is-alphanumerical" : "^2.0.0" ,
"is-decimal" : "^2.0.0" ,
"is-hexadecimal" : "^2.0.0"
2022-02-19 14:20:24 +08:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/parse-json" : {
2026-05-23 18:34:43 +08:00
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz" ,
"integrity" : "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@babel/code-frame" : "^7.26.2" ,
"index-to-position" : "^1.1.0" ,
"type-fest" : "^4.39.1"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.8"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2026-05-23 18:34:43 +08:00
"dev" : true ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-06-03 20:21:36 +08:00
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-scurry" : {
2026-05-23 18:34:43 +08:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz" ,
"integrity" : "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==" ,
2024-06-03 20:21:36 +08:00
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"lru-cache" : "^11.0.0" ,
"minipass" : "^7.1.2"
2024-06-03 20:21:36 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : "18 || 20 || >=22"
2024-06-03 20:21:36 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "11.5.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz" ,
"integrity" : "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : "20 || >=22"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/path-to-glob-pattern" : {
2026-05-23 18:34:43 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/path-to-glob-pattern/-/path-to-glob-pattern-2.0.1.tgz" ,
"integrity" : "sha512-tmciSlVyHnX0LC86+zSr+0LURw9rDPw8ilhXcmTpVUOnI6OsKdCzXQs5fTG10Bjz26IBdnKL3XIaP+QvGsk5YQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/path-to-regexp" : {
"version" : "8.4.2" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz" ,
"integrity" : "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/picomatch" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz" ,
"integrity" : "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/pkce-challenge" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz" ,
"integrity" : "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=16.20.0"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/pluralize" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-2.0.0.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-TqNZzQCD4S42De9IfnnBvILN7HAW7riLqsCyp8lgjXeysyPlX5HhqKAcJHHHb9XskE4/a+7VGC9zzx8Ls0jOAw==" ,
"license" : "MIT"
} ,
2022-02-19 14:20:24 +08:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/proxy-addr" : {
"version" : "2.0.7" ,
"resolved" : "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" ,
"integrity" : "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"forwarded" : "0.2.0" ,
"ipaddr.js" : "1.9.1"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.10"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/punycode.js" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz" ,
"integrity" : "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=6"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/qified" : {
"version" : "0.10.1" ,
"resolved" : "https://registry.npmjs.org/qified/-/qified-0.10.1.tgz" ,
"integrity" : "sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"hookified" : "^2.1.1"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=20"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/qified/node_modules/hookified" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/hookified/-/hookified-2.2.0.tgz" ,
"integrity" : "sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==" ,
"license" : "MIT"
} ,
"node_modules/qs" : {
"version" : "6.15.2" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz" ,
"integrity" : "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==" ,
"license" : "BSD-3-Clause" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"side-channel" : "^1.1.0"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=0.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.6"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/raw-body" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz" ,
"integrity" : "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"bytes" : "~3.1.2" ,
"http-errors" : "~2.0.1" ,
"iconv-lite" : "~0.7.0" ,
"unpipe" : "~1.0.0"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.10"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/rc-config-loader" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-4.1.4.tgz" ,
"integrity" : "sha512-3GiwEzklkbXTDp52UR5nT8iXgYAx1V9ZG/kDZT7p60u2GCv2XTwQq4NzinMoMpNtXhmt3WkhYXcj6HH8HdwCEQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.4.3" ,
"js-yaml" : "^4.1.1" ,
"json5" : "^2.2.3" ,
"require-from-string" : "^2.0.2"
}
} ,
"node_modules/read-package-up" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/read-package-up/-/read-package-up-11.0.0.tgz" ,
"integrity" : "sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"dependencies" : {
"find-up-simple" : "^1.0.0" ,
"read-pkg" : "^9.0.0" ,
"type-fest" : "^4.6.0"
} ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/read-pkg" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz" ,
"integrity" : "sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"@types/normalize-package-data" : "^2.4.3" ,
"normalize-package-data" : "^6.0.0" ,
"parse-json" : "^8.0.0" ,
"type-fest" : "^4.6.0" ,
"unicorn-magic" : "^0.1.0"
2025-06-15 19:29:03 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
2025-06-15 19:29:03 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-06-15 19:29:03 +08:00
}
2022-03-01 01:19:31 +08:00
} ,
2022-02-19 14:20:24 +08:00
"node_modules/regexp.prototype.flags" : {
2025-06-15 19:29:03 +08:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz" ,
"integrity" : "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2025-06-15 19:29:03 +08:00
"call-bind" : "^1.0.8" ,
2024-06-17 22:06:14 +08:00
"define-properties" : "^1.2.1" ,
"es-errors" : "^1.3.0" ,
2025-06-15 19:29:03 +08:00
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"set-function-name" : "^2.0.2"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/remark-footnotes" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-3.0.0.tgz" ,
"integrity" : "sha512-ZssAvH9FjGYlJ/PBVKdSmfyPc3Cz4rTWgZLI4iE/SX8Nt5l3o3oEjv3wwG5VD7xOjktzdwp5coac+kJV9l4jgg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"mdast-util-footnote" : "^0.1.0" ,
"micromark-extension-footnote" : "^0.3.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/remark-frontmatter" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-3.0.0.tgz" ,
"integrity" : "sha512-mSuDd3svCHs+2PyO29h7iijIZx4plX0fheacJcAoYAASfgzgVIcXGYSq9GFyYocFLftQs8IOmmkgtOovs6d4oA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"mdast-util-frontmatter" : "^0.2.0" ,
"micromark-extension-frontmatter" : "^0.2.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/remark-gfm" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-gfm/-/remark-gfm-1.0.0.tgz" ,
"integrity" : "sha512-KfexHJCiqvrdBZVbQ6RopMZGwaXz6wFJEfByIuEwGf0arvITHjiKKZ1dpXujjH9KZdm1//XJQwgfnJ3lmXaDPA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"mdast-util-gfm" : "^0.1.0" ,
"micromark-extension-gfm" : "^0.3.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/remark-parse" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz" ,
"integrity" : "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"mdast-util-from-markdown" : "^0.8.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/repeat-string" : {
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/require-from-string" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" ,
"integrity" : "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/router" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/router/-/router-2.2.0.tgz" ,
"integrity" : "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"debug" : "^4.4.0" ,
"depd" : "^2.0.0" ,
"is-promise" : "^4.0.0" ,
"parseurl" : "^1.3.3" ,
"path-to-regexp" : "^8.0.0"
2022-02-19 14:20:24 +08:00
} ,
2025-06-15 19:29:03 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 18"
2022-02-19 14:20:24 +08:00
}
} ,
2024-06-03 20:21:36 +08:00
"node_modules/run-con" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/run-con/-/run-con-1.3.2.tgz" ,
"integrity" : "sha512-CcfE+mYiTcKEzg0IqS08+efdnH0oJ3zV0wSUFBNrMHMuxCtXvBCLzCJHatwuXDcu/RlhjTziTo/a1ruQik6/Yg==" ,
"license" : "(BSD-2-Clause OR MIT OR Apache-2.0)" ,
"dependencies" : {
"deep-extend" : "^0.6.0" ,
"ini" : "~4.1.0" ,
"minimist" : "^1.2.8" ,
"strip-json-comments" : "~3.1.1"
} ,
"bin" : {
"run-con" : "cli.js"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
} ,
"node_modules/semver" : {
"version" : "7.8.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz" ,
"integrity" : "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=10"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/send" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/send/-/send-1.2.1.tgz" ,
"integrity" : "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"debug" : "^4.4.3" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.1" ,
"mime-types" : "^3.0.2" ,
"ms" : "^2.1.3" ,
"on-finished" : "^2.4.1" ,
"range-parser" : "^1.2.1" ,
"statuses" : "^2.0.2"
2025-06-15 19:29:03 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 18"
2025-06-15 19:29:03 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-06-15 19:29:03 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/serve-static" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz" ,
"integrity" : "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"parseurl" : "^1.3.3" ,
"send" : "^1.2.0"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 18"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2022-02-19 14:20:24 +08:00
}
} ,
2024-06-17 22:06:14 +08:00
"node_modules/set-function-length" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" ,
"integrity" : "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/set-function-name" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz" ,
"integrity" : "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"functions-have-names" : "^1.2.3" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
2025-06-15 19:29:03 +08:00
} ,
2024-06-03 20:21:36 +08:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"license" : "MIT" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-06-17 22:06:14 +08:00
"node_modules/side-channel" : {
2025-06-15 19:29:03 +08:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" ,
"integrity" : "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
2025-06-15 19:29:03 +08:00
"object-inspect" : "^1.13.3" ,
"side-channel-list" : "^1.0.0" ,
"side-channel-map" : "^1.0.1" ,
"side-channel-weakmap" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-list" : {
2026-05-12 01:24:41 +08:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz" ,
"integrity" : "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
2026-05-12 01:24:41 +08:00
"object-inspect" : "^1.13.4"
2025-06-15 19:29:03 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-map" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" ,
"integrity" : "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-weakmap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" ,
"integrity" : "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3" ,
"side-channel-map" : "^1.0.1"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/slice-ansi" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz" ,
"integrity" : "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"astral-regex" : "^2.0.0" ,
"is-fullwidth-code-point" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/slice-ansi?sponsor=1"
}
} ,
2024-06-03 20:21:36 +08:00
"node_modules/smol-toml" : {
2026-05-23 18:34:43 +08:00
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz" ,
"integrity" : "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==" ,
2024-06-03 20:21:36 +08:00
"license" : "BSD-3-Clause" ,
"engines" : {
2025-06-15 19:29:03 +08:00
"node" : ">= 18"
2026-05-23 18:34:43 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/cyyynthia"
2024-06-03 20:21:36 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/spdx-correct" : {
2024-06-17 22:06:14 +08:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" ,
"integrity" : "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" ,
"license" : "Apache-2.0" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-exceptions" : {
2024-06-17 22:06:14 +08:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz" ,
"integrity" : "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" ,
"license" : "CC-BY-3.0"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" ,
"integrity" : "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-license-ids" : {
2026-05-12 01:24:41 +08:00
"version" : "3.0.23" ,
"resolved" : "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz" ,
"integrity" : "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==" ,
2024-06-17 22:06:14 +08:00
"license" : "CC0-1.0"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/statuses" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
2025-06-15 19:29:03 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 0.8"
2025-06-15 19:29:03 +08:00
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/string-width" : {
2026-05-23 18:34:43 +08:00
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz" ,
"integrity" : "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"get-east-asian-width" : "^1.3.0" ,
"strip-ansi" : "^7.1.0"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=20"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/strip-ansi" : {
2026-05-23 18:34:43 +08:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz" ,
"integrity" : "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==" ,
2024-06-03 20:21:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"ansi-regex" : "^6.2.2"
2024-06-03 20:21:36 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=12"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2022-02-19 14:20:24 +08:00
}
} ,
2024-06-03 20:21:36 +08:00
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/structured-source" : {
2024-06-17 22:06:14 +08:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz" ,
"integrity" : "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==" ,
"license" : "BSD-2-Clause" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2024-06-17 22:06:14 +08:00
"boundary" : "^2.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/supports-color" : {
2024-06-17 22:06:14 +08:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
2022-02-19 14:20:24 +08:00
"engines" : {
2024-06-17 22:06:14 +08:00
"node" : ">=8"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/table" : {
"version" : "6.9.0" ,
"resolved" : "https://registry.npmjs.org/table/-/table-6.9.0.tgz" ,
"integrity" : "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"ajv" : "^8.0.1" ,
"lodash.truncate" : "^4.4.2" ,
"slice-ansi" : "^4.0.0" ,
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/table/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=8"
}
} ,
"node_modules/table/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"engines" : {
"node" : ">=8"
2022-02-19 14:20:24 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/table/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-23 18:34:43 +08:00
"ansi-regex" : "^5.0.1"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=8"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/text-table" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" ,
"license" : "MIT"
2022-02-19 14:20:24 +08:00
} ,
"node_modules/textlint" : {
2026-05-23 18:34:43 +08:00
"version" : "15.7.1" ,
"resolved" : "https://registry.npmjs.org/textlint/-/textlint-15.7.1.tgz" ,
"integrity" : "sha512-T6WRImq6XBnf7kRUE401/gz4USDcrsr9ksDfpwspPAHcvlptsTmd5CrRuPc2brd6t93Z6xSGIGlvV4QAMUHx+A==" ,
"license" : "MIT" ,
"dependencies" : {
"@modelcontextprotocol/sdk" : "^1.29.0" ,
"@textlint/ast-node-types" : "15.7.1" ,
"@textlint/ast-traverse" : "15.7.1" ,
"@textlint/config-loader" : "15.7.1" ,
"@textlint/feature-flag" : "15.7.1" ,
"@textlint/fixer-formatter" : "15.7.1" ,
"@textlint/kernel" : "15.7.1" ,
"@textlint/linter-formatter" : "15.7.1" ,
"@textlint/module-interop" : "15.7.1" ,
"@textlint/resolver" : "15.7.1" ,
"@textlint/textlint-plugin-markdown" : "15.7.1" ,
"@textlint/textlint-plugin-text" : "15.7.1" ,
"@textlint/types" : "15.7.1" ,
"@textlint/utils" : "15.7.1" ,
"debug" : "^4.4.3" ,
"file-entry-cache" : "^10.1.4" ,
"glob" : "^13.0.6" ,
2022-02-19 14:20:24 +08:00
"md5" : "^2.3.0" ,
2026-05-23 18:34:43 +08:00
"optionator" : "^0.9.4" ,
"path-to-glob-pattern" : "^2.0.1" ,
"rc-config-loader" : "^4.1.4" ,
"read-package-up" : "^11.0.0" ,
2024-06-17 22:06:14 +08:00
"structured-source" : "^4.0.0" ,
2026-05-23 18:34:43 +08:00
"zod" : "^3.25.76"
2022-02-19 14:20:24 +08:00
} ,
"bin" : {
2026-05-23 18:34:43 +08:00
"textlint" : "bin/textlint.js"
2022-02-19 14:20:24 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=20.0.0"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/textlint-rule-helper" : {
2026-05-12 01:24:41 +08:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.5.0.tgz" ,
"integrity" : "sha512-QIbFPtyqLy0g5BJn8mryk9iHzGYicNaFIpLFPiEnb4RXxrEGeQ2W2aARQ9yEXLIAqo+OwK4ndWBAWkbgJEPzTQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2026-05-12 01:24:41 +08:00
"@textlint/ast-node-types" : "^15.2.1" ,
2024-06-17 22:06:14 +08:00
"structured-source" : "^4.0.0" ,
2022-02-19 14:20:24 +08:00
"unist-util-visit" : "^2.0.3"
}
} ,
"node_modules/textlint-rule-ja-space-between-half-and-full-width" : {
2024-06-17 22:06:14 +08:00
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/textlint-rule-ja-space-between-half-and-full-width/-/textlint-rule-ja-space-between-half-and-full-width-2.4.2.tgz" ,
"integrity" : "sha512-GqwSy0ivm4Q5Bok9LaOwfg+H1auLRMoMi2aY/7aSIrgvX/RD5aZ2Rk2lm3TTX42mR1UrQu8GDqktUEZfvQ913w==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
2024-06-17 22:06:14 +08:00
"@textlint/regexp-string-matcher" : "^2.0.2" ,
2022-02-19 14:20:24 +08:00
"match-index" : "^1.0.1" ,
2024-06-17 22:06:14 +08:00
"textlint-rule-helper" : "^2.2.4"
2022-02-19 14:20:24 +08:00
}
} ,
2022-03-01 01:19:31 +08:00
"node_modules/textlint-rule-zh-half-and-full-width-bracket" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/textlint-rule-zh-half-and-full-width-bracket/-/textlint-rule-zh-half-and-full-width-bracket-1.1.0.tgz" ,
"integrity" : "sha512-P204kbCFkzu84hYp1TF7sR/DUp+HeGbJ3wL2PMjeHEDgEIgFfbHOOWIPqsyHdNCwwfx+N+IrPtXSRCwpCUcpww==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-03-01 01:19:31 +08:00
"dependencies" : {
"@babel/runtime-corejs3" : "^7.9.6" ,
"textlint-rule-helper" : "^2.1.1"
} ,
"peerDependencies" : {
"textlint" : ">= 5.5.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/textlint/node_modules/balanced-match" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : "18 || 20 || >=22"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/textlint/node_modules/brace-expansion" : {
"version" : "5.0.6" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz" ,
"integrity" : "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"balanced-match" : "^4.0.2"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : "18 || 20 || >=22"
}
} ,
"node_modules/textlint/node_modules/glob" : {
"version" : "13.0.6" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz" ,
"integrity" : "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"minimatch" : "^10.2.2" ,
"minipass" : "^7.1.3" ,
"path-scurry" : "^2.0.2"
} ,
"engines" : {
"node" : "18 || 20 || >=22"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/textlint/node_modules/minimatch" : {
"version" : "10.2.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz" ,
"integrity" : "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"brace-expansion" : "^5.0.5"
} ,
"engines" : {
"node" : "18 || 20 || >=22"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/tinyglobby" : {
"version" : "0.2.16" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz" ,
"integrity" : "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==" ,
"license" : "MIT" ,
"dependencies" : {
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.4"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.6"
2024-06-17 22:06:14 +08:00
}
2022-02-19 14:20:24 +08:00
} ,
"node_modules/trough" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz" ,
"integrity" : "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/type-fest" : {
"version" : "4.41.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" ,
"integrity" : "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==" ,
"license" : "(MIT OR CC0-1.0)" ,
2024-06-17 22:06:14 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=16"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/type-is" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz" ,
"integrity" : "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-05-23 18:34:43 +08:00
"content-type" : "^2.0.0" ,
"media-typer" : "^1.1.0" ,
"mime-types" : "^3.0.0"
2024-06-17 22:06:14 +08:00
} ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">= 18"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2024-06-17 22:06:14 +08:00
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/type-is/node_modules/content-type" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz" ,
"integrity" : "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2024-06-17 22:06:14 +08:00
}
} ,
"node_modules/uc.micro" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz" ,
"integrity" : "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==" ,
"license" : "MIT"
} ,
2026-05-23 18:34:43 +08:00
"node_modules/unicorn-magic" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz" ,
"integrity" : "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2025-06-15 19:29:03 +08:00
"engines" : {
2026-05-23 18:34:43 +08:00
"node" : ">=18"
2024-06-17 22:06:14 +08:00
} ,
"funding" : {
2026-05-23 18:34:43 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2024-06-17 22:06:14 +08:00
}
} ,
"node_modules/unified" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz" ,
"integrity" : "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==" ,
"license" : "MIT" ,
"dependencies" : {
"bail" : "^1.0.0" ,
"extend" : "^3.0.0" ,
"is-buffer" : "^2.0.0" ,
"is-plain-obj" : "^2.0.0" ,
"trough" : "^1.0.0" ,
"vfile" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unified/node_modules/is-buffer" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz" ,
"integrity" : "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" ,
"funding" : [
2022-02-19 14:20:24 +08:00
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/unist-util-is" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz" ,
"integrity" : "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-stringify-position" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz" ,
"integrity" : "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"@types/unist" : "^2.0.2"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-visit" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz" ,
"integrity" : "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"unist-util-is" : "^4.0.0" ,
"unist-util-visit-parents" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-visit-parents" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz" ,
"integrity" : "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"unist-util-is" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/unpipe" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" ,
"integrity" : "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/validate-npm-package-license" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" ,
"integrity" : "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" ,
2024-06-17 22:06:14 +08:00
"license" : "Apache-2.0" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
}
} ,
2026-05-23 18:34:43 +08:00
"node_modules/vary" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" ,
"integrity" : "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/vfile" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz" ,
"integrity" : "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"is-buffer" : "^2.0.0" ,
"unist-util-stringify-position" : "^2.0.0" ,
"vfile-message" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/vfile-message" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz" ,
"integrity" : "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"dependencies" : {
"@types/unist" : "^2.0.0" ,
"unist-util-stringify-position" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/vfile/node_modules/is-buffer" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz" ,
"integrity" : "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=4"
}
} ,
2024-06-03 20:21:36 +08:00
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2022-02-19 14:20:24 +08:00
"node_modules/word-wrap" : {
2024-06-17 22:06:14 +08:00
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
2024-06-17 22:06:14 +08:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
2022-02-19 14:20:24 +08:00
} ,
2026-05-23 18:34:43 +08:00
"node_modules/zod" : {
"version" : "3.25.76" ,
"resolved" : "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz" ,
"integrity" : "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2026-05-23 18:34:43 +08:00
"funding" : {
"url" : "https://github.com/sponsors/colinhacks"
}
} ,
"node_modules/zod-to-json-schema" : {
"version" : "3.25.2" ,
"resolved" : "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz" ,
"integrity" : "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==" ,
"license" : "ISC" ,
"peerDependencies" : {
"zod" : "^3.25.28 || ^4"
2022-02-19 14:20:24 +08:00
}
} ,
"node_modules/zwitch" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz" ,
"integrity" : "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==" ,
2024-06-17 22:06:14 +08:00
"license" : "MIT" ,
2022-02-19 14:20:24 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
}
}
}