|
@ -18,6 +18,7 @@ |
|
|
"@types/node": "^24.0.13", |
|
|
"@types/node": "^24.0.13", |
|
|
"@vitejs/plugin-vue": "^5.2.1", |
|
|
"@vitejs/plugin-vue": "^5.2.1", |
|
|
"@vue/tsconfig": "^0.7.0", |
|
|
"@vue/tsconfig": "^0.7.0", |
|
|
|
|
|
"gh-pages": "^6.3.0", |
|
|
"typescript": "~5.7.2", |
|
|
"typescript": "~5.7.2", |
|
|
"vite": "^6.1.0", |
|
|
"vite": "^6.1.0", |
|
|
"vue-tsc": "^2.2.0" |
|
|
"vue-tsc": "^2.2.0" |
|
@ -550,6 +551,41 @@ |
|
|
"@jridgewell/sourcemap-codec": "^1.4.14" |
|
|
"@jridgewell/sourcemap-codec": "^1.4.14" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/@nodelib/fs.scandir": { |
|
|
|
|
|
"version": "2.1.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", |
|
|
|
|
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@nodelib/fs.stat": "2.0.5", |
|
|
|
|
|
"run-parallel": "^1.1.9" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@nodelib/fs.stat": { |
|
|
|
|
|
"version": "2.0.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", |
|
|
|
|
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/@nodelib/fs.walk": { |
|
|
|
|
|
"version": "1.2.8", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", |
|
|
|
|
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@nodelib/fs.scandir": "2.1.5", |
|
|
|
|
|
"fastq": "^1.6.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/@rollup/rollup-android-arm-eabi": { |
|
|
"node_modules/@rollup/rollup-android-arm-eabi": { |
|
|
"version": "4.45.0", |
|
|
"version": "4.45.0", |
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.45.0.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.45.0.tgz", |
|
@ -1244,6 +1280,21 @@ |
|
|
"integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==", |
|
|
"integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==", |
|
|
"dev": true |
|
|
"dev": true |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/array-union": { |
|
|
|
|
|
"version": "2.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/async": { |
|
|
|
|
|
"version": "3.2.6", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz", |
|
|
|
|
|
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", |
|
|
|
|
|
"dev": true |
|
|
|
|
|
}, |
|
|
"node_modules/balanced-match": { |
|
|
"node_modules/balanced-match": { |
|
|
"version": "1.0.2", |
|
|
"version": "1.0.2", |
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", |
|
@ -1259,6 +1310,18 @@ |
|
|
"balanced-match": "^1.0.0" |
|
|
"balanced-match": "^1.0.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/braces": { |
|
|
|
|
|
"version": "3.0.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", |
|
|
|
|
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"fill-range": "^7.1.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/chownr": { |
|
|
"node_modules/chownr": { |
|
|
"version": "3.0.0", |
|
|
"version": "3.0.0", |
|
|
"resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz", |
|
@ -1267,6 +1330,21 @@ |
|
|
"node": ">=18" |
|
|
"node": ">=18" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/commander": { |
|
|
|
|
|
"version": "13.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/commander/-/commander-13.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=18" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/commondir": { |
|
|
|
|
|
"version": "1.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", |
|
|
|
|
|
"dev": true |
|
|
|
|
|
}, |
|
|
"node_modules/csstype": { |
|
|
"node_modules/csstype": { |
|
|
"version": "3.1.3", |
|
|
"version": "3.1.3", |
|
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", |
|
@ -1286,6 +1364,24 @@ |
|
|
"node": ">=8" |
|
|
"node": ">=8" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/dir-glob": { |
|
|
|
|
|
"version": "3.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"path-type": "^4.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/email-addresses": { |
|
|
|
|
|
"version": "5.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/email-addresses/-/email-addresses-5.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==", |
|
|
|
|
|
"dev": true |
|
|
|
|
|
}, |
|
|
"node_modules/enhanced-resolve": { |
|
|
"node_modules/enhanced-resolve": { |
|
|
"version": "5.18.2", |
|
|
"version": "5.18.2", |
|
|
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", |
|
@ -1349,11 +1445,45 @@ |
|
|
"@esbuild/win32-x64": "0.25.6" |
|
|
"@esbuild/win32-x64": "0.25.6" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/escape-string-regexp": { |
|
|
|
|
|
"version": "1.0.5", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", |
|
|
|
|
|
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.8.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/estree-walker": { |
|
|
"node_modules/estree-walker": { |
|
|
"version": "2.0.2", |
|
|
"version": "2.0.2", |
|
|
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", |
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" |
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/fast-glob": { |
|
|
|
|
|
"version": "3.3.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz", |
|
|
|
|
|
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@nodelib/fs.stat": "^2.0.2", |
|
|
|
|
|
"@nodelib/fs.walk": "^1.2.3", |
|
|
|
|
|
"glob-parent": "^5.1.2", |
|
|
|
|
|
"merge2": "^1.3.0", |
|
|
|
|
|
"micromatch": "^4.0.8" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8.6.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/fastq": { |
|
|
|
|
|
"version": "1.19.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz", |
|
|
|
|
|
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"reusify": "^1.0.4" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/fdir": { |
|
|
"node_modules/fdir": { |
|
|
"version": "6.4.6", |
|
|
"version": "6.4.6", |
|
|
"resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz", |
|
@ -1367,6 +1497,88 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/filename-reserved-regex": { |
|
|
|
|
|
"version": "2.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=4" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/filenamify": { |
|
|
|
|
|
"version": "4.3.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/filenamify/-/filenamify-4.3.0.tgz", |
|
|
|
|
|
"integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"filename-reserved-regex": "^2.0.0", |
|
|
|
|
|
"strip-outer": "^1.0.1", |
|
|
|
|
|
"trim-repeated": "^1.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/fill-range": { |
|
|
|
|
|
"version": "7.1.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", |
|
|
|
|
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"to-regex-range": "^5.0.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/find-cache-dir": { |
|
|
|
|
|
"version": "3.3.2", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz", |
|
|
|
|
|
"integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"commondir": "^1.0.1", |
|
|
|
|
|
"make-dir": "^3.0.2", |
|
|
|
|
|
"pkg-dir": "^4.1.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/avajs/find-cache-dir?sponsor=1" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/find-up": { |
|
|
|
|
|
"version": "4.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"locate-path": "^5.0.0", |
|
|
|
|
|
"path-exists": "^4.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/fs-extra": { |
|
|
|
|
|
"version": "11.3.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz", |
|
|
|
|
|
"integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"graceful-fs": "^4.2.0", |
|
|
|
|
|
"jsonfile": "^6.0.1", |
|
|
|
|
|
"universalify": "^2.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=14.14" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/fsevents": { |
|
|
"node_modules/fsevents": { |
|
|
"version": "2.3.3", |
|
|
"version": "2.3.3", |
|
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz", |
|
@ -1380,6 +1592,60 @@ |
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/gh-pages": { |
|
|
|
|
|
"version": "6.3.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/gh-pages/-/gh-pages-6.3.0.tgz", |
|
|
|
|
|
"integrity": "sha512-Ot5lU6jK0Eb+sszG8pciXdjMXdBJ5wODvgjR+imihTqsUWF2K6dJ9HST55lgqcs8wWcw6o6wAsUzfcYRhJPXbA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"async": "^3.2.4", |
|
|
|
|
|
"commander": "^13.0.0", |
|
|
|
|
|
"email-addresses": "^5.0.0", |
|
|
|
|
|
"filenamify": "^4.3.0", |
|
|
|
|
|
"find-cache-dir": "^3.3.1", |
|
|
|
|
|
"fs-extra": "^11.1.1", |
|
|
|
|
|
"globby": "^11.1.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"bin": { |
|
|
|
|
|
"gh-pages": "bin/gh-pages.js", |
|
|
|
|
|
"gh-pages-clean": "bin/gh-pages-clean.js" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=10" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/glob-parent": { |
|
|
|
|
|
"version": "5.1.2", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", |
|
|
|
|
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"is-glob": "^4.0.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/globby": { |
|
|
|
|
|
"version": "11.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"array-union": "^2.1.0", |
|
|
|
|
|
"dir-glob": "^3.0.1", |
|
|
|
|
|
"fast-glob": "^3.2.9", |
|
|
|
|
|
"ignore": "^5.2.0", |
|
|
|
|
|
"merge2": "^1.4.1", |
|
|
|
|
|
"slash": "^3.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=10" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/graceful-fs": { |
|
|
"node_modules/graceful-fs": { |
|
|
"version": "4.2.11", |
|
|
"version": "4.2.11", |
|
|
"resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz", |
|
@ -1394,6 +1660,45 @@ |
|
|
"he": "bin/he" |
|
|
"he": "bin/he" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/ignore": { |
|
|
|
|
|
"version": "5.3.2", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz", |
|
|
|
|
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 4" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/is-extglob": { |
|
|
|
|
|
"version": "2.1.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", |
|
|
|
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/is-glob": { |
|
|
|
|
|
"version": "4.0.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", |
|
|
|
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"is-extglob": "^2.1.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/is-number": { |
|
|
|
|
|
"version": "7.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.12.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/jiti": { |
|
|
"node_modules/jiti": { |
|
|
"version": "2.4.2", |
|
|
"version": "2.4.2", |
|
|
"resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz", |
|
@ -1402,6 +1707,18 @@ |
|
|
"jiti": "lib/jiti-cli.mjs" |
|
|
"jiti": "lib/jiti-cli.mjs" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/jsonfile": { |
|
|
|
|
|
"version": "6.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"universalify": "^2.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"optionalDependencies": { |
|
|
|
|
|
"graceful-fs": "^4.1.6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/lightningcss": { |
|
|
"node_modules/lightningcss": { |
|
|
"version": "1.30.1", |
|
|
"version": "1.30.1", |
|
|
"resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.1.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.1.tgz", |
|
@ -1619,6 +1936,18 @@ |
|
|
"url": "https://opencollective.com/parcel" |
|
|
"url": "https://opencollective.com/parcel" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/locate-path": { |
|
|
|
|
|
"version": "5.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"p-locate": "^4.1.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/magic-string": { |
|
|
"node_modules/magic-string": { |
|
|
"version": "0.30.17", |
|
|
"version": "0.30.17", |
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz", |
|
@ -1627,6 +1956,55 @@ |
|
|
"@jridgewell/sourcemap-codec": "^1.5.0" |
|
|
"@jridgewell/sourcemap-codec": "^1.5.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/make-dir": { |
|
|
|
|
|
"version": "3.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"semver": "^6.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/merge2": { |
|
|
|
|
|
"version": "1.4.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", |
|
|
|
|
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/micromatch": { |
|
|
|
|
|
"version": "4.0.8", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", |
|
|
|
|
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"braces": "^3.0.3", |
|
|
|
|
|
"picomatch": "^2.3.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8.6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/micromatch/node_modules/picomatch": { |
|
|
|
|
|
"version": "2.3.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", |
|
|
|
|
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8.6" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/minimatch": { |
|
|
"node_modules/minimatch": { |
|
|
"version": "9.0.5", |
|
|
"version": "9.0.5", |
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz", |
|
@ -1698,12 +2076,66 @@ |
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/p-limit": { |
|
|
|
|
|
"version": "2.3.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz", |
|
|
|
|
|
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"p-try": "^2.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=6" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": { |
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/p-locate": { |
|
|
|
|
|
"version": "4.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"p-limit": "^2.2.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/p-try": { |
|
|
|
|
|
"version": "2.2.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz", |
|
|
|
|
|
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/path-browserify": { |
|
|
"node_modules/path-browserify": { |
|
|
"version": "1.0.1", |
|
|
"version": "1.0.1", |
|
|
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz", |
|
|
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", |
|
|
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", |
|
|
"dev": true |
|
|
"dev": true |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/path-exists": { |
|
|
|
|
|
"version": "4.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/path-type": { |
|
|
|
|
|
"version": "4.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/picocolors": { |
|
|
"node_modules/picocolors": { |
|
|
"version": "1.1.1", |
|
|
"version": "1.1.1", |
|
|
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", |
|
@ -1720,6 +2152,18 @@ |
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/pkg-dir": { |
|
|
|
|
|
"version": "4.2.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz", |
|
|
|
|
|
"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"find-up": "^4.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/postcss": { |
|
|
"node_modules/postcss": { |
|
|
"version": "8.5.6", |
|
|
"version": "8.5.6", |
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz", |
|
@ -1747,6 +2191,36 @@ |
|
|
"node": "^10 || ^12 || >=14" |
|
|
"node": "^10 || ^12 || >=14" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/queue-microtask": { |
|
|
|
|
|
"version": "1.2.3", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
|
|
|
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "github", |
|
|
|
|
|
"url": "https://github.com/sponsors/feross" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "patreon", |
|
|
|
|
|
"url": "https://www.patreon.com/feross" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "consulting", |
|
|
|
|
|
"url": "https://feross.org/support" |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/reusify": { |
|
|
|
|
|
"version": "1.1.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz", |
|
|
|
|
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"iojs": ">=1.0.0", |
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/rollup": { |
|
|
"node_modules/rollup": { |
|
|
"version": "4.45.0", |
|
|
"version": "4.45.0", |
|
|
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.45.0.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.45.0.tgz", |
|
@ -1785,6 +2259,47 @@ |
|
|
"fsevents": "~2.3.2" |
|
|
"fsevents": "~2.3.2" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/run-parallel": { |
|
|
|
|
|
"version": "1.2.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz", |
|
|
|
|
|
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "github", |
|
|
|
|
|
"url": "https://github.com/sponsors/feross" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "patreon", |
|
|
|
|
|
"url": "https://www.patreon.com/feross" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "consulting", |
|
|
|
|
|
"url": "https://feross.org/support" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"queue-microtask": "^1.2.2" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/semver": { |
|
|
|
|
|
"version": "6.3.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", |
|
|
|
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"bin": { |
|
|
|
|
|
"semver": "bin/semver.js" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/slash": { |
|
|
|
|
|
"version": "3.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/source-map-js": { |
|
|
"node_modules/source-map-js": { |
|
|
"version": "1.2.1", |
|
|
"version": "1.2.1", |
|
|
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", |
|
@ -1793,6 +2308,18 @@ |
|
|
"node": ">=0.10.0" |
|
|
"node": ">=0.10.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/strip-outer": { |
|
|
|
|
|
"version": "1.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/strip-outer/-/strip-outer-1.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"escape-string-regexp": "^1.0.2" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/tailwindcss": { |
|
|
"node_modules/tailwindcss": { |
|
|
"version": "4.1.11", |
|
|
"version": "4.1.11", |
|
|
"resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.11.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.11.tgz", |
|
@ -1837,6 +2364,30 @@ |
|
|
"url": "https://github.com/sponsors/SuperchupuDev" |
|
|
"url": "https://github.com/sponsors/SuperchupuDev" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/to-regex-range": { |
|
|
|
|
|
"version": "5.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"is-number": "^7.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=8.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/trim-repeated": { |
|
|
|
|
|
"version": "1.0.0", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/trim-repeated/-/trim-repeated-1.0.0.tgz", |
|
|
|
|
|
"integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"escape-string-regexp": "^1.0.2" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/typescript": { |
|
|
"node_modules/typescript": { |
|
|
"version": "5.7.3", |
|
|
"version": "5.7.3", |
|
|
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.7.3.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.7.3.tgz", |
|
@ -1856,6 +2407,15 @@ |
|
|
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", |
|
|
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", |
|
|
"devOptional": true |
|
|
"devOptional": true |
|
|
}, |
|
|
}, |
|
|
|
|
|
"node_modules/universalify": { |
|
|
|
|
|
"version": "2.0.1", |
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz", |
|
|
|
|
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", |
|
|
|
|
|
"dev": true, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 10.0.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"node_modules/vite": { |
|
|
"node_modules/vite": { |
|
|
"version": "6.3.5", |
|
|
"version": "6.3.5", |
|
|
"resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz", |
|
|
"resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz", |
|
|