|
|
|
|
@@ -5,43 +5,45 @@
|
|
|
|
|
"": {
|
|
|
|
|
"name": "cloud-blog",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@formkit/auto-animate": "^0.9.0",
|
|
|
|
|
"@nuxt/content": "^3.8.2",
|
|
|
|
|
"@nuxt/fonts": "^0.12.1",
|
|
|
|
|
"@nuxt/icon": "^2.1.1",
|
|
|
|
|
"@nuxt/image": "^2.0.0",
|
|
|
|
|
"@nuxtjs/color-mode": "^4.0.0",
|
|
|
|
|
"@nuxtjs/robots": "^5.6.7",
|
|
|
|
|
"@nuxtjs/sitemap": "^7.5.0",
|
|
|
|
|
"feed": "^5.1.0",
|
|
|
|
|
"nuxt": "^4.2.2",
|
|
|
|
|
"nuxt-og-image": "^5.1.13",
|
|
|
|
|
"vue": "^3.5.26",
|
|
|
|
|
"@chinese-fonts/maple-mono-cn": "^2.0.0",
|
|
|
|
|
"@formkit/auto-animate": "0.9.0",
|
|
|
|
|
"@nuxt/content": "3.8.2",
|
|
|
|
|
"@nuxt/fonts": "0.12.1",
|
|
|
|
|
"@nuxt/icon": "2.1.1",
|
|
|
|
|
"@nuxt/image": "2.0.0",
|
|
|
|
|
"@nuxtjs/color-mode": "4.0.0",
|
|
|
|
|
"@nuxtjs/robots": "5.6.7",
|
|
|
|
|
"@nuxtjs/sitemap": "7.5.0",
|
|
|
|
|
"feed": "5.1.0",
|
|
|
|
|
"nuxt": "4.2.2",
|
|
|
|
|
"nuxt-og-image": "5.1.13",
|
|
|
|
|
"vue": "3.5.26",
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@iconify-json/fa": "^1.2.2",
|
|
|
|
|
"@iconify-json/fa-brands": "^1.2.2",
|
|
|
|
|
"@iconify-json/fa-solid": "^1.2.2",
|
|
|
|
|
"@iconify-json/heroicons": "^1.2.3",
|
|
|
|
|
"@iconify-json/heroicons-outline": "^1.2.1",
|
|
|
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
|
|
|
"@iconify-json/noto": "^1.2.7",
|
|
|
|
|
"@iconify-json/simple-icons": "^1.2.63",
|
|
|
|
|
"@iconify-json/svg-spinners": "^1.2.4",
|
|
|
|
|
"@nuxt/eslint": "^1.12.1",
|
|
|
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
|
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
|
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
|
|
|
"@vueuse/core": "^14.1.0",
|
|
|
|
|
"@vueuse/nuxt": "^14.1.0",
|
|
|
|
|
"eslint": "^9.39.2",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"prettier": "^3.7.4",
|
|
|
|
|
"tailwindcss": "^4.1.18",
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"@iconify-json/fa": "1.2.2",
|
|
|
|
|
"@iconify-json/fa-brands": "1.2.2",
|
|
|
|
|
"@iconify-json/fa-regular": "^1.2.2",
|
|
|
|
|
"@iconify-json/fa-solid": "1.2.2",
|
|
|
|
|
"@iconify-json/heroicons": "1.2.3",
|
|
|
|
|
"@iconify-json/heroicons-outline": "1.2.1",
|
|
|
|
|
"@iconify-json/mdi": "1.2.3",
|
|
|
|
|
"@iconify-json/noto": "1.2.7",
|
|
|
|
|
"@iconify-json/simple-icons": "1.2.63",
|
|
|
|
|
"@iconify-json/svg-spinners": "1.2.4",
|
|
|
|
|
"@nuxt/eslint": "1.12.1",
|
|
|
|
|
"@tailwindcss/forms": "0.5.11",
|
|
|
|
|
"@tailwindcss/postcss": "4.1.18",
|
|
|
|
|
"@tailwindcss/typography": "0.5.19",
|
|
|
|
|
"@tailwindcss/vite": "4.1.18",
|
|
|
|
|
"@vueuse/core": "14.1.0",
|
|
|
|
|
"@vueuse/nuxt": "14.1.0",
|
|
|
|
|
"eslint": "9.39.2",
|
|
|
|
|
"eslint-config-prettier": "10.1.8",
|
|
|
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
|
|
|
"postcss": "8.5.6",
|
|
|
|
|
"prettier": "3.7.4",
|
|
|
|
|
"tailwindcss": "4.1.18",
|
|
|
|
|
"typescript": "5.9.3",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
@@ -108,6 +110,8 @@
|
|
|
|
|
|
|
|
|
|
"@capsizecss/unpack": ["@capsizecss/unpack@3.0.1", "", { "dependencies": { "fontkit": "^2.0.2" } }, "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg=="],
|
|
|
|
|
|
|
|
|
|
"@chinese-fonts/maple-mono-cn": ["@chinese-fonts/maple-mono-cn@2.0.0", "", {}, "sha512-DrPvr2/SjeGBtOspkJY6ygFlPnltCCJlmZIgVbupHp3tvxBrIjBz8aIT1obCxqz61cJP9eNU977tse7c8NiLZw=="],
|
|
|
|
|
|
|
|
|
|
"@clack/core": ["@clack/core@0.5.0", "https://npmreg.proxy.ustclug.org/@clack/core/-/core-0.5.0.tgz", { "dependencies": { "picocolors": "1.1.1", "sisteransi": "1.0.5" } }, "sha512-p3y0FIOwaYRUPRcMO7+dlmLh8PSRcrjuTndsiA0WAFbWES0mLZlrjVoBRZ9DzkPFJZG6KGkJmoEAY0ZcVWTkow=="],
|
|
|
|
|
|
|
|
|
|
"@clack/prompts": ["@clack/prompts@0.11.0", "https://npmreg.proxy.ustclug.org/@clack/prompts/-/prompts-0.11.0.tgz", { "dependencies": { "@clack/core": "0.5.0", "picocolors": "1.1.1", "sisteransi": "1.0.5" } }, "sha512-pMN5FcrEw9hUkZA4f+zLlzivQSeQf5dRGJjSUbvVYDLvpKCdQx5OaknvKzgbtXOizhP+SJJJjqEbOe55uKKfAw=="],
|
|
|
|
|
@@ -220,6 +224,8 @@
|
|
|
|
|
|
|
|
|
|
"@iconify-json/fa-brands": ["@iconify-json/fa-brands@1.2.2", "https://npmreg.proxy.ustclug.org/@iconify-json/fa-brands/-/fa-brands-1.2.2.tgz", { "dependencies": { "@iconify/types": "2.0.0" } }, "sha512-Aze0j7l95gmOLdeC4L+8MvvpN3+QmAVk9IuTJN170zYH5I7jS0jGSIMFsf0KE8vGbG8jPpXkmmDq7qQU8Rymnw=="],
|
|
|
|
|
|
|
|
|
|
"@iconify-json/fa-regular": ["@iconify-json/fa-regular@1.2.2", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-OxxofoXzGCJ2lZcQAuNRTySdrc25k/x/wG8+uoVWx/k/xyuJmP2D/Fm2JJt8g2l7iZRmo6axbpUWnhkAeW/YXg=="],
|
|
|
|
|
|
|
|
|
|
"@iconify-json/fa-solid": ["@iconify-json/fa-solid@1.2.2", "https://npmreg.proxy.ustclug.org/@iconify-json/fa-solid/-/fa-solid-1.2.2.tgz", { "dependencies": { "@iconify/types": "2.0.0" } }, "sha512-V8TDk62dGswAwbWwoSTnaoiTVEfQyjLCq4/TPmI29evFb9GwPyU0OGX4+BdQMGsDDzk8ByR81RjR618FtELSaw=="],
|
|
|
|
|
|
|
|
|
|
"@iconify-json/heroicons": ["@iconify-json/heroicons@1.2.3", "https://npmreg.proxy.ustclug.org/@iconify-json/heroicons/-/heroicons-1.2.3.tgz", { "dependencies": { "@iconify/types": "2.0.0" } }, "sha512-n+vmCEgTesRsOpp5AB5ILB6srsgsYK+bieoQBNlafvoEhjVXLq8nIGN4B0v/s4DUfa0dOrjwE/cKJgIKdJXOEg=="],
|
|
|
|
|
@@ -332,7 +338,7 @@
|
|
|
|
|
|
|
|
|
|
"@nuxt/cli": ["@nuxt/cli@3.31.3", "https://npmreg.proxy.ustclug.org/@nuxt/cli/-/cli-3.31.3.tgz", { "dependencies": { "@bomb.sh/tab": "0.0.10", "@clack/prompts": "1.0.0-alpha.8", "c12": "3.3.3", "citty": "0.1.6", "confbox": "0.2.2", "consola": "3.4.2", "copy-paste": "2.2.0", "debug": "4.4.3", "defu": "6.1.4", "exsolve": "1.0.8", "fuse.js": "7.1.0", "giget": "2.0.0", "jiti": "2.6.1", "listhen": "1.9.0", "nypm": "0.6.2", "ofetch": "1.5.1", "ohash": "2.0.11", "pathe": "2.0.3", "perfect-debounce": "2.0.0", "pkg-types": "2.3.0", "scule": "1.3.0", "semver": "7.7.3", "srvx": "0.9.8", "std-env": "3.10.0", "tinyexec": "1.0.2", "ufo": "1.6.1", "youch": "4.1.0-beta.13" }, "bin": { "nuxi": "bin/nuxi.mjs", "nuxi-ng": "bin/nuxi.mjs", "nuxt": "bin/nuxi.mjs", "nuxt-cli": "bin/nuxi.mjs" } }, "sha512-K0T1ZpBXnlb41NU/RWf1F0U0C14KzlEXCoaSgD2y8BiLoCBWcgQ1UAlRtx4cThqWbJmIxaNZZTDL0NZ9d1U7ag=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/content": ["@nuxt/content@3.10.0", "https://npmreg.proxy.ustclug.org/@nuxt/content/-/content-3.10.0.tgz", { "dependencies": { "@nuxt/kit": "4.2.2", "@nuxtjs/mdc": "0.19.2", "@shikijs/langs": "3.20.0", "@sqlite.org/sqlite-wasm": "3.50.4-build1", "@standard-schema/spec": "1.1.0", "@webcontainer/env": "1.1.1", "c12": "3.3.3", "chokidar": "5.0.0", "consola": "3.4.2", "db0": "0.3.4", "defu": "6.1.4", "destr": "2.0.5", "git-url-parse": "16.1.0", "hookable": "5.5.3", "isomorphic-git": "1.36.1", "jiti": "2.6.1", "json-schema-to-typescript": "15.0.4", "knitwork": "1.3.0", "mdast-util-to-hast": "13.2.1", "mdast-util-to-string": "4.0.0", "micromark": "4.0.2", "micromark-util-character": "2.1.1", "micromark-util-chunked": "2.0.1", "micromark-util-resolve-all": "2.0.1", "micromark-util-sanitize-uri": "2.0.1", "micromatch": "4.0.8", "minimark": "0.2.0", "minimatch": "10.1.1", "nuxt-component-meta": "0.16.0", "nypm": "0.6.2", "ohash": "2.0.11", "pathe": "2.0.3", "pkg-types": "2.3.0", "remark-mdc": "3.10.0", "scule": "1.3.0", "shiki": "3.20.0", "slugify": "1.6.6", "socket.io-client": "4.8.3", "std-env": "3.10.0", "tinyglobby": "0.2.15", "ufo": "1.6.1", "unctx": "2.5.0", "unified": "11.0.5", "unist-util-stringify-position": "4.0.0", "unist-util-visit": "5.0.0", "unplugin": "2.3.11", "zod": "3.25.76", "zod-to-json-schema": "3.25.1" }, "optionalDependencies": { "better-sqlite3": "12.5.0" } }, "sha512-UGXSfqyqhTW641GluCQDx2G8GFo/F37R9cywatgvujjnu1LAx1h1/pRORzNzpbKXj4t+tAZD5EIU0jGOJNkRZA=="],
|
|
|
|
|
"@nuxt/content": ["@nuxt/content@3.8.2", "", { "dependencies": { "@nuxt/kit": "^4.2.1", "@nuxtjs/mdc": "^0.18.3", "@shikijs/langs": "^3.15.0", "@sqlite.org/sqlite-wasm": "3.50.4-build1", "@standard-schema/spec": "^1.0.0", "@webcontainer/env": "^1.1.1", "c12": "^3.3.2", "chokidar": "^4.0.3", "consola": "^3.4.2", "db0": "^0.3.4", "defu": "^6.1.4", "destr": "^2.0.5", "git-url-parse": "^16.1.0", "hookable": "^5.5.3", "jiti": "^2.6.1", "json-schema-to-typescript": "^15.0.4", "knitwork": "^1.2.0", "mdast-util-to-hast": "^13.2.0", "mdast-util-to-string": "^4.0.0", "micromark": "^4.0.2", "micromark-util-character": "^2.1.1", "micromark-util-chunked": "^2.0.1", "micromark-util-resolve-all": "^2.0.1", "micromark-util-sanitize-uri": "^2.0.1", "micromatch": "^4.0.8", "minimark": "^0.2.0", "minimatch": "^10.1.1", "modern-tar": "^0.7.0", "nuxt-component-meta": "0.14.2", "nypm": "^0.6.2", "ohash": "^2.0.11", "pathe": "^2.0.3", "pkg-types": "^2.3.0", "remark-mdc": "^3.8.1", "scule": "^1.3.0", "shiki": "^3.15.0", "slugify": "^1.6.6", "socket.io-client": "^4.8.1", "std-env": "^3.10.0", "tinyglobby": "^0.2.15", "ufo": "^1.6.1", "unctx": "^2.4.1", "unified": "^11.0.5", "unist-util-stringify-position": "^4.0.0", "unist-util-visit": "^5.0.0", "unplugin": "^2.3.10", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "peerDependencies": { "@electric-sql/pglite": "*", "@libsql/client": "*", "@valibot/to-json-schema": "^1.3.0", "better-sqlite3": "^12.4.1", "sqlite3": "*", "valibot": "^1.1.0" }, "optionalPeers": ["@electric-sql/pglite", "@libsql/client", "@valibot/to-json-schema", "better-sqlite3", "sqlite3", "valibot"] }, "sha512-bqqS2bTpkmLJDCCU3GuApBQBa6BlHuT7OW9GGoTEZ14evilwjlKSLlFNRYKIyS3Ua4L+GXz7Its7pLbXe+nW5w=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/devalue": ["@nuxt/devalue@2.0.2", "https://npmreg.proxy.ustclug.org/@nuxt/devalue/-/devalue-2.0.2.tgz", {}, "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="],
|
|
|
|
|
|
|
|
|
|
@@ -366,7 +372,7 @@
|
|
|
|
|
|
|
|
|
|
"@nuxtjs/color-mode": ["@nuxtjs/color-mode@4.0.0", "https://npmreg.proxy.ustclug.org/@nuxtjs/color-mode/-/color-mode-4.0.0.tgz", { "dependencies": { "@nuxt/kit": "4.2.2", "exsolve": "1.0.8", "pathe": "2.0.3", "pkg-types": "2.3.0", "semver": "7.7.3" } }, "sha512-xyaVR/TPLdMuRa2VOgH6b75jvmFEsn9QKL6ISldaAw38ooFJfWY1ts2F3ye43wcT/goCbcuvPuskF2f8yUZhlw=="],
|
|
|
|
|
|
|
|
|
|
"@nuxtjs/mdc": ["@nuxtjs/mdc@0.19.2", "https://npmreg.proxy.ustclug.org/@nuxtjs/mdc/-/mdc-0.19.2.tgz", { "dependencies": { "@nuxt/kit": "4.2.2", "@shikijs/core": "3.20.0", "@shikijs/langs": "3.20.0", "@shikijs/themes": "3.20.0", "@shikijs/transformers": "3.20.0", "@types/hast": "3.0.4", "@types/mdast": "4.0.4", "@vue/compiler-core": "3.5.26", "consola": "3.4.2", "debug": "4.4.3", "defu": "6.1.4", "destr": "2.0.5", "detab": "3.0.2", "github-slugger": "2.0.0", "hast-util-format": "1.1.0", "hast-util-to-mdast": "10.1.2", "hast-util-to-string": "3.0.1", "mdast-util-to-hast": "13.2.1", "micromark-util-sanitize-uri": "2.0.1", "parse5": "8.0.0", "pathe": "2.0.3", "property-information": "7.1.0", "rehype-external-links": "3.0.0", "rehype-minify-whitespace": "6.0.2", "rehype-raw": "7.0.0", "rehype-remark": "10.0.1", "rehype-slug": "6.0.0", "rehype-sort-attribute-values": "5.0.1", "rehype-sort-attributes": "5.0.1", "remark-emoji": "5.0.2", "remark-gfm": "4.0.1", "remark-mdc": "3.10.0", "remark-parse": "11.0.0", "remark-rehype": "11.1.2", "remark-stringify": "11.0.0", "scule": "1.3.0", "shiki": "3.20.0", "ufo": "1.6.1", "unified": "11.0.5", "unist-builder": "4.0.0", "unist-util-visit": "5.0.0", "unwasm": "0.5.2", "vfile": "6.0.3" } }, "sha512-mtwBb9D5U7H1R3kpqEmqwML1RudN6qOJqJwebrqLxk+EWhtGUXAdUBXC2L/kPWiCNA4Yz/EO+tSfSQV8Idh5nw=="],
|
|
|
|
|
"@nuxtjs/mdc": ["@nuxtjs/mdc@0.18.4", "", { "dependencies": { "@nuxt/kit": "^4.2.1", "@shikijs/core": "^3.15.0", "@shikijs/langs": "^3.15.0", "@shikijs/themes": "^3.15.0", "@shikijs/transformers": "^3.15.0", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "@vue/compiler-core": "^3.5.24", "consola": "^3.4.2", "debug": "^4.4.3", "defu": "^6.1.4", "destr": "^2.0.5", "detab": "^3.0.2", "github-slugger": "^2.0.0", "hast-util-format": "^1.1.0", "hast-util-to-mdast": "^10.1.2", "hast-util-to-string": "^3.0.1", "mdast-util-to-hast": "^13.2.0", "micromark-util-sanitize-uri": "^2.0.1", "parse5": "^8.0.0", "pathe": "^2.0.3", "property-information": "^7.1.0", "rehype-external-links": "^3.0.0", "rehype-minify-whitespace": "^6.0.2", "rehype-raw": "^7.0.0", "rehype-remark": "^10.0.1", "rehype-slug": "^6.0.0", "rehype-sort-attribute-values": "^5.0.1", "rehype-sort-attributes": "^5.0.1", "remark-emoji": "^5.0.2", "remark-gfm": "^4.0.1", "remark-mdc": "^3.8.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-stringify": "^11.0.0", "scule": "^1.3.0", "shiki": "^3.15.0", "ufo": "^1.6.1", "unified": "^11.0.5", "unist-builder": "^4.0.0", "unist-util-visit": "^5.0.0", "unwasm": "^0.5.0", "vfile": "^6.0.3" } }, "sha512-lM4R0Mbbhw5h5Fwj7LqGiw6eanqjjPkzi+9FaXfn1BdmfbW8GlR2quLIiBXTbw0wUrWYyOWoc5FGIE/gpZUTjQ=="],
|
|
|
|
|
|
|
|
|
|
"@nuxtjs/robots": ["@nuxtjs/robots@5.6.7", "https://npmreg.proxy.ustclug.org/@nuxtjs/robots/-/robots-5.6.7.tgz", { "dependencies": { "@fingerprintjs/botd": "2.0.0", "@nuxt/kit": "4.2.2", "consola": "3.4.2", "defu": "6.1.4", "nuxt-site-config": "3.2.14", "pathe": "2.0.3", "pkg-types": "2.3.0", "sirv": "3.0.2", "std-env": "3.10.0", "ufo": "1.6.1" }, "optionalDependencies": { "zod": "3.25.76" } }, "sha512-0Ex0Y38z9s5I5w3AkdlrpLPACE+cd38KH9dYjZE+flP5RSGMvKzbTc8/jyNeY7numIuFt9BQGXEzkEAmxe04Cg=="],
|
|
|
|
|
|
|
|
|
|
@@ -864,14 +870,10 @@
|
|
|
|
|
|
|
|
|
|
"async": ["async@3.2.6", "https://npmreg.proxy.ustclug.org/async/-/async-3.2.6.tgz", {}, "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="],
|
|
|
|
|
|
|
|
|
|
"async-lock": ["async-lock@1.4.1", "https://npmreg.proxy.ustclug.org/async-lock/-/async-lock-1.4.1.tgz", {}, "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ=="],
|
|
|
|
|
|
|
|
|
|
"async-sema": ["async-sema@3.1.1", "https://npmreg.proxy.ustclug.org/async-sema/-/async-sema-3.1.1.tgz", {}, "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="],
|
|
|
|
|
|
|
|
|
|
"autoprefixer": ["autoprefixer@10.4.23", "https://npmreg.proxy.ustclug.org/autoprefixer/-/autoprefixer-10.4.23.tgz", { "dependencies": { "browserslist": "4.28.1", "caniuse-lite": "1.0.30001761", "fraction.js": "5.3.4", "picocolors": "1.1.1", "postcss-value-parser": "4.2.0" }, "peerDependencies": { "postcss": "8.5.6" }, "bin": { "autoprefixer": "bin/autoprefixer" } }, "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA=="],
|
|
|
|
|
|
|
|
|
|
"available-typed-arrays": ["available-typed-arrays@1.0.7", "https://npmreg.proxy.ustclug.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", { "dependencies": { "possible-typed-array-names": "1.1.0" } }, "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ=="],
|
|
|
|
|
|
|
|
|
|
"b4a": ["b4a@1.7.3", "https://npmreg.proxy.ustclug.org/b4a/-/b4a-1.7.3.tgz", {}, "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q=="],
|
|
|
|
|
|
|
|
|
|
"bail": ["bail@2.0.2", "https://npmreg.proxy.ustclug.org/bail/-/bail-2.0.2.tgz", {}, "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw=="],
|
|
|
|
|
@@ -918,12 +920,6 @@
|
|
|
|
|
|
|
|
|
|
"cac": ["cac@6.7.14", "https://npmreg.proxy.ustclug.org/cac/-/cac-6.7.14.tgz", {}, "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ=="],
|
|
|
|
|
|
|
|
|
|
"call-bind": ["call-bind@1.0.8", "https://npmreg.proxy.ustclug.org/call-bind/-/call-bind-1.0.8.tgz", { "dependencies": { "call-bind-apply-helpers": "1.0.2", "es-define-property": "1.0.1", "get-intrinsic": "1.3.0", "set-function-length": "1.2.2" } }, "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww=="],
|
|
|
|
|
|
|
|
|
|
"call-bind-apply-helpers": ["call-bind-apply-helpers@1.0.2", "https://npmreg.proxy.ustclug.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", { "dependencies": { "es-errors": "1.3.0", "function-bind": "1.1.2" } }, "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ=="],
|
|
|
|
|
|
|
|
|
|
"call-bound": ["call-bound@1.0.4", "https://npmreg.proxy.ustclug.org/call-bound/-/call-bound-1.0.4.tgz", { "dependencies": { "call-bind-apply-helpers": "1.0.2", "get-intrinsic": "1.3.0" } }, "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="],
|
|
|
|
|
|
|
|
|
|
"callsites": ["callsites@3.1.0", "https://npmreg.proxy.ustclug.org/callsites/-/callsites-3.1.0.tgz", {}, "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="],
|
|
|
|
|
|
|
|
|
|
"camelize": ["camelize@1.0.1", "https://npmreg.proxy.ustclug.org/camelize/-/camelize-1.0.1.tgz", {}, "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ=="],
|
|
|
|
|
@@ -958,8 +954,6 @@
|
|
|
|
|
|
|
|
|
|
"citty": ["citty@0.1.6", "https://npmreg.proxy.ustclug.org/citty/-/citty-0.1.6.tgz", { "dependencies": { "consola": "3.4.2" } }, "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ=="],
|
|
|
|
|
|
|
|
|
|
"clean-git-ref": ["clean-git-ref@2.0.1", "https://npmreg.proxy.ustclug.org/clean-git-ref/-/clean-git-ref-2.0.1.tgz", {}, "sha512-bLSptAy2P0s6hU4PzuIMKmMJJSE6gLXGH1cntDu7bWJUksvuM+7ReOK61mozULErYvP6a15rnYl0zFDef+pyPw=="],
|
|
|
|
|
|
|
|
|
|
"clean-regexp": ["clean-regexp@1.0.0", "https://npmreg.proxy.ustclug.org/clean-regexp/-/clean-regexp-1.0.0.tgz", { "dependencies": { "escape-string-regexp": "1.0.5" } }, "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw=="],
|
|
|
|
|
|
|
|
|
|
"clipboardy": ["clipboardy@4.0.0", "https://npmreg.proxy.ustclug.org/clipboardy/-/clipboardy-4.0.0.tgz", { "dependencies": { "execa": "8.0.1", "is-wsl": "3.1.0", "is64bit": "2.0.0" } }, "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w=="],
|
|
|
|
|
@@ -1066,8 +1060,6 @@
|
|
|
|
|
|
|
|
|
|
"default-browser-id": ["default-browser-id@5.0.1", "https://npmreg.proxy.ustclug.org/default-browser-id/-/default-browser-id-5.0.1.tgz", {}, "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q=="],
|
|
|
|
|
|
|
|
|
|
"define-data-property": ["define-data-property@1.1.4", "https://npmreg.proxy.ustclug.org/define-data-property/-/define-data-property-1.1.4.tgz", { "dependencies": { "es-define-property": "1.0.1", "es-errors": "1.3.0", "gopd": "1.2.0" } }, "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A=="],
|
|
|
|
|
|
|
|
|
|
"define-lazy-prop": ["define-lazy-prop@3.0.0", "https://npmreg.proxy.ustclug.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", {}, "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg=="],
|
|
|
|
|
|
|
|
|
|
"defu": ["defu@6.1.4", "https://npmreg.proxy.ustclug.org/defu/-/defu-6.1.4.tgz", {}, "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="],
|
|
|
|
|
@@ -1092,8 +1084,6 @@
|
|
|
|
|
|
|
|
|
|
"diff": ["diff@8.0.2", "https://npmreg.proxy.ustclug.org/diff/-/diff-8.0.2.tgz", {}, "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg=="],
|
|
|
|
|
|
|
|
|
|
"diff3": ["diff3@0.0.3", "https://npmreg.proxy.ustclug.org/diff3/-/diff3-0.0.3.tgz", {}, "sha512-iSq8ngPOt0K53A6eVr4d5Kn6GNrM2nQZtC740pzIriHtn4pOQ2lyzEXQMBeVcWERN0ye7fhBsk9PbLLQOnUx/g=="],
|
|
|
|
|
|
|
|
|
|
"dom-serializer": ["dom-serializer@2.0.0", "https://npmreg.proxy.ustclug.org/dom-serializer/-/dom-serializer-2.0.0.tgz", { "dependencies": { "domelementtype": "2.3.0", "domhandler": "5.0.3", "entities": "4.5.0" } }, "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg=="],
|
|
|
|
|
|
|
|
|
|
"domelementtype": ["domelementtype@2.3.0", "https://npmreg.proxy.ustclug.org/domelementtype/-/domelementtype-2.3.0.tgz", {}, "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw=="],
|
|
|
|
|
@@ -1106,8 +1096,6 @@
|
|
|
|
|
|
|
|
|
|
"dotenv": ["dotenv@17.2.3", "https://npmreg.proxy.ustclug.org/dotenv/-/dotenv-17.2.3.tgz", {}, "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w=="],
|
|
|
|
|
|
|
|
|
|
"dunder-proto": ["dunder-proto@1.0.1", "https://npmreg.proxy.ustclug.org/dunder-proto/-/dunder-proto-1.0.1.tgz", { "dependencies": { "call-bind-apply-helpers": "1.0.2", "es-errors": "1.3.0", "gopd": "1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="],
|
|
|
|
|
|
|
|
|
|
"duplexer": ["duplexer@0.1.2", "https://npmreg.proxy.ustclug.org/duplexer/-/duplexer-0.1.2.tgz", {}, "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="],
|
|
|
|
|
|
|
|
|
|
"eastasianwidth": ["eastasianwidth@0.2.0", "https://npmreg.proxy.ustclug.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", {}, "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="],
|
|
|
|
|
@@ -1140,14 +1128,8 @@
|
|
|
|
|
|
|
|
|
|
"errx": ["errx@0.1.0", "https://npmreg.proxy.ustclug.org/errx/-/errx-0.1.0.tgz", {}, "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q=="],
|
|
|
|
|
|
|
|
|
|
"es-define-property": ["es-define-property@1.0.1", "https://npmreg.proxy.ustclug.org/es-define-property/-/es-define-property-1.0.1.tgz", {}, "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="],
|
|
|
|
|
|
|
|
|
|
"es-errors": ["es-errors@1.3.0", "https://npmreg.proxy.ustclug.org/es-errors/-/es-errors-1.3.0.tgz", {}, "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="],
|
|
|
|
|
|
|
|
|
|
"es-module-lexer": ["es-module-lexer@1.7.0", "https://npmreg.proxy.ustclug.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", {}, "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA=="],
|
|
|
|
|
|
|
|
|
|
"es-object-atoms": ["es-object-atoms@1.1.1", "https://npmreg.proxy.ustclug.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", { "dependencies": { "es-errors": "1.3.0" } }, "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA=="],
|
|
|
|
|
|
|
|
|
|
"esbuild": ["esbuild@0.25.12", "https://npmreg.proxy.ustclug.org/esbuild/-/esbuild-0.25.12.tgz", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.12", "@esbuild/android-arm": "0.25.12", "@esbuild/android-arm64": "0.25.12", "@esbuild/android-x64": "0.25.12", "@esbuild/darwin-arm64": "0.25.12", "@esbuild/darwin-x64": "0.25.12", "@esbuild/freebsd-arm64": "0.25.12", "@esbuild/freebsd-x64": "0.25.12", "@esbuild/linux-arm": "0.25.12", "@esbuild/linux-arm64": "0.25.12", "@esbuild/linux-ia32": "0.25.12", "@esbuild/linux-loong64": "0.25.12", "@esbuild/linux-mips64el": "0.25.12", "@esbuild/linux-ppc64": "0.25.12", "@esbuild/linux-riscv64": "0.25.12", "@esbuild/linux-s390x": "0.25.12", "@esbuild/linux-x64": "0.25.12", "@esbuild/netbsd-arm64": "0.25.12", "@esbuild/netbsd-x64": "0.25.12", "@esbuild/openbsd-arm64": "0.25.12", "@esbuild/openbsd-x64": "0.25.12", "@esbuild/openharmony-arm64": "0.25.12", "@esbuild/sunos-x64": "0.25.12", "@esbuild/win32-arm64": "0.25.12", "@esbuild/win32-ia32": "0.25.12", "@esbuild/win32-x64": "0.25.12" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg=="],
|
|
|
|
|
|
|
|
|
|
"escalade": ["escalade@3.2.0", "https://npmreg.proxy.ustclug.org/escalade/-/escalade-3.2.0.tgz", {}, "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="],
|
|
|
|
|
@@ -1266,8 +1248,6 @@
|
|
|
|
|
|
|
|
|
|
"fontless": ["fontless@0.1.0", "", { "dependencies": { "consola": "^3.4.2", "css-tree": "^3.1.0", "defu": "^6.1.4", "esbuild": "^0.25.12", "fontaine": "0.7.0", "jiti": "^2.6.1", "lightningcss": "^1.30.2", "magic-string": "^0.30.21", "ohash": "^2.0.11", "pathe": "^2.0.3", "ufo": "^1.6.1", "unifont": "^0.6.0", "unstorage": "^1.17.1" }, "peerDependencies": { "vite": "*" }, "optionalPeers": ["vite"] }, "sha512-KyvRd732HuVd/XP9iEFTb1w8Q01TPSA5GaCJV9HYmPiEs/ZZg/on2YdrQmlKfi9gDGpmN5Bn27Ze/CHqk0vE+w=="],
|
|
|
|
|
|
|
|
|
|
"for-each": ["for-each@0.3.5", "https://npmreg.proxy.ustclug.org/for-each/-/for-each-0.3.5.tgz", { "dependencies": { "is-callable": "1.2.7" } }, "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg=="],
|
|
|
|
|
|
|
|
|
|
"foreground-child": ["foreground-child@3.3.1", "https://npmreg.proxy.ustclug.org/foreground-child/-/foreground-child-3.3.1.tgz", { "dependencies": { "cross-spawn": "7.0.6", "signal-exit": "4.1.0" } }, "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw=="],
|
|
|
|
|
|
|
|
|
|
"fraction.js": ["fraction.js@5.3.4", "https://npmreg.proxy.ustclug.org/fraction.js/-/fraction.js-5.3.4.tgz", {}, "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ=="],
|
|
|
|
|
@@ -1286,12 +1266,8 @@
|
|
|
|
|
|
|
|
|
|
"get-caller-file": ["get-caller-file@2.0.5", "https://npmreg.proxy.ustclug.org/get-caller-file/-/get-caller-file-2.0.5.tgz", {}, "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="],
|
|
|
|
|
|
|
|
|
|
"get-intrinsic": ["get-intrinsic@1.3.0", "https://npmreg.proxy.ustclug.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", { "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" } }, "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ=="],
|
|
|
|
|
|
|
|
|
|
"get-port-please": ["get-port-please@3.2.0", "https://npmreg.proxy.ustclug.org/get-port-please/-/get-port-please-3.2.0.tgz", {}, "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A=="],
|
|
|
|
|
|
|
|
|
|
"get-proto": ["get-proto@1.0.1", "https://npmreg.proxy.ustclug.org/get-proto/-/get-proto-1.0.1.tgz", { "dependencies": { "dunder-proto": "1.0.1", "es-object-atoms": "1.1.1" } }, "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g=="],
|
|
|
|
|
|
|
|
|
|
"get-stream": ["get-stream@9.0.1", "https://npmreg.proxy.ustclug.org/get-stream/-/get-stream-9.0.1.tgz", { "dependencies": { "@sec-ant/readable-stream": "0.4.1", "is-stream": "4.0.1" } }, "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA=="],
|
|
|
|
|
|
|
|
|
|
"get-tsconfig": ["get-tsconfig@4.13.0", "https://npmreg.proxy.ustclug.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz", { "dependencies": { "resolve-pkg-maps": "1.0.0" } }, "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ=="],
|
|
|
|
|
@@ -1316,8 +1292,6 @@
|
|
|
|
|
|
|
|
|
|
"globby": ["globby@15.0.0", "https://npmreg.proxy.ustclug.org/globby/-/globby-15.0.0.tgz", { "dependencies": { "@sindresorhus/merge-streams": "4.0.0", "fast-glob": "3.3.3", "ignore": "7.0.5", "path-type": "6.0.0", "slash": "5.1.0", "unicorn-magic": "0.3.0" } }, "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw=="],
|
|
|
|
|
|
|
|
|
|
"gopd": ["gopd@1.2.0", "https://npmreg.proxy.ustclug.org/gopd/-/gopd-1.2.0.tgz", {}, "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="],
|
|
|
|
|
|
|
|
|
|
"graceful-fs": ["graceful-fs@4.2.11", "https://npmreg.proxy.ustclug.org/graceful-fs/-/graceful-fs-4.2.11.tgz", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="],
|
|
|
|
|
|
|
|
|
|
"gzip-size": ["gzip-size@7.0.0", "https://npmreg.proxy.ustclug.org/gzip-size/-/gzip-size-7.0.0.tgz", { "dependencies": { "duplexer": "0.1.2" } }, "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA=="],
|
|
|
|
|
@@ -1328,12 +1302,6 @@
|
|
|
|
|
|
|
|
|
|
"has-flag": ["has-flag@4.0.0", "https://npmreg.proxy.ustclug.org/has-flag/-/has-flag-4.0.0.tgz", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="],
|
|
|
|
|
|
|
|
|
|
"has-property-descriptors": ["has-property-descriptors@1.0.2", "https://npmreg.proxy.ustclug.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", { "dependencies": { "es-define-property": "1.0.1" } }, "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg=="],
|
|
|
|
|
|
|
|
|
|
"has-symbols": ["has-symbols@1.1.0", "https://npmreg.proxy.ustclug.org/has-symbols/-/has-symbols-1.1.0.tgz", {}, "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ=="],
|
|
|
|
|
|
|
|
|
|
"has-tostringtag": ["has-tostringtag@1.0.2", "https://npmreg.proxy.ustclug.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", { "dependencies": { "has-symbols": "1.1.0" } }, "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw=="],
|
|
|
|
|
|
|
|
|
|
"hasown": ["hasown@2.0.2", "https://npmreg.proxy.ustclug.org/hasown/-/hasown-2.0.2.tgz", { "dependencies": { "function-bind": "1.1.2" } }, "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ=="],
|
|
|
|
|
|
|
|
|
|
"hast-util-embedded": ["hast-util-embedded@3.0.0", "https://npmreg.proxy.ustclug.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz", { "dependencies": { "@types/hast": "3.0.4", "hast-util-is-element": "3.0.0" } }, "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA=="],
|
|
|
|
|
@@ -1428,8 +1396,6 @@
|
|
|
|
|
|
|
|
|
|
"is-builtin-module": ["is-builtin-module@5.0.0", "https://npmreg.proxy.ustclug.org/is-builtin-module/-/is-builtin-module-5.0.0.tgz", { "dependencies": { "builtin-modules": "5.0.0" } }, "sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA=="],
|
|
|
|
|
|
|
|
|
|
"is-callable": ["is-callable@1.2.7", "https://npmreg.proxy.ustclug.org/is-callable/-/is-callable-1.2.7.tgz", {}, "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA=="],
|
|
|
|
|
|
|
|
|
|
"is-core-module": ["is-core-module@2.16.1", "https://npmreg.proxy.ustclug.org/is-core-module/-/is-core-module-2.16.1.tgz", { "dependencies": { "hasown": "2.0.2" } }, "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w=="],
|
|
|
|
|
|
|
|
|
|
"is-decimal": ["is-decimal@2.0.1", "https://npmreg.proxy.ustclug.org/is-decimal/-/is-decimal-2.0.1.tgz", {}, "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A=="],
|
|
|
|
|
@@ -1462,8 +1428,6 @@
|
|
|
|
|
|
|
|
|
|
"is-stream": ["is-stream@4.0.1", "https://npmreg.proxy.ustclug.org/is-stream/-/is-stream-4.0.1.tgz", {}, "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A=="],
|
|
|
|
|
|
|
|
|
|
"is-typed-array": ["is-typed-array@1.1.15", "https://npmreg.proxy.ustclug.org/is-typed-array/-/is-typed-array-1.1.15.tgz", { "dependencies": { "which-typed-array": "1.1.19" } }, "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ=="],
|
|
|
|
|
|
|
|
|
|
"is-unicode-supported": ["is-unicode-supported@2.1.0", "https://npmreg.proxy.ustclug.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz", {}, "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ=="],
|
|
|
|
|
|
|
|
|
|
"is-what": ["is-what@5.5.0", "https://npmreg.proxy.ustclug.org/is-what/-/is-what-5.5.0.tgz", {}, "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw=="],
|
|
|
|
|
@@ -1472,12 +1436,10 @@
|
|
|
|
|
|
|
|
|
|
"is64bit": ["is64bit@2.0.0", "https://npmreg.proxy.ustclug.org/is64bit/-/is64bit-2.0.0.tgz", { "dependencies": { "system-architecture": "0.1.0" } }, "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw=="],
|
|
|
|
|
|
|
|
|
|
"isarray": ["isarray@2.0.5", "https://npmreg.proxy.ustclug.org/isarray/-/isarray-2.0.5.tgz", {}, "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="],
|
|
|
|
|
"isarray": ["isarray@1.0.0", "https://npmreg.proxy.ustclug.org/isarray/-/isarray-1.0.0.tgz", {}, "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="],
|
|
|
|
|
|
|
|
|
|
"isexe": ["isexe@2.0.0", "https://npmreg.proxy.ustclug.org/isexe/-/isexe-2.0.0.tgz", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
|
|
|
|
|
|
|
|
|
|
"isomorphic-git": ["isomorphic-git@1.36.1", "https://npmreg.proxy.ustclug.org/isomorphic-git/-/isomorphic-git-1.36.1.tgz", { "dependencies": { "async-lock": "1.4.1", "clean-git-ref": "2.0.1", "crc-32": "1.2.2", "diff3": "0.0.3", "ignore": "5.3.2", "minimisted": "2.0.1", "pako": "1.0.11", "pify": "4.0.1", "readable-stream": "4.7.0", "sha.js": "2.4.12", "simple-get": "4.0.1" }, "bin": { "isogit": "cli.cjs" } }, "sha512-fC8SRT8MwoaXDK8G4z5biPEbqf2WyEJUb2MJ2ftSd39/UIlsnoZxLGux+lae0poLZO4AEcx6aUVOh5bV+P8zFA=="],
|
|
|
|
|
|
|
|
|
|
"jackspeak": ["jackspeak@3.4.3", "https://npmreg.proxy.ustclug.org/jackspeak/-/jackspeak-3.4.3.tgz", { "dependencies": { "@isaacs/cliui": "8.0.2" }, "optionalDependencies": { "@pkgjs/parseargs": "0.11.0" } }, "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw=="],
|
|
|
|
|
|
|
|
|
|
"jiti": ["jiti@2.6.1", "https://npmreg.proxy.ustclug.org/jiti/-/jiti-2.6.1.tgz", { "bin": { "jiti": "lib/jiti-cli.mjs" } }, "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ=="],
|
|
|
|
|
@@ -1584,8 +1546,6 @@
|
|
|
|
|
|
|
|
|
|
"marky": ["marky@1.3.0", "https://npmreg.proxy.ustclug.org/marky/-/marky-1.3.0.tgz", {}, "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ=="],
|
|
|
|
|
|
|
|
|
|
"math-intrinsics": ["math-intrinsics@1.1.0", "https://npmreg.proxy.ustclug.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="],
|
|
|
|
|
|
|
|
|
|
"mdast-util-find-and-replace": ["mdast-util-find-and-replace@3.0.2", "https://npmreg.proxy.ustclug.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", { "dependencies": { "@types/mdast": "4.0.4", "escape-string-regexp": "5.0.0", "unist-util-is": "6.0.1", "unist-util-visit-parents": "6.0.2" } }, "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg=="],
|
|
|
|
|
|
|
|
|
|
"mdast-util-from-markdown": ["mdast-util-from-markdown@2.0.2", "https://npmreg.proxy.ustclug.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", { "dependencies": { "@types/mdast": "4.0.4", "@types/unist": "3.0.3", "decode-named-character-reference": "1.2.0", "devlop": "1.1.0", "mdast-util-to-string": "4.0.0", "micromark": "4.0.2", "micromark-util-decode-numeric-character-reference": "2.0.2", "micromark-util-decode-string": "2.0.1", "micromark-util-normalize-identifier": "2.0.1", "micromark-util-symbol": "2.0.1", "micromark-util-types": "2.0.2", "unist-util-stringify-position": "4.0.0" } }, "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA=="],
|
|
|
|
|
@@ -1692,8 +1652,6 @@
|
|
|
|
|
|
|
|
|
|
"minimist": ["minimist@1.2.8", "https://npmreg.proxy.ustclug.org/minimist/-/minimist-1.2.8.tgz", {}, "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="],
|
|
|
|
|
|
|
|
|
|
"minimisted": ["minimisted@2.0.1", "https://npmreg.proxy.ustclug.org/minimisted/-/minimisted-2.0.1.tgz", { "dependencies": { "minimist": "1.2.8" } }, "sha512-1oPjfuLQa2caorJUM8HV8lGgWCc0qqAO1MNv/k05G4qslmsndV/5WdNZrqCiyqiz3wohia2Ij2B7w2Dr7/IyrA=="],
|
|
|
|
|
|
|
|
|
|
"minipass": ["minipass@7.1.2", "https://npmreg.proxy.ustclug.org/minipass/-/minipass-7.1.2.tgz", {}, "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="],
|
|
|
|
|
|
|
|
|
|
"minizlib": ["minizlib@3.1.0", "https://npmreg.proxy.ustclug.org/minizlib/-/minizlib-3.1.0.tgz", { "dependencies": { "minipass": "7.1.2" } }, "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw=="],
|
|
|
|
|
@@ -1706,6 +1664,8 @@
|
|
|
|
|
|
|
|
|
|
"mocked-exports": ["mocked-exports@0.1.1", "https://npmreg.proxy.ustclug.org/mocked-exports/-/mocked-exports-0.1.1.tgz", {}, "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA=="],
|
|
|
|
|
|
|
|
|
|
"modern-tar": ["modern-tar@0.7.3", "", {}, "sha512-4W79zekKGyYU4JXVmB78DOscMFaJth2gGhgfTl2alWE4rNe3nf4N2pqenQ0rEtIewrnD79M687Ouba3YGTLOvg=="],
|
|
|
|
|
|
|
|
|
|
"mrmime": ["mrmime@2.0.1", "https://npmreg.proxy.ustclug.org/mrmime/-/mrmime-2.0.1.tgz", {}, "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ=="],
|
|
|
|
|
|
|
|
|
|
"ms": ["ms@2.1.3", "https://npmreg.proxy.ustclug.org/ms/-/ms-2.1.3.tgz", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
|
|
|
|
|
@@ -1752,7 +1712,7 @@
|
|
|
|
|
|
|
|
|
|
"nuxt": ["nuxt@4.2.2", "https://npmreg.proxy.ustclug.org/nuxt/-/nuxt-4.2.2.tgz", { "dependencies": { "@dxup/nuxt": "0.2.2", "@nuxt/cli": "3.31.3", "@nuxt/devtools": "3.1.1", "@nuxt/kit": "4.2.2", "@nuxt/nitro-server": "4.2.2", "@nuxt/schema": "4.2.2", "@nuxt/telemetry": "2.6.6", "@nuxt/vite-builder": "4.2.2", "@unhead/vue": "2.1.1", "@vue/shared": "3.5.26", "c12": "3.3.3", "chokidar": "5.0.0", "compatx": "0.2.0", "consola": "3.4.2", "cookie-es": "2.0.0", "defu": "6.1.4", "destr": "2.0.5", "devalue": "5.6.1", "errx": "0.1.0", "escape-string-regexp": "5.0.0", "exsolve": "1.0.8", "h3": "1.15.4", "hookable": "5.5.3", "ignore": "7.0.5", "impound": "1.0.0", "jiti": "2.6.1", "klona": "2.0.6", "knitwork": "1.3.0", "magic-string": "0.30.21", "mlly": "1.8.0", "nanotar": "0.2.0", "nypm": "0.6.2", "ofetch": "1.5.1", "ohash": "2.0.11", "on-change": "6.0.1", "oxc-minify": "0.102.0", "oxc-parser": "0.102.0", "oxc-transform": "0.102.0", "oxc-walker": "0.6.0", "pathe": "2.0.3", "perfect-debounce": "2.0.0", "pkg-types": "2.3.0", "radix3": "1.1.2", "scule": "1.3.0", "semver": "7.7.3", "std-env": "3.10.0", "tinyglobby": "0.2.15", "ufo": "1.6.1", "ultrahtml": "1.6.0", "uncrypto": "0.1.3", "unctx": "2.5.0", "unimport": "5.6.0", "unplugin": "2.3.11", "unplugin-vue-router": "0.19.1", "untyped": "2.0.0", "vue": "3.5.26", "vue-router": "4.6.4" }, "optionalDependencies": { "@parcel/watcher": "2.5.1", "@types/node": "25.0.3" }, "bin": { "nuxi": "bin/nuxt.mjs", "nuxt": "bin/nuxt.mjs" } }, "sha512-n6oYFikgLEb70J4+K19jAzfx4exZcRSRX7yZn09P5qlf2Z59VNOBqNmaZO5ObzvyGUZ308SZfL629/Q2v2FVjw=="],
|
|
|
|
|
|
|
|
|
|
"nuxt-component-meta": ["nuxt-component-meta@0.16.0", "https://npmreg.proxy.ustclug.org/nuxt-component-meta/-/nuxt-component-meta-0.16.0.tgz", { "dependencies": { "@nuxt/kit": "4.2.2", "citty": "0.1.6", "json-schema-to-zod": "2.7.0", "mlly": "1.8.0", "ohash": "2.0.11", "scule": "1.3.0", "typescript": "5.9.3", "ufo": "1.6.1", "vue-component-meta": "3.2.1" }, "bin": { "nuxt-component-meta": "bin/nuxt-component-meta.mjs" } }, "sha512-mxsLl+gcF930dM4ozdxskGKEpldJn/fACR18uXrMDvvwxM+rMZW4tzuRMEuxhoyEXtxPLdOLP52wrS6UzBSx6Q=="],
|
|
|
|
|
"nuxt-component-meta": ["nuxt-component-meta@0.14.2", "", { "dependencies": { "@nuxt/kit": "^4.2.1", "citty": "^0.1.6", "json-schema-to-zod": "^2.6.1", "mlly": "^1.8.0", "ohash": "^2.0.11", "scule": "^1.3.0", "typescript": "^5.9.3", "ufo": "^1.6.1", "vue-component-meta": "^3.1.3" }, "bin": { "nuxt-component-meta": "bin/nuxt-component-meta.mjs" } }, "sha512-pxEnARUzRmq3zbOm8fJkWLPR8mL82NeP5Pu/iYff4otl6jPJwgC1Cbpz3Z77HlVeYVtzhSpQRsCSo/+296CwYw=="],
|
|
|
|
|
|
|
|
|
|
"nuxt-og-image": ["nuxt-og-image@5.1.13", "https://npmreg.proxy.ustclug.org/nuxt-og-image/-/nuxt-og-image-5.1.13.tgz", { "dependencies": { "@nuxt/devtools-kit": "3.1.1", "@nuxt/kit": "4.2.2", "@resvg/resvg-js": "2.6.2", "@resvg/resvg-wasm": "2.6.2", "@unocss/core": "66.5.11", "@unocss/preset-wind3": "66.5.11", "chrome-launcher": "1.2.1", "consola": "3.4.2", "defu": "6.1.4", "execa": "9.6.1", "image-size": "2.0.2", "magic-string": "0.30.21", "mocked-exports": "0.1.1", "nuxt-site-config": "3.2.14", "nypm": "0.6.2", "ofetch": "1.5.1", "ohash": "2.0.11", "pathe": "2.0.3", "pkg-types": "2.3.0", "playwright-core": "1.57.0", "radix3": "1.1.2", "satori": "0.18.3", "satori-html": "0.3.2", "sirv": "3.0.2", "std-env": "3.10.0", "strip-literal": "3.1.0", "ufo": "1.6.1", "unplugin": "2.3.11", "unwasm": "0.5.2", "yoga-wasm-web": "0.3.3" }, "peerDependencies": { "@unhead/vue": "2.1.1", "unstorage": "1.17.3" } }, "sha512-H9kqGlmcEb9agWURwT5iFQjbr7Ec7tcQHZZaYSpC/JXKq2/dFyRyAoo6oXTk6ob20dK9aNjkJDcX2XmgZy67+w=="],
|
|
|
|
|
|
|
|
|
|
@@ -1802,7 +1762,7 @@
|
|
|
|
|
|
|
|
|
|
"package-manager-detector": ["package-manager-detector@1.6.0", "https://npmreg.proxy.ustclug.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", {}, "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA=="],
|
|
|
|
|
|
|
|
|
|
"pako": ["pako@1.0.11", "https://npmreg.proxy.ustclug.org/pako/-/pako-1.0.11.tgz", {}, "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="],
|
|
|
|
|
"pako": ["pako@0.2.9", "https://npmreg.proxy.ustclug.org/pako/-/pako-0.2.9.tgz", {}, "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA=="],
|
|
|
|
|
|
|
|
|
|
"parent-module": ["parent-module@1.0.1", "https://npmreg.proxy.ustclug.org/parent-module/-/parent-module-1.0.1.tgz", { "dependencies": { "callsites": "3.1.0" } }, "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g=="],
|
|
|
|
|
|
|
|
|
|
@@ -1844,16 +1804,12 @@
|
|
|
|
|
|
|
|
|
|
"picomatch": ["picomatch@4.0.3", "https://npmreg.proxy.ustclug.org/picomatch/-/picomatch-4.0.3.tgz", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="],
|
|
|
|
|
|
|
|
|
|
"pify": ["pify@4.0.1", "https://npmreg.proxy.ustclug.org/pify/-/pify-4.0.1.tgz", {}, "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="],
|
|
|
|
|
|
|
|
|
|
"pkg-types": ["pkg-types@2.3.0", "https://npmreg.proxy.ustclug.org/pkg-types/-/pkg-types-2.3.0.tgz", { "dependencies": { "confbox": "0.2.2", "exsolve": "1.0.8", "pathe": "2.0.3" } }, "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig=="],
|
|
|
|
|
|
|
|
|
|
"playwright-core": ["playwright-core@1.57.0", "https://npmreg.proxy.ustclug.org/playwright-core/-/playwright-core-1.57.0.tgz", { "bin": { "playwright-core": "cli.js" } }, "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ=="],
|
|
|
|
|
|
|
|
|
|
"pluralize": ["pluralize@8.0.0", "https://npmreg.proxy.ustclug.org/pluralize/-/pluralize-8.0.0.tgz", {}, "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA=="],
|
|
|
|
|
|
|
|
|
|
"possible-typed-array-names": ["possible-typed-array-names@1.1.0", "https://npmreg.proxy.ustclug.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", {}, "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg=="],
|
|
|
|
|
|
|
|
|
|
"postcss": ["postcss@8.5.6", "https://npmreg.proxy.ustclug.org/postcss/-/postcss-8.5.6.tgz", { "dependencies": { "nanoid": "3.3.11", "picocolors": "1.1.1", "source-map-js": "1.2.1" } }, "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg=="],
|
|
|
|
|
|
|
|
|
|
"postcss-calc": ["postcss-calc@10.1.1", "https://npmreg.proxy.ustclug.org/postcss-calc/-/postcss-calc-10.1.1.tgz", { "dependencies": { "postcss-selector-parser": "7.1.1", "postcss-value-parser": "4.2.0" }, "peerDependencies": { "postcss": "8.5.6" } }, "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw=="],
|
|
|
|
|
@@ -2054,12 +2010,8 @@
|
|
|
|
|
|
|
|
|
|
"serve-static": ["serve-static@2.2.1", "https://npmreg.proxy.ustclug.org/serve-static/-/serve-static-2.2.1.tgz", { "dependencies": { "encodeurl": "2.0.0", "escape-html": "1.0.3", "parseurl": "1.3.3", "send": "1.2.1" } }, "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw=="],
|
|
|
|
|
|
|
|
|
|
"set-function-length": ["set-function-length@1.2.2", "https://npmreg.proxy.ustclug.org/set-function-length/-/set-function-length-1.2.2.tgz", { "dependencies": { "define-data-property": "1.1.4", "es-errors": "1.3.0", "function-bind": "1.1.2", "get-intrinsic": "1.3.0", "gopd": "1.2.0", "has-property-descriptors": "1.0.2" } }, "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg=="],
|
|
|
|
|
|
|
|
|
|
"setprototypeof": ["setprototypeof@1.2.0", "https://npmreg.proxy.ustclug.org/setprototypeof/-/setprototypeof-1.2.0.tgz", {}, "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="],
|
|
|
|
|
|
|
|
|
|
"sha.js": ["sha.js@2.4.12", "https://npmreg.proxy.ustclug.org/sha.js/-/sha.js-2.4.12.tgz", { "dependencies": { "inherits": "2.0.4", "safe-buffer": "5.2.1", "to-buffer": "1.2.2" }, "bin": { "sha.js": "bin.js" } }, "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w=="],
|
|
|
|
|
|
|
|
|
|
"sharp": ["sharp@0.34.5", "https://npmreg.proxy.ustclug.org/sharp/-/sharp-0.34.5.tgz", { "dependencies": { "@img/colour": "1.0.0", "detect-libc": "2.1.2", "semver": "7.7.3" }, "optionalDependencies": { "@img/sharp-darwin-arm64": "0.34.5", "@img/sharp-darwin-x64": "0.34.5", "@img/sharp-libvips-darwin-arm64": "1.2.4", "@img/sharp-libvips-darwin-x64": "1.2.4", "@img/sharp-libvips-linux-arm": "1.2.4", "@img/sharp-libvips-linux-arm64": "1.2.4", "@img/sharp-libvips-linux-ppc64": "1.2.4", "@img/sharp-libvips-linux-riscv64": "1.2.4", "@img/sharp-libvips-linux-s390x": "1.2.4", "@img/sharp-libvips-linux-x64": "1.2.4", "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", "@img/sharp-libvips-linuxmusl-x64": "1.2.4", "@img/sharp-linux-arm": "0.34.5", "@img/sharp-linux-arm64": "0.34.5", "@img/sharp-linux-ppc64": "0.34.5", "@img/sharp-linux-riscv64": "0.34.5", "@img/sharp-linux-s390x": "0.34.5", "@img/sharp-linux-x64": "0.34.5", "@img/sharp-linuxmusl-arm64": "0.34.5", "@img/sharp-linuxmusl-x64": "0.34.5", "@img/sharp-wasm32": "0.34.5", "@img/sharp-win32-arm64": "0.34.5", "@img/sharp-win32-ia32": "0.34.5", "@img/sharp-win32-x64": "0.34.5" } }, "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg=="],
|
|
|
|
|
|
|
|
|
|
"shebang-command": ["shebang-command@2.0.0", "https://npmreg.proxy.ustclug.org/shebang-command/-/shebang-command-2.0.0.tgz", { "dependencies": { "shebang-regex": "3.0.0" } }, "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA=="],
|
|
|
|
|
@@ -2188,8 +2140,6 @@
|
|
|
|
|
|
|
|
|
|
"tinyglobby": ["tinyglobby@0.2.15", "https://npmreg.proxy.ustclug.org/tinyglobby/-/tinyglobby-0.2.15.tgz", { "dependencies": { "fdir": "6.5.0", "picomatch": "4.0.3" } }, "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ=="],
|
|
|
|
|
|
|
|
|
|
"to-buffer": ["to-buffer@1.2.2", "https://npmreg.proxy.ustclug.org/to-buffer/-/to-buffer-1.2.2.tgz", { "dependencies": { "isarray": "2.0.5", "safe-buffer": "5.2.1", "typed-array-buffer": "1.0.3" } }, "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw=="],
|
|
|
|
|
|
|
|
|
|
"to-regex-range": ["to-regex-range@5.0.1", "https://npmreg.proxy.ustclug.org/to-regex-range/-/to-regex-range-5.0.1.tgz", { "dependencies": { "is-number": "7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="],
|
|
|
|
|
|
|
|
|
|
"to-valid-identifier": ["to-valid-identifier@1.0.0", "https://npmreg.proxy.ustclug.org/to-valid-identifier/-/to-valid-identifier-1.0.0.tgz", { "dependencies": { "@sindresorhus/base62": "1.0.0", "reserved-identifiers": "1.2.0" } }, "sha512-41wJyvKep3yT2tyPqX/4blcfybknGB4D+oETKLs7Q76UiPqRpUJK3hr1nxelyYO0PHKVzJwlu0aCeEAsGI6rpw=="],
|
|
|
|
|
@@ -2218,8 +2168,6 @@
|
|
|
|
|
|
|
|
|
|
"type-level-regexp": ["type-level-regexp@0.1.17", "https://npmreg.proxy.ustclug.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz", {}, "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg=="],
|
|
|
|
|
|
|
|
|
|
"typed-array-buffer": ["typed-array-buffer@1.0.3", "https://npmreg.proxy.ustclug.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", { "dependencies": { "call-bound": "1.0.4", "es-errors": "1.3.0", "is-typed-array": "1.1.15" } }, "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw=="],
|
|
|
|
|
|
|
|
|
|
"typescript": ["typescript@5.9.3", "https://npmreg.proxy.ustclug.org/typescript/-/typescript-5.9.3.tgz", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
|
|
|
|
|
|
|
|
|
|
"ufo": ["ufo@1.6.1", "https://npmreg.proxy.ustclug.org/ufo/-/ufo-1.6.1.tgz", {}, "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA=="],
|
|
|
|
|
@@ -2332,8 +2280,6 @@
|
|
|
|
|
|
|
|
|
|
"which": ["which@2.0.2", "https://npmreg.proxy.ustclug.org/which/-/which-2.0.2.tgz", { "dependencies": { "isexe": "2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="],
|
|
|
|
|
|
|
|
|
|
"which-typed-array": ["which-typed-array@1.1.19", "https://npmreg.proxy.ustclug.org/which-typed-array/-/which-typed-array-1.1.19.tgz", { "dependencies": { "available-typed-arrays": "1.0.7", "call-bind": "1.0.8", "call-bound": "1.0.4", "for-each": "0.3.5", "get-proto": "1.0.1", "gopd": "1.2.0", "has-tostringtag": "1.0.2" } }, "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw=="],
|
|
|
|
|
|
|
|
|
|
"word-wrap": ["word-wrap@1.2.5", "https://npmreg.proxy.ustclug.org/word-wrap/-/word-wrap-1.2.5.tgz", {}, "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA=="],
|
|
|
|
|
|
|
|
|
|
"wrap-ansi": ["wrap-ansi@7.0.0", "https://npmreg.proxy.ustclug.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", { "dependencies": { "ansi-styles": "4.3.0", "string-width": "4.2.3", "strip-ansi": "6.0.1" } }, "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="],
|
|
|
|
|
@@ -2418,6 +2364,8 @@
|
|
|
|
|
|
|
|
|
|
"@nuxt/cli/@clack/prompts": ["@clack/prompts@1.0.0-alpha.8", "https://npmreg.proxy.ustclug.org/@clack/prompts/-/prompts-1.0.0-alpha.8.tgz", { "dependencies": { "@clack/core": "1.0.0-alpha.7", "picocolors": "1.1.1", "sisteransi": "1.0.5" } }, "sha512-YZGC4BmTKSF5OturNKEz/y4xNjYGmGk6NI785CQucJ7OEdX0qbMmL/zok+9bL6c7qE3WSYffyK5grh2RnkGNtQ=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/content/chokidar": ["chokidar@4.0.3", "https://npmreg.proxy.ustclug.org/chokidar/-/chokidar-4.0.3.tgz", { "dependencies": { "readdirp": "4.1.2" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/content/minimatch": ["minimatch@10.1.1", "https://npmreg.proxy.ustclug.org/minimatch/-/minimatch-10.1.1.tgz", { "dependencies": { "@isaacs/brace-expansion": "5.0.0" } }, "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/devtools/execa": ["execa@8.0.1", "https://npmreg.proxy.ustclug.org/execa/-/execa-8.0.1.tgz", { "dependencies": { "cross-spawn": "7.0.6", "get-stream": "8.0.1", "human-signals": "5.0.0", "is-stream": "3.0.0", "merge-stream": "2.0.0", "npm-run-path": "5.3.0", "onetime": "6.0.0", "signal-exit": "4.1.0", "strip-final-newline": "3.0.0" } }, "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg=="],
|
|
|
|
|
@@ -2584,8 +2532,6 @@
|
|
|
|
|
|
|
|
|
|
"unicode-properties/base64-js": ["base64-js@1.5.1", "https://npmreg.proxy.ustclug.org/base64-js/-/base64-js-1.5.1.tgz", {}, "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="],
|
|
|
|
|
|
|
|
|
|
"unicode-trie/pako": ["pako@0.2.9", "https://npmreg.proxy.ustclug.org/pako/-/pako-0.2.9.tgz", {}, "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA=="],
|
|
|
|
|
|
|
|
|
|
"unimport/escape-string-regexp": ["escape-string-regexp@5.0.0", "https://npmreg.proxy.ustclug.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", {}, "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="],
|
|
|
|
|
|
|
|
|
|
"unstorage/chokidar": ["chokidar@4.0.3", "https://npmreg.proxy.ustclug.org/chokidar/-/chokidar-4.0.3.tgz", { "dependencies": { "readdirp": "4.1.2" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
|
|
|
|
|
@@ -2664,6 +2610,8 @@
|
|
|
|
|
|
|
|
|
|
"@nuxt/cli/@clack/prompts/@clack/core": ["@clack/core@1.0.0-alpha.7", "https://npmreg.proxy.ustclug.org/@clack/core/-/core-1.0.0-alpha.7.tgz", { "dependencies": { "picocolors": "1.1.1", "sisteransi": "1.0.5" } }, "sha512-3vdh6Ar09D14rVxJZIm3VQJkU+ZOKKT5I5cC0cOVazy70CNyYYjiwRj9unwalhESndgxx6bGc/m6Hhs4EKF5XQ=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/content/chokidar/readdirp": ["readdirp@4.1.2", "https://npmreg.proxy.ustclug.org/readdirp/-/readdirp-4.1.2.tgz", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/devtools-kit/execa/get-stream": ["get-stream@8.0.1", "https://npmreg.proxy.ustclug.org/get-stream/-/get-stream-8.0.1.tgz", {}, "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA=="],
|
|
|
|
|
|
|
|
|
|
"@nuxt/devtools-kit/execa/human-signals": ["human-signals@5.0.0", "https://npmreg.proxy.ustclug.org/human-signals/-/human-signals-5.0.0.tgz", {}, "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ=="],
|
|
|
|
|
@@ -2824,8 +2772,6 @@
|
|
|
|
|
|
|
|
|
|
"hast-util-raw/parse5/entities": ["entities@6.0.1", "https://npmreg.proxy.ustclug.org/entities/-/entities-6.0.1.tgz", {}, "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="],
|
|
|
|
|
|
|
|
|
|
"lazystream/readable-stream/isarray": ["isarray@1.0.0", "https://npmreg.proxy.ustclug.org/isarray/-/isarray-1.0.0.tgz", {}, "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="],
|
|
|
|
|
|
|
|
|
|
"lazystream/readable-stream/safe-buffer": ["safe-buffer@5.1.2", "https://npmreg.proxy.ustclug.org/safe-buffer/-/safe-buffer-5.1.2.tgz", {}, "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="],
|
|
|
|
|
|
|
|
|
|
"lazystream/readable-stream/string_decoder": ["string_decoder@1.1.1", "https://npmreg.proxy.ustclug.org/string_decoder/-/string_decoder-1.1.1.tgz", { "dependencies": { "safe-buffer": "5.1.2" } }, "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg=="],
|
|
|
|
|
|