|
|
@ -5,7 +5,305 @@ |
|
|
"packages": { |
|
|
"packages": { |
|
|
"": { |
|
|
"": { |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"marked": "^2.0.1" |
|
|
|
|
|
|
|
|
"marked": "^2.0.1", |
|
|
|
|
|
"pinia": "^3.0.3", |
|
|
|
|
|
"pinia-plugin-persistedstate": "^4.5.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@babel/helper-string-parser": { |
|
|
|
|
|
"version": "7.27.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", |
|
|
|
|
|
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@babel/helper-validator-identifier": { |
|
|
|
|
|
"version": "7.28.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", |
|
|
|
|
|
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@babel/parser": { |
|
|
|
|
|
"version": "7.28.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.5.tgz", |
|
|
|
|
|
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"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.npmmirror.com/@babel/types/-/types-7.28.5.tgz", |
|
|
|
|
|
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@babel/helper-string-parser": "^7.27.1", |
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.28.5" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@jridgewell/sourcemap-codec": { |
|
|
|
|
|
"version": "1.5.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", |
|
|
|
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/compiler-core": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@babel/parser": "^7.28.4", |
|
|
|
|
|
"@vue/shared": "3.5.22", |
|
|
|
|
|
"entities": "^4.5.0", |
|
|
|
|
|
"estree-walker": "^2.0.2", |
|
|
|
|
|
"source-map-js": "^1.2.1" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/compiler-dom": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/compiler-core": "3.5.22", |
|
|
|
|
|
"@vue/shared": "3.5.22" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/compiler-sfc": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@babel/parser": "^7.28.4", |
|
|
|
|
|
"@vue/compiler-core": "3.5.22", |
|
|
|
|
|
"@vue/compiler-dom": "3.5.22", |
|
|
|
|
|
"@vue/compiler-ssr": "3.5.22", |
|
|
|
|
|
"@vue/shared": "3.5.22", |
|
|
|
|
|
"estree-walker": "^2.0.2", |
|
|
|
|
|
"magic-string": "^0.30.19", |
|
|
|
|
|
"postcss": "^8.5.6", |
|
|
|
|
|
"source-map-js": "^1.2.1" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/compiler-ssr": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/compiler-dom": "3.5.22", |
|
|
|
|
|
"@vue/shared": "3.5.22" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/devtools-api": { |
|
|
|
|
|
"version": "7.7.7", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.7.tgz", |
|
|
|
|
|
"integrity": "sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/devtools-kit": "^7.7.7" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/devtools-kit": { |
|
|
|
|
|
"version": "7.7.7", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz", |
|
|
|
|
|
"integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/devtools-shared": "^7.7.7", |
|
|
|
|
|
"birpc": "^2.3.0", |
|
|
|
|
|
"hookable": "^5.5.3", |
|
|
|
|
|
"mitt": "^3.0.1", |
|
|
|
|
|
"perfect-debounce": "^1.0.0", |
|
|
|
|
|
"speakingurl": "^14.0.1", |
|
|
|
|
|
"superjson": "^2.2.2" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/devtools-shared": { |
|
|
|
|
|
"version": "7.7.7", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz", |
|
|
|
|
|
"integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"rfdc": "^1.4.1" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/reactivity": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/shared": "3.5.22" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/runtime-core": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/reactivity": "3.5.22", |
|
|
|
|
|
"@vue/shared": "3.5.22" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/runtime-dom": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/reactivity": "3.5.22", |
|
|
|
|
|
"@vue/runtime-core": "3.5.22", |
|
|
|
|
|
"@vue/shared": "3.5.22", |
|
|
|
|
|
"csstype": "^3.1.3" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/server-renderer": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/compiler-ssr": "3.5.22", |
|
|
|
|
|
"@vue/shared": "3.5.22" |
|
|
|
|
|
}, |
|
|
|
|
|
"peerDependencies": { |
|
|
|
|
|
"vue": "3.5.22" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@vue/shared": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/birpc": { |
|
|
|
|
|
"version": "2.6.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.6.1.tgz", |
|
|
|
|
|
"integrity": "sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/antfu" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/copy-anything": { |
|
|
|
|
|
"version": "4.0.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-4.0.5.tgz", |
|
|
|
|
|
"integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"is-what": "^5.2.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=18" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/mesqueeb" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/csstype": { |
|
|
|
|
|
"version": "3.1.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", |
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/deep-pick-omit": { |
|
|
|
|
|
"version": "1.2.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz", |
|
|
|
|
|
"integrity": "sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/defu": { |
|
|
|
|
|
"version": "6.1.4", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz", |
|
|
|
|
|
"integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/destr": { |
|
|
|
|
|
"version": "2.0.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz", |
|
|
|
|
|
"integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/entities": { |
|
|
|
|
|
"version": "4.5.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz", |
|
|
|
|
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", |
|
|
|
|
|
"license": "BSD-2-Clause", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.12" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/fb55/entities?sponsor=1" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/estree-walker": { |
|
|
|
|
|
"version": "2.0.2", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", |
|
|
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/hookable": { |
|
|
|
|
|
"version": "5.5.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz", |
|
|
|
|
|
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/is-what": { |
|
|
|
|
|
"version": "5.5.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/is-what/-/is-what-5.5.0.tgz", |
|
|
|
|
|
"integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=18" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/mesqueeb" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/magic-string": { |
|
|
|
|
|
"version": "0.30.21", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz", |
|
|
|
|
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.5" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/marked": { |
|
|
"node_modules/marked": { |
|
|
@ -19,6 +317,180 @@ |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">= 8.16.2" |
|
|
"node": ">= 8.16.2" |
|
|
} |
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/mitt": { |
|
|
|
|
|
"version": "3.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/nanoid": { |
|
|
|
|
|
"version": "3.3.11", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz", |
|
|
|
|
|
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "github", |
|
|
|
|
|
"url": "https://github.com/sponsors/ai" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"bin": { |
|
|
|
|
|
"nanoid": "bin/nanoid.cjs" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/perfect-debounce": { |
|
|
|
|
|
"version": "1.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/picocolors": { |
|
|
|
|
|
"version": "1.1.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", |
|
|
|
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
|
|
|
|
|
"license": "ISC", |
|
|
|
|
|
"peer": true |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/pinia": { |
|
|
|
|
|
"version": "3.0.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz", |
|
|
|
|
|
"integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/devtools-api": "^7.7.2" |
|
|
|
|
|
}, |
|
|
|
|
|
"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/pinia-plugin-persistedstate": { |
|
|
|
|
|
"version": "4.5.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.5.0.tgz", |
|
|
|
|
|
"integrity": "sha512-QTkP1xJVyCdr2I2p3AKUZM84/e+IS+HktRxKGAIuDzkyaKKV48mQcYkJFVVDuvTxlI5j6X3oZObpqoVB8JnWpw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"deep-pick-omit": "^1.2.1", |
|
|
|
|
|
"defu": "^6.1.4", |
|
|
|
|
|
"destr": "^2.0.5" |
|
|
|
|
|
}, |
|
|
|
|
|
"peerDependencies": { |
|
|
|
|
|
"@nuxt/kit": ">=3.0.0", |
|
|
|
|
|
"@pinia/nuxt": ">=0.10.0", |
|
|
|
|
|
"pinia": ">=3.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
|
"@nuxt/kit": { |
|
|
|
|
|
"optional": true |
|
|
|
|
|
}, |
|
|
|
|
|
"@pinia/nuxt": { |
|
|
|
|
|
"optional": true |
|
|
|
|
|
}, |
|
|
|
|
|
"pinia": { |
|
|
|
|
|
"optional": true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/postcss": { |
|
|
|
|
|
"version": "8.5.6", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz", |
|
|
|
|
|
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"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", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"nanoid": "^3.3.11", |
|
|
|
|
|
"picocolors": "^1.1.1", |
|
|
|
|
|
"source-map-js": "^1.2.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": "^10 || ^12 || >=14" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/rfdc": { |
|
|
|
|
|
"version": "1.4.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz", |
|
|
|
|
|
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", |
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/source-map-js": { |
|
|
|
|
|
"version": "1.2.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", |
|
|
|
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
|
|
|
|
|
"license": "BSD-3-Clause", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/speakingurl": { |
|
|
|
|
|
"version": "14.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", |
|
|
|
|
|
"license": "BSD-3-Clause", |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/superjson": { |
|
|
|
|
|
"version": "2.2.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.3.tgz", |
|
|
|
|
|
"integrity": "sha512-ay3d+LW/S6yppKoTz3Bq4mG0xrS5bFwfWEBmQfbC7lt5wmtk+Obq0TxVuA9eYRirBTQb1K3eEpBRHMQEo0WyVw==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"copy-anything": "^4" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=16" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/vue": { |
|
|
|
|
|
"version": "3.5.22", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.22.tgz", |
|
|
|
|
|
"integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==", |
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
"peer": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@vue/compiler-dom": "3.5.22", |
|
|
|
|
|
"@vue/compiler-sfc": "3.5.22", |
|
|
|
|
|
"@vue/runtime-dom": "3.5.22", |
|
|
|
|
|
"@vue/server-renderer": "3.5.22", |
|
|
|
|
|
"@vue/shared": "3.5.22" |
|
|
|
|
|
}, |
|
|
|
|
|
"peerDependencies": { |
|
|
|
|
|
"typescript": "*" |
|
|
|
|
|
}, |
|
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
|
"typescript": { |
|
|
|
|
|
"optional": true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |