|
@@ -0,0 +1,2007 @@
|
|
|
|
+{
|
|
|
|
+ "name": "video-test",
|
|
|
|
+ "version": "0.0.0",
|
|
|
|
+ "lockfileVersion": 3,
|
|
|
|
+ "requires": true,
|
|
|
|
+ "packages": {
|
|
|
|
+ "": {
|
|
|
|
+ "name": "video-test",
|
|
|
|
+ "version": "0.0.0",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@microsoft/fetch-event-source": "^2.0.1",
|
|
|
|
+ "axios": "^1.7.9",
|
|
|
|
+ "delay": "^6.0.0",
|
|
|
|
+ "echarts": "^5.5.1",
|
|
|
|
+ "fs": "^0.0.1-security",
|
|
|
|
+ "less": "^4.2.1",
|
|
|
|
+ "p-queue": "^8.0.1",
|
|
|
|
+ "recorder-core": "^1.3.24102001",
|
|
|
|
+ "vant": "^4.9.10",
|
|
|
|
+ "vconsole": "^3.15.1",
|
|
|
|
+ "vue": "^3.5.13",
|
|
|
|
+ "vue-router": "^4.0.13"
|
|
|
|
+ },
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "@vicons/material": "^0.13.0",
|
|
|
|
+ "@vicons/utils": "^0.1.4",
|
|
|
|
+ "@vitejs/plugin-vue": "^5.2.1",
|
|
|
|
+ "vite": "^6.0.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@babel/helper-validator-identifier": {
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
|
|
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@babel/parser": {
|
|
|
|
+ "version": "7.28.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.3.tgz",
|
|
|
|
+ "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/types": "^7.28.2"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "parser": "bin/babel-parser.js"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@babel/runtime": {
|
|
|
|
+ "version": "7.28.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.3.tgz",
|
|
|
|
+ "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@babel/types": {
|
|
|
|
+ "version": "7.28.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.2.tgz",
|
|
|
|
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/helper-string-parser": "^7.27.1",
|
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@emotion/hash": {
|
|
|
|
+ "version": "0.8.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
|
|
|
|
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/aix-ppc64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "ppc64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "aix"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/android-arm": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "android"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/android-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "android"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/android-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "android"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/darwin-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "darwin"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/darwin-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "darwin"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/freebsd-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "freebsd"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/freebsd-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "freebsd"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-arm": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-ia32": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "ia32"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-loong64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "loong64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-mips64el": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "mips64el"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-ppc64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "ppc64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-riscv64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "riscv64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-s390x": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "s390x"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/linux-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/netbsd-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "netbsd"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/netbsd-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "netbsd"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/openbsd-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "openbsd"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/openbsd-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "openbsd"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/openharmony-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "openharmony"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/sunos-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "sunos"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/win32-arm64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/win32-ia32": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "ia32"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@esbuild/win32-x64": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ],
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@microsoft/fetch-event-source": {
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "android"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-android-arm64": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-nTeCWY83kN64oQ5MGz3CgtPx8NSOhC5lWtsjTs+8JAJNLcP3QbLCtDDgUKQc/Ro/frpMq4SHUaHN6AMltcEoLQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "android"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-darwin-arm64": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "darwin"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-darwin-x64": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "darwin"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-freebsd-arm64": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-ZyrsG4TIT9xnOlLsSSi9w/X29tCbK1yegE49RYm3tu3wF1L/B6LVMqnEWyDB26d9Ecx9zrmXCiPmIabVuLmNSg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "freebsd"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-freebsd-x64": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-pCgHFoOECwVCJ5GFq8+gR8SBKnMO+xe5UEqbemxBpCKYQddRQMgomv1104RnLSg7nNvgKy05sLsY51+OVRyiVw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "freebsd"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-EtP8aquZ0xQg0ETFcxUbU71MZlHaw9MChwrQzatiE8U/bvi5uv/oChExXC4mWhjiqK7azGJBqU0tt5H123SzVA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-qO7F7U3u1nfxYRPM8HqFtLd+raev2K137dsV08q/LRKRLEc7RsiDWihUnrINdsWQxPR9jqZ8DIIZ1zJJAm5PjQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-fhHFTutA7SM+IrR6lIfiHskxmpmPTJUXpWIsBXpeEwNgZzZZSg/q4i6FU4J8qOGyJ0TR+wXBwx/L7Ho9z0+uDg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-i7wfGFXu8x4+FRqPymzjD+Hyav8l95UIZ773j7J7zRYc3Xsxy2wIn4x+llpunexXe6laaO72iEjeeGyUFmjKeA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "loong64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-B/l0dFcHVUnqcGZWKcWBSV2PF01YUt0Rvlurci5P+neqY/yMKchGU8ullZvIv5e8Y1C6wOn+U03mrDylP5q9Yw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "ppc64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-32k4ENb5ygtkMwPMucAb8MtV8olkPT03oiTxJbgkJa7lJ7dZMr0GCFJlyvy+K8iq7F/iuOr41ZdUHaOiqyR3iQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "riscv64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-t5B2loThlFEauloaQkZg9gxV05BYeITLvLkWOkRXogP4qHXLkWSbSHKM9S6H1schf/0YGP/qNKtiISlxvfmmZw==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "riscv64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-YKjekwTEKgbB7n17gmODSmJVUIvj8CX7q5442/CK80L8nqOUbMtf8b01QkG3jOqyr1rotrAnW6B/qiHwfcuWQA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "s390x"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-linux-x64-musl": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-7kX69DIrBeD7yNp4A5b81izs8BqoZkCIaxQaOpumcJ1S/kmqNFjPhDu1LHeVXv0SexfHQv5cqHsxLOjETuqDuA==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "linux"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-wiJWMIpeaak/jsbaq2HMh/rzZxHVW1rU6coyeNNpMwk5isiPjSTx0a4YLSlYDwBH/WBvLz+EtsNqQScZTLJy3g==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "arm64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-gBgaUDESVzMgWZhcyjfs9QFK16D8K6QZpwAaVNJxYDLHWayOta4ZMjGm/vsAEy3hvlS2GosVFlBlP9/Wb85DqQ==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "ia32"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==",
|
|
|
|
+ "cpu": [
|
|
|
|
+ "x64"
|
|
|
|
+ ],
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "os": [
|
|
|
|
+ "win32"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@types/estree": {
|
|
|
|
+ "version": "1.0.8",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
|
|
|
|
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@types/node": {
|
|
|
|
+ "version": "24.2.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "undici-types": "~7.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vant/popperjs": {
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vant/use": {
|
|
|
|
+ "version": "1.6.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vant/use/-/use-1.6.0.tgz",
|
|
|
|
+ "integrity": "sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "vue": "^3.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vicons/material": {
|
|
|
|
+ "version": "0.13.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vicons/material/-/material-0.13.0.tgz",
|
|
|
|
+ "integrity": "sha512-lKVxFNprM+CaBkUH3gt6VjIeiMsKQl2zARQMwTCZruQl2vRHzyeZiKeCflWS99CEfv2JzX/6y697smxlzyxcVw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "Apache 2.0"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vicons/utils": {
|
|
|
|
+ "version": "0.1.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vicons/utils/-/utils-0.1.4.tgz",
|
|
|
|
+ "integrity": "sha512-OHI19qVNN6i+uPQ+Y3f2s0dUxwsYnOCcKBW7XOU4yXXO1aU3ZoKpblCc3+4N0qmgoJs5rWKRAaMisipqEXJwAg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@xicons/utils": "^0.1.4"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "vue": "^3.0.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vitejs/plugin-vue": {
|
|
|
|
+ "version": "5.2.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
|
|
|
|
+ "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^18.0.0 || >=20.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "vite": "^5.0.0 || ^6.0.0",
|
|
|
|
+ "vue": "^3.2.25"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/compiler-core": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
|
+ "@vue/shared": "3.5.18",
|
|
|
|
+ "entities": "^4.5.0",
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/compiler-dom": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/compiler-core": "3.5.18",
|
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/compiler-sfc": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-5aBjvGqsWs+MoxswZPoTB9nSDb3dhd1x30xrrltKujlCxo48j8HGDNj3QPhF4VIS0VQDUrA1xUfp2hEa+FNyXA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
|
+ "@vue/compiler-core": "3.5.18",
|
|
|
|
+ "@vue/compiler-dom": "3.5.18",
|
|
|
|
+ "@vue/compiler-ssr": "3.5.18",
|
|
|
|
+ "@vue/shared": "3.5.18",
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
+ "magic-string": "^0.30.17",
|
|
|
|
+ "postcss": "^8.5.6",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/compiler-ssr": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-xM16Ak7rSWHkM3m22NlmcdIM+K4BMyFARAfV9hYFl+SFuRzrZ3uGMNW05kA5pmeMa0X9X963Kgou7ufdbpOP9g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/compiler-dom": "3.5.18",
|
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/devtools-api": {
|
|
|
|
+ "version": "6.6.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
|
|
|
|
+ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/reactivity": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-x0vPO5Imw+3sChLM5Y+B6G1zPjwdOri9e8V21NnTnlEvkxatHEH5B5KEAJcjuzQ7BsjGrKtfzuQ5eQwXh8HXBg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/runtime-core": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-DUpHa1HpeOQEt6+3nheUfqVXRog2kivkXHUhoqJiKR33SO4x+a5uNOMkV487WPerQkL0vUuRvq/7JhRgLW3S+w==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/reactivity": "3.5.18",
|
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/runtime-dom": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-YwDj71iV05j4RnzZnZtGaXwPoUWeRsqinblgVJwR8XTXYZ9D5PbahHQgsbmzUvCWNF6x7siQ89HgnX5eWkr3mw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/reactivity": "3.5.18",
|
|
|
|
+ "@vue/runtime-core": "3.5.18",
|
|
|
|
+ "@vue/shared": "3.5.18",
|
|
|
|
+ "csstype": "^3.1.3"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/runtime-dom/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"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/server-renderer": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-PvIHLUoWgSbDG7zLHqSqaCoZvHi6NNmfVFOqO+OnwvqMz/tqQr3FuGWS8ufluNddk7ZLBJYMrjcw1c6XzR12mA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/compiler-ssr": "3.5.18",
|
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "vue": "3.5.18"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/shared": {
|
|
|
|
+ "version": "3.5.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@xicons/utils": {
|
|
|
|
+ "version": "0.1.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@xicons/utils/-/utils-0.1.4.tgz",
|
|
|
|
+ "integrity": "sha512-uXxKDLz9abr80yJC05XSTq6wlyFcdW+N/1IYJkeHjzzXVc4VQ0sEYMoMMTjAH7HQBOyOkzOB4pf5NGF72lwa8Q==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "css-render": "^0.13.2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/asynckit": {
|
|
|
|
+ "version": "0.4.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/axios": {
|
|
|
|
+ "version": "1.11.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-1.11.0.tgz",
|
|
|
|
+ "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "follow-redirects": "^1.15.6",
|
|
|
|
+ "form-data": "^4.0.4",
|
|
|
|
+ "proxy-from-env": "^1.1.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/call-bind-apply-helpers": {
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/combined-stream": {
|
|
|
|
+ "version": "1.0.8",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
|
|
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "delayed-stream": "~1.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/copy-anything": {
|
|
|
|
+ "version": "2.0.6",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
|
|
|
|
+ "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "is-what": "^3.14.1"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/mesqueeb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/copy-text-to-clipboard": {
|
|
|
|
+ "version": "3.2.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/core-js": {
|
|
|
|
+ "version": "3.45.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.45.0.tgz",
|
|
|
|
+ "integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==",
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/core-js"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/css-render": {
|
|
|
|
+ "version": "0.13.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/css-render/-/css-render-0.13.9.tgz",
|
|
|
|
+ "integrity": "sha512-n3C4ZH59rveBrUlAD7n0Ze9/gUMKa4dlH1C9CWKpGcIHR/xRcIVXzBGy1iw8WWq2ySmn2/ZqOpySQNAK5Pb6sw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@emotion/hash": "~0.8.0",
|
|
|
|
+ "@types/node": "~14.14.31",
|
|
|
|
+ "csstype": "~3.0.5"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/css-render/node_modules/@types/node": {
|
|
|
|
+ "version": "14.14.45",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/node/-/node-14.14.45.tgz",
|
|
|
|
+ "integrity": "sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/csstype": {
|
|
|
|
+ "version": "3.0.11",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.0.11.tgz",
|
|
|
|
+ "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/delay": {
|
|
|
|
+ "version": "6.0.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/delay/-/delay-6.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-2NJozoOHQ4NuZuVIr5CWd0iiLVIRSDepakaovIN+9eIDHEhdCAEvSy2cuf1DCrPPQLvHmbqTHODlhHg8UCy4zw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=16"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/delayed-stream": {
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.4.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/dunder-proto": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "call-bind-apply-helpers": "^1.0.1",
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "gopd": "^1.2.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/echarts": {
|
|
|
|
+ "version": "5.6.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.6.0.tgz",
|
|
|
|
+ "integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==",
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "tslib": "2.3.0",
|
|
|
|
+ "zrender": "5.6.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/errno": {
|
|
|
|
+ "version": "0.1.8",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
|
|
|
|
+ "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "prr": "~1.0.1"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "errno": "cli.js"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/es-define-property": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/es-errors": {
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/es-object-atoms": {
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "es-errors": "^1.3.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/es-set-tostringtag": {
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "get-intrinsic": "^1.2.6",
|
|
|
|
+ "has-tostringtag": "^1.0.2",
|
|
|
|
+ "hasown": "^2.0.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/esbuild": {
|
|
|
|
+ "version": "0.25.9",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.9.tgz",
|
|
|
|
+ "integrity": "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "bin": {
|
|
|
|
+ "esbuild": "bin/esbuild"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ },
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
+ "@esbuild/aix-ppc64": "0.25.9",
|
|
|
|
+ "@esbuild/android-arm": "0.25.9",
|
|
|
|
+ "@esbuild/android-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/android-x64": "0.25.9",
|
|
|
|
+ "@esbuild/darwin-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/darwin-x64": "0.25.9",
|
|
|
|
+ "@esbuild/freebsd-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/freebsd-x64": "0.25.9",
|
|
|
|
+ "@esbuild/linux-arm": "0.25.9",
|
|
|
|
+ "@esbuild/linux-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/linux-ia32": "0.25.9",
|
|
|
|
+ "@esbuild/linux-loong64": "0.25.9",
|
|
|
|
+ "@esbuild/linux-mips64el": "0.25.9",
|
|
|
|
+ "@esbuild/linux-ppc64": "0.25.9",
|
|
|
|
+ "@esbuild/linux-riscv64": "0.25.9",
|
|
|
|
+ "@esbuild/linux-s390x": "0.25.9",
|
|
|
|
+ "@esbuild/linux-x64": "0.25.9",
|
|
|
|
+ "@esbuild/netbsd-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/netbsd-x64": "0.25.9",
|
|
|
|
+ "@esbuild/openbsd-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/openbsd-x64": "0.25.9",
|
|
|
|
+ "@esbuild/openharmony-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/sunos-x64": "0.25.9",
|
|
|
|
+ "@esbuild/win32-arm64": "0.25.9",
|
|
|
|
+ "@esbuild/win32-ia32": "0.25.9",
|
|
|
|
+ "@esbuild/win32-x64": "0.25.9"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/eventemitter3": {
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/fdir": {
|
|
|
|
+ "version": "6.5.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/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/follow-redirects": {
|
|
|
|
+ "version": "1.15.11",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
|
|
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "type": "individual",
|
|
|
|
+ "url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=4.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "debug": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/form-data": {
|
|
|
|
+ "version": "4.0.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.4.tgz",
|
|
|
|
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "asynckit": "^0.4.0",
|
|
|
|
+ "combined-stream": "^1.0.8",
|
|
|
|
+ "es-set-tostringtag": "^2.1.0",
|
|
|
|
+ "hasown": "^2.0.2",
|
|
|
|
+ "mime-types": "^2.1.12"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/fs": {
|
|
|
|
+ "version": "0.0.1-security",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fs/-/fs-0.0.1-security.tgz",
|
|
|
|
+ "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==",
|
|
|
|
+ "license": "ISC"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/fsevents": {
|
|
|
|
+ "version": "2.3.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/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.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/get-intrinsic": {
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "call-bind-apply-helpers": "^1.0.2",
|
|
|
|
+ "es-define-property": "^1.0.1",
|
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
|
+ "es-object-atoms": "^1.1.1",
|
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
|
+ "get-proto": "^1.0.1",
|
|
|
|
+ "gopd": "^1.2.0",
|
|
|
|
+ "has-symbols": "^1.1.0",
|
|
|
|
+ "hasown": "^2.0.2",
|
|
|
|
+ "math-intrinsics": "^1.1.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/get-proto": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "dunder-proto": "^1.0.1",
|
|
|
|
+ "es-object-atoms": "^1.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/gopd": {
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/graceful-fs": {
|
|
|
|
+ "version": "4.2.11",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/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-symbols": {
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/has-tostringtag": {
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "has-symbols": "^1.0.3"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/hasown": {
|
|
|
|
+ "version": "2.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/iconv-lite": {
|
|
|
|
+ "version": "0.6.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
|
|
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/image-size": {
|
|
|
|
+ "version": "0.5.5",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz",
|
|
|
|
+ "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "bin": {
|
|
|
|
+ "image-size": "bin/image-size.js"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/is-what": {
|
|
|
|
+ "version": "3.14.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
|
|
|
|
+ "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/less": {
|
|
|
|
+ "version": "4.4.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/less/-/less-4.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==",
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "copy-anything": "^2.0.1",
|
|
|
|
+ "parse-node-version": "^1.0.1",
|
|
|
|
+ "tslib": "^2.3.0"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "lessc": "bin/lessc"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14"
|
|
|
|
+ },
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
+ "errno": "^0.1.1",
|
|
|
|
+ "graceful-fs": "^4.1.2",
|
|
|
|
+ "image-size": "~0.5.0",
|
|
|
|
+ "make-dir": "^2.1.0",
|
|
|
|
+ "mime": "^1.4.1",
|
|
|
|
+ "needle": "^3.1.0",
|
|
|
|
+ "source-map": "~0.6.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/magic-string": {
|
|
|
|
+ "version": "0.30.17",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
|
|
|
|
+ "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/make-dir": {
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "pify": "^4.0.1",
|
|
|
|
+ "semver": "^5.6.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/math-intrinsics": {
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mime": {
|
|
|
|
+ "version": "1.6.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
|
|
|
|
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "bin": {
|
|
|
|
+ "mime": "cli.js"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mime-db": {
|
|
|
|
+ "version": "1.52.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
|
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mime-types": {
|
|
|
|
+ "version": "2.1.35",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
|
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "mime-db": "1.52.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/mutation-observer": {
|
|
|
|
+ "version": "1.0.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA=="
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "bin": {
|
|
|
|
+ "nanoid": "bin/nanoid.cjs"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/needle": {
|
|
|
|
+ "version": "3.3.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
|
|
|
|
+ "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "iconv-lite": "^0.6.3",
|
|
|
|
+ "sax": "^1.2.4"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "needle": "bin/needle"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 4.4.x"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/p-queue": {
|
|
|
|
+ "version": "8.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/p-queue/-/p-queue-8.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "eventemitter3": "^5.0.1",
|
|
|
|
+ "p-timeout": "^6.1.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/p-timeout": {
|
|
|
|
+ "version": "6.1.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/p-timeout/-/p-timeout-6.1.4.tgz",
|
|
|
|
+ "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14.16"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/parse-node-version": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 0.10"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/picomatch": {
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/pify": {
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^10 || ^12 || >=14"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/proxy-from-env": {
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/prr": {
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "node_modules/recorder-core": {
|
|
|
|
+ "version": "1.3.25011100",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/recorder-core/-/recorder-core-1.3.25011100.tgz",
|
|
|
|
+ "integrity": "sha512-trXsCH0zurhoizT4Z22C0OsM0SDOW+2OvtgRxeLQFwxoFeqFjDjYZsbZEZUiKMJLhBvamI4K7Ic+qZ2LBo74TA==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/rollup": {
|
|
|
|
+ "version": "4.46.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.46.2.tgz",
|
|
|
|
+ "integrity": "sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@types/estree": "1.0.8"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "rollup": "dist/bin/rollup"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18.0.0",
|
|
|
|
+ "npm": ">=8.0.0"
|
|
|
|
+ },
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
+ "@rollup/rollup-android-arm-eabi": "4.46.2",
|
|
|
|
+ "@rollup/rollup-android-arm64": "4.46.2",
|
|
|
|
+ "@rollup/rollup-darwin-arm64": "4.46.2",
|
|
|
|
+ "@rollup/rollup-darwin-x64": "4.46.2",
|
|
|
|
+ "@rollup/rollup-freebsd-arm64": "4.46.2",
|
|
|
|
+ "@rollup/rollup-freebsd-x64": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-arm-gnueabihf": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-arm-musleabihf": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-arm64-gnu": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-arm64-musl": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-loongarch64-gnu": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-ppc64-gnu": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-riscv64-gnu": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-riscv64-musl": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-s390x-gnu": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-x64-gnu": "4.46.2",
|
|
|
|
+ "@rollup/rollup-linux-x64-musl": "4.46.2",
|
|
|
|
+ "@rollup/rollup-win32-arm64-msvc": "4.46.2",
|
|
|
|
+ "@rollup/rollup-win32-ia32-msvc": "4.46.2",
|
|
|
|
+ "@rollup/rollup-win32-x64-msvc": "4.46.2",
|
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/safer-buffer": {
|
|
|
|
+ "version": "2.1.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "node_modules/sax": {
|
|
|
|
+ "version": "1.4.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
|
|
|
|
+ "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
|
|
|
|
+ "license": "ISC",
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "node_modules/semver": {
|
|
|
|
+ "version": "5.7.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
|
|
|
|
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
|
|
+ "license": "ISC",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "bin": {
|
|
|
|
+ "semver": "bin/semver"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/source-map": {
|
|
|
|
+ "version": "0.6.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
|
|
|
|
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/tinyglobby": {
|
|
|
|
+ "version": "0.2.14",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
|
|
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "fdir": "^6.4.4",
|
|
|
|
+ "picomatch": "^4.0.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=12.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/SuperchupuDev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/tslib": {
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
|
|
|
|
+ "license": "0BSD"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/undici-types": {
|
|
|
|
+ "version": "7.10.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.10.0.tgz",
|
|
|
|
+ "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "peer": true
|
|
|
|
+ },
|
|
|
|
+ "node_modules/vant": {
|
|
|
|
+ "version": "4.9.21",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vant/-/vant-4.9.21.tgz",
|
|
|
|
+ "integrity": "sha512-hXUoZMrLLjykimFRLDlGNd+K2iYSRh9YwLMKnsVdVZ+9inUKxpqnjhOqlZwocbnYkvJlS+febf9u9aJpDol4Pw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vant/popperjs": "^1.3.0",
|
|
|
|
+ "@vant/use": "^1.6.0",
|
|
|
|
+ "@vue/shared": "^3.5.17"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "vue": "^3.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/vconsole": {
|
|
|
|
+ "version": "3.15.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz",
|
|
|
|
+ "integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/runtime": "^7.17.2",
|
|
|
|
+ "copy-text-to-clipboard": "^3.0.1",
|
|
|
|
+ "core-js": "^3.11.0",
|
|
|
|
+ "mutation-observer": "^1.0.3"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/vite": {
|
|
|
|
+ "version": "6.3.5",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz",
|
|
|
|
+ "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "esbuild": "^0.25.0",
|
|
|
|
+ "fdir": "^6.4.4",
|
|
|
|
+ "picomatch": "^4.0.2",
|
|
|
|
+ "postcss": "^8.5.3",
|
|
|
|
+ "rollup": "^4.34.9",
|
|
|
|
+ "tinyglobby": "^0.2.13"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "vite": "bin/vite.js"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/vitejs/vite?sponsor=1"
|
|
|
|
+ },
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
+ "fsevents": "~2.3.3"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
|
|
+ "jiti": ">=1.21.0",
|
|
|
|
+ "less": "*",
|
|
|
|
+ "lightningcss": "^1.21.0",
|
|
|
|
+ "sass": "*",
|
|
|
|
+ "sass-embedded": "*",
|
|
|
|
+ "stylus": "*",
|
|
|
|
+ "sugarss": "*",
|
|
|
|
+ "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.18",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.18.tgz",
|
|
|
|
+ "integrity": "sha512-7W4Y4ZbMiQ3SEo+m9lnoNpV9xG7QVMLa+/0RFwwiAVkeYoyGXqWE85jabU4pllJNUzqfLShJ5YLptewhCWUgNA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/compiler-dom": "3.5.18",
|
|
|
|
+ "@vue/compiler-sfc": "3.5.18",
|
|
|
|
+ "@vue/runtime-dom": "3.5.18",
|
|
|
|
+ "@vue/server-renderer": "3.5.18",
|
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "typescript": "*"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "typescript": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/vue-router": {
|
|
|
|
+ "version": "4.5.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.1.tgz",
|
|
|
|
+ "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vue/devtools-api": "^6.6.4"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/posva"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "vue": "^3.2.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/zrender": {
|
|
|
|
+ "version": "5.6.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.1.tgz",
|
|
|
|
+ "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "tslib": "2.3.0"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|