2026-01-12 12:23:44 +08:00
{
"name" : "llm-in-text" ,
"version" : "0.0.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "llm-in-text" ,
"version" : "0.0.0" ,
"dependencies" : {
2026-01-18 09:08:38 +08:00
"@milkdown/core" : "^7.18.0" ,
"@milkdown/crepe" : "^7.18.0" ,
"@milkdown/kit" : "^7.18.0" ,
"@milkdown/theme-nord" : "^7.18.0" ,
"@milkdown/vue" : "^7.18.0" ,
2026-02-14 23:53:26 +08:00
"katex" : "^0.16.9" ,
2026-01-12 12:23:44 +08:00
"markdown-it" : "^13.0.0" ,
2026-02-14 23:53:26 +08:00
"markdown-it-math" : "^3.0.2" ,
2026-01-12 12:23:44 +08:00
"pinia" : "^2.3.1" ,
"prismjs" : "^1.29.0" ,
"vue" : "^3.5.24" ,
"vue-router" : "^4.6.4"
} ,
"devDependencies" : {
"@vitejs/plugin-vue" : "^6.0.1" ,
"vite" : "^7.2.4"
}
} ,
"node_modules/@babel/helper-string-parser" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" ,
"integrity" : "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" ,
"license" : "MIT" ,
"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"
}
} ,
"node_modules/@babel/parser" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz" ,
"integrity" : "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.28.5"
} ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/types" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz" ,
"integrity" : "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-string-parser" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.28.5"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2026-01-18 09:08:38 +08:00
"node_modules/@codemirror/autocomplete" : {
"version" : "6.20.0" ,
"resolved" : "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.0.tgz" ,
"integrity" : "sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.17.0" ,
"@lezer/common" : "^1.0.0"
}
} ,
"node_modules/@codemirror/commands" : {
"version" : "6.10.1" ,
"resolved" : "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.1.tgz" ,
"integrity" : "sha512-uWDWFypNdQmz2y1LaNJzK7fL7TYKLeUAU0npEC685OKTF3KcQ2Vu3klIM78D7I6wGhktme0lh3CuQLv0ZCrD9Q==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.4.0" ,
"@codemirror/view" : "^6.27.0" ,
"@lezer/common" : "^1.1.0"
}
} ,
"node_modules/@codemirror/lang-angular" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-angular/-/lang-angular-0.1.4.tgz" ,
"integrity" : "sha512-oap+gsltb/fzdlTQWD6BFF4bSLKcDnlxDsLdePiJpCVNKWXSTAbiiQeYI3UmES+BLAdkmIC1WjyztC1pi/bX4g==" ,
"dependencies" : {
"@codemirror/lang-html" : "^6.0.0" ,
"@codemirror/lang-javascript" : "^6.1.2" ,
"@codemirror/language" : "^6.0.0" ,
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.3.3"
}
} ,
"node_modules/@codemirror/lang-cpp" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-cpp/-/lang-cpp-6.0.3.tgz" ,
"integrity" : "sha512-URM26M3vunFFn9/sm6rzqrBzDgfWuDixp85uTY49wKudToc2jTHUrKIGGKs+QWND+YLofNNZpxcNGRynFJfvgA==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@lezer/cpp" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-css" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.1.tgz" ,
"integrity" : "sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@lezer/common" : "^1.0.2" ,
"@lezer/css" : "^1.1.7"
}
} ,
"node_modules/@codemirror/lang-go" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-go/-/lang-go-6.0.1.tgz" ,
"integrity" : "sha512-7fNvbyNylvqCphW9HD6WFnRpcDjr+KXX/FgqXy5H5ZS0eC5edDljukm/yNgYkwTsgp2busdod50AOTIy6Jikfg==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/language" : "^6.6.0" ,
"@codemirror/state" : "^6.0.0" ,
"@lezer/common" : "^1.0.0" ,
"@lezer/go" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-html" : {
"version" : "6.4.11" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.11.tgz" ,
"integrity" : "sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/lang-css" : "^6.0.0" ,
"@codemirror/lang-javascript" : "^6.0.0" ,
"@codemirror/language" : "^6.4.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.17.0" ,
"@lezer/common" : "^1.0.0" ,
"@lezer/css" : "^1.1.0" ,
"@lezer/html" : "^1.3.12"
}
} ,
"node_modules/@codemirror/lang-java" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-java/-/lang-java-6.0.2.tgz" ,
"integrity" : "sha512-m5Nt1mQ/cznJY7tMfQTJchmrjdjQ71IDs+55d1GAa8DGaB8JXWsVCkVT284C3RTASaY43YknrK2X3hPO/J3MOQ==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@lezer/java" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-javascript" : {
"version" : "6.2.4" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.4.tgz" ,
"integrity" : "sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/language" : "^6.6.0" ,
"@codemirror/lint" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.17.0" ,
"@lezer/common" : "^1.0.0" ,
"@lezer/javascript" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-jinja" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-jinja/-/lang-jinja-6.0.0.tgz" ,
"integrity" : "sha512-47MFmRcR8UAxd8DReVgj7WJN1WSAMT7OJnewwugZM4XiHWkOjgJQqvEM1NpMj9ALMPyxmlziEI1opH9IaEvmaw==" ,
"dependencies" : {
"@codemirror/lang-html" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.2.0" ,
"@lezer/lr" : "^1.4.0"
}
} ,
"node_modules/@codemirror/lang-json" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.2.tgz" ,
"integrity" : "sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@lezer/json" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-less" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-less/-/lang-less-6.0.2.tgz" ,
"integrity" : "sha512-EYdQTG22V+KUUk8Qq582g7FMnCZeEHsyuOJisHRft/mQ+ZSZ2w51NupvDUHiqtsOy7It5cHLPGfHQLpMh9bqpQ==" ,
"dependencies" : {
"@codemirror/lang-css" : "^6.2.0" ,
"@codemirror/language" : "^6.0.0" ,
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-liquid" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-liquid/-/lang-liquid-6.3.1.tgz" ,
"integrity" : "sha512-S/jE/D7iij2Pu70AC65ME6AYWxOOcX20cSJvaPgY5w7m2sfxsArAcUAuUgm/CZCVmqoi9KiOlS7gj/gyLipABw==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/lang-html" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.0.0" ,
"@lezer/common" : "^1.0.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.3.1"
}
} ,
"node_modules/@codemirror/lang-markdown" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.5.0.tgz" ,
"integrity" : "sha512-0K40bZ35jpHya6FriukbgaleaqzBLZfOh7HuzqbMxBXkbYMJDxfF39c23xOgxFezR+3G+tR2/Mup+Xk865OMvw==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.7.1" ,
"@codemirror/lang-html" : "^6.0.0" ,
"@codemirror/language" : "^6.3.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.0.0" ,
"@lezer/common" : "^1.2.1" ,
"@lezer/markdown" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-php" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-php/-/lang-php-6.0.2.tgz" ,
"integrity" : "sha512-ZKy2v1n8Fc8oEXj0Th0PUMXzQJ0AIR6TaZU+PbDHExFwdu+guzOA4jmCHS1Nz4vbFezwD7LyBdDnddSJeScMCA==" ,
"dependencies" : {
"@codemirror/lang-html" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@lezer/common" : "^1.0.0" ,
"@lezer/php" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-python" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.2.1.tgz" ,
"integrity" : "sha512-IRjC8RUBhn9mGR9ywecNhB51yePWCGgvHfY1lWN/Mrp3cKuHr0isDKia+9HnvhiWNnMpbGhWrkhuWOc09exRyw==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.3.2" ,
"@codemirror/language" : "^6.8.0" ,
"@codemirror/state" : "^6.0.0" ,
"@lezer/common" : "^1.2.1" ,
"@lezer/python" : "^1.1.4"
}
} ,
"node_modules/@codemirror/lang-rust" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-rust/-/lang-rust-6.0.2.tgz" ,
"integrity" : "sha512-EZaGjCUegtiU7kSMvOfEZpaCReowEf3yNidYu7+vfuGTm9ow4mthAparY5hisJqOHmJowVH3Upu+eJlUji6qqA==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@lezer/rust" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-sass" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-sass/-/lang-sass-6.0.2.tgz" ,
"integrity" : "sha512-l/bdzIABvnTo1nzdY6U+kPAC51czYQcOErfzQ9zSm9D8GmNPD0WTW8st/CJwBTPLO8jlrbyvlSEcN20dc4iL0Q==" ,
"dependencies" : {
"@codemirror/lang-css" : "^6.2.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@lezer/common" : "^1.0.2" ,
"@lezer/sass" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-sql" : {
"version" : "6.10.0" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-sql/-/lang-sql-6.10.0.tgz" ,
"integrity" : "sha512-6ayPkEd/yRw0XKBx5uAiToSgGECo/GY2NoJIHXIIQh1EVwLuKoU8BP/qK0qH5NLXAbtJRLuT73hx7P9X34iO4w==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-vue" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-vue/-/lang-vue-0.1.3.tgz" ,
"integrity" : "sha512-QSKdtYTDRhEHCfo5zOShzxCmqKJvgGrZwDQSdbvCRJ5pRLWBS7pD/8e/tH44aVQT6FKm0t6RVNoSUWHOI5vNug==" ,
"dependencies" : {
"@codemirror/lang-html" : "^6.0.0" ,
"@codemirror/lang-javascript" : "^6.1.2" ,
"@codemirror/language" : "^6.0.0" ,
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.3.1"
}
} ,
"node_modules/@codemirror/lang-wast" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-wast/-/lang-wast-6.0.2.tgz" ,
"integrity" : "sha512-Imi2KTpVGm7TKuUkqyJ5NRmeFWF7aMpNiwHnLQe0x9kmrxElndyH0K6H/gXtWwY6UshMRAhpENsgfpSwsgmC6Q==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-xml" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.1.0.tgz" ,
"integrity" : "sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/language" : "^6.4.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.0.0" ,
"@lezer/common" : "^1.0.0" ,
"@lezer/xml" : "^1.0.0"
}
} ,
"node_modules/@codemirror/lang-yaml" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lang-yaml/-/lang-yaml-6.1.2.tgz" ,
"integrity" : "sha512-dxrfG8w5Ce/QbT7YID7mWZFKhdhsaTNOYjOkSIMt1qmC4VQnXSDSYVHHHn8k6kJUfIhtLo8t1JJgltlxWdsITw==" ,
"dependencies" : {
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.2.0" ,
"@lezer/lr" : "^1.0.0" ,
"@lezer/yaml" : "^1.0.0"
}
} ,
"node_modules/@codemirror/language" : {
"version" : "6.12.1" ,
"resolved" : "https://registry.npmjs.org/@codemirror/language/-/language-6.12.1.tgz" ,
"integrity" : "sha512-Fa6xkSiuGKc8XC8Cn96T+TQHYj4ZZ7RdFmXA3i9xe/3hLHfwPZdM+dqfX0Cp0zQklBKhVD8Yzc8LS45rkqcwpQ==" ,
2026-02-14 23:53:26 +08:00
"peer" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.23.0" ,
"@lezer/common" : "^1.5.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0" ,
"style-mod" : "^4.0.0"
}
} ,
"node_modules/@codemirror/language-data" : {
"version" : "6.5.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/language-data/-/language-data-6.5.2.tgz" ,
"integrity" : "sha512-CPkWBKrNS8stYbEU5kwBwTf3JB1kghlbh4FSAwzGW2TEscdeHHH4FGysREW86Mqnj3Qn09s0/6Ea/TutmoTobg==" ,
"dependencies" : {
"@codemirror/lang-angular" : "^0.1.0" ,
"@codemirror/lang-cpp" : "^6.0.0" ,
"@codemirror/lang-css" : "^6.0.0" ,
"@codemirror/lang-go" : "^6.0.0" ,
"@codemirror/lang-html" : "^6.0.0" ,
"@codemirror/lang-java" : "^6.0.0" ,
"@codemirror/lang-javascript" : "^6.0.0" ,
"@codemirror/lang-jinja" : "^6.0.0" ,
"@codemirror/lang-json" : "^6.0.0" ,
"@codemirror/lang-less" : "^6.0.0" ,
"@codemirror/lang-liquid" : "^6.0.0" ,
"@codemirror/lang-markdown" : "^6.0.0" ,
"@codemirror/lang-php" : "^6.0.0" ,
"@codemirror/lang-python" : "^6.0.0" ,
"@codemirror/lang-rust" : "^6.0.0" ,
"@codemirror/lang-sass" : "^6.0.0" ,
"@codemirror/lang-sql" : "^6.0.0" ,
"@codemirror/lang-vue" : "^0.1.1" ,
"@codemirror/lang-wast" : "^6.0.0" ,
"@codemirror/lang-xml" : "^6.0.0" ,
"@codemirror/lang-yaml" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/legacy-modes" : "^6.4.0"
}
} ,
"node_modules/@codemirror/legacy-modes" : {
"version" : "6.5.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.5.2.tgz" ,
"integrity" : "sha512-/jJbwSTazlQEDOQw2FJ8LEEKVS72pU0lx6oM54kGpL8t/NJ2Jda3CZ4pcltiKTdqYSRk3ug1B3pil1gsjA6+8Q==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0"
}
} ,
"node_modules/@codemirror/lint" : {
"version" : "6.9.2" ,
"resolved" : "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.2.tgz" ,
"integrity" : "sha512-sv3DylBiIyi+xKwRCJAAsBZZZWo82shJ/RTMymLabAdtbkV5cSKwWDeCgtUq3v8flTaXS2y1kKkICuRYtUswyQ==" ,
"dependencies" : {
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.35.0" ,
"crelt" : "^1.0.5"
}
} ,
"node_modules/@codemirror/search" : {
"version" : "6.6.0" ,
"resolved" : "https://registry.npmjs.org/@codemirror/search/-/search-6.6.0.tgz" ,
"integrity" : "sha512-koFuNXcDvyyotWcgOnZGmY7LZqEOXZaaxD/j6n18TCLx2/9HieZJ5H6hs1g8FiRxBD0DNfs0nXn17g872RmYdw==" ,
"dependencies" : {
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.37.0" ,
"crelt" : "^1.0.5"
}
} ,
"node_modules/@codemirror/state" : {
"version" : "6.5.4" ,
"resolved" : "https://registry.npmjs.org/@codemirror/state/-/state-6.5.4.tgz" ,
"integrity" : "sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==" ,
2026-02-14 23:53:26 +08:00
"peer" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
"@marijn/find-cluster-break" : "^1.0.0"
}
} ,
"node_modules/@codemirror/theme-one-dark" : {
"version" : "6.1.3" ,
"resolved" : "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.3.tgz" ,
"integrity" : "sha512-NzBdIvEJmx6fjeremiGp3t/okrLPYT0d9orIc7AFun8oZcRk58aejkqhv6spnz4MLAevrKNPMQYXEWMg4s+sKA==" ,
"dependencies" : {
"@codemirror/language" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.0.0" ,
"@lezer/highlight" : "^1.0.0"
}
} ,
"node_modules/@codemirror/view" : {
"version" : "6.39.11" ,
"resolved" : "https://registry.npmjs.org/@codemirror/view/-/view-6.39.11.tgz" ,
"integrity" : "sha512-bWdeR8gWM87l4DB/kYSF9A+dVackzDb/V56Tq7QVrQ7rn86W0rgZFtlL3g3pem6AeGcb9NQNoy3ao4WpW4h5tQ==" ,
2026-02-14 23:53:26 +08:00
"peer" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
"@codemirror/state" : "^6.5.0" ,
"crelt" : "^1.0.6" ,
"style-mod" : "^4.1.0" ,
"w3c-keyname" : "^2.2.4"
}
} ,
2026-01-12 12:23:44 +08:00
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz" ,
"integrity" : "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz" ,
"integrity" : "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz" ,
"integrity" : "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz" ,
"integrity" : "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz" ,
"integrity" : "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz" ,
"integrity" : "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz" ,
"integrity" : "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz" ,
"integrity" : "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz" ,
"integrity" : "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz" ,
"integrity" : "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz" ,
"integrity" : "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz" ,
"integrity" : "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz" ,
"integrity" : "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==" ,
"cpu" : [
"mips64el"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz" ,
"integrity" : "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz" ,
"integrity" : "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz" ,
"integrity" : "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz" ,
"integrity" : "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz" ,
"integrity" : "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz" ,
"integrity" : "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz" ,
"integrity" : "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz" ,
"integrity" : "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz" ,
"integrity" : "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz" ,
"integrity" : "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz" ,
"integrity" : "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz" ,
"integrity" : "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-x64" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz" ,
"integrity" : "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2026-01-18 09:08:38 +08:00
"node_modules/@floating-ui/core" : {
"version" : "1.7.3" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz" ,
"integrity" : "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==" ,
"dependencies" : {
"@floating-ui/utils" : "^0.2.10"
}
} ,
"node_modules/@floating-ui/dom" : {
"version" : "1.7.4" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz" ,
"integrity" : "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==" ,
"dependencies" : {
"@floating-ui/core" : "^1.7.3" ,
"@floating-ui/utils" : "^0.2.10"
}
} ,
"node_modules/@floating-ui/utils" : {
"version" : "0.2.10" ,
"resolved" : "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz" ,
"integrity" : "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ=="
} ,
2026-01-12 12:23:44 +08:00
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
"license" : "MIT"
} ,
2026-01-18 09:08:38 +08:00
"node_modules/@lezer/common" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@lezer/common/-/common-1.5.0.tgz" ,
"integrity" : "sha512-PNGcolp9hr4PJdXR4ix7XtixDrClScvtSCYW3rQG106oVMOOI+jFb+0+J3mbeL/53g1Zd6s0kJzaw6Ri68GmAA=="
} ,
"node_modules/@lezer/cpp" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/@lezer/cpp/-/cpp-1.1.5.tgz" ,
"integrity" : "sha512-DIhSXmYtJKLehrjzDFN+2cPt547ySQ41nA8yqcDf/GxMc+YM736xqltFkvADL2M0VebU5I+3+4ks2Vv+Kyq3Aw==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/css" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@lezer/css/-/css-1.3.0.tgz" ,
"integrity" : "sha512-pBL7hup88KbI7hXnZV3PQsn43DHy6TWyzuyk2AO9UyoXcDltvIdqWKE1dLL/45JVZ+YZkHe1WVHqO6wugZZWcw==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.3.0"
}
} ,
"node_modules/@lezer/go" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@lezer/go/-/go-1.0.1.tgz" ,
"integrity" : "sha512-xToRsYxwsgJNHTgNdStpcvmbVuKxTapV0dM0wey1geMMRc9aggoVyKgzYp41D2/vVOx+Ii4hmE206kvxIXBVXQ==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.3.0"
}
} ,
"node_modules/@lezer/highlight" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz" ,
"integrity" : "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==" ,
"dependencies" : {
"@lezer/common" : "^1.3.0"
}
} ,
"node_modules/@lezer/html" : {
"version" : "1.3.13" ,
"resolved" : "https://registry.npmjs.org/@lezer/html/-/html-1.3.13.tgz" ,
"integrity" : "sha512-oI7n6NJml729m7pjm9lvLvmXbdoMoi2f+1pwSDJkl9d68zGr7a9Btz8NdHTGQZtW2DA25ybeuv/SyDb9D5tseg==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/java" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/@lezer/java/-/java-1.1.3.tgz" ,
"integrity" : "sha512-yHquUfujwg6Yu4Fd1GNHCvidIvJwi/1Xu2DaKl/pfWIA2c1oXkVvawH3NyXhCaFx4OdlYBVX5wvz2f7Aoa/4Xw==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/javascript" : {
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.5.4.tgz" ,
"integrity" : "sha512-vvYx3MhWqeZtGPwDStM2dwgljd5smolYD2lR2UyFcHfxbBQebqx8yjmFmxtJ/E6nN6u1D9srOiVWm3Rb4tmcUA==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.1.3" ,
"@lezer/lr" : "^1.3.0"
}
} ,
"node_modules/@lezer/json" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@lezer/json/-/json-1.0.3.tgz" ,
"integrity" : "sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/lr" : {
"version" : "1.4.7" ,
"resolved" : "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.7.tgz" ,
"integrity" : "sha512-wNIFWdSUfX9Jc6ePMzxSPVgTVB4EOfDIwLQLWASyiUdHKaMsiilj9bYiGkGQCKVodd0x6bgQCV207PILGFCF9Q==" ,
"dependencies" : {
"@lezer/common" : "^1.0.0"
}
} ,
"node_modules/@lezer/markdown" : {
"version" : "1.6.3" ,
"resolved" : "https://registry.npmjs.org/@lezer/markdown/-/markdown-1.6.3.tgz" ,
"integrity" : "sha512-jpGm5Ps+XErS+xA4urw7ogEGkeZOahVQF21Z6oECF0sj+2liwZopd2+I8uH5I/vZsRuuze3OxBREIANLf6KKUw==" ,
"dependencies" : {
"@lezer/common" : "^1.5.0" ,
"@lezer/highlight" : "^1.0.0"
}
} ,
"node_modules/@lezer/php" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@lezer/php/-/php-1.0.5.tgz" ,
"integrity" : "sha512-W7asp9DhM6q0W6DYNwIkLSKOvxlXRrif+UXBMxzsJUuqmhE7oVU+gS3THO4S/Puh7Xzgm858UNaFi6dxTP8dJA==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.1.0"
}
} ,
"node_modules/@lezer/python" : {
"version" : "1.1.18" ,
"resolved" : "https://registry.npmjs.org/@lezer/python/-/python-1.1.18.tgz" ,
"integrity" : "sha512-31FiUrU7z9+d/ElGQLJFXl+dKOdx0jALlP3KEOsGTex8mvj+SoE1FgItcHWK/axkxCHGUSpqIHt6JAWfWu9Rhg==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/rust" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@lezer/rust/-/rust-1.0.2.tgz" ,
"integrity" : "sha512-Lz5sIPBdF2FUXcWeCu1//ojFAZqzTQNRga0aYv6dYXqJqPfMdCAI0NzajWUd4Xijj1IKJLtjoXRPMvTKWBcqKg==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/sass" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@lezer/sass/-/sass-1.1.0.tgz" ,
"integrity" : "sha512-3mMGdCTUZ/84ArHOuXWQr37pnf7f+Nw9ycPUeKX+wu19b7pSMcZGLbaXwvD2APMBDOGxPmpK/O6S1v1EvLoqgQ==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/xml" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/@lezer/xml/-/xml-1.0.6.tgz" ,
"integrity" : "sha512-CdDwirL0OEaStFue/66ZmFSeppuL6Dwjlk8qk153mSQwiSH/Dlri4GNymrNWnUmPl2Um7QfV1FO9KFUyX3Twww==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0"
}
} ,
"node_modules/@lezer/yaml" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@lezer/yaml/-/yaml-1.0.3.tgz" ,
"integrity" : "sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==" ,
"dependencies" : {
"@lezer/common" : "^1.2.0" ,
"@lezer/highlight" : "^1.0.0" ,
"@lezer/lr" : "^1.4.0"
}
} ,
"node_modules/@marijn/find-cluster-break" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz" ,
"integrity" : "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g=="
} ,
"node_modules/@milkdown/components" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/components/-/components-7.18.0.tgz" ,
"integrity" : "sha512-Zu/GMqy1byyxul/+/RWcpe02b7luhtW1SfTYNFZnaWPvIap5M9vG7pFeQNRqJe5cbfKI+bvW8Ubyb5BG2kb9Ug==" ,
"dependencies" : {
"@floating-ui/dom" : "^1.5.1" ,
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/exception" : "7.18.0" ,
"@milkdown/plugin-tooltip" : "7.18.0" ,
"@milkdown/preset-commonmark" : "7.18.0" ,
"@milkdown/preset-gfm" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/transformer" : "7.18.0" ,
"@milkdown/utils" : "7.18.0" ,
"@types/lodash-es" : "^4.17.12" ,
"clsx" : "^2.0.0" ,
"dompurify" : "^3.2.5" ,
"lodash-es" : "^4.17.21" ,
"nanoid" : "^5.0.9" ,
"unist-util-visit" : "^5.0.0" ,
"vue" : "^3.5.20"
} ,
"peerDependencies" : {
"@codemirror/language" : "^6" ,
"@codemirror/state" : "^6" ,
"@codemirror/view" : "^6"
}
} ,
"node_modules/@milkdown/components/node_modules/nanoid" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz" ,
"integrity" : "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"bin" : {
"nanoid" : "bin/nanoid.js"
} ,
"engines" : {
"node" : "^18 || >=20"
}
} ,
"node_modules/@milkdown/core" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/core/-/core-7.18.0.tgz" ,
"integrity" : "sha512-BUVR/72XwrtM3qHTTtXtmCtGfuaAexvSxosYIXw7d6ElbLiLIe3bOXjGwwgLHW3xsq23VKmYMsFqWLUFt6uGDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/exception" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/transformer" : "7.18.0" ,
"remark-parse" : "^11.0.0" ,
"remark-stringify" : "^11.0.0" ,
"unified" : "^11.0.3"
}
} ,
"node_modules/@milkdown/crepe" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/crepe/-/crepe-7.18.0.tgz" ,
"integrity" : "sha512-GcHW6Use0MCRvFg6RQVN5EaeyMlxFxDEGbGwqApnBblxZi5PV9nlAAn0AfOhYvFHSDkQ3rQa5fuHQ0Bd0KobQQ==" ,
"dependencies" : {
"@codemirror/commands" : "^6.2.4" ,
"@codemirror/language" : "^6.10.1" ,
"@codemirror/language-data" : "^6.3.1" ,
"@codemirror/state" : "^6.4.1" ,
"@codemirror/theme-one-dark" : "^6.1.2" ,
"@codemirror/view" : "^6.16.0" ,
"@milkdown/kit" : "7.18.0" ,
"@types/lodash-es" : "^4.17.12" ,
"clsx" : "^2.0.0" ,
"codemirror" : "^6.0.1" ,
"katex" : "^0.16.0" ,
"lodash-es" : "^4.17.21" ,
"prosemirror-virtual-cursor" : "^0.4.2" ,
"remark-math" : "^6.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vue" : "^3.5.20"
}
} ,
"node_modules/@milkdown/ctx" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/ctx/-/ctx-7.18.0.tgz" ,
"integrity" : "sha512-F+t8U/akpY7Vw+KD+z32Itr6lrVLAGTVO79DN436BnFK/J9kiPzTRfTet6fMOj3NlwO/24lUluiPZd7qbCmn8A==" ,
"dependencies" : {
"@milkdown/exception" : "7.18.0"
}
} ,
"node_modules/@milkdown/exception" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/exception/-/exception-7.18.0.tgz" ,
"integrity" : "sha512-sAyi4IqdChh4+lpgucmgDZNGjYuIRvJimZeMj0SdfdeHDABan5Nco3X+5yOGaBq1z9QOJG90+vEcEvUASHBmFw=="
} ,
"node_modules/@milkdown/kit" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/kit/-/kit-7.18.0.tgz" ,
"integrity" : "sha512-6C8c/bU+3Md/rlZFTqMmdVen2xSC80LYBOZ/G4+W39gsV7x/ux/HRdd8xk75a4IrHKgq6EJpGJ1yH8BvT7P+1A==" ,
"dependencies" : {
"@milkdown/components" : "7.18.0" ,
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/plugin-block" : "7.18.0" ,
"@milkdown/plugin-clipboard" : "7.18.0" ,
"@milkdown/plugin-cursor" : "7.18.0" ,
"@milkdown/plugin-history" : "7.18.0" ,
"@milkdown/plugin-indent" : "7.18.0" ,
"@milkdown/plugin-listener" : "7.18.0" ,
"@milkdown/plugin-slash" : "7.18.0" ,
"@milkdown/plugin-tooltip" : "7.18.0" ,
"@milkdown/plugin-trailing" : "7.18.0" ,
"@milkdown/plugin-upload" : "7.18.0" ,
"@milkdown/preset-commonmark" : "7.18.0" ,
"@milkdown/preset-gfm" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/transformer" : "7.18.0" ,
"@milkdown/utils" : "7.18.0"
}
} ,
"node_modules/@milkdown/plugin-block" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-block/-/plugin-block-7.18.0.tgz" ,
"integrity" : "sha512-+x00o7Vh5nQesw4j6QwtwCThdjSiH/jUvAzrTpwr8xvRmQnmztdfdJhPHxp48pK/sIEct3660HWuwDpdeAlmRw==" ,
"dependencies" : {
"@floating-ui/dom" : "^1.5.1" ,
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0" ,
"@types/lodash-es" : "^4.17.12" ,
"lodash-es" : "^4.17.21"
}
} ,
"node_modules/@milkdown/plugin-clipboard" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-clipboard/-/plugin-clipboard-7.18.0.tgz" ,
"integrity" : "sha512-Gnp+GqkoLS1pKG9S2QfdvZQjfoJosQek5Yv5zOIj5X388yfVlguKNtCwnDCJKVEVws9e8PnhfPBmzr06713dZw==" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0"
}
} ,
"node_modules/@milkdown/plugin-cursor" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-cursor/-/plugin-cursor-7.18.0.tgz" ,
"integrity" : "sha512-SsvFEeFMv1jrzVBnuAMyAwZzhjwCk4wmGjJEug41Ic+CT0YMUtVPJn5QVn7fjixR13kzkfaNDUPZ+sGNqIR2xw==" ,
"dependencies" : {
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0" ,
"prosemirror-drop-indicator" : "^0.1.0"
}
} ,
"node_modules/@milkdown/plugin-history" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-history/-/plugin-history-7.18.0.tgz" ,
"integrity" : "sha512-hWM3rpad/THy267dXgEWRu9Arf+3j2KE8UN3jhqsUvVLZZ2ZetaPc2imHowJaLR8PwCb649+1RxL+IKrXizNKQ==" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0"
}
} ,
"node_modules/@milkdown/plugin-indent" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-indent/-/plugin-indent-7.18.0.tgz" ,
"integrity" : "sha512-LAVMSsy6lWvy/QjvSazojUeW6v1lLFj5Fjv3YvqDNtP6/RSOIhHJs75aXbv92Kx43aRJnkh7EVy9Wu4OxSC70Q==" ,
"dependencies" : {
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0"
}
} ,
"node_modules/@milkdown/plugin-listener" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-listener/-/plugin-listener-7.18.0.tgz" ,
"integrity" : "sha512-F2iPKdWYGJX5kMnmIeZeybQ5gZUwT/smNBbt/itPBn5cD4YRF1qmY/MxDs0+nvoN2NSxtEx5pHOtd5/E4mCf2A==" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@types/lodash-es" : "^4.17.12" ,
"lodash-es" : "^4.17.21"
}
} ,
"node_modules/@milkdown/plugin-slash" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-slash/-/plugin-slash-7.18.0.tgz" ,
"integrity" : "sha512-jBcaLswX1yKG97s0V1qFqk/0aR+LpWnTCHIrryNVRIRFYm7B6tITekkqwALlV2bqE1eykeN2j8yEyRQ63Wv05Q==" ,
"dependencies" : {
"@floating-ui/dom" : "^1.5.1" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0" ,
"@types/lodash-es" : "^4.17.12" ,
"lodash-es" : "^4.17.21"
}
} ,
"node_modules/@milkdown/plugin-tooltip" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-tooltip/-/plugin-tooltip-7.18.0.tgz" ,
"integrity" : "sha512-Z8WYSEFANhHPS2A8uMIcKGJ3vt0KKCJ80hffuJffudJT9FSIXieh1f8OKcKQuhcRHxRCRUApMcOOjOptiVaHvQ==" ,
"dependencies" : {
"@floating-ui/dom" : "^1.5.1" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0" ,
"@types/lodash-es" : "^4.17.12" ,
"lodash-es" : "^4.17.21"
}
} ,
"node_modules/@milkdown/plugin-trailing" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-trailing/-/plugin-trailing-7.18.0.tgz" ,
"integrity" : "sha512-AusCWoZSRfgsStdlmg+4sYZ08HLDDiHhesDCqiLCdo1bklNhzK/9q6gxdL1HP5xTn5a4xV9hUrI7E7M0JaKdug==" ,
"dependencies" : {
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0"
}
} ,
"node_modules/@milkdown/plugin-upload" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/plugin-upload/-/plugin-upload-7.18.0.tgz" ,
"integrity" : "sha512-fsWwd6g6FX35Wg12KVE1Yu3wU8vM5hA567DufeHcik9LckdLJcZKf35JMJDUOAOkEdU3V91BKO47KUhBPFt1jA==" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/exception" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/utils" : "7.18.0"
}
} ,
"node_modules/@milkdown/preset-commonmark" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/preset-commonmark/-/preset-commonmark-7.18.0.tgz" ,
"integrity" : "sha512-L/F9vmhQKOjKJZTEEsKjDu/2KkMTDxBVQISk4w+j8KFWx9OpHBwqWqyHiDLTREbT7pJqLfyB96eXvfuMG4za5g==" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/exception" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/transformer" : "7.18.0" ,
"@milkdown/utils" : "7.18.0" ,
"remark-inline-links" : "^7.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"unist-util-visit-parents" : "^6.0.1"
}
} ,
"node_modules/@milkdown/preset-gfm" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/preset-gfm/-/preset-gfm-7.18.0.tgz" ,
"integrity" : "sha512-NLfkd7HOaaMCMImXmBh8TX8KNkgKecM7YRHFEwb5D/SMLyBLyZs7lDfLEKPU9N52+vzgwMz8ceUSlCElmneTJg==" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/exception" : "7.18.0" ,
"@milkdown/preset-commonmark" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/transformer" : "7.18.0" ,
"@milkdown/utils" : "7.18.0" ,
"prosemirror-safari-ime-span" : "^1.0.1" ,
"remark-gfm" : "^4.0.1"
}
} ,
"node_modules/@milkdown/prose" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/prose/-/prose-7.18.0.tgz" ,
"integrity" : "sha512-bRDfgVM6uKRaejvju/FWdQMryQc4kSSso+fnABUbvbCKitXnsgRPvclsddbt3J92anQwLRDWr/qotx1NcyDM1Q==" ,
"dependencies" : {
"@milkdown/exception" : "7.18.0" ,
"prosemirror-changeset" : "^2.3.1" ,
"prosemirror-commands" : "^1.7.1" ,
"prosemirror-dropcursor" : "^1.8.2" ,
"prosemirror-gapcursor" : "^1.4.0" ,
"prosemirror-history" : "^1.5.0" ,
"prosemirror-inputrules" : "^1.5.1" ,
"prosemirror-keymap" : "^1.2.3" ,
"prosemirror-model" : "^1.25.4" ,
"prosemirror-schema-list" : "^1.5.1" ,
"prosemirror-state" : "^1.4.4" ,
"prosemirror-tables" : "^1.8.1" ,
"prosemirror-transform" : "^1.10.5" ,
"prosemirror-view" : "^1.41.3"
}
} ,
"node_modules/@milkdown/theme-nord" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/theme-nord/-/theme-nord-7.18.0.tgz" ,
"integrity" : "sha512-3t5Fb0Zwsmf2VDkhZm6U5C6/CWiU7UN+Z+/tpbOC1Stsid4CJ3y7j7m/3oRZlQyUEI07dHvAAOHqzyGoYl0FZw==" ,
"license" : "MIT" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"clsx" : "^2.0.0"
}
} ,
"node_modules/@milkdown/transformer" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/transformer/-/transformer-7.18.0.tgz" ,
"integrity" : "sha512-AzTgqDktQw9nzgrpICjYNxScYwwnxmALPSyZ39Y0wNZJafi8QMVqLv4w2bhyYkxITXolPHdLAAsZXPKuMjrmNA==" ,
"dependencies" : {
"@milkdown/exception" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"remark" : "^15.0.1" ,
"unified" : "^11.0.3"
}
} ,
"node_modules/@milkdown/utils" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/utils/-/utils-7.18.0.tgz" ,
"integrity" : "sha512-+o/1sky+QwbS0Y92HthTupMFziJKhZUgF7IBS55Ft4Wjt63kX8PHaLC9KtewNawpzyM/CjPJ9ySCIa+C/06Bsg==" ,
"dependencies" : {
"@milkdown/core" : "7.18.0" ,
"@milkdown/ctx" : "7.18.0" ,
"@milkdown/exception" : "7.18.0" ,
"@milkdown/prose" : "7.18.0" ,
"@milkdown/transformer" : "7.18.0" ,
"nanoid" : "^5.0.9"
}
} ,
"node_modules/@milkdown/utils/node_modules/nanoid" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz" ,
"integrity" : "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"bin" : {
"nanoid" : "bin/nanoid.js"
} ,
"engines" : {
"node" : "^18 || >=20"
}
} ,
"node_modules/@milkdown/vue" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@milkdown/vue/-/vue-7.18.0.tgz" ,
"integrity" : "sha512-Cc0pHDCJXzJcwxTsv1kxfzx4oGxJIRt0Qw7POGHP6ec+C52+QMBRMC4A742nc/VchbU4Kzzh1O8NSHNeb9ocJA==" ,
"dependencies" : {
"@milkdown/crepe" : "7.18.0" ,
"@milkdown/kit" : "7.18.0"
} ,
"peerDependencies" : {
"vue" : "^3.0.0"
}
} ,
"node_modules/@ocavue/utils" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/@ocavue/utils/-/utils-1.3.1.tgz" ,
"integrity" : "sha512-jd8D6fUdkspMUYr2EE8mTj1GgPivXeHMyPeI2S9v7DEJcNN1DN2Wo/7xZ5H7vUycgfpr8ucv63aKh3NKURHc1Q==" ,
"funding" : {
"url" : "https://github.com/sponsors/ocavue"
}
} ,
2026-01-12 12:23:44 +08:00
"node_modules/@rolldown/pluginutils" : {
"version" : "1.0.0-beta.53" ,
"resolved" : "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz" ,
"integrity" : "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@rollup/rollup-android-arm-eabi" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.55.1.tgz" ,
"integrity" : "sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.55.1.tgz" ,
"integrity" : "sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.55.1.tgz" ,
"integrity" : "sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.55.1.tgz" ,
"integrity" : "sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-freebsd-arm64" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.55.1.tgz" ,
"integrity" : "sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.55.1.tgz" ,
"integrity" : "sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.55.1.tgz" ,
"integrity" : "sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.55.1.tgz" ,
"integrity" : "sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.55.1.tgz" ,
"integrity" : "sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.55.1.tgz" ,
"integrity" : "sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.55.1.tgz" ,
"integrity" : "sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-musl" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.55.1.tgz" ,
"integrity" : "sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.55.1.tgz" ,
"integrity" : "sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-musl" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.55.1.tgz" ,
"integrity" : "sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.55.1.tgz" ,
"integrity" : "sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.55.1.tgz" ,
"integrity" : "sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.55.1.tgz" ,
"integrity" : "sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-gnu" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz" ,
"integrity" : "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.55.1.tgz" ,
"integrity" : "sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-openbsd-x64" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.55.1.tgz" ,
"integrity" : "sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
]
} ,
"node_modules/@rollup/rollup-openharmony-arm64" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.55.1.tgz" ,
"integrity" : "sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
} ,
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.55.1.tgz" ,
"integrity" : "sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.55.1.tgz" ,
"integrity" : "sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-gnu" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.55.1.tgz" ,
"integrity" : "sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.55.1.tgz" ,
"integrity" : "sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
2026-01-18 09:08:38 +08:00
"node_modules/@types/debug" : {
"version" : "4.1.12" ,
"resolved" : "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz" ,
"integrity" : "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" ,
"dependencies" : {
"@types/ms" : "*"
}
} ,
2026-01-12 12:23:44 +08:00
"node_modules/@types/estree" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" ,
"integrity" : "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-01-18 09:08:38 +08:00
"node_modules/@types/hast" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz" ,
"integrity" : "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==" ,
"dependencies" : {
"@types/unist" : "*"
}
} ,
"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=="
} ,
"node_modules/@types/lodash" : {
"version" : "4.17.23" ,
"resolved" : "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz" ,
"integrity" : "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA=="
} ,
"node_modules/@types/lodash-es" : {
"version" : "4.17.12" ,
"resolved" : "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz" ,
"integrity" : "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==" ,
"dependencies" : {
"@types/lodash" : "*"
}
} ,
"node_modules/@types/mdast" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz" ,
"integrity" : "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==" ,
"dependencies" : {
"@types/unist" : "*"
}
} ,
"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=="
} ,
"node_modules/@types/trusted-types" : {
"version" : "2.0.7" ,
"resolved" : "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz" ,
"integrity" : "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" ,
"optional" : true
} ,
"node_modules/@types/unist" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz" ,
"integrity" : "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
} ,
2026-01-12 12:23:44 +08:00
"node_modules/@vitejs/plugin-vue" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz" ,
"integrity" : "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rolldown/pluginutils" : "1.0.0-beta.53"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"peerDependencies" : {
"vite" : "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" ,
"vue" : "^3.2.25"
}
} ,
"node_modules/@vue/compiler-core" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.26.tgz" ,
"integrity" : "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.28.5" ,
"@vue/shared" : "3.5.26" ,
"entities" : "^7.0.0" ,
"estree-walker" : "^2.0.2" ,
"source-map-js" : "^1.2.1"
}
} ,
"node_modules/@vue/compiler-dom" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz" ,
"integrity" : "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/compiler-core" : "3.5.26" ,
"@vue/shared" : "3.5.26"
}
} ,
"node_modules/@vue/compiler-sfc" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz" ,
"integrity" : "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.28.5" ,
"@vue/compiler-core" : "3.5.26" ,
"@vue/compiler-dom" : "3.5.26" ,
"@vue/compiler-ssr" : "3.5.26" ,
"@vue/shared" : "3.5.26" ,
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.30.21" ,
"postcss" : "^8.5.6" ,
"source-map-js" : "^1.2.1"
}
} ,
"node_modules/@vue/compiler-ssr" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz" ,
"integrity" : "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/compiler-dom" : "3.5.26" ,
"@vue/shared" : "3.5.26"
}
} ,
"node_modules/@vue/devtools-api" : {
"version" : "6.6.4" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz" ,
"integrity" : "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" ,
"license" : "MIT"
} ,
"node_modules/@vue/reactivity" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.26.tgz" ,
"integrity" : "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/shared" : "3.5.26"
}
} ,
"node_modules/@vue/runtime-core" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.26.tgz" ,
"integrity" : "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/reactivity" : "3.5.26" ,
"@vue/shared" : "3.5.26"
}
} ,
"node_modules/@vue/runtime-dom" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz" ,
"integrity" : "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/reactivity" : "3.5.26" ,
"@vue/runtime-core" : "3.5.26" ,
"@vue/shared" : "3.5.26" ,
"csstype" : "^3.2.3"
}
} ,
"node_modules/@vue/server-renderer" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.26.tgz" ,
"integrity" : "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/compiler-ssr" : "3.5.26" ,
"@vue/shared" : "3.5.26"
} ,
"peerDependencies" : {
"vue" : "3.5.26"
}
} ,
"node_modules/@vue/shared" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.5.26.tgz" ,
"integrity" : "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==" ,
"license" : "MIT"
} ,
2026-02-14 23:53:26 +08:00
"node_modules/acorn" : {
"version" : "5.7.4" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz" ,
"integrity" : "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/align-text" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz" ,
"integrity" : "sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"kind-of" : "^3.0.2" ,
"longest" : "^1.0.1" ,
"repeat-string" : "^1.5.2"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/alter" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/alter/-/alter-0.2.0.tgz" ,
"integrity" : "sha512-Wuss6JIZ6h4j2+NgU2t+9mSwS7gBSZJbU4Dg8xETguAD2veJUSuCrvTIiC78QgZE7/zX7h6OnXw2PiiCBirEGw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"stable" : "~0.1.3"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/amdefine" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz" ,
"integrity" : "sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==" ,
"license" : "BSD-3-Clause OR MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.4.2"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/ansi-regex" : {
2026-01-18 09:08:38 +08:00
"version" : "2.1.1" ,
2026-02-14 23:53:26 +08:00
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/ansi-styles" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" ,
"integrity" : "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/anymatch" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz" ,
"integrity" : "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==" ,
"license" : "ISC" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"micromatch" : "^2.1.5" ,
"normalize-path" : "^2.0.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/argparse" : {
"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"
} ,
"node_modules/arr-diff" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz" ,
"integrity" : "sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"arr-flatten" : "^1.0.1"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/arr-flatten" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz" ,
"integrity" : "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/arr-union" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz" ,
"integrity" : "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/array-unique" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz" ,
"integrity" : "sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/ascii2mathml" : {
"version" : "0.5.4" ,
"resolved" : "https://registry.npmjs.org/ascii2mathml/-/ascii2mathml-0.5.4.tgz" ,
"integrity" : "sha512-5KufCcCVCRiyksmhppZes3JxhSLptNeBGSiX5XbAcTLAewDpTlJLIk8gAUyG5stYVCVCq8WmwAKrSnaG52QTLA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"babel" : "^5.8.19" ,
"minimist" : "^1.1.2"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"bin" : {
"ascii2mathml" : "bin/index.js"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/assign-symbols" : {
2026-01-12 12:23:44 +08:00
"version" : "1.0.0" ,
2026-02-14 23:53:26 +08:00
"resolved" : "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz" ,
"integrity" : "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/ast-traverse" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz" ,
"integrity" : "sha512-CPuE4BWIhJjsNMvFkrzjiBgOl56NJTuBPBkBqyRyfq/nZtx1Z1f5I+qx7G/Zt+FAOS+ABhghkEuWJrfW9Njjog==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/ast-types" : {
"version" : "0.8.12" ,
"resolved" : "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz" ,
"integrity" : "sha512-rWhsoD0aHKpx+aKIP0Sf92bai1HC5iZcB1n/HCnkIMR8Bhx0gYRQySo062Y65ND4oRgcuxpLcPrcco09I1shpg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">= 0.8"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/async-each" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz" ,
"integrity" : "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
] ,
"license" : "MIT" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/atob" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz" ,
"integrity" : "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" ,
"license" : "(MIT OR Apache-2.0)" ,
"optional" : true ,
"bin" : {
"atob" : "bin/atob.js"
} ,
"engines" : {
"node" : ">= 4.5.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel" : {
"version" : "5.8.38" ,
"resolved" : "https://registry.npmjs.org/babel/-/babel-5.8.38.tgz" ,
"integrity" : "sha512-rQePF1+x/R8sQvWAvZjeQMyLZjw5Ky+9S6XTm5LKBNpOQ0d5XHBcIfXdHfJx63+92T1pITU4lz/ndTZko8mS5g==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"babel-core" : "^5.6.21" ,
"chokidar" : "^1.0.0" ,
"commander" : "^2.6.0" ,
"convert-source-map" : "^1.1.0" ,
"fs-readdir-recursive" : "^0.1.0" ,
"glob" : "^5.0.5" ,
"lodash" : "^3.2.0" ,
"output-file-sync" : "^1.1.0" ,
"path-exists" : "^1.0.0" ,
"path-is-absolute" : "^1.0.0" ,
"slash" : "^1.0.0" ,
"source-map" : "^0.5.0"
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"bin" : {
"babel" : "bin/babel.js" ,
"babel-external-helpers" : "bin/babel-external-helpers.js" ,
"babel-node" : "bin/babel-node.js" ,
"babel-plugin" : "bin/babel-plugin.js"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-core" : {
"version" : "5.8.38" ,
"resolved" : "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz" ,
"integrity" : "sha512-aVoPuaEiJJ/vqFpYuGp3kHOrKeKciCkjDE/e9va3VoSPAe37Qc0+9AZ+gBgIMTu8V8reCt2lW809e8k1KJQdaQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"babel-plugin-constant-folding" : "^1.0.1" ,
"babel-plugin-dead-code-elimination" : "^1.0.2" ,
"babel-plugin-eval" : "^1.0.1" ,
"babel-plugin-inline-environment-variables" : "^1.0.1" ,
"babel-plugin-jscript" : "^1.0.4" ,
"babel-plugin-member-expression-literals" : "^1.0.1" ,
"babel-plugin-property-literals" : "^1.0.1" ,
"babel-plugin-proto-to-assign" : "^1.0.3" ,
"babel-plugin-react-constant-elements" : "^1.0.3" ,
"babel-plugin-react-display-name" : "^1.0.3" ,
"babel-plugin-remove-console" : "^1.0.1" ,
"babel-plugin-remove-debugger" : "^1.0.1" ,
"babel-plugin-runtime" : "^1.0.7" ,
"babel-plugin-undeclared-variables-check" : "^1.0.2" ,
"babel-plugin-undefined-to-void" : "^1.1.6" ,
"babylon" : "^5.8.38" ,
"bluebird" : "^2.9.33" ,
"chalk" : "^1.0.0" ,
"convert-source-map" : "^1.1.0" ,
"core-js" : "^1.0.0" ,
"debug" : "^2.1.1" ,
"detect-indent" : "^3.0.0" ,
"esutils" : "^2.0.0" ,
"fs-readdir-recursive" : "^0.1.0" ,
"globals" : "^6.4.0" ,
"home-or-tmp" : "^1.0.0" ,
"is-integer" : "^1.0.4" ,
"js-tokens" : "1.0.1" ,
"json5" : "^0.4.0" ,
"lodash" : "^3.10.0" ,
"minimatch" : "^2.0.3" ,
"output-file-sync" : "^1.1.0" ,
"path-exists" : "^1.0.0" ,
"path-is-absolute" : "^1.0.0" ,
"private" : "^0.1.6" ,
"regenerator" : "0.8.40" ,
"regexpu" : "^1.3.0" ,
"repeating" : "^1.1.2" ,
"resolve" : "^1.1.6" ,
"shebang-regex" : "^1.0.0" ,
"slash" : "^1.0.0" ,
"source-map" : "^0.5.0" ,
"source-map-support" : "^0.2.10" ,
"to-fast-properties" : "^1.0.0" ,
"trim-right" : "^1.0.0" ,
"try-resolve" : "^1.0.0"
}
} ,
"node_modules/babel-core/node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ms" : "2.0.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-core/node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-constant-folding" : {
2026-01-12 12:23:44 +08:00
"version" : "1.0.1" ,
2026-02-14 23:53:26 +08:00
"resolved" : "https://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz" ,
"integrity" : "sha512-Rvhz9+o8/Bbqq6qTCO7FUPYxhrzqd/XkIY482DdYrXpFbhhqDu/xZZUd5/vYHV3oEE1poW+M10pjRZELDepwyQ==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-plugin-dead-code-elimination" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz" ,
"integrity" : "sha512-wbVXBByKqaaIL3+3a9bRSLAL0GYhQWYmQCWTaGTXOsqqe1Jhi+qaj8/H+yQ5GMiJhvYEQiawzOCjCS1dmjvE5g==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-plugin-eval" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz" ,
"integrity" : "sha512-Yu9H5PbQKGVp/O/BFXUUbHVIUzBeZtEL+Yk+Io8ND4NobQYW8eg/ztToMkn+1/dQrQjaOeFtiBKtkYBwWLvFhw==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-plugin-inline-environment-variables" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz" ,
"integrity" : "sha512-upNlt2GMmPkLMtJEQEqJB+Y1OeNs78W5+toLTYD/zotypPg0K2w79fFfmiee34ehvLwOZL7khxtkPU54IS1Kvw==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-jscript" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz" ,
"integrity" : "sha512-eMT10ilWqWvBtGL70fFVciexOcjfPaeOHsyfp5OuumTFPSxla2kJTZuDzIpTbKspHVFyzCGxY6NpGJolfVywgQ==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-member-expression-literals" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz" ,
"integrity" : "sha512-Ql/UCGOaA0nQP/9H0MfhFSn2U1m2mLsJFo76NDVBQry5uCDbF8++Uv4VyAtyQ8s6UHcoIKxepzRbZGl//X569w==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-property-literals" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz" ,
"integrity" : "sha512-ZS1JuVJuo0j8IW2RRk8xA6MR/i14KIAhmDNHkipFn51uXe1S/hCH6u+V7TweF9aroT07F9PoxtENmuhFfVvq4g==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-proto-to-assign" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz" ,
"integrity" : "sha512-VY0VnODP15n5ORbJNFIQ0lzewhf+XqkcwbA5UpeeJ96/wIFmbvHK8fNAJoddHUuxl6b5hZtygVdSs3qwPAa/0A==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"lodash" : "^3.9.3"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-plugin-react-constant-elements" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz" ,
"integrity" : "sha512-5vv5DJ8NB5kKzjD5tqnkbm0znmKBzDDKFz82zJKn4hFxs1Vwk3WolLN8RypRzlDsddNQPLuDS/0xHq/u/J6i7w==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-plugin-react-display-name" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz" ,
"integrity" : "sha512-IMO+IEvFKzZgLbmO+lGcoPKeD+pBg48T9p+ZgMbKkXyFvHk1pKeHsnhjV45GRxVBQC+SLYkmG7EHbXDWxfThOA==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-remove-console" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz" ,
"integrity" : "sha512-dNNqqYeRa0HpJbL+bXgSXeNnkgHbpLuU9o3040iyQjzHoTrIRUwltRWy1ZZgluuw/P0j1ukUOZsiudLLVRCmKw==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-remove-debugger" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz" ,
"integrity" : "sha512-/rGQc8sgCVpTEeWQhHZShzQjANqWxpwxPlY3RkG9keK5+NKdA2U6ukfC/cySoSa1XmFwM6NBO67QWuOGR/DHrg==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-runtime" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz" ,
"integrity" : "sha512-tDVsSImhImOPIszO/6O4FhGW+o+PirMt53fkuBQ/plT41i2SRzTSnGvisrKtV/2jaAVSRnCiFwhN7v8dQ1Ymag==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/babel-plugin-undeclared-variables-check" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz" ,
"integrity" : "sha512-NytRjvfh0DMsjUNaxOIROntf5c03PktIBQlTK6texdQZR7KhpeFxc2W8wGfF5LoJY13bHr2WnRY5xLZp6JXKOg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"leven" : "^1.0.2"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel-plugin-undefined-to-void" : {
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz" ,
"integrity" : "sha512-YAi+mWX+Al08e6Isbv8g2UigZUoVnZuuF/JFmG5uAZKQ+6EYILBCFmS28BedM7Ts4QbAIpSqwXdMBzej+9tHUg==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babel/node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
"license" : "MIT" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/babylon" : {
"version" : "5.8.38" ,
"resolved" : "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz" ,
"integrity" : "sha512-jtLAtIWCbI17buqCVN4/DtuHf3N1w9ZvbwrTWIae+EBSu2N3sVGCwSJeiZdAkTH4KRwinfMQIyoovP/xZtRwXQ==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true
} ,
"node_modules/bail" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz" ,
"integrity" : "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true
} ,
"node_modules/base" : {
"version" : "0.11.2" ,
"resolved" : "https://registry.npmjs.org/base/-/base-0.11.2.tgz" ,
"integrity" : "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"cache-base" : "^1.0.1" ,
"class-utils" : "^0.3.5" ,
"component-emitter" : "^1.2.1" ,
"define-property" : "^1.0.0" ,
"isobject" : "^3.0.1" ,
"mixin-deep" : "^1.2.0" ,
"pascalcase" : "^0.1.1"
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/base/node_modules/define-property" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz" ,
"integrity" : "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-descriptor" : "^1.0.0"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/base/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
"optional" : true ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/binary-extensions" : {
"version" : "1.13.1" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz" ,
"integrity" : "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/bindings" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"file-uri-to-path" : "1.0.0"
}
} ,
"node_modules/bluebird" : {
"version" : "2.11.0" ,
"resolved" : "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz" ,
"integrity" : "sha512-UfFSr22dmHPQqPP9XWHRhq+gWnHCYguQGkXQlbyPtW5qTnhFWA8/iXg765tH0cAjy7l/zPJ1aBTO0g5XgA7kvQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/brace-expansion" : {
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/braces" : {
"version" : "1.8.5" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz" ,
"integrity" : "sha512-xU7bpz2ytJl1bH9cgIurjpg/n8Gohy9GTw81heDYLJQ4RU60dlyJsa+atVF2pI0yMMvKxI9HkKwjePCj5XI1hw==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"expand-range" : "^1.8.1" ,
"preserve" : "^0.2.0" ,
"repeat-element" : "^1.1.2"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/breakable" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz" ,
"integrity" : "sha512-+ityJqcjhozQNrezzTd2dtH/lkIXmE52HL+FohK2TOLQDl3QURTNkim+2C0xcso4Zehq/HM4Wkumcdz7Ue+XmA==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/cache-base" : {
2026-01-12 12:23:44 +08:00
"version" : "1.0.1" ,
2026-02-14 23:53:26 +08:00
"resolved" : "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz" ,
"integrity" : "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"collection-visit" : "^1.0.0" ,
"component-emitter" : "^1.2.1" ,
"get-value" : "^2.0.6" ,
"has-value" : "^1.0.0" ,
"isobject" : "^3.0.1" ,
"set-value" : "^2.0.0" ,
"to-object-path" : "^0.3.0" ,
"union-value" : "^1.0.0" ,
"unset-value" : "^1.0.0"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/cache-base/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/camelcase" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz" ,
"integrity" : "sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
}
} ,
"node_modules/ccount" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz" ,
"integrity" : "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" ,
2026-01-12 12:23:44 +08:00
"funding" : {
2026-02-14 23:53:26 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/center-align" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz" ,
"integrity" : "sha512-Baz3aNe2gd2LP2qk5U+sDk/m4oSuwSDcBfayTCTBoWpfIGO5XFxPmjILQII4NGiZjD6DoDI6kf7gKaxkf7s3VQ==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"align-text" : "^0.1.3" ,
"lazy-cache" : "^1.0.3"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/chalk" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" ,
"integrity" : "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"ansi-styles" : "^2.2.1" ,
"escape-string-regexp" : "^1.0.2" ,
"has-ansi" : "^2.0.0" ,
"strip-ansi" : "^3.0.0" ,
"supports-color" : "^2.0.0"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/chalk/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.8.0"
}
} ,
"node_modules/character-entities" : {
"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==" ,
2026-01-18 09:08:38 +08:00
"funding" : {
2026-02-14 23:53:26 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/chokidar" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz" ,
"integrity" : "sha512-mk8fAWcRUOxY7btlLtitj3A45jOwSAxH4tOFOoEGbVsl6cL6pPMWUy7dwZ/canfj3QEdP6FHSnf/l1c6/WkzVg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"anymatch" : "^1.3.0" ,
"async-each" : "^1.0.0" ,
"glob-parent" : "^2.0.0" ,
"inherits" : "^2.0.1" ,
"is-binary-path" : "^1.0.0" ,
"is-glob" : "^2.0.0" ,
"path-is-absolute" : "^1.0.0" ,
"readdirp" : "^2.0.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"optionalDependencies" : {
"fsevents" : "^1.0.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/chokidar/node_modules/fsevents" : {
"version" : "1.2.13" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz" ,
"integrity" : "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==" ,
"deprecated" : "Upgrade to fsevents v2 to mitigate potential security issues" ,
"hasInstallScript" : true ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
"os" : [
"darwin"
] ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"bindings" : "^1.5.0" ,
"nan" : "^2.12.1"
} ,
"engines" : {
"node" : ">= 4.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/class-utils" : {
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz" ,
"integrity" : "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"arr-union" : "^3.1.0" ,
"define-property" : "^0.2.5" ,
"isobject" : "^3.0.0" ,
"static-extend" : "^0.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/class-utils/node_modules/define-property" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz" ,
"integrity" : "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-descriptor" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/class-utils/node_modules/is-descriptor" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz" ,
"integrity" : "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-accessor-descriptor" : "^1.0.1" ,
"is-data-descriptor" : "^1.0.1"
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">= 0.4"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/class-utils/node_modules/isobject" : {
2026-01-12 12:23:44 +08:00
"version" : "3.0.1" ,
2026-02-14 23:53:26 +08:00
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-12 12:23:44 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/cliui" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz" ,
"integrity" : "sha512-GIOYRizG+TGoc7Wgc1LiOTLare95R3mzKgoln+Q/lE4ceiYH19gUpl0l0Ffq4lJDEf3FxujMe6IBfOCs7pfqNA==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"center-align" : "^0.1.1" ,
"right-align" : "^0.1.1" ,
"wordwrap" : "0.0.2"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/clsx" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz" ,
"integrity" : "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" ,
2026-01-12 12:23:44 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=6"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/codemirror" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/codemirror/-/codemirror-6.0.2.tgz" ,
"integrity" : "sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"@codemirror/autocomplete" : "^6.0.0" ,
"@codemirror/commands" : "^6.0.0" ,
"@codemirror/language" : "^6.0.0" ,
"@codemirror/lint" : "^6.0.0" ,
"@codemirror/search" : "^6.0.0" ,
"@codemirror/state" : "^6.0.0" ,
"@codemirror/view" : "^6.0.0"
2026-01-18 09:08:38 +08:00
}
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/collection-visit" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz" ,
"integrity" : "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"map-visit" : "^1.0.0" ,
"object-visit" : "^1.0.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/commander" : {
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" ,
"integrity" : "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" ,
"engines" : {
"node" : ">= 12"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/commoner" : {
"version" : "0.10.8" ,
"resolved" : "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz" ,
"integrity" : "sha512-3/qHkNMM6o/KGXHITA14y78PcfmXh4+AOCJpSoF73h4VY1JpdGv3CHMS5+JW6SwLhfJt4RhNmLAa7+RRX/62EQ==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"commander" : "^2.5.0" ,
"detective" : "^4.3.1" ,
"glob" : "^5.0.15" ,
"graceful-fs" : "^4.1.2" ,
"iconv-lite" : "^0.4.5" ,
"mkdirp" : "^0.5.0" ,
"private" : "^0.1.6" ,
"q" : "^1.1.2" ,
"recast" : "^0.11.17"
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"bin" : {
"commonize" : "bin/commonize"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">= 0.8"
2026-01-18 09:08:38 +08:00
}
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/commoner/node_modules/ast-types" : {
"version" : "0.9.6" ,
"resolved" : "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz" ,
"integrity" : "sha512-qEdtR2UH78yyHX/AUNfXmJTlM48XoFZKBdwi1nzkI1mJL21cmbu0cvjxjpkXJ5NENMq42H+hNs8VLJcqXLerBQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 0.8"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/commoner/node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
"license" : "MIT" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/commoner/node_modules/esprima" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz" ,
"integrity" : "sha512-AWwVMNxwhN8+NIPQzAQZCm7RkLC4RbM3B1OobMuyp3i+w73X57KCKaVIxaRZb+DYCojq7rspo+fmuQfAboyhFg==" ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=4"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/commoner/node_modules/recast" : {
"version" : "0.11.23" ,
"resolved" : "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz" ,
"integrity" : "sha512-+nixG+3NugceyR8O1bLU45qs84JgI3+8EauyRZafLgC9XbdAOIVgwV1Pe2da0YzGo62KzWoZwUpVEQf6qNAXWA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"ast-types" : "0.9.6" ,
"esprima" : "~3.1.0" ,
"private" : "~0.1.5" ,
"source-map" : "~0.5.0"
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">= 0.8"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/component-emitter" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz" ,
"integrity" : "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"funding" : {
2026-02-14 23:53:26 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/convert-source-map" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz" ,
"integrity" : "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/copy-descriptor" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz" ,
"integrity" : "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/core-js" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz" ,
"integrity" : "sha512-ZiPp9pZlgxpWRu0M+YWbm6+aQ84XEfH1JRXvfOc/fILWI0VKhLC2LX13X1NYq4fULzLMq7Hfh43CSo2/aIaUPA==" ,
"deprecated" : "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/crelt" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz" ,
"integrity" : "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g=="
} ,
"node_modules/csstype" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz" ,
"integrity" : "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" ,
"license" : "MIT"
} ,
"node_modules/debug" : {
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"ms" : "^2.1.3"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/decamelize" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" ,
"integrity" : "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/decode-named-character-reference" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz" ,
"integrity" : "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"character-entities" : "^2.0.0"
2026-01-18 09:08:38 +08:00
} ,
"funding" : {
2026-02-14 23:53:26 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/decode-uri-component" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz" ,
"integrity" : "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10"
}
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/define-property" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz" ,
"integrity" : "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-descriptor" : "^1.0.2" ,
"isobject" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/define-property/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/defined" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz" ,
"integrity" : "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"funding" : {
2026-02-14 23:53:26 +08:00
"url" : "https://github.com/sponsors/ljharb"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/defs" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/defs/-/defs-1.1.1.tgz" ,
"integrity" : "sha512-KgGV1vmSa2UPKeDXaWE5FiXjix8BOtYMgiPGpYhd/42wxiC6YGwtscj/zU9gD5/xk4K2iLDpyGhGA5puZxaeMg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"alter" : "~0.2.0" ,
"ast-traverse" : "~0.1.1" ,
"breakable" : "~1.0.0" ,
"esprima-fb" : "~15001.1001.0-dev-harmony-fb" ,
"simple-fmt" : "~0.1.0" ,
"simple-is" : "~0.2.0" ,
"stringmap" : "~0.2.2" ,
"stringset" : "~0.2.1" ,
"tryor" : "~0.1.2" ,
"yargs" : "~3.27.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"bin" : {
"defs" : "build/es5/defs"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"engines" : {
"node" : ">=6"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/detect-indent" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz" ,
"integrity" : "sha512-xo3WP66SNbr1Eim85s/qyH0ZL8PQUwp86HWm0S1l8WnJ/zjT6T3w1nwNA0yOZeuvOemupEYvpvF6BIdYRuERJQ==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"get-stdin" : "^4.0.1" ,
"minimist" : "^1.1.0" ,
"repeating" : "^1.1.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"bin" : {
"detect-indent" : "cli.js"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/detective" : {
"version" : "4.7.1" ,
"resolved" : "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz" ,
"integrity" : "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"acorn" : "^5.2.1" ,
"defined" : "^1.0.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"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==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"dequal" : "^2.0.0"
2026-01-18 09:08:38 +08:00
} ,
"funding" : {
2026-02-14 23:53:26 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/dompurify" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz" ,
"integrity" : "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==" ,
"optionalDependencies" : {
"@types/trusted-types" : "^2.0.7"
}
} ,
"node_modules/entities" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-7.0.0.tgz" ,
"integrity" : "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
2026-01-18 09:08:38 +08:00
} ,
"funding" : {
2026-02-14 23:53:26 +08:00
"url" : "https://github.com/fb55/entities?sponsor=1"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/esbuild" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz" ,
"integrity" : "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.27.2" ,
"@esbuild/android-arm" : "0.27.2" ,
"@esbuild/android-arm64" : "0.27.2" ,
"@esbuild/android-x64" : "0.27.2" ,
"@esbuild/darwin-arm64" : "0.27.2" ,
"@esbuild/darwin-x64" : "0.27.2" ,
"@esbuild/freebsd-arm64" : "0.27.2" ,
"@esbuild/freebsd-x64" : "0.27.2" ,
"@esbuild/linux-arm" : "0.27.2" ,
"@esbuild/linux-arm64" : "0.27.2" ,
"@esbuild/linux-ia32" : "0.27.2" ,
"@esbuild/linux-loong64" : "0.27.2" ,
"@esbuild/linux-mips64el" : "0.27.2" ,
"@esbuild/linux-ppc64" : "0.27.2" ,
"@esbuild/linux-riscv64" : "0.27.2" ,
"@esbuild/linux-s390x" : "0.27.2" ,
"@esbuild/linux-x64" : "0.27.2" ,
"@esbuild/netbsd-arm64" : "0.27.2" ,
"@esbuild/netbsd-x64" : "0.27.2" ,
"@esbuild/openbsd-arm64" : "0.27.2" ,
"@esbuild/openbsd-x64" : "0.27.2" ,
"@esbuild/openharmony-arm64" : "0.27.2" ,
"@esbuild/sunos-x64" : "0.27.2" ,
"@esbuild/win32-arm64" : "0.27.2" ,
"@esbuild/win32-ia32" : "0.27.2" ,
"@esbuild/win32-x64" : "0.27.2"
}
} ,
"node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
"engines" : {
"node" : ">=12"
2026-01-18 09:08:38 +08:00
} ,
"funding" : {
2026-02-14 23:53:26 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/esprima" : {
"version" : "2.7.3" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz" ,
"integrity" : "sha512-OarPfz0lFCiW4/AV2Oy1Rp9qu0iusTKqykwTspGCZtPxmF81JR4MmIebvF1F9+UOKth2ZubLQ4XGGaU+hSn99A==" ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/esprima-fb" : {
"version" : "15001.1001.0-dev-harmony-fb" ,
"resolved" : "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz" ,
"integrity" : "sha512-m7OsYzocA8OQ3+9CxmhIv7NPHtyDR2ixaLCO7kLZ+YH+xQ/BpaZmll9EXmc+kBxzWA8BRBXbNEuEQqQ6vfsgDw==" ,
"optional" : true ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=0.4.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/expand-brackets" : {
"version" : "0.1.5" ,
"resolved" : "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz" ,
"integrity" : "sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-posix-bracket" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/expand-range" : {
"version" : "1.8.2" ,
"resolved" : "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz" ,
"integrity" : "sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"fill-range" : "^2.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
} ,
"node_modules/extend-shallow" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz" ,
"integrity" : "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"assign-symbols" : "^1.0.0" ,
"is-extendable" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/extend-shallow/node_modules/is-extendable" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz" ,
"integrity" : "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-plain-object" : "^2.0.4"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/extglob" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz" ,
"integrity" : "sha512-1FOj1LOwn42TMrruOHGt18HemVnbwAmAak7krWk+wa93KXxGbK+2jpezm+ytJYDaBX0/SPLZFHKM7m+tKobWGg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-extglob" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/fdir" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.0.0"
} ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" ,
"integrity" : "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/filename-regex" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz" ,
"integrity" : "sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/fill-range" : {
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz" ,
"integrity" : "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-number" : "^2.1.0" ,
"isobject" : "^2.0.0" ,
"randomatic" : "^3.0.0" ,
"repeat-element" : "^1.1.2" ,
"repeat-string" : "^1.5.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/for-in" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz" ,
"integrity" : "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/for-own" : {
"version" : "0.1.5" ,
"resolved" : "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz" ,
"integrity" : "sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"for-in" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/fragment-cache" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz" ,
"integrity" : "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"map-cache" : "^0.2.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/fs-readdir-recursive" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz" ,
"integrity" : "sha512-//yfxmYAazrsyb/rgeYDNFXFTuPYTGYirp5QHFSH8h/LaNUoP5bQAa2ikstdK1PR/bFd1CIlQLpUq6/u6UVfSw==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"license" : "MIT" ,
"optional" : true ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-stdin" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" ,
"integrity" : "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/get-value" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz" ,
"integrity" : "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/glob" : {
"version" : "5.0.15" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz" ,
"integrity" : "sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==" ,
"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" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "2 || 3" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/glob-base" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz" ,
"integrity" : "sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"glob-parent" : "^2.0.0" ,
"is-glob" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/glob-parent" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz" ,
"integrity" : "sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"is-glob" : "^2.0.0"
}
} ,
"node_modules/globals" : {
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz" ,
"integrity" : "sha512-Lh7H0bYRNBMc2CapY+TYsCzcSM4HWHGFoQORuEcePk3y3IhpaZmFSJDirhNYSwq8QeHvaCqV/tHI2bdUhYryuw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/has-ansi" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz" ,
"integrity" : "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-value" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz" ,
"integrity" : "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"get-value" : "^2.0.6" ,
"has-values" : "^1.0.0" ,
"isobject" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-value/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-values" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz" ,
"integrity" : "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-number" : "^3.0.0" ,
"kind-of" : "^4.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-values/node_modules/is-number" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz" ,
"integrity" : "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"kind-of" : "^3.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-values/node_modules/is-number/node_modules/kind-of" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz" ,
"integrity" : "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-buffer" : "^1.1.5"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-values/node_modules/kind-of" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz" ,
"integrity" : "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-buffer" : "^1.1.5"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/home-or-tmp" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz" ,
"integrity" : "sha512-6LKQZpR6gk8uJ3mXbBkyOumsA24BUk9CH/79ivZ8Kk1urzlXNGZBoAMuieC/YzwCyGBVqq+uCNUpA1JS6glrxg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"os-tmpdir" : "^1.0.1" ,
"user-home" : "^1.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"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." ,
"license" : "ISC" ,
"optional" : true ,
"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" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/invert-kv" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz" ,
"integrity" : "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-accessor-descriptor" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz" ,
"integrity" : "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"hasown" : "^2.0.0"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/is-binary-path" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz" ,
"integrity" : "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"binary-extensions" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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" ,
"optional" : true
} ,
"node_modules/is-core-module" : {
"version" : "2.16.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" ,
"integrity" : "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-data-descriptor" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz" ,
"integrity" : "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"hasown" : "^2.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/is-descriptor" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz" ,
"integrity" : "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-accessor-descriptor" : "^1.0.1" ,
"is-data-descriptor" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/is-dotfile" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz" ,
"integrity" : "sha512-9YclgOGtN/f8zx0Pr4FQYMdibBiTaH3sn52vjYip4ZSf6C4/6RfTEZ+MR4GvKhCxdPh21Bg42/WL55f6KSnKpg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-equal-shallow" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz" ,
"integrity" : "sha512-0EygVC5qPvIyb+gSz7zdD5/AAoS6Qrx1e//6N4yv4oNm30kqvdmG66oZFWVlQHUWe5OjP08FuTw2IdT0EOTcYA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-primitive" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-extendable" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz" ,
"integrity" : "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-extglob" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz" ,
"integrity" : "sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-finite" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz" ,
"integrity" : "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-glob" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz" ,
"integrity" : "sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-extglob" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-integer" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/is-integer/-/is-integer-1.0.7.tgz" ,
"integrity" : "sha512-RPQc/s9yBHSvpi+hs9dYiJ2cuFeU6x3TyyIp8O2H6SKEltIvJOzRj9ToyvcStDvPR/pS4rxgr1oBFajQjZ2Szg==" ,
"license" : "WTFPL OR ISC" ,
"optional" : true ,
"dependencies" : {
"is-finite" : "^1.0.0"
}
} ,
"node_modules/is-number" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz" ,
"integrity" : "sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"kind-of" : "^3.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-plain-obj" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz" ,
"integrity" : "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-plain-object" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz" ,
"integrity" : "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"isobject" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-plain-object/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-posix-bracket" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz" ,
"integrity" : "sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-primitive" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz" ,
"integrity" : "sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-windows" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz" ,
"integrity" : "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/isobject" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz" ,
"integrity" : "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"isarray" : "1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/js-tokens" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz" ,
"integrity" : "sha512-WKqed1YxjsT7sGqM2IdbkJHnA3rXHqFqN+4xUy973UeYNjSXZCKM3G/zUmPNYut/6D9QCUbqegDmUCQRdm0lnQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/jsesc" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" ,
"integrity" : "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" ,
"optional" : true ,
"bin" : {
"jsesc" : "bin/jsesc"
}
} ,
"node_modules/json5" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz" ,
"integrity" : "sha512-5EEuuI7oad0d6c2PcrTRLoLH2JNuI/aJxHsVT2hVFK6fKHu+MXONdhzzzNAlb3JXMeuN1o+kDU78fV1YH6VmKQ==" ,
"license" : "MIT" ,
"optional" : true ,
"bin" : {
"json5" : "lib/cli.js"
}
} ,
"node_modules/katex" : {
"version" : "0.16.27" ,
"resolved" : "https://registry.npmjs.org/katex/-/katex-0.16.27.tgz" ,
"integrity" : "sha512-aeQoDkuRWSqQN6nSvVCEFvfXdqo1OQiCmmW1kc9xSdjutPv7BGO7pqY9sQRJpMOGrEdfDgF2TfRXe5eUAD2Waw==" ,
"funding" : [
"https://opencollective.com/katex" ,
"https://github.com/sponsors/katex"
] ,
"dependencies" : {
"commander" : "^8.3.0"
} ,
"bin" : {
"katex" : "cli.js"
}
} ,
"node_modules/kind-of" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz" ,
"integrity" : "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-buffer" : "^1.1.5"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/lazy-cache" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz" ,
"integrity" : "sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/lcid" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz" ,
"integrity" : "sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"invert-kv" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/leven" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz" ,
"integrity" : "sha512-U3eIzC2mMAOMOuoJ25sA3eyraoBwndpQyYgBq5dyqrMTpvMg9l9X/ucFHxv622YcCg179WWqleoF7rSzfYrV+Q==" ,
"license" : "MIT" ,
"optional" : true ,
"bin" : {
"leven" : "cli.js"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/linkify-it" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz" ,
"integrity" : "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==" ,
"license" : "MIT" ,
"dependencies" : {
"uc.micro" : "^1.0.1"
}
} ,
"node_modules/lodash" : {
"version" : "3.10.1" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz" ,
"integrity" : "sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/lodash-es" : {
"version" : "4.17.23" ,
"resolved" : "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz" ,
"integrity" : "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" ,
"license" : "MIT"
} ,
"node_modules/longest" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz" ,
"integrity" : "sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/longest-streak" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz" ,
"integrity" : "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/magic-string" : {
"version" : "0.30.21" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz" ,
"integrity" : "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.5"
}
} ,
"node_modules/map-cache" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz" ,
"integrity" : "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/map-visit" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz" ,
"integrity" : "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"object-visit" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/markdown-it" : {
"version" : "13.0.2" ,
"resolved" : "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz" ,
"integrity" : "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==" ,
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^2.0.1" ,
"entities" : "~3.0.1" ,
"linkify-it" : "^4.0.1" ,
"mdurl" : "^1.0.1" ,
"uc.micro" : "^1.0.5"
} ,
"bin" : {
"markdown-it" : "bin/markdown-it.js"
}
} ,
"node_modules/markdown-it-math" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/markdown-it-math/-/markdown-it-math-3.0.2.tgz" ,
"integrity" : "sha512-t4trpUH1cmEAspVDd2JJGDDwfx5WYWfzS2g8Cz6xrNzxG69kN+C4xhTwwaqUSs2Wqc1eZoK78RLsBsWuzNKuDA==" ,
"license" : "MIT" ,
"optionalDependencies" : {
"ascii2mathml" : "^0.5.3"
}
} ,
"node_modules/markdown-it/node_modules/entities" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz" ,
"integrity" : "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/markdown-table" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz" ,
"integrity" : "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/math-random" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz" ,
"integrity" : "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/mdast-util-definitions" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz" ,
"integrity" : "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"unist-util-visit" : "^5.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-find-and-replace" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz" ,
"integrity" : "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"escape-string-regexp" : "^5.0.0" ,
"unist-util-is" : "^6.0.0" ,
"unist-util-visit-parents" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-from-markdown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz" ,
"integrity" : "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-to-string" : "^4.0.0" ,
"micromark" : "^4.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-decode-string" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz" ,
"integrity" : "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==" ,
"dependencies" : {
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-gfm-autolink-literal" : "^2.0.0" ,
"mdast-util-gfm-footnote" : "^2.0.0" ,
"mdast-util-gfm-strikethrough" : "^2.0.0" ,
"mdast-util-gfm-table" : "^2.0.0" ,
"mdast-util-gfm-task-list-item" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm-autolink-literal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz" ,
"integrity" : "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"ccount" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-find-and-replace" : "^3.0.0" ,
"micromark-util-character" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm-footnote" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz" ,
"integrity" : "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.1.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm-strikethrough" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz" ,
"integrity" : "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm-table" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz" ,
"integrity" : "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.0.0" ,
"markdown-table" : "^3.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-gfm-task-list-item" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz" ,
"integrity" : "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-math" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz" ,
"integrity" : "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"devlop" : "^1.0.0" ,
"longest-streak" : "^3.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.1.0" ,
"unist-util-remove-position" : "^5.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-phrasing" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz" ,
"integrity" : "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"unist-util-is" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-to-markdown" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz" ,
"integrity" : "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"longest-streak" : "^3.0.0" ,
"mdast-util-phrasing" : "^4.0.0" ,
"mdast-util-to-string" : "^4.0.0" ,
"micromark-util-classify-character" : "^2.0.0" ,
"micromark-util-decode-string" : "^2.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"zwitch" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-to-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz" ,
"integrity" : "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdurl" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz" ,
"integrity" : "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==" ,
"license" : "MIT"
} ,
"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"
}
] ,
"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"
}
] ,
"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-gfm" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz" ,
"integrity" : "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==" ,
"dependencies" : {
"micromark-extension-gfm-autolink-literal" : "^2.0.0" ,
"micromark-extension-gfm-footnote" : "^2.0.0" ,
"micromark-extension-gfm-strikethrough" : "^2.0.0" ,
"micromark-extension-gfm-table" : "^2.0.0" ,
"micromark-extension-gfm-tagfilter" : "^2.0.0" ,
"micromark-extension-gfm-task-list-item" : "^2.0.0" ,
"micromark-util-combine-extensions" : "^2.0.0" ,
"micromark-util-types" : "^2.0.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==" ,
"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==" ,
"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" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz" ,
"integrity" : "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==" ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-classify-character" : "^2.0.0" ,
"micromark-util-resolve-all" : "^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-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==" ,
"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" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz" ,
"integrity" : "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==" ,
"dependencies" : {
"micromark-util-types" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-gfm-task-list-item" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz" ,
"integrity" : "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==" ,
"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-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==" ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
}
} ,
"node_modules/micromark-util-decode-string" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz" ,
"integrity" : "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"dependencies" : {
"decode-named-character-reference" : "^1.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"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"
}
]
} ,
"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"
}
]
} ,
"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"
}
] ,
"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"
}
] ,
"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"
}
] ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
}
} ,
"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"
}
] ,
"dependencies" : {
"devlop" : "^1.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-symbol" : {
2026-01-18 09:08:38 +08:00
"version" : "2.0.1" ,
2026-02-14 23:53:26 +08:00
"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"
}
]
} ,
"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"
}
]
} ,
"node_modules/micromatch" : {
"version" : "2.3.11" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz" ,
"integrity" : "sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"arr-diff" : "^2.0.0" ,
"array-unique" : "^0.2.1" ,
"braces" : "^1.8.2" ,
"expand-brackets" : "^0.1.4" ,
"extglob" : "^0.3.1" ,
"filename-regex" : "^2.0.0" ,
"is-extglob" : "^1.0.0" ,
"is-glob" : "^2.0.1" ,
"kind-of" : "^3.0.2" ,
"normalize-path" : "^2.0.1" ,
"object.omit" : "^2.0.0" ,
"parse-glob" : "^3.0.4" ,
"regex-cache" : "^0.4.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/minimatch" : {
"version" : "2.0.10" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz" ,
"integrity" : "sha512-jQo6o1qSVLEWaw3l+bwYA2X0uLuK2KjNh2wjgO7Q/9UJnXr1Q3yQKR8BI0/Bt/rPg75e6SMW4hW/6cBHVTZUjA==" ,
"deprecated" : "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"brace-expansion" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
"license" : "MIT" ,
"optional" : true ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/mixin-deep" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz" ,
"integrity" : "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"for-in" : "^1.0.2" ,
"is-extendable" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/mixin-deep/node_modules/is-extendable" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz" ,
"integrity" : "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-plain-object" : "^2.0.4"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/mkdirp" : {
"version" : "0.5.6" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz" ,
"integrity" : "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"minimist" : "^1.2.6"
} ,
"bin" : {
"mkdirp" : "bin/cmd.js"
}
} ,
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
} ,
"node_modules/nan" : {
"version" : "2.25.0" ,
"resolved" : "https://registry.npmjs.org/nan/-/nan-2.25.0.tgz" ,
"integrity" : "sha512-0M90Ag7Xn5KMLLZ7zliPWP3rT90P6PN+IzVFS0VqmnPktBk3700xUVv8Ikm9EUaUE5SDWdp/BIxdENzVznpm1g==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/nanoid" : {
"version" : "3.3.11" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" ,
"integrity" : "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
"node_modules/nanomatch" : {
"version" : "1.2.13" ,
"resolved" : "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz" ,
"integrity" : "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"arr-diff" : "^4.0.0" ,
"array-unique" : "^0.3.2" ,
"define-property" : "^2.0.2" ,
"extend-shallow" : "^3.0.2" ,
"fragment-cache" : "^0.2.1" ,
"is-windows" : "^1.0.2" ,
"kind-of" : "^6.0.2" ,
"object.pick" : "^1.3.0" ,
"regex-not" : "^1.0.0" ,
"snapdragon" : "^0.8.1" ,
"to-regex" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/nanomatch/node_modules/arr-diff" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz" ,
"integrity" : "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/nanomatch/node_modules/array-unique" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz" ,
"integrity" : "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/nanomatch/node_modules/kind-of" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/normalize-path" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz" ,
"integrity" : "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"remove-trailing-separator" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-copy" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz" ,
"integrity" : "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"copy-descriptor" : "^0.1.0" ,
"define-property" : "^0.2.5" ,
"kind-of" : "^3.0.3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-copy/node_modules/define-property" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz" ,
"integrity" : "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-descriptor" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-copy/node_modules/is-descriptor" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz" ,
"integrity" : "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-accessor-descriptor" : "^1.0.1" ,
"is-data-descriptor" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/object-visit" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz" ,
"integrity" : "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"isobject" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-visit/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object.omit" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz" ,
"integrity" : "sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"for-own" : "^0.1.4" ,
"is-extendable" : "^0.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object.pick" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz" ,
"integrity" : "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"isobject" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object.pick/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/orderedmap" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz" ,
"integrity" : "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g=="
} ,
"node_modules/os-locale" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz" ,
"integrity" : "sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"lcid" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/os-tmpdir" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" ,
"integrity" : "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/output-file-sync" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz" ,
"integrity" : "sha512-uQLlclru4xpCi+tfs80l3QF24KL81X57ELNMy7W/dox+JTtxUf1bLyQ8968fFCmSqqbokjW0kn+WBIlO+rSkNg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"graceful-fs" : "^4.1.4" ,
"mkdirp" : "^0.5.1" ,
"object-assign" : "^4.1.0"
}
} ,
"node_modules/parse-glob" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz" ,
"integrity" : "sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"glob-base" : "^0.3.0" ,
"is-dotfile" : "^1.0.0" ,
"is-extglob" : "^1.0.0" ,
"is-glob" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/pascalcase" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz" ,
"integrity" : "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-exists" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz" ,
"integrity" : "sha512-BD2vrQBPFI3VkVKzTrOmaG2WtPQoduNXu1A5tLYMOW8RN6G9CdhdSkmw+ljxUkJcj4pbXQGw0lzl7MFLnhba9Q==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"license" : "MIT" ,
"optional" : true
} ,
"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"
} ,
"node_modules/picomatch" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" ,
"integrity" : "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/pinia" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz" ,
"integrity" : "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/devtools-api" : "^6.6.3" ,
"vue-demi" : "^0.14.10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
} ,
"peerDependencies" : {
"typescript" : ">=4.4.4" ,
"vue" : "^2.7.0 || ^3.5.11"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/posix-character-classes" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz" ,
"integrity" : "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/postcss" : {
"version" : "8.5.6" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz" ,
"integrity" : "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" ,
2026-01-18 09:08:38 +08:00
"funding" : [
{
2026-02-14 23:53:26 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"nanoid" : "^3.3.11" ,
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/preserve" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz" ,
"integrity" : "sha512-s/46sYeylUfHNjI+sA/78FAHlmIuKqI9wNnzEOGehAlUUYeObv5C2mOinXBjyUyWmJ2SfcS2/ydApH4hTF4WXQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/prismjs" : {
"version" : "1.30.0" ,
"resolved" : "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz" ,
"integrity" : "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/private" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/private/-/private-0.1.8.tgz" ,
"integrity" : "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/prosemirror-changeset" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz" ,
"integrity" : "sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==" ,
"dependencies" : {
"prosemirror-transform" : "^1.0.0"
}
} ,
"node_modules/prosemirror-commands" : {
"version" : "1.7.1" ,
"resolved" : "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz" ,
"integrity" : "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==" ,
"dependencies" : {
"prosemirror-model" : "^1.0.0" ,
"prosemirror-state" : "^1.0.0" ,
"prosemirror-transform" : "^1.10.2"
}
} ,
"node_modules/prosemirror-drop-indicator" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/prosemirror-drop-indicator/-/prosemirror-drop-indicator-0.1.3.tgz" ,
"integrity" : "sha512-fJV6G2tHIVXZLUuc60fS9ly1/GuGOlAZUm67S1El+kGFUYh27Hyv6hcGx3rrJ+Q/JZL5jnyAibIZYYWpPqE45g==" ,
"dependencies" : {
"@ocavue/utils" : "^1.0.0" ,
"prosemirror-model" : "^1.25.4" ,
"prosemirror-state" : "^1.4.4" ,
"prosemirror-view" : "^1.41.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ocavue"
}
} ,
"node_modules/prosemirror-dropcursor" : {
"version" : "1.8.2" ,
"resolved" : "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz" ,
"integrity" : "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==" ,
"dependencies" : {
"prosemirror-state" : "^1.0.0" ,
"prosemirror-transform" : "^1.1.0" ,
"prosemirror-view" : "^1.1.0"
}
} ,
"node_modules/prosemirror-gapcursor" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz" ,
"integrity" : "sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==" ,
"dependencies" : {
"prosemirror-keymap" : "^1.0.0" ,
"prosemirror-model" : "^1.0.0" ,
"prosemirror-state" : "^1.0.0" ,
"prosemirror-view" : "^1.0.0"
}
} ,
"node_modules/prosemirror-history" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.5.0.tgz" ,
"integrity" : "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==" ,
"dependencies" : {
"prosemirror-state" : "^1.2.2" ,
"prosemirror-transform" : "^1.0.0" ,
"prosemirror-view" : "^1.31.0" ,
"rope-sequence" : "^1.3.0"
}
} ,
"node_modules/prosemirror-inputrules" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz" ,
"integrity" : "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==" ,
"dependencies" : {
"prosemirror-state" : "^1.0.0" ,
"prosemirror-transform" : "^1.0.0"
}
} ,
"node_modules/prosemirror-keymap" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz" ,
"integrity" : "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==" ,
"dependencies" : {
"prosemirror-state" : "^1.0.0" ,
"w3c-keyname" : "^2.2.0"
}
} ,
"node_modules/prosemirror-model" : {
"version" : "1.25.4" ,
"resolved" : "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.4.tgz" ,
"integrity" : "sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==" ,
"peer" : true ,
"dependencies" : {
"orderedmap" : "^2.0.0"
}
} ,
"node_modules/prosemirror-safari-ime-span" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/prosemirror-safari-ime-span/-/prosemirror-safari-ime-span-1.0.2.tgz" ,
"integrity" : "sha512-QJqD8s1zE/CuK56kDsUhndh5hiHh/gFnAuPOA9ytva2s85/ZEt2tNWeALTJN48DtWghSKOmiBsvVn2OlnJ5H2w==" ,
"dependencies" : {
"prosemirror-state" : "^1.4.3" ,
"prosemirror-view" : "^1.33.8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ocavue"
}
} ,
"node_modules/prosemirror-schema-list" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz" ,
"integrity" : "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==" ,
"dependencies" : {
"prosemirror-model" : "^1.0.0" ,
"prosemirror-state" : "^1.0.0" ,
"prosemirror-transform" : "^1.7.3"
}
} ,
"node_modules/prosemirror-state" : {
"version" : "1.4.4" ,
"resolved" : "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.4.tgz" ,
"integrity" : "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==" ,
"peer" : true ,
"dependencies" : {
"prosemirror-model" : "^1.0.0" ,
"prosemirror-transform" : "^1.0.0" ,
"prosemirror-view" : "^1.27.0"
}
} ,
"node_modules/prosemirror-tables" : {
"version" : "1.8.5" ,
"resolved" : "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.5.tgz" ,
"integrity" : "sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==" ,
"dependencies" : {
"prosemirror-keymap" : "^1.2.3" ,
"prosemirror-model" : "^1.25.4" ,
"prosemirror-state" : "^1.4.4" ,
"prosemirror-transform" : "^1.10.5" ,
"prosemirror-view" : "^1.41.4"
}
} ,
"node_modules/prosemirror-transform" : {
"version" : "1.10.5" ,
"resolved" : "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.10.5.tgz" ,
"integrity" : "sha512-RPDQCxIDhIBb1o36xxwsaeAvivO8VLJcgBtzmOwQ64bMtsVFh5SSuJ6dWSxO1UsHTiTXPCgQm3PDJt7p6IOLbw==" ,
"dependencies" : {
"prosemirror-model" : "^1.21.0"
}
} ,
"node_modules/prosemirror-view" : {
"version" : "1.41.5" ,
"resolved" : "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.5.tgz" ,
"integrity" : "sha512-UDQbIPnDrjE8tqUBbPmCOZgtd75htE6W3r0JCmY9bL6W1iemDM37MZEKC49d+tdQ0v/CKx4gjxLoLsfkD2NiZA==" ,
"peer" : true ,
"dependencies" : {
"prosemirror-model" : "^1.20.0" ,
"prosemirror-state" : "^1.0.0" ,
"prosemirror-transform" : "^1.1.0"
}
} ,
"node_modules/prosemirror-virtual-cursor" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/prosemirror-virtual-cursor/-/prosemirror-virtual-cursor-0.4.2.tgz" ,
"integrity" : "sha512-pUMKnIuOhhnMcgIJUjhIQTVJruBEGxfMBVQSrK0g2qhGPDm1i12KdsVaFw15dYk+29tZcxjMeR7P5VDKwmbwJg==" ,
"funding" : {
"url" : "https://github.com/sponsors/ocavue"
} ,
"peerDependencies" : {
"prosemirror-model" : "^1.0.0" ,
"prosemirror-state" : "^1.0.0" ,
"prosemirror-view" : "^1.0.0"
} ,
"peerDependenciesMeta" : {
"prosemirror-model" : {
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"prosemirror-state" : {
"optional" : true
} ,
"prosemirror-view" : {
"optional" : true
2026-01-18 09:08:38 +08:00
}
2026-02-14 23:53:26 +08:00
}
} ,
"node_modules/q" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/q/-/q-1.5.1.tgz" ,
"integrity" : "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" ,
"deprecated" : "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.6.0" ,
"teleport" : ">=0.2.0"
}
} ,
"node_modules/randomatic" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz" ,
"integrity" : "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-number" : "^4.0.0" ,
"kind-of" : "^6.0.0" ,
"math-random" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.10.0"
}
} ,
"node_modules/randomatic/node_modules/is-number" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz" ,
"integrity" : "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/randomatic/node_modules/kind-of" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/readdirp" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz" ,
"integrity" : "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"graceful-fs" : "^4.1.11" ,
"micromatch" : "^3.1.10" ,
"readable-stream" : "^2.0.2"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/readdirp/node_modules/arr-diff" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz" ,
"integrity" : "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/array-unique" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz" ,
"integrity" : "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/braces" : {
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz" ,
"integrity" : "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"arr-flatten" : "^1.1.0" ,
"array-unique" : "^0.3.2" ,
"extend-shallow" : "^2.0.1" ,
"fill-range" : "^4.0.0" ,
"isobject" : "^3.0.1" ,
"repeat-element" : "^1.1.2" ,
"snapdragon" : "^0.8.1" ,
"snapdragon-node" : "^2.0.1" ,
"split-string" : "^3.0.2" ,
"to-regex" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/braces/node_modules/extend-shallow" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" ,
"integrity" : "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-extendable" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/readdirp/node_modules/expand-brackets" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz" ,
"integrity" : "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"debug" : "^2.3.3" ,
"define-property" : "^0.2.5" ,
"extend-shallow" : "^2.0.1" ,
"posix-character-classes" : "^0.1.0" ,
"regex-not" : "^1.0.0" ,
"snapdragon" : "^0.8.1" ,
"to-regex" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/expand-brackets/node_modules/define-property" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz" ,
"integrity" : "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-descriptor" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/expand-brackets/node_modules/extend-shallow" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" ,
"integrity" : "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-extendable" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/expand-brackets/node_modules/is-descriptor" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz" ,
"integrity" : "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-accessor-descriptor" : "^1.0.1" ,
"is-data-descriptor" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/readdirp/node_modules/extglob" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz" ,
"integrity" : "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"array-unique" : "^0.3.2" ,
"define-property" : "^1.0.0" ,
"expand-brackets" : "^2.1.4" ,
"extend-shallow" : "^2.0.1" ,
"fragment-cache" : "^0.2.1" ,
"regex-not" : "^1.0.0" ,
"snapdragon" : "^0.8.1" ,
"to-regex" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/extglob/node_modules/define-property" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz" ,
"integrity" : "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-descriptor" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/extglob/node_modules/extend-shallow" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" ,
"integrity" : "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-extendable" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/fill-range" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz" ,
"integrity" : "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"extend-shallow" : "^2.0.1" ,
"is-number" : "^3.0.0" ,
"repeat-string" : "^1.6.1" ,
"to-regex-range" : "^2.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/fill-range/node_modules/extend-shallow" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" ,
"integrity" : "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-extendable" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/is-number" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz" ,
"integrity" : "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"kind-of" : "^3.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/is-number/node_modules/kind-of" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz" ,
"integrity" : "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-buffer" : "^1.1.5"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/kind-of" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/micromatch" : {
"version" : "3.1.10" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz" ,
"integrity" : "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"arr-diff" : "^4.0.0" ,
"array-unique" : "^0.3.2" ,
"braces" : "^2.3.1" ,
"define-property" : "^2.0.2" ,
"extend-shallow" : "^3.0.2" ,
"extglob" : "^2.0.4" ,
"fragment-cache" : "^0.2.1" ,
"kind-of" : "^6.0.2" ,
"nanomatch" : "^1.2.9" ,
"object.pick" : "^1.3.0" ,
"regex-not" : "^1.0.0" ,
"snapdragon" : "^0.8.1" ,
"to-regex" : "^3.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/readdirp/node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/recast" : {
"version" : "0.10.33" ,
"resolved" : "https://registry.npmjs.org/recast/-/recast-0.10.33.tgz" ,
"integrity" : "sha512-RxAVgvgWGzfFYsdc3PB6TM4/cq8HMgBH8PC9r+SkO7j1MeHZvIMxLSVlUhin3sv9wbAy8CMAPXSGSGkWPovyKQ==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"ast-types" : "0.8.12" ,
"esprima-fb" : "~15001.1001.0-dev-harmony-fb" ,
"private" : "~0.1.5" ,
"source-map" : "~0.5.0"
} ,
"engines" : {
"node" : ">= 0.8"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/regenerate" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz" ,
"integrity" : "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/regenerator" : {
"version" : "0.8.40" ,
"resolved" : "https://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz" ,
"integrity" : "sha512-NsE91xz22nl5JsAwE5kZNmaMaK6g4HipZaGhrQJeVo8DsTwYYONx0TYEm8+7kFIODeuLNQpRsomV1CChmEY5Yg==" ,
"license" : "BSD" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"commoner" : "~0.10.3" ,
"defs" : "~1.1.0" ,
"esprima-fb" : "~15001.1001.0-dev-harmony-fb" ,
"private" : "~0.1.5" ,
"recast" : "0.10.33" ,
"through" : "~2.3.8"
} ,
"bin" : {
"regenerator" : "bin/regenerator"
} ,
"engines" : {
"node" : ">= 0.6"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/regex-cache" : {
"version" : "0.4.4" ,
"resolved" : "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz" ,
"integrity" : "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-equal-shallow" : "^0.1.3"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/regex-not" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz" ,
"integrity" : "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"extend-shallow" : "^3.0.2" ,
"safe-regex" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/regexpu" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz" ,
"integrity" : "sha512-OqpQCTCcVM6k9IbzxLjNN6TRj3NV7qF4L8zUqsNoeAmmIZp8wH1tdZnn0vNXE2tGNU4ho0xTZWk3FmahOtyMRA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"esprima" : "^2.6.0" ,
"recast" : "^0.10.10" ,
"regenerate" : "^1.2.1" ,
"regjsgen" : "^0.2.0" ,
"regjsparser" : "^0.1.4"
} ,
"bin" : {
"regexpu" : "bin/regexpu"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/regjsgen" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz" ,
"integrity" : "sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==" ,
"license" : "MIT" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/regjsparser" : {
"version" : "0.1.5" ,
"resolved" : "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz" ,
"integrity" : "sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==" ,
"license" : "BSD" ,
"optional" : true ,
"dependencies" : {
"jsesc" : "~0.5.0"
} ,
"bin" : {
"regjsparser" : "bin/parser"
}
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/remark" : {
"version" : "15.0.1" ,
"resolved" : "https://registry.npmjs.org/remark/-/remark-15.0.1.tgz" ,
"integrity" : "sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"@types/mdast" : "^4.0.0" ,
"remark-parse" : "^11.0.0" ,
"remark-stringify" : "^11.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/remark-gfm" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz" ,
"integrity" : "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"@types/mdast" : "^4.0.0" ,
"mdast-util-gfm" : "^3.0.0" ,
"micromark-extension-gfm" : "^3.0.0" ,
"remark-parse" : "^11.0.0" ,
"remark-stringify" : "^11.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/remark-inline-links" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-inline-links/-/remark-inline-links-7.0.0.tgz" ,
"integrity" : "sha512-4uj1pPM+F495ySZhTIB6ay2oSkTsKgmYaKk/q5HIdhX2fuyLEegpjWa0VdJRJ01sgOqAFo7MBKdDUejIYBMVMQ==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"@types/mdast" : "^4.0.0" ,
"mdast-util-definitions" : "^6.0.0" ,
"unist-util-visit" : "^5.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/remark-math" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-math/-/remark-math-6.0.0.tgz" ,
"integrity" : "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"mdast-util-math" : "^3.0.0" ,
"micromark-extension-math" : "^3.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/remark-parse" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz" ,
"integrity" : "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"mdast-util-from-markdown" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/remark-stringify" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz" ,
"integrity" : "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==" ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"@types/mdast" : "^4.0.0" ,
"mdast-util-to-markdown" : "^2.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/remove-trailing-separator" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz" ,
"integrity" : "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==" ,
"license" : "ISC" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/repeat-element" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz" ,
"integrity" : "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/repeat-string" : {
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz" ,
"integrity" : "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" ,
2026-01-18 09:08:38 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-18 09:08:38 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/repeating" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz" ,
"integrity" : "sha512-Nh30JLeMHdoI+AsQ5eblhZ7YlTsM9wiJQe/AHIunlK3KWzvXhXb36IJ7K1IOeRjIOtzMjdUHjwXUFxKJoPTSOg==" ,
2026-01-18 09:08:38 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-finite" : "^1.0.0"
} ,
"bin" : {
"repeating" : "cli.js"
2026-01-18 09:08:38 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/resolve" : {
"version" : "1.22.11" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz" ,
"integrity" : "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==" ,
2026-01-18 09:08:38 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
"dependencies" : {
"is-core-module" : "^2.16.1" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
2026-01-18 09:08:38 +08:00
"bin" : {
2026-02-14 23:53:26 +08:00
"resolve" : "bin/resolve"
2026-01-18 09:08:38 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/resolve-url" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz" ,
"integrity" : "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==" ,
"deprecated" : "https://github.com/lydell/resolve-url#deprecated" ,
"license" : "MIT" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/ret" : {
"version" : "0.1.15" ,
"resolved" : "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz" ,
"integrity" : "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" ,
2026-01-18 09:08:38 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-18 09:08:38 +08:00
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=0.12"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/right-align" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz" ,
"integrity" : "sha512-yqINtL/G7vs2v+dFIZmFUDbnVyFUJFKd6gK22Kgo6R4jfJGFtisKyncWDDULgjfqf4ASQuIQyjJ7XZ+3aWpsAg==" ,
2026-01-18 09:08:38 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"align-text" : "^0.1.1"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/rollup" : {
"version" : "4.55.1" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.55.1.tgz" ,
"integrity" : "sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==" ,
"dev" : true ,
2026-01-18 09:08:38 +08:00
"license" : "MIT" ,
"dependencies" : {
2026-02-14 23:53:26 +08:00
"@types/estree" : "1.0.8"
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
2026-01-18 09:08:38 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
"@rollup/rollup-android-arm-eabi" : "4.55.1" ,
"@rollup/rollup-android-arm64" : "4.55.1" ,
"@rollup/rollup-darwin-arm64" : "4.55.1" ,
"@rollup/rollup-darwin-x64" : "4.55.1" ,
"@rollup/rollup-freebsd-arm64" : "4.55.1" ,
"@rollup/rollup-freebsd-x64" : "4.55.1" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.55.1" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.55.1" ,
"@rollup/rollup-linux-arm64-gnu" : "4.55.1" ,
"@rollup/rollup-linux-arm64-musl" : "4.55.1" ,
"@rollup/rollup-linux-loong64-gnu" : "4.55.1" ,
"@rollup/rollup-linux-loong64-musl" : "4.55.1" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.55.1" ,
"@rollup/rollup-linux-ppc64-musl" : "4.55.1" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.55.1" ,
"@rollup/rollup-linux-riscv64-musl" : "4.55.1" ,
"@rollup/rollup-linux-s390x-gnu" : "4.55.1" ,
"@rollup/rollup-linux-x64-gnu" : "4.55.1" ,
"@rollup/rollup-linux-x64-musl" : "4.55.1" ,
"@rollup/rollup-openbsd-x64" : "4.55.1" ,
"@rollup/rollup-openharmony-arm64" : "4.55.1" ,
"@rollup/rollup-win32-arm64-msvc" : "4.55.1" ,
"@rollup/rollup-win32-ia32-msvc" : "4.55.1" ,
"@rollup/rollup-win32-x64-gnu" : "4.55.1" ,
"@rollup/rollup-win32-x64-msvc" : "4.55.1" ,
"fsevents" : "~2.3.2"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/rope-sequence" : {
"version" : "1.3.4" ,
"resolved" : "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz" ,
"integrity" : "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ=="
} ,
"node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
2026-01-18 09:08:38 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/safe-regex" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz" ,
"integrity" : "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"ret" : "~0.1.10"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +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" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/set-value" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz" ,
"integrity" : "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"extend-shallow" : "^2.0.1" ,
"is-extendable" : "^0.1.1" ,
"is-plain-object" : "^2.0.3" ,
"split-string" : "^3.0.1"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/set-value/node_modules/extend-shallow" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" ,
"integrity" : "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-extendable" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/shebang-regex" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" ,
"integrity" : "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/simple-fmt" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz" ,
"integrity" : "sha512-9a3zTDDh9LXbTR37qBhACWIQ/mP/ry5xtmbE98BJM8GR02sanCkfMzp7AdCTqYhkBZggK/w7hJtc8Pb9nmo16A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/simple-is" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz" ,
"integrity" : "sha512-GJXhv3r5vdj5tGWO+rcrWgjU2azLB+fb7Ehh3SmZpXE0o4KrrFLti0w4mdDCbR29X/z0Ls20ApjZitlpAXhAeg==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/slash" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz" ,
"integrity" : "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon" : {
"version" : "0.8.2" ,
"resolved" : "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz" ,
"integrity" : "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"base" : "^0.11.1" ,
"debug" : "^2.2.0" ,
"define-property" : "^0.2.5" ,
"extend-shallow" : "^2.0.1" ,
"map-cache" : "^0.2.2" ,
"source-map" : "^0.5.6" ,
"source-map-resolve" : "^0.5.0" ,
"use" : "^3.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon-node" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz" ,
"integrity" : "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"define-property" : "^1.0.0" ,
"isobject" : "^3.0.0" ,
"snapdragon-util" : "^3.0.1"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon-node/node_modules/define-property" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz" ,
"integrity" : "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-descriptor" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon-node/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon-util" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz" ,
"integrity" : "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"kind-of" : "^3.2.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon/node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"ms" : "2.0.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon/node_modules/define-property" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz" ,
"integrity" : "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-descriptor" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon/node_modules/extend-shallow" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" ,
"integrity" : "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-extendable" : "^0.1.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/snapdragon/node_modules/is-descriptor" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz" ,
"integrity" : "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-accessor-descriptor" : "^1.0.1" ,
"is-data-descriptor" : "^1.0.1"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">= 0.4"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/snapdragon/node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT" ,
"optional" : true
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/source-map" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" ,
"integrity" : "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" ,
"license" : "BSD-3-Clause" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-resolve" : {
"version" : "0.5.3" ,
"resolved" : "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz" ,
"integrity" : "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==" ,
"deprecated" : "See https://github.com/lydell/source-map-resolve#deprecated" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"atob" : "^2.1.2" ,
"decode-uri-component" : "^0.2.0" ,
"resolve-url" : "^0.2.1" ,
"source-map-url" : "^0.4.0" ,
"urix" : "^0.1.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/source-map-support" : {
"version" : "0.2.10" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz" ,
"integrity" : "sha512-gGKOSat73z0V8wBKo9AGxZZyekczBireh1hHktbt+kb9acsCB5OfVCF2DCWlztcQ3r5oNN7f2BL0B2xOcoJ/DQ==" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"source-map" : "0.1.32"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/source-map-support/node_modules/source-map" : {
"version" : "0.1.32" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz" ,
"integrity" : "sha512-htQyLrrRLkQ87Zfrir4/yN+vAUd6DNjVayEjTSHXu29AYQJw57I4/xEL/M6p6E/woPNJwvZt6rVlzc7gFEJccQ==" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"amdefine" : ">=0.0.4"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.8.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/source-map-url" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz" ,
"integrity" : "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" ,
"deprecated" : "See https://github.com/lydell/source-map-url#deprecated" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/split-string" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz" ,
"integrity" : "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"extend-shallow" : "^3.0.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/stable" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz" ,
"integrity" : "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" ,
"deprecated" : "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/static-extend" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz" ,
"integrity" : "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"define-property" : "^0.2.5" ,
"object-copy" : "^0.1.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/static-extend/node_modules/define-property" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz" ,
"integrity" : "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==" ,
"license" : "MIT" ,
"optional" : true ,
2026-01-18 09:08:38 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-descriptor" : "^0.1.0"
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"engines" : {
"node" : ">=0.10.0"
2026-01-18 09:08:38 +08:00
}
2026-01-12 12:23:44 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/static-extend/node_modules/is-descriptor" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz" ,
"integrity" : "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==" ,
2026-01-12 12:23:44 +08:00
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"optional" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
2026-02-14 23:53:26 +08:00
"is-accessor-descriptor" : "^1.0.1" ,
"is-data-descriptor" : "^1.0.1"
2026-01-12 12:23:44 +08:00
} ,
"engines" : {
2026-02-14 23:53:26 +08:00
"node" : ">= 0.4"
2026-01-12 12:23:44 +08:00
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
2026-01-18 09:08:38 +08:00
} ,
2026-02-14 23:53:26 +08:00
"node_modules/stringmap" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz" ,
"integrity" : "sha512-mR1LEHDw6TsHa+LwJeeBc9ZqZqEOm7bHidgxMmDg8HB/rbA1HhDeT08gS67CCCG/xrgIfQx5tW42pd8vFpLUow==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/stringset" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz" ,
"integrity" : "sha512-km3jeiRpmySChl1oLiBE2ESdG5k/4+6tjENVL6BB3mdmKBiUikI5ks4paad2WAKsxzpNiBqBBbXCC12QqlpLWA==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/strip-ansi" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" ,
"integrity" : "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
2026-01-12 12:23:44 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-18 09:08:38 +08:00
"node_modules/style-mod" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz" ,
"integrity" : "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ=="
} ,
2026-02-14 23:53:26 +08:00
"node_modules/supports-color" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" ,
"integrity" : "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/through" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/through/-/through-2.3.8.tgz" ,
"integrity" : "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" ,
"license" : "MIT" ,
"optional" : true
} ,
2026-01-12 12:23:44 +08:00
"node_modules/tinyglobby" : {
"version" : "0.2.15" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz" ,
"integrity" : "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/to-fast-properties" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz" ,
"integrity" : "sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/to-object-path" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz" ,
"integrity" : "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"kind-of" : "^3.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/to-regex" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz" ,
"integrity" : "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"define-property" : "^2.0.2" ,
"extend-shallow" : "^3.0.2" ,
"regex-not" : "^1.0.2" ,
"safe-regex" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/to-regex-range" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz" ,
"integrity" : "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-number" : "^3.0.0" ,
"repeat-string" : "^1.6.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/to-regex-range/node_modules/is-number" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz" ,
"integrity" : "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"kind-of" : "^3.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/trim-right" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz" ,
"integrity" : "sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-18 09:08:38 +08:00
"node_modules/trough" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz" ,
"integrity" : "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/try-resolve" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz" ,
"integrity" : "sha512-yHeaPjCBzVaXwWl5IMUapTaTC2rn/eBYg2fsG2L+CvJd+ttFbk0ylDnpTO3wVhosmE1tQEvcebbBeKLCwScQSQ==" ,
"deprecated" : "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info." ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/tryor" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz" ,
"integrity" : "sha512-2+ilNA00DGvbUYYbRrm3ux+snbo7I6uPXMw8I4p/QMl7HUOWBBZFbk+Mpr8/IAPDQE+LQ8vOdlI6xEzjc+e/BQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
2026-01-12 12:23:44 +08:00
"node_modules/uc.micro" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz" ,
"integrity" : "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" ,
"license" : "MIT"
} ,
2026-01-18 09:08:38 +08:00
"node_modules/unified" : {
"version" : "11.0.5" ,
"resolved" : "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz" ,
"integrity" : "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"bail" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"extend" : "^3.0.0" ,
"is-plain-obj" : "^4.0.0" ,
"trough" : "^2.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/union-value" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz" ,
"integrity" : "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"arr-union" : "^3.1.0" ,
"get-value" : "^2.0.6" ,
"is-extendable" : "^0.1.1" ,
"set-value" : "^2.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-01-18 09:08:38 +08:00
"node_modules/unist-util-is" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz" ,
"integrity" : "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-remove-position" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz" ,
"integrity" : "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-visit" : "^5.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-stringify-position" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz" ,
"integrity" : "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-visit" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz" ,
"integrity" : "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0" ,
"unist-util-visit-parents" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-visit-parents" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz" ,
"integrity" : "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-02-14 23:53:26 +08:00
"node_modules/unset-value" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz" ,
"integrity" : "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"has-value" : "^0.3.1" ,
"isobject" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unset-value/node_modules/has-value" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz" ,
"integrity" : "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"get-value" : "^2.0.3" ,
"has-values" : "^0.1.4" ,
"isobject" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unset-value/node_modules/has-value/node_modules/isobject" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz" ,
"integrity" : "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"isarray" : "1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unset-value/node_modules/has-values" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz" ,
"integrity" : "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unset-value/node_modules/isobject" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/urix" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz" ,
"integrity" : "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==" ,
"deprecated" : "Please see https://github.com/lydell/urix#deprecated" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/use" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/use/-/use-3.1.1.tgz" ,
"integrity" : "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/user-home" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz" ,
"integrity" : "sha512-aggiKfEEubv3UwRNqTzLInZpAOmKzwdHqEBmW/hBA/mt99eg+b4VrX6i+IRLxU8+WJYfa33rGwRseg4eElUgsQ==" ,
"license" : "MIT" ,
"optional" : true ,
"bin" : {
"user-home" : "cli.js"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT" ,
"optional" : true
} ,
2026-01-18 09:08:38 +08:00
"node_modules/vfile" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz" ,
"integrity" : "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"vfile-message" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/vfile-message" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz" ,
"integrity" : "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-01-12 12:23:44 +08:00
"node_modules/vite" : {
"version" : "7.3.1" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz" ,
"integrity" : "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==" ,
"dev" : true ,
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"peer" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
"esbuild" : "^0.27.0" ,
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3" ,
"postcss" : "^8.5.6" ,
"rollup" : "^4.43.0" ,
"tinyglobby" : "^0.2.15"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^20.19.0 || >=22.12.0" ,
"jiti" : ">=1.21.0" ,
"less" : "^4.0.0" ,
"lightningcss" : "^1.21.0" ,
"sass" : "^1.70.0" ,
"sass-embedded" : "^1.70.0" ,
"stylus" : ">=0.54.8" ,
"sugarss" : "^5.0.0" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"jiti" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
}
} ,
"node_modules/vue" : {
"version" : "3.5.26" ,
"resolved" : "https://registry.npmjs.org/vue/-/vue-3.5.26.tgz" ,
"integrity" : "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==" ,
"license" : "MIT" ,
2026-02-14 23:53:26 +08:00
"peer" : true ,
2026-01-12 12:23:44 +08:00
"dependencies" : {
"@vue/compiler-dom" : "3.5.26" ,
"@vue/compiler-sfc" : "3.5.26" ,
"@vue/runtime-dom" : "3.5.26" ,
"@vue/server-renderer" : "3.5.26" ,
"@vue/shared" : "3.5.26"
} ,
"peerDependencies" : {
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/vue-demi" : {
"version" : "0.14.10" ,
"resolved" : "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz" ,
"integrity" : "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"vue-demi-fix" : "bin/vue-demi-fix.js" ,
"vue-demi-switch" : "bin/vue-demi-switch.js"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"@vue/composition-api" : "^1.0.0-rc.1" ,
"vue" : "^3.0.0-0 || ^2.6.0"
} ,
"peerDependenciesMeta" : {
"@vue/composition-api" : {
"optional" : true
}
}
} ,
"node_modules/vue-router" : {
"version" : "4.6.4" ,
"resolved" : "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz" ,
"integrity" : "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/devtools-api" : "^6.6.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
} ,
"peerDependencies" : {
"vue" : "^3.5.0"
}
2026-01-18 09:08:38 +08:00
} ,
"node_modules/w3c-keyname" : {
"version" : "2.2.8" ,
"resolved" : "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz" ,
"integrity" : "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ=="
} ,
2026-02-14 23:53:26 +08:00
"node_modules/window-size" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz" ,
"integrity" : "sha512-2thx4pB0cV3h+Bw7QmMXcEbdmOzv9t0HFplJH/Lz6yu60hXYy5RT8rUu+wlIreVxWsGN20mo+MHeCSfUpQBwPw==" ,
"license" : "MIT" ,
"optional" : true ,
"bin" : {
"window-size" : "cli.js"
} ,
"engines" : {
"node" : ">= 0.10.0"
}
} ,
"node_modules/wordwrap" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz" ,
"integrity" : "sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q==" ,
"license" : "MIT/X11" ,
"optional" : true ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/y18n" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz" ,
"integrity" : "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/yargs" : {
"version" : "3.27.0" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz" ,
"integrity" : "sha512-6atYjGACjX/OYWico7LwdBx9eiGlkMnIw6OwqfBb+uJQpaT82tQ7oI+BI6Dvq62qZvSbzGzQCVLQdMd59tR2eA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"camelcase" : "^1.2.1" ,
"cliui" : "^2.1.0" ,
"decamelize" : "^1.0.0" ,
"os-locale" : "^1.4.0" ,
"window-size" : "^0.1.2" ,
"y18n" : "^3.2.0"
}
} ,
2026-01-18 09:08:38 +08:00
"node_modules/zwitch" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz" ,
"integrity" : "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
2026-01-12 12:23:44 +08:00
}
}
}