| { |
| "name": "GroupOne-Front-End", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "dependencies": { |
| "@react-router/node": "^7.3.0", |
| "@react-router/serve": "^7.3.0", |
| "isbot": "^5.1.17", |
| "react": "^19.0.0", |
| "react-dom": "^19.0.0", |
| "react-router": "^7.3.0" |
| }, |
| "devDependencies": { |
| "@react-router/dev": "^7.3.0", |
| "@tailwindcss/vite": "^4.0.0", |
| "@types/node": "^20", |
| "@types/react": "^19.0.1", |
| "@types/react-dom": "^19.0.1", |
| "prettier": "3.5.3", |
| "react-router-devtools": "^1.1.0", |
| "tailwindcss": "^4.0.0", |
| "typescript": "^5.7.2", |
| "vite": "^5.4.11", |
| "vite-tsconfig-paths": "^5.1.4" |
| } |
| }, |
| "node_modules/@ampproject/remapping": { |
| "version": "2.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.3.0.tgz", |
| "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@babel/code-frame": { |
| "version": "7.26.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.26.2.tgz", |
| "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.25.9", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/compat-data": { |
| "version": "7.26.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/compat-data/-/compat-data-7.26.8.tgz", |
| "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/core": { |
| "version": "7.26.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/core/-/core-7.26.10.tgz", |
| "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@ampproject/remapping": "^2.2.0", |
| "@babel/code-frame": "^7.26.2", |
| "@babel/generator": "^7.26.10", |
| "@babel/helper-compilation-targets": "^7.26.5", |
| "@babel/helper-module-transforms": "^7.26.0", |
| "@babel/helpers": "^7.26.10", |
| "@babel/parser": "^7.26.10", |
| "@babel/template": "^7.26.9", |
| "@babel/traverse": "^7.26.10", |
| "@babel/types": "^7.26.10", |
| "convert-source-map": "^2.0.0", |
| "debug": "^4.1.0", |
| "gensync": "^1.0.0-beta.2", |
| "json5": "^2.2.3", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/babel" |
| } |
| }, |
| "node_modules/@babel/core/node_modules/semver": { |
| "version": "6.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/semver/-/semver-6.3.1.tgz", |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/generator": { |
| "version": "7.26.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/generator/-/generator-7.26.10.tgz", |
| "integrity": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.26.10", |
| "@babel/types": "^7.26.10", |
| "@jridgewell/gen-mapping": "^0.3.5", |
| "@jridgewell/trace-mapping": "^0.3.25", |
| "jsesc": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-annotate-as-pure": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", |
| "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-compilation-targets": { |
| "version": "7.26.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", |
| "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/compat-data": "^7.26.5", |
| "@babel/helper-validator-option": "^7.25.9", |
| "browserslist": "^4.24.0", |
| "lru-cache": "^5.1.1", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-compilation-targets/node_modules/semver": { |
| "version": "6.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/semver/-/semver-6.3.1.tgz", |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/helper-create-class-features-plugin": { |
| "version": "7.26.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz", |
| "integrity": "sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.25.9", |
| "@babel/helper-member-expression-to-functions": "^7.25.9", |
| "@babel/helper-optimise-call-expression": "^7.25.9", |
| "@babel/helper-replace-supers": "^7.26.5", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
| "@babel/traverse": "^7.26.9", |
| "semver": "^6.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { |
| "version": "6.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/semver/-/semver-6.3.1.tgz", |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| } |
| }, |
| "node_modules/@babel/helper-member-expression-to-functions": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", |
| "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.25.9", |
| "@babel/types": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-imports": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", |
| "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.25.9", |
| "@babel/types": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-transforms": { |
| "version": "7.26.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", |
| "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.25.9", |
| "@babel/helper-validator-identifier": "^7.25.9", |
| "@babel/traverse": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-optimise-call-expression": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", |
| "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-plugin-utils": { |
| "version": "7.26.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", |
| "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-replace-supers": { |
| "version": "7.26.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", |
| "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-member-expression-to-functions": "^7.25.9", |
| "@babel/helper-optimise-call-expression": "^7.25.9", |
| "@babel/traverse": "^7.26.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", |
| "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.25.9", |
| "@babel/types": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-string-parser": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", |
| "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-identifier": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", |
| "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-option": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", |
| "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helpers": { |
| "version": "7.26.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/helpers/-/helpers-7.26.10.tgz", |
| "integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/template": "^7.26.9", |
| "@babel/types": "^7.26.10" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/parser": { |
| "version": "7.26.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/parser/-/parser-7.26.10.tgz", |
| "integrity": "sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.26.10" |
| }, |
| "bin": { |
| "parser": "bin/babel-parser.js" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-decorators": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz", |
| "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-jsx": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", |
| "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-syntax-typescript": { |
| "version": "7.25.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", |
| "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-modules-commonjs": { |
| "version": "7.26.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", |
| "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-transforms": "^7.26.0", |
| "@babel/helper-plugin-utils": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/plugin-transform-typescript": { |
| "version": "7.26.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz", |
| "integrity": "sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-annotate-as-pure": "^7.25.9", |
| "@babel/helper-create-class-features-plugin": "^7.25.9", |
| "@babel/helper-plugin-utils": "^7.26.5", |
| "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
| "@babel/plugin-syntax-typescript": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/preset-typescript": { |
| "version": "7.26.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz", |
| "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-plugin-utils": "^7.25.9", |
| "@babel/helper-validator-option": "^7.25.9", |
| "@babel/plugin-syntax-jsx": "^7.25.9", |
| "@babel/plugin-transform-modules-commonjs": "^7.25.9", |
| "@babel/plugin-transform-typescript": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| }, |
| "peerDependencies": { |
| "@babel/core": "^7.0.0-0" |
| } |
| }, |
| "node_modules/@babel/runtime": { |
| "version": "7.26.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/runtime/-/runtime-7.26.10.tgz", |
| "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "regenerator-runtime": "^0.14.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/template": { |
| "version": "7.26.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/template/-/template-7.26.9.tgz", |
| "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.26.2", |
| "@babel/parser": "^7.26.9", |
| "@babel/types": "^7.26.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/traverse": { |
| "version": "7.26.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/traverse/-/traverse-7.26.10.tgz", |
| "integrity": "sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.26.2", |
| "@babel/generator": "^7.26.10", |
| "@babel/parser": "^7.26.10", |
| "@babel/template": "^7.26.9", |
| "@babel/types": "^7.26.10", |
| "debug": "^4.3.1", |
| "globals": "^11.1.0" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/types": { |
| "version": "7.26.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@babel/types/-/types-7.26.10.tgz", |
| "integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-string-parser": "^7.25.9", |
| "@babel/helper-validator-identifier": "^7.25.9" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@biomejs/cli-darwin-arm64": { |
| "version": "1.9.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", |
| "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT OR Apache-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">=14.21.3" |
| } |
| }, |
| "node_modules/@bkrem/react-transition-group": { |
| "version": "1.3.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@bkrem/react-transition-group/-/react-transition-group-1.3.5.tgz", |
| "integrity": "sha512-lbBYhC42sxAeFEopxzd9oWdkkV0zirO5E9WyeOBxOrpXsf7m30Aj8vnbayZxFOwD9pvUQ2Pheb1gO79s0Qap3Q==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "chain-function": "^1.0.0", |
| "dom-helpers": "^3.3.1", |
| "loose-envify": "^1.3.1", |
| "prop-types": "^15.5.6", |
| "react-lifecycles-compat": "^3.0.4", |
| "warning": "^3.0.0" |
| }, |
| "peerDependencies": { |
| "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
| "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| } |
| }, |
| "node_modules/@emotion/babel-plugin": { |
| "version": "11.13.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", |
| "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.16.7", |
| "@babel/runtime": "^7.18.3", |
| "@emotion/hash": "^0.9.2", |
| "@emotion/memoize": "^0.9.0", |
| "@emotion/serialize": "^1.3.3", |
| "babel-plugin-macros": "^3.1.0", |
| "convert-source-map": "^1.5.0", |
| "escape-string-regexp": "^4.0.0", |
| "find-root": "^1.1.0", |
| "source-map": "^0.5.7", |
| "stylis": "4.2.0" |
| } |
| }, |
| "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { |
| "version": "1.9.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/convert-source-map/-/convert-source-map-1.9.0.tgz", |
| "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/cache": { |
| "version": "11.14.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/cache/-/cache-11.14.0.tgz", |
| "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@emotion/memoize": "^0.9.0", |
| "@emotion/sheet": "^1.4.0", |
| "@emotion/utils": "^1.4.2", |
| "@emotion/weak-memoize": "^0.4.0", |
| "stylis": "4.2.0" |
| } |
| }, |
| "node_modules/@emotion/css": { |
| "version": "11.13.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/css/-/css-11.13.5.tgz", |
| "integrity": "sha512-wQdD0Xhkn3Qy2VNcIzbLP9MR8TafI0MJb7BEAXKp+w4+XqErksWR4OXomuDzPsN4InLdGhVe6EYcn2ZIUCpB8w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@emotion/babel-plugin": "^11.13.5", |
| "@emotion/cache": "^11.13.5", |
| "@emotion/serialize": "^1.3.3", |
| "@emotion/sheet": "^1.4.0", |
| "@emotion/utils": "^1.4.2" |
| } |
| }, |
| "node_modules/@emotion/hash": { |
| "version": "0.9.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/hash/-/hash-0.9.2.tgz", |
| "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/memoize": { |
| "version": "0.9.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/memoize/-/memoize-0.9.0.tgz", |
| "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/react": { |
| "version": "11.14.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/react/-/react-11.14.0.tgz", |
| "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.18.3", |
| "@emotion/babel-plugin": "^11.13.5", |
| "@emotion/cache": "^11.14.0", |
| "@emotion/serialize": "^1.3.3", |
| "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", |
| "@emotion/utils": "^1.4.2", |
| "@emotion/weak-memoize": "^0.4.0", |
| "hoist-non-react-statics": "^3.3.1" |
| }, |
| "peerDependencies": { |
| "react": ">=16.8.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@emotion/serialize": { |
| "version": "1.3.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/serialize/-/serialize-1.3.3.tgz", |
| "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@emotion/hash": "^0.9.2", |
| "@emotion/memoize": "^0.9.0", |
| "@emotion/unitless": "^0.10.0", |
| "@emotion/utils": "^1.4.2", |
| "csstype": "^3.0.2" |
| } |
| }, |
| "node_modules/@emotion/sheet": { |
| "version": "1.4.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/sheet/-/sheet-1.4.0.tgz", |
| "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/unitless": { |
| "version": "0.10.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/unitless/-/unitless-0.10.0.tgz", |
| "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/use-insertion-effect-with-fallbacks": { |
| "version": "1.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", |
| "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "react": ">=16.8.0" |
| } |
| }, |
| "node_modules/@emotion/utils": { |
| "version": "1.4.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/utils/-/utils-1.4.2.tgz", |
| "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/weak-memoize": { |
| "version": "0.4.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", |
| "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@esbuild/aix-ppc64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", |
| "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "aix" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/android-arm": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/android-arm/-/android-arm-0.21.5.tgz", |
| "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/android-arm64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", |
| "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/android-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/android-x64/-/android-x64-0.21.5.tgz", |
| "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/darwin-arm64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", |
| "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/darwin-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", |
| "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/freebsd-arm64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", |
| "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/freebsd-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", |
| "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-arm": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", |
| "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-arm64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", |
| "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-ia32": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", |
| "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-loong64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", |
| "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", |
| "cpu": [ |
| "loong64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-mips64el": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", |
| "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", |
| "cpu": [ |
| "mips64el" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-ppc64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", |
| "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-riscv64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", |
| "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-s390x": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", |
| "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", |
| "cpu": [ |
| "s390x" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/linux-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", |
| "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/netbsd-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", |
| "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "netbsd" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/openbsd-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", |
| "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openbsd" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/sunos-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", |
| "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "sunos" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/win32-arm64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", |
| "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/win32-ia32": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", |
| "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@esbuild/win32-x64": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", |
| "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@floating-ui/core": { |
| "version": "1.6.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@floating-ui/core/-/core-1.6.9.tgz", |
| "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@floating-ui/utils": "^0.2.9" |
| } |
| }, |
| "node_modules/@floating-ui/dom": { |
| "version": "1.6.13", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@floating-ui/dom/-/dom-1.6.13.tgz", |
| "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@floating-ui/core": "^1.6.0", |
| "@floating-ui/utils": "^0.2.9" |
| } |
| }, |
| "node_modules/@floating-ui/react-dom": { |
| "version": "2.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@floating-ui/react-dom/-/react-dom-2.1.2.tgz", |
| "integrity": "sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@floating-ui/dom": "^1.0.0" |
| }, |
| "peerDependencies": { |
| "react": ">=16.8.0", |
| "react-dom": ">=16.8.0" |
| } |
| }, |
| "node_modules/@floating-ui/utils": { |
| "version": "0.2.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@floating-ui/utils/-/utils-0.2.9.tgz", |
| "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@isaacs/cliui": { |
| "version": "8.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@isaacs/cliui/-/cliui-8.0.2.tgz", |
| "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^5.1.2", |
| "string-width-cjs": "npm:string-width@^4.2.0", |
| "strip-ansi": "^7.0.1", |
| "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", |
| "wrap-ansi": "^8.1.0", |
| "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@jridgewell/gen-mapping": { |
| "version": "0.3.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", |
| "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/set-array": "^1.2.1", |
| "@jridgewell/sourcemap-codec": "^1.4.10", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/resolve-uri": { |
| "version": "3.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
| "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/set-array": { |
| "version": "1.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@jridgewell/set-array/-/set-array-1.2.1.tgz", |
| "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/sourcemap-codec": { |
| "version": "1.5.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", |
| "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@jridgewell/trace-mapping": { |
| "version": "0.3.25", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", |
| "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/resolve-uri": "^3.1.0", |
| "@jridgewell/sourcemap-codec": "^1.4.14" |
| } |
| }, |
| "node_modules/@mjackson/node-fetch-server": { |
| "version": "0.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@mjackson/node-fetch-server/-/node-fetch-server-0.2.0.tgz", |
| "integrity": "sha512-EMlH1e30yzmTpGLQjlFmaDAjyOeZhng1/XCd7DExR8PNAnG/G1tyruZxEoUe11ClnwGhGrtsdnyyUx1frSzjng==", |
| "license": "MIT" |
| }, |
| "node_modules/@npmcli/git": { |
| "version": "4.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@npmcli/git/-/git-4.1.0.tgz", |
| "integrity": "sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/promise-spawn": "^6.0.0", |
| "lru-cache": "^7.4.4", |
| "npm-pick-manifest": "^8.0.0", |
| "proc-log": "^3.0.0", |
| "promise-inflight": "^1.0.1", |
| "promise-retry": "^2.0.1", |
| "semver": "^7.3.5", |
| "which": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@npmcli/git/node_modules/lru-cache": { |
| "version": "7.18.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lru-cache/-/lru-cache-7.18.3.tgz", |
| "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@npmcli/package-json": { |
| "version": "4.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@npmcli/package-json/-/package-json-4.0.1.tgz", |
| "integrity": "sha512-lRCEGdHZomFsURroh522YvA/2cVb9oPIJrjHanCJZkiasz1BzcnLr3tBJhlV7S86MBJBuAQ33is2D60YitZL2Q==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/git": "^4.1.0", |
| "glob": "^10.2.2", |
| "hosted-git-info": "^6.1.1", |
| "json-parse-even-better-errors": "^3.0.0", |
| "normalize-package-data": "^5.0.0", |
| "proc-log": "^3.0.0", |
| "semver": "^7.5.3" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@npmcli/promise-spawn": { |
| "version": "6.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz", |
| "integrity": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "which": "^3.0.0" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/@one-ini/wasm": { |
| "version": "0.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@one-ini/wasm/-/wasm-0.1.1.tgz", |
| "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@pkgjs/parseargs": { |
| "version": "0.11.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", |
| "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/@radix-ui/number": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/number/-/number-1.1.0.tgz", |
| "integrity": "sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@radix-ui/primitive": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/primitive/-/primitive-1.1.1.tgz", |
| "integrity": "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@radix-ui/react-accordion": { |
| "version": "1.2.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-accordion/-/react-accordion-1.2.3.tgz", |
| "integrity": "sha512-RIQ15mrcvqIkDARJeERSuXSry2N8uYnxkdDetpfmalT/+0ntOXLkFOsh9iwlAsCv+qcmhZjbdJogIm6WBa6c4A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.1", |
| "@radix-ui/react-collapsible": "1.1.3", |
| "@radix-ui/react-collection": "1.1.2", |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-context": "1.1.1", |
| "@radix-ui/react-direction": "1.1.0", |
| "@radix-ui/react-id": "1.1.0", |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-use-controllable-state": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-arrow": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-arrow/-/react-arrow-1.1.2.tgz", |
| "integrity": "sha512-G+KcpzXHq24iH0uGG/pF8LyzpFJYGD4RfLjCIBfGdSLXvjLHST31RUiRVrupIBMvIppMgSzQ6l66iAxl03tdlg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-primitive": "2.0.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-collapsible": { |
| "version": "1.1.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-collapsible/-/react-collapsible-1.1.3.tgz", |
| "integrity": "sha512-jFSerheto1X03MUC0g6R7LedNW9EEGWdg9W1+MlpkMLwGkgkbUXLPBH/KIuWKXUoeYRVY11llqbTBDzuLg7qrw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.1", |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-context": "1.1.1", |
| "@radix-ui/react-id": "1.1.0", |
| "@radix-ui/react-presence": "1.1.2", |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-use-controllable-state": "1.1.0", |
| "@radix-ui/react-use-layout-effect": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-collection": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-collection/-/react-collection-1.1.2.tgz", |
| "integrity": "sha512-9z54IEKRxIa9VityapoEYMuByaG42iSy1ZXlY2KcuLSEtq8x4987/N6m15ppoMffgZX72gER2uHe1D9Y6Unlcw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-context": "1.1.1", |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-slot": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-compose-refs": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz", |
| "integrity": "sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-context": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-context/-/react-context-1.1.1.tgz", |
| "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-direction": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-direction/-/react-direction-1.1.0.tgz", |
| "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-dismissable-layer": { |
| "version": "1.1.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.5.tgz", |
| "integrity": "sha512-E4TywXY6UsXNRhFrECa5HAvE5/4BFcGyfTyK36gP+pAW1ed7UTK4vKwdr53gAJYwqbfCWC6ATvJa3J3R/9+Qrg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.1", |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-use-callback-ref": "1.1.0", |
| "@radix-ui/react-use-escape-keydown": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-focus-guards": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.1.tgz", |
| "integrity": "sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-focus-scope": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.2.tgz", |
| "integrity": "sha512-zxwE80FCU7lcXUGWkdt6XpTTCKPitG1XKOwViTxHVKIJhZl9MvIl2dVHeZENCWD9+EdWv05wlaEkRXUykU27RA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-use-callback-ref": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-id": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-id/-/react-id-1.1.0.tgz", |
| "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-popper": { |
| "version": "1.2.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-popper/-/react-popper-1.2.2.tgz", |
| "integrity": "sha512-Rvqc3nOpwseCyj/rgjlJDYAgyfw7OC1tTkKn2ivhaMGcYt8FSBlahHOZak2i3QwkRXUXgGgzeEe2RuqeEHuHgA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@floating-ui/react-dom": "^2.0.0", |
| "@radix-ui/react-arrow": "1.1.2", |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-context": "1.1.1", |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-use-callback-ref": "1.1.0", |
| "@radix-ui/react-use-layout-effect": "1.1.0", |
| "@radix-ui/react-use-rect": "1.1.0", |
| "@radix-ui/react-use-size": "1.1.0", |
| "@radix-ui/rect": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-portal": { |
| "version": "1.1.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-portal/-/react-portal-1.1.4.tgz", |
| "integrity": "sha512-sn2O9k1rPFYVyKd5LAJfo96JlSGVFpa1fS6UuBJfrZadudiw5tAmru+n1x7aMRQ84qDM71Zh1+SzK5QwU0tJfA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-use-layout-effect": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-presence": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-presence/-/react-presence-1.1.2.tgz", |
| "integrity": "sha512-18TFr80t5EVgL9x1SwF/YGtfG+l0BS0PRAlCWBDoBEiDQjeKgnNZRVJp/oVBl24sr3Gbfwc/Qpj4OcWTQMsAEg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-use-layout-effect": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-primitive": { |
| "version": "2.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-primitive/-/react-primitive-2.0.2.tgz", |
| "integrity": "sha512-Ec/0d38EIuvDF+GZjcMU/Ze6MxntVJYO/fRlCPhCaVUyPY9WTalHJw54tp9sXeJo3tlShWpy41vQRgLRGOuz+w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-slot": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-select": { |
| "version": "2.1.6", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-select/-/react-select-2.1.6.tgz", |
| "integrity": "sha512-T6ajELxRvTuAMWH0YmRJ1qez+x4/7Nq7QIx7zJ0VK3qaEWdnWpNbEDnmWldG1zBDwqrLy5aLMUWcoGirVj5kMg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/number": "1.1.0", |
| "@radix-ui/primitive": "1.1.1", |
| "@radix-ui/react-collection": "1.1.2", |
| "@radix-ui/react-compose-refs": "1.1.1", |
| "@radix-ui/react-context": "1.1.1", |
| "@radix-ui/react-direction": "1.1.0", |
| "@radix-ui/react-dismissable-layer": "1.1.5", |
| "@radix-ui/react-focus-guards": "1.1.1", |
| "@radix-ui/react-focus-scope": "1.1.2", |
| "@radix-ui/react-id": "1.1.0", |
| "@radix-ui/react-popper": "1.2.2", |
| "@radix-ui/react-portal": "1.1.4", |
| "@radix-ui/react-primitive": "2.0.2", |
| "@radix-ui/react-slot": "1.1.2", |
| "@radix-ui/react-use-callback-ref": "1.1.0", |
| "@radix-ui/react-use-controllable-state": "1.1.0", |
| "@radix-ui/react-use-layout-effect": "1.1.0", |
| "@radix-ui/react-use-previous": "1.1.0", |
| "@radix-ui/react-visually-hidden": "1.1.2", |
| "aria-hidden": "^1.2.4", |
| "react-remove-scroll": "^2.6.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-slot": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-slot/-/react-slot-1.1.2.tgz", |
| "integrity": "sha512-YAKxaiGsSQJ38VzKH86/BPRC4rh+b1Jpa+JneA5LRE7skmLPNAyeG8kPJj/oo4STLvlrs8vkf/iYyc3A5stYCQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-callback-ref": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz", |
| "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-controllable-state": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz", |
| "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-callback-ref": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-escape-keydown": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz", |
| "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-callback-ref": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-layout-effect": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz", |
| "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-previous": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz", |
| "integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-rect": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz", |
| "integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/rect": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-size": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz", |
| "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-visually-hidden": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.2.tgz", |
| "integrity": "sha512-1SzA4ns2M1aRlvxErqhLHsBHoS5eI5UUcI2awAMgGUp4LoaoWOKYmvqDY2s/tltuPkh3Yk77YF/r3IRj+Amx4Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-primitive": "2.0.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/rect": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@radix-ui/rect/-/rect-1.1.0.tgz", |
| "integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@react-router/dev": { |
| "version": "7.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@react-router/dev/-/dev-7.3.0.tgz", |
| "integrity": "sha512-k9eWulu3FyJ2swN/RftgFAQviaRT4vMwE4COQ6WUCVQryQsru/ZK/dhw5YjZLPp1V+QieijigPxK4e7Pz4cOrg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.21.8", |
| "@babel/generator": "^7.21.5", |
| "@babel/parser": "^7.21.8", |
| "@babel/plugin-syntax-decorators": "^7.22.10", |
| "@babel/plugin-syntax-jsx": "^7.21.4", |
| "@babel/preset-typescript": "^7.21.5", |
| "@babel/traverse": "^7.23.2", |
| "@babel/types": "^7.22.5", |
| "@npmcli/package-json": "^4.0.1", |
| "@react-router/node": "7.3.0", |
| "arg": "^5.0.1", |
| "babel-dead-code-elimination": "^1.0.6", |
| "chokidar": "^4.0.0", |
| "dedent": "^1.5.3", |
| "es-module-lexer": "^1.3.1", |
| "exit-hook": "2.2.1", |
| "fs-extra": "^10.0.0", |
| "jsesc": "3.0.2", |
| "lodash": "^4.17.21", |
| "pathe": "^1.1.2", |
| "picocolors": "^1.1.1", |
| "prettier": "^2.7.1", |
| "react-refresh": "^0.14.0", |
| "semver": "^7.3.7", |
| "set-cookie-parser": "^2.6.0", |
| "valibot": "^0.41.0", |
| "vite-node": "3.0.0-beta.2" |
| }, |
| "bin": { |
| "react-router": "bin.js" |
| }, |
| "engines": { |
| "node": ">=20.0.0" |
| }, |
| "peerDependencies": { |
| "@react-router/serve": "^7.3.0", |
| "react-router": "^7.3.0", |
| "typescript": "^5.1.0", |
| "vite": "^5.1.0 || ^6.0.0", |
| "wrangler": "^3.28.2" |
| }, |
| "peerDependenciesMeta": { |
| "@react-router/serve": { |
| "optional": true |
| }, |
| "typescript": { |
| "optional": true |
| }, |
| "wrangler": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@react-router/dev/node_modules/prettier": { |
| "version": "2.8.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/prettier/-/prettier-2.8.8.tgz", |
| "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "prettier": "bin-prettier.js" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| }, |
| "funding": { |
| "url": "https://github.com/prettier/prettier?sponsor=1" |
| } |
| }, |
| "node_modules/@react-router/express": { |
| "version": "7.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@react-router/express/-/express-7.3.0.tgz", |
| "integrity": "sha512-wAv020Wfwj6mW62NC8JQ6rlY1cJgeg+hRCFV2gcx5vxUfjH/tCFBRN4Rujo9WLFfRCwCEeilFqiuwBKeODDBsw==", |
| "license": "MIT", |
| "dependencies": { |
| "@react-router/node": "7.3.0" |
| }, |
| "engines": { |
| "node": ">=20.0.0" |
| }, |
| "peerDependencies": { |
| "express": "^4.17.1 || ^5", |
| "react-router": "7.3.0", |
| "typescript": "^5.1.0" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@react-router/node": { |
| "version": "7.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@react-router/node/-/node-7.3.0.tgz", |
| "integrity": "sha512-Vhww6DH0cVusO2yGhZuKmboGvFHuYOeIYEW0gpf0gFshbU0tR7MNAnOZS2Cud48hxVUSrEtgl0Kbs5BN+RQKJg==", |
| "license": "MIT", |
| "dependencies": { |
| "@mjackson/node-fetch-server": "^0.2.0", |
| "source-map-support": "^0.5.21", |
| "stream-slice": "^0.1.2", |
| "undici": "^6.19.2" |
| }, |
| "engines": { |
| "node": ">=20.0.0" |
| }, |
| "peerDependencies": { |
| "react-router": "7.3.0", |
| "typescript": "^5.1.0" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@react-router/serve": { |
| "version": "7.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@react-router/serve/-/serve-7.3.0.tgz", |
| "integrity": "sha512-NGW8FRDghV6F04nki4dnL+sS8NHgbWkeQTtnGTIdTtPw2CaHOP7nsfJNJcetoSTw8xQjZWMDCbJfWYzSYeTF/g==", |
| "license": "MIT", |
| "dependencies": { |
| "@react-router/express": "7.3.0", |
| "@react-router/node": "7.3.0", |
| "compression": "^1.7.4", |
| "express": "^4.19.2", |
| "get-port": "5.1.1", |
| "morgan": "^1.10.0", |
| "source-map-support": "^0.5.21" |
| }, |
| "bin": { |
| "react-router-serve": "bin.js" |
| }, |
| "engines": { |
| "node": ">=20.0.0" |
| }, |
| "peerDependencies": { |
| "react-router": "7.3.0" |
| } |
| }, |
| "node_modules/@rollup/rollup-android-arm-eabi": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.35.0.tgz", |
| "integrity": "sha512-uYQ2WfPaqz5QtVgMxfN6NpLD+no0MYHDBywl7itPYd3K5TjjSghNKmX8ic9S8NU8w81NVhJv/XojcHptRly7qQ==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ] |
| }, |
| "node_modules/@rollup/rollup-android-arm64": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.35.0.tgz", |
| "integrity": "sha512-FtKddj9XZudurLhdJnBl9fl6BwCJ3ky8riCXjEw3/UIbjmIY58ppWwPEvU3fNu+W7FUsAsB1CdH+7EQE6CXAPA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ] |
| }, |
| "node_modules/@rollup/rollup-darwin-arm64": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.35.0.tgz", |
| "integrity": "sha512-Uk+GjOJR6CY844/q6r5DR/6lkPFOw0hjfOIzVx22THJXMxktXG6CbejseJFznU8vHcEBLpiXKY3/6xc+cBm65Q==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@rollup/rollup-darwin-x64": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.35.0.tgz", |
| "integrity": "sha512-3IrHjfAS6Vkp+5bISNQnPogRAW5GAV1n+bNCrDwXmfMHbPl5EhTmWtfmwlJxFRUCBZ+tZ/OxDyU08aF6NI/N5Q==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@rollup/rollup-freebsd-arm64": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.35.0.tgz", |
| "integrity": "sha512-sxjoD/6F9cDLSELuLNnY0fOrM9WA0KrM0vWm57XhrIMf5FGiN8D0l7fn+bpUeBSU7dCgPV2oX4zHAsAXyHFGcQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ] |
| }, |
| "node_modules/@rollup/rollup-freebsd-x64": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.35.0.tgz", |
| "integrity": "sha512-2mpHCeRuD1u/2kruUiHSsnjWtHjqVbzhBkNVQ1aVD63CcexKVcQGwJ2g5VphOd84GvxfSvnnlEyBtQCE5hxVVw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm-gnueabihf": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.35.0.tgz", |
| "integrity": "sha512-mrA0v3QMy6ZSvEuLs0dMxcO2LnaCONs1Z73GUDBHWbY8tFFocM6yl7YyMu7rz4zS81NDSqhrUuolyZXGi8TEqg==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm-musleabihf": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.35.0.tgz", |
| "integrity": "sha512-DnYhhzcvTAKNexIql8pFajr0PiDGrIsBYPRvCKlA5ixSS3uwo/CWNZxB09jhIapEIg945KOzcYEAGGSmTSpk7A==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm64-gnu": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.35.0.tgz", |
| "integrity": "sha512-uagpnH2M2g2b5iLsCTZ35CL1FgyuzzJQ8L9VtlJ+FckBXroTwNOaD0z0/UF+k5K3aNQjbm8LIVpxykUOQt1m/A==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-arm64-musl": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.35.0.tgz", |
| "integrity": "sha512-XQxVOCd6VJeHQA/7YcqyV0/88N6ysSVzRjJ9I9UA/xXpEsjvAgDTgH3wQYz5bmr7SPtVK2TsP2fQ2N9L4ukoUg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-loongarch64-gnu": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.35.0.tgz", |
| "integrity": "sha512-5pMT5PzfgwcXEwOaSrqVsz/LvjDZt+vQ8RT/70yhPU06PTuq8WaHhfT1LW+cdD7mW6i/J5/XIkX/1tCAkh1W6g==", |
| "cpu": [ |
| "loong64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.35.0.tgz", |
| "integrity": "sha512-c+zkcvbhbXF98f4CtEIP1EBA/lCic5xB0lToneZYvMeKu5Kamq3O8gqrxiYYLzlZH6E3Aq+TSW86E4ay8iD8EA==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-riscv64-gnu": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.35.0.tgz", |
| "integrity": "sha512-s91fuAHdOwH/Tad2tzTtPX7UZyytHIRR6V4+2IGlV0Cej5rkG0R61SX4l4y9sh0JBibMiploZx3oHKPnQBKe4g==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-s390x-gnu": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.35.0.tgz", |
| "integrity": "sha512-hQRkPQPLYJZYGP+Hj4fR9dDBMIM7zrzJDWFEMPdTnTy95Ljnv0/4w/ixFw3pTBMEuuEuoqtBINYND4M7ujcuQw==", |
| "cpu": [ |
| "s390x" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-x64-gnu": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.35.0.tgz", |
| "integrity": "sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-linux-x64-musl": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.35.0.tgz", |
| "integrity": "sha512-QysqXzYiDvQWfUiTm8XmJNO2zm9yC9P/2Gkrwg2dH9cxotQzunBHYr6jk4SujCTqnfGxduOmQcI7c2ryuW8XVg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@rollup/rollup-win32-arm64-msvc": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.35.0.tgz", |
| "integrity": "sha512-OUOlGqPkVJCdJETKOCEf1mw848ZyJ5w50/rZ/3IBQVdLfR5jk/6Sr5m3iO2tdPgwo0x7VcncYuOvMhBWZq8ayg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@rollup/rollup-win32-ia32-msvc": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.35.0.tgz", |
| "integrity": "sha512-2/lsgejMrtwQe44glq7AFFHLfJBPafpsTa6JvP2NGef/ifOa4KBoglVf7AKN7EV9o32evBPRqfg96fEHzWo5kw==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@rollup/rollup-win32-x64-msvc": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.35.0.tgz", |
| "integrity": "sha512-PIQeY5XDkrOysbQblSW7v3l1MDZzkTEzAfTPkj5VAu3FW8fS4ynyLg2sINp0fp3SjZ8xkRYpLqoKcYqAkhU1dw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@tailwindcss/node": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/node/-/node-4.0.14.tgz", |
| "integrity": "sha512-Ux9NbFkKWYE4rfUFz6M5JFLs/GEYP6ysxT8uSyPn6aTbh2K3xDE1zz++eVK4Vwx799fzMF8CID9sdHn4j/Ab8w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "enhanced-resolve": "^5.18.1", |
| "jiti": "^2.4.2", |
| "tailwindcss": "4.0.14" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide/-/oxide-4.0.14.tgz", |
| "integrity": "sha512-M8VCNyO/NBi5vJ2cRcI9u8w7Si+i76a7o1vveoGtbbjpEYJZYiyc7f2VGps/DqawO56l3tImIbq2OT/533jcrA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10" |
| }, |
| "optionalDependencies": { |
| "@tailwindcss/oxide-android-arm64": "4.0.14", |
| "@tailwindcss/oxide-darwin-arm64": "4.0.14", |
| "@tailwindcss/oxide-darwin-x64": "4.0.14", |
| "@tailwindcss/oxide-freebsd-x64": "4.0.14", |
| "@tailwindcss/oxide-linux-arm-gnueabihf": "4.0.14", |
| "@tailwindcss/oxide-linux-arm64-gnu": "4.0.14", |
| "@tailwindcss/oxide-linux-arm64-musl": "4.0.14", |
| "@tailwindcss/oxide-linux-x64-gnu": "4.0.14", |
| "@tailwindcss/oxide-linux-x64-musl": "4.0.14", |
| "@tailwindcss/oxide-win32-arm64-msvc": "4.0.14", |
| "@tailwindcss/oxide-win32-x64-msvc": "4.0.14" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-android-arm64": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.0.14.tgz", |
| "integrity": "sha512-VBFKC2rFyfJ5J8lRwjy6ub3rgpY186kAcYgiUr8ArR8BAZzMruyeKJ6mlsD22Zp5ZLcPW/FXMasJiJBx0WsdQg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-darwin-arm64": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.0.14.tgz", |
| "integrity": "sha512-U3XOwLrefGr2YQZ9DXasDSNWGPZBCh8F62+AExBEDMLDfvLLgI/HDzY8Oq8p/JtqkAY38sWPOaNnRwEGKU5Zmg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-darwin-x64": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.0.14.tgz", |
| "integrity": "sha512-V5AjFuc3ndWGnOi1d379UsODb0TzAS2DYIP/lwEbfvafUaD2aNZIcbwJtYu2DQqO2+s/XBvDVA+w4yUyaewRwg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-freebsd-x64": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.0.14.tgz", |
| "integrity": "sha512-tXvtxbaZfcPfqBwW3f53lTcyH6EDT+1eT7yabwcfcxTs+8yTPqxsDUhrqe9MrnEzpNkd+R/QAjJapfd4tjWdLg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.0.14.tgz", |
| "integrity": "sha512-cSeLNWWqIWeSTmBntQvyY2/2gcLX8rkPFfDDTQVF8qbRcRMVPLxBvFVJyfSAYRNch6ZyVH2GI6dtgALOBDpdNA==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.0.14.tgz", |
| "integrity": "sha512-bwDWLBalXFMDItcSXzFk6y7QKvj6oFlaY9vM+agTlwFL1n1OhDHYLZkSjaYsh6KCeG0VB0r7H8PUJVOM1LRZyg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-arm64-musl": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.0.14.tgz", |
| "integrity": "sha512-gVkJdnR/L6iIcGYXx64HGJRmlme2FGr/aZH0W6u4A3RgPMAb+6ELRLi+UBiH83RXBm9vwCfkIC/q8T51h8vUJQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-x64-gnu": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.0.14.tgz", |
| "integrity": "sha512-EE+EQ+c6tTpzsg+LGO1uuusjXxYx0Q00JE5ubcIGfsogSKth8n8i2BcS2wYTQe4jXGs+BQs35l78BIPzgwLddw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-x64-musl": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.0.14.tgz", |
| "integrity": "sha512-KCCOzo+L6XPT0oUp2Jwh233ETRQ/F6cwUnMnR0FvMUCbkDAzHbcyOgpfuAtRa5HD0WbTbH4pVD+S0pn1EhNfbw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.0.14.tgz", |
| "integrity": "sha512-AHObFiFL9lNYcm3tZSPqa/cHGpM5wOrNmM2uOMoKppp+0Hom5uuyRh0QkOp7jftsHZdrZUpmoz0Mp6vhh2XtUg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.0.14.tgz", |
| "integrity": "sha512-rNXXMDJfCJLw/ZaFTOLOHoGULxyXfh2iXTGiChFiYTSgKBKQHIGEpV0yn5N25WGzJJ+VBnRjHzlmDqRV+d//oQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/vite": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@tailwindcss/vite/-/vite-4.0.14.tgz", |
| "integrity": "sha512-y69ztPTRFy+13EPS/7dEFVl7q2Goh1pQueVO8IfGeyqSpcx/joNJXFk0lLhMgUbF0VFJotwRSb9ZY7Xoq3r26Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@tailwindcss/node": "4.0.14", |
| "@tailwindcss/oxide": "4.0.14", |
| "lightningcss": "1.29.2", |
| "tailwindcss": "4.0.14" |
| }, |
| "peerDependencies": { |
| "vite": "^5.2.0 || ^6" |
| } |
| }, |
| "node_modules/@types/cookie": { |
| "version": "0.6.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/cookie/-/cookie-0.6.0.tgz", |
| "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", |
| "license": "MIT" |
| }, |
| "node_modules/@types/d3-hierarchy": { |
| "version": "1.1.11", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/d3-hierarchy/-/d3-hierarchy-1.1.11.tgz", |
| "integrity": "sha512-lnQiU7jV+Gyk9oQYk0GGYccuexmQPTp08E0+4BidgFdiJivjEvf+esPSdZqCZ2C7UwTWejWpqetVaU8A+eX3FA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/estree": { |
| "version": "1.0.6", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/estree/-/estree-1.0.6.tgz", |
| "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/node": { |
| "version": "20.17.24", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/node/-/node-20.17.24.tgz", |
| "integrity": "sha512-d7fGCyB96w9BnWQrOsJtpyiSaBcAYYr75bnK6ZRjDbql2cGLj/3GsL5OYmLPNq76l7Gf2q4Rv9J2o6h5CrD9sA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "undici-types": "~6.19.2" |
| } |
| }, |
| "node_modules/@types/parse-json": { |
| "version": "4.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/parse-json/-/parse-json-4.0.2.tgz", |
| "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/react": { |
| "version": "19.0.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/react/-/react-19.0.10.tgz", |
| "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "csstype": "^3.0.2" |
| } |
| }, |
| "node_modules/@types/react-dom": { |
| "version": "19.0.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/react-dom/-/react-dom-19.0.4.tgz", |
| "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "^19.0.0" |
| } |
| }, |
| "node_modules/@types/react-reconciler": { |
| "version": "0.28.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/@types/react-reconciler/-/react-reconciler-0.28.9.tgz", |
| "integrity": "sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*" |
| } |
| }, |
| "node_modules/abbrev": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/abbrev/-/abbrev-2.0.0.tgz", |
| "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/accepts": { |
| "version": "1.3.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/accepts/-/accepts-1.3.8.tgz", |
| "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", |
| "license": "MIT", |
| "dependencies": { |
| "mime-types": "~2.1.34", |
| "negotiator": "0.6.3" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/accepts/node_modules/negotiator": { |
| "version": "0.6.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/negotiator/-/negotiator-0.6.3.tgz", |
| "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/ansi-regex": { |
| "version": "6.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ansi-regex/-/ansi-regex-6.1.0.tgz", |
| "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-regex?sponsor=1" |
| } |
| }, |
| "node_modules/ansi-styles": { |
| "version": "6.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ansi-styles/-/ansi-styles-6.2.1.tgz", |
| "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/arg": { |
| "version": "5.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/arg/-/arg-5.0.2.tgz", |
| "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/aria-hidden": { |
| "version": "1.2.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/aria-hidden/-/aria-hidden-1.2.4.tgz", |
| "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/array-flatten": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/array-flatten/-/array-flatten-1.1.1.tgz", |
| "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", |
| "license": "MIT" |
| }, |
| "node_modules/babel-dead-code-elimination": { |
| "version": "1.0.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/babel-dead-code-elimination/-/babel-dead-code-elimination-1.0.9.tgz", |
| "integrity": "sha512-JLIhax/xullfInZjtu13UJjaLHDeTzt3vOeomaSUdO/nAMEL/pWC/laKrSvWylXMnVWyL5bpmG9njqBZlUQOdg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.23.7", |
| "@babel/parser": "^7.23.6", |
| "@babel/traverse": "^7.23.7", |
| "@babel/types": "^7.23.6" |
| } |
| }, |
| "node_modules/babel-plugin-macros": { |
| "version": "3.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", |
| "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.12.5", |
| "cosmiconfig": "^7.0.0", |
| "resolve": "^1.19.0" |
| }, |
| "engines": { |
| "node": ">=10", |
| "npm": ">=6" |
| } |
| }, |
| "node_modules/balanced-match": { |
| "version": "1.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/balanced-match/-/balanced-match-1.0.2.tgz", |
| "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/basic-auth": { |
| "version": "2.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/basic-auth/-/basic-auth-2.0.1.tgz", |
| "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "5.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/basic-auth/node_modules/safe-buffer": { |
| "version": "5.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.1.2.tgz", |
| "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
| "license": "MIT" |
| }, |
| "node_modules/beautify": { |
| "version": "0.0.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/beautify/-/beautify-0.0.8.tgz", |
| "integrity": "sha512-1iF6Ey2qxDkm6bPgKcoXUmwFDpoRi5IgwefQDDQBRLxlZAAYwcULoQ2IdBArXZuSsuL7AT+KvZI9xZVLeUZPRg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "cssbeautify": "^0.3.1", |
| "html": "^1.0.0", |
| "js-beautify": "^1.6.4" |
| }, |
| "bin": { |
| "beautify": "bin/beautify.js" |
| } |
| }, |
| "node_modules/bippy": { |
| "version": "0.3.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/bippy/-/bippy-0.3.8.tgz", |
| "integrity": "sha512-0ou8fJWxUXK/+eRjUz5unbtX8Mrn0OYRs6QQwwUJtU6hsFDTSmSeI1fJC/2nrPA4G6GWcxwT+O6TbHyGhl4fEg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/react-reconciler": "^0.28.9" |
| }, |
| "peerDependencies": { |
| "react": ">=17.0.1" |
| } |
| }, |
| "node_modules/body-parser": { |
| "version": "1.20.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/body-parser/-/body-parser-1.20.3.tgz", |
| "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", |
| "license": "MIT", |
| "dependencies": { |
| "bytes": "3.1.2", |
| "content-type": "~1.0.5", |
| "debug": "2.6.9", |
| "depd": "2.0.0", |
| "destroy": "1.2.0", |
| "http-errors": "2.0.0", |
| "iconv-lite": "0.4.24", |
| "on-finished": "2.4.1", |
| "qs": "6.13.0", |
| "raw-body": "2.5.2", |
| "type-is": "~1.6.18", |
| "unpipe": "1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.8", |
| "npm": "1.2.8000 || >= 1.4.16" |
| } |
| }, |
| "node_modules/body-parser/node_modules/debug": { |
| "version": "2.6.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/debug/-/debug-2.6.9.tgz", |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/body-parser/node_modules/ms": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ms/-/ms-2.0.0.tgz", |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| "license": "MIT" |
| }, |
| "node_modules/brace-expansion": { |
| "version": "2.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/brace-expansion/-/brace-expansion-2.0.1.tgz", |
| "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0" |
| } |
| }, |
| "node_modules/browserslist": { |
| "version": "4.24.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/browserslist/-/browserslist-4.24.4.tgz", |
| "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/browserslist" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "caniuse-lite": "^1.0.30001688", |
| "electron-to-chromium": "^1.5.73", |
| "node-releases": "^2.0.19", |
| "update-browserslist-db": "^1.1.1" |
| }, |
| "bin": { |
| "browserslist": "cli.js" |
| }, |
| "engines": { |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| } |
| }, |
| "node_modules/buffer-from": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/buffer-from/-/buffer-from-1.1.2.tgz", |
| "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", |
| "license": "MIT" |
| }, |
| "node_modules/bytes": { |
| "version": "3.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/bytes/-/bytes-3.1.2.tgz", |
| "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/cac": { |
| "version": "6.7.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/cac/-/cac-6.7.14.tgz", |
| "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/call-bind-apply-helpers": { |
| "version": "1.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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/call-bound": { |
| "version": "1.0.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/call-bound/-/call-bound-1.0.4.tgz", |
| "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bind-apply-helpers": "^1.0.2", |
| "get-intrinsic": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/callsites": { |
| "version": "3.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/callsites/-/callsites-3.1.0.tgz", |
| "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/caniuse-lite": { |
| "version": "1.0.30001705", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/caniuse-lite/-/caniuse-lite-1.0.30001705.tgz", |
| "integrity": "sha512-S0uyMMiYvA7CxNgomYBwwwPUnWzFD83f3B1ce5jHUfHTH//QL6hHsreI8RVC5606R4ssqravelYO5TU6t8sEyg==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "CC-BY-4.0" |
| }, |
| "node_modules/chain-function": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/chain-function/-/chain-function-1.0.1.tgz", |
| "integrity": "sha512-SxltgMwL9uCko5/ZCLiyG2B7R9fY4pDZUw7hJ4MhirdjBLosoDqkWABi3XMucddHdLiFJMb7PD2MZifZriuMTg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/chalk": { |
| "version": "5.4.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/chalk/-/chalk-5.4.1.tgz", |
| "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.17.0 || ^14.13 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/chokidar": { |
| "version": "4.0.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/chokidar/-/chokidar-4.0.3.tgz", |
| "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "readdirp": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">= 14.16.0" |
| }, |
| "funding": { |
| "url": "https://paulmillr.com/funding/" |
| } |
| }, |
| "node_modules/classnames": { |
| "version": "2.5.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/classnames/-/classnames-2.5.1.tgz", |
| "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/clone": { |
| "version": "2.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/clone/-/clone-2.1.2.tgz", |
| "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8" |
| } |
| }, |
| "node_modules/clsx": { |
| "version": "2.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/clsx/-/clsx-2.1.1.tgz", |
| "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/color-convert": { |
| "version": "2.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/color-convert/-/color-convert-2.0.1.tgz", |
| "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/color-name": { |
| "version": "1.1.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/color-name/-/color-name-1.1.4.tgz", |
| "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/commander": { |
| "version": "10.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/commander/-/commander-10.0.1.tgz", |
| "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/compressible": { |
| "version": "2.0.18", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/compressible/-/compressible-2.0.18.tgz", |
| "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", |
| "license": "MIT", |
| "dependencies": { |
| "mime-db": ">= 1.43.0 < 2" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/compression": { |
| "version": "1.8.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/compression/-/compression-1.8.0.tgz", |
| "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==", |
| "license": "MIT", |
| "dependencies": { |
| "bytes": "3.1.2", |
| "compressible": "~2.0.18", |
| "debug": "2.6.9", |
| "negotiator": "~0.6.4", |
| "on-headers": "~1.0.2", |
| "safe-buffer": "5.2.1", |
| "vary": "~1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/compression/node_modules/debug": { |
| "version": "2.6.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/debug/-/debug-2.6.9.tgz", |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/compression/node_modules/ms": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ms/-/ms-2.0.0.tgz", |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| "license": "MIT" |
| }, |
| "node_modules/concat-stream": { |
| "version": "1.6.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/concat-stream/-/concat-stream-1.6.2.tgz", |
| "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", |
| "dev": true, |
| "engines": [ |
| "node >= 0.8" |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "buffer-from": "^1.0.0", |
| "inherits": "^2.0.3", |
| "readable-stream": "^2.2.2", |
| "typedarray": "^0.0.6" |
| } |
| }, |
| "node_modules/config-chain": { |
| "version": "1.1.13", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/config-chain/-/config-chain-1.1.13.tgz", |
| "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ini": "^1.3.4", |
| "proto-list": "~1.2.1" |
| } |
| }, |
| "node_modules/content-disposition": { |
| "version": "0.5.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/content-disposition/-/content-disposition-0.5.4.tgz", |
| "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "5.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/content-type": { |
| "version": "1.0.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/content-type/-/content-type-1.0.5.tgz", |
| "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/convert-source-map": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/convert-source-map/-/convert-source-map-2.0.0.tgz", |
| "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/cookie": { |
| "version": "0.7.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/cookie/-/cookie-0.7.1.tgz", |
| "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/cookie-signature": { |
| "version": "1.0.6", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/cookie-signature/-/cookie-signature-1.0.6.tgz", |
| "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", |
| "license": "MIT" |
| }, |
| "node_modules/core-util-is": { |
| "version": "1.0.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/core-util-is/-/core-util-is-1.0.3.tgz", |
| "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/cosmiconfig": { |
| "version": "7.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/cosmiconfig/-/cosmiconfig-7.1.0.tgz", |
| "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/parse-json": "^4.0.0", |
| "import-fresh": "^3.2.1", |
| "parse-json": "^5.0.0", |
| "path-type": "^4.0.0", |
| "yaml": "^1.10.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/cross-spawn": { |
| "version": "7.0.6", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/cross-spawn/-/cross-spawn-7.0.6.tgz", |
| "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.1.0", |
| "shebang-command": "^2.0.0", |
| "which": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/cross-spawn/node_modules/which": { |
| "version": "2.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/which/-/which-2.0.2.tgz", |
| "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/node-which" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/cssbeautify": { |
| "version": "0.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/cssbeautify/-/cssbeautify-0.3.1.tgz", |
| "integrity": "sha512-ljnSOCOiMbklF+dwPbpooyB78foId02vUrTDogWzu6ca2DCNB7Kc/BHEGBnYOlUYtwXvSW0mWTwaiO2pwFIoRg==", |
| "dev": true, |
| "bin": { |
| "cssbeautify": "bin/cssbeautify" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/csstype": { |
| "version": "3.1.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/csstype/-/csstype-3.1.3.tgz", |
| "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/d3-color": { |
| "version": "3.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-color/-/d3-color-3.1.0.tgz", |
| "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/d3-dispatch": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-dispatch/-/d3-dispatch-3.0.1.tgz", |
| "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/d3-drag": { |
| "version": "3.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-drag/-/d3-drag-3.0.0.tgz", |
| "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "d3-dispatch": "1 - 3", |
| "d3-selection": "3" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/d3-ease": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-ease/-/d3-ease-3.0.1.tgz", |
| "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/d3-hierarchy": { |
| "version": "1.1.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz", |
| "integrity": "sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/d3-interpolate": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-interpolate/-/d3-interpolate-3.0.1.tgz", |
| "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "d3-color": "1 - 3" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/d3-path": { |
| "version": "1.0.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-path/-/d3-path-1.0.9.tgz", |
| "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", |
| "dev": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/d3-selection": { |
| "version": "3.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-selection/-/d3-selection-3.0.0.tgz", |
| "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/d3-shape": { |
| "version": "1.3.7", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-shape/-/d3-shape-1.3.7.tgz", |
| "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "d3-path": "1" |
| } |
| }, |
| "node_modules/d3-timer": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-timer/-/d3-timer-3.0.1.tgz", |
| "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/d3-transition": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-transition/-/d3-transition-3.0.1.tgz", |
| "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "d3-color": "1 - 3", |
| "d3-dispatch": "1 - 3", |
| "d3-ease": "1 - 3", |
| "d3-interpolate": "1 - 3", |
| "d3-timer": "1 - 3" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "peerDependencies": { |
| "d3-selection": "2 - 3" |
| } |
| }, |
| "node_modules/d3-zoom": { |
| "version": "3.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/d3-zoom/-/d3-zoom-3.0.0.tgz", |
| "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "d3-dispatch": "1 - 3", |
| "d3-drag": "2 - 3", |
| "d3-interpolate": "1 - 3", |
| "d3-selection": "2 - 3", |
| "d3-transition": "2 - 3" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/date-fns": { |
| "version": "4.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/date-fns/-/date-fns-4.1.0.tgz", |
| "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/kossnocorp" |
| } |
| }, |
| "node_modules/debug": { |
| "version": "4.4.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/debug/-/debug-4.4.0.tgz", |
| "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/dedent": { |
| "version": "1.5.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/dedent/-/dedent-1.5.3.tgz", |
| "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "babel-plugin-macros": "^3.1.0" |
| }, |
| "peerDependenciesMeta": { |
| "babel-plugin-macros": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/depd": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/depd/-/depd-2.0.0.tgz", |
| "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/dequal": { |
| "version": "2.0.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/dequal/-/dequal-2.0.3.tgz", |
| "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/destroy": { |
| "version": "1.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/destroy/-/destroy-1.2.0.tgz", |
| "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8", |
| "npm": "1.2.8000 || >= 1.4.16" |
| } |
| }, |
| "node_modules/detect-libc": { |
| "version": "2.0.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/detect-libc/-/detect-libc-2.0.3.tgz", |
| "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/detect-node-es": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/detect-node-es/-/detect-node-es-1.1.0.tgz", |
| "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/diff": { |
| "version": "5.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/diff/-/diff-5.2.0.tgz", |
| "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.3.1" |
| } |
| }, |
| "node_modules/dom-helpers": { |
| "version": "3.4.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/dom-helpers/-/dom-helpers-3.4.0.tgz", |
| "integrity": "sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.1.2" |
| } |
| }, |
| "node_modules/dunder-proto": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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/eastasianwidth": { |
| "version": "0.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/eastasianwidth/-/eastasianwidth-0.2.0.tgz", |
| "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/editorconfig": { |
| "version": "1.0.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/editorconfig/-/editorconfig-1.0.4.tgz", |
| "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@one-ini/wasm": "0.1.1", |
| "commander": "^10.0.0", |
| "minimatch": "9.0.1", |
| "semver": "^7.5.3" |
| }, |
| "bin": { |
| "editorconfig": "bin/editorconfig" |
| }, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/editorconfig/node_modules/minimatch": { |
| "version": "9.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/minimatch/-/minimatch-9.0.1.tgz", |
| "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/ee-first": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ee-first/-/ee-first-1.1.1.tgz", |
| "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", |
| "license": "MIT" |
| }, |
| "node_modules/electron-to-chromium": { |
| "version": "1.5.119", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/electron-to-chromium/-/electron-to-chromium-1.5.119.tgz", |
| "integrity": "sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/emoji-regex": { |
| "version": "9.2.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/emoji-regex/-/emoji-regex-9.2.2.tgz", |
| "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/encodeurl": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/encodeurl/-/encodeurl-2.0.0.tgz", |
| "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/enhanced-resolve": { |
| "version": "5.18.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", |
| "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.2.4", |
| "tapable": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/err-code": { |
| "version": "2.0.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/err-code/-/err-code-2.0.3.tgz", |
| "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/error-ex": { |
| "version": "1.3.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/error-ex/-/error-ex-1.3.2.tgz", |
| "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-arrayish": "^0.2.1" |
| } |
| }, |
| "node_modules/es-define-property": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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://mirrors.huaweicloud.com/repository/npm/es-errors/-/es-errors-1.3.0.tgz", |
| "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/es-module-lexer": { |
| "version": "1.6.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/es-module-lexer/-/es-module-lexer-1.6.0.tgz", |
| "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/es-object-atoms": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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/esbuild": { |
| "version": "0.21.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/esbuild/-/esbuild-0.21.5.tgz", |
| "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", |
| "dev": true, |
| "hasInstallScript": true, |
| "license": "MIT", |
| "bin": { |
| "esbuild": "bin/esbuild" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "optionalDependencies": { |
| "@esbuild/aix-ppc64": "0.21.5", |
| "@esbuild/android-arm": "0.21.5", |
| "@esbuild/android-arm64": "0.21.5", |
| "@esbuild/android-x64": "0.21.5", |
| "@esbuild/darwin-arm64": "0.21.5", |
| "@esbuild/darwin-x64": "0.21.5", |
| "@esbuild/freebsd-arm64": "0.21.5", |
| "@esbuild/freebsd-x64": "0.21.5", |
| "@esbuild/linux-arm": "0.21.5", |
| "@esbuild/linux-arm64": "0.21.5", |
| "@esbuild/linux-ia32": "0.21.5", |
| "@esbuild/linux-loong64": "0.21.5", |
| "@esbuild/linux-mips64el": "0.21.5", |
| "@esbuild/linux-ppc64": "0.21.5", |
| "@esbuild/linux-riscv64": "0.21.5", |
| "@esbuild/linux-s390x": "0.21.5", |
| "@esbuild/linux-x64": "0.21.5", |
| "@esbuild/netbsd-x64": "0.21.5", |
| "@esbuild/openbsd-x64": "0.21.5", |
| "@esbuild/sunos-x64": "0.21.5", |
| "@esbuild/win32-arm64": "0.21.5", |
| "@esbuild/win32-ia32": "0.21.5", |
| "@esbuild/win32-x64": "0.21.5" |
| } |
| }, |
| "node_modules/escalade": { |
| "version": "3.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/escalade/-/escalade-3.2.0.tgz", |
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/escape-html": { |
| "version": "1.0.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/escape-html/-/escape-html-1.0.3.tgz", |
| "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", |
| "license": "MIT" |
| }, |
| "node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/etag": { |
| "version": "1.8.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/etag/-/etag-1.8.1.tgz", |
| "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/exit-hook": { |
| "version": "2.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/exit-hook/-/exit-hook-2.2.1.tgz", |
| "integrity": "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/express": { |
| "version": "4.21.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/express/-/express-4.21.2.tgz", |
| "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", |
| "license": "MIT", |
| "dependencies": { |
| "accepts": "~1.3.8", |
| "array-flatten": "1.1.1", |
| "body-parser": "1.20.3", |
| "content-disposition": "0.5.4", |
| "content-type": "~1.0.4", |
| "cookie": "0.7.1", |
| "cookie-signature": "1.0.6", |
| "debug": "2.6.9", |
| "depd": "2.0.0", |
| "encodeurl": "~2.0.0", |
| "escape-html": "~1.0.3", |
| "etag": "~1.8.1", |
| "finalhandler": "1.3.1", |
| "fresh": "0.5.2", |
| "http-errors": "2.0.0", |
| "merge-descriptors": "1.0.3", |
| "methods": "~1.1.2", |
| "on-finished": "2.4.1", |
| "parseurl": "~1.3.3", |
| "path-to-regexp": "0.1.12", |
| "proxy-addr": "~2.0.7", |
| "qs": "6.13.0", |
| "range-parser": "~1.2.1", |
| "safe-buffer": "5.2.1", |
| "send": "0.19.0", |
| "serve-static": "1.16.2", |
| "setprototypeof": "1.2.0", |
| "statuses": "2.0.1", |
| "type-is": "~1.6.18", |
| "utils-merge": "1.0.1", |
| "vary": "~1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.10.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/express" |
| } |
| }, |
| "node_modules/express/node_modules/debug": { |
| "version": "2.6.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/debug/-/debug-2.6.9.tgz", |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/express/node_modules/ms": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ms/-/ms-2.0.0.tgz", |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| "license": "MIT" |
| }, |
| "node_modules/finalhandler": { |
| "version": "1.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/finalhandler/-/finalhandler-1.3.1.tgz", |
| "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "2.6.9", |
| "encodeurl": "~2.0.0", |
| "escape-html": "~1.0.3", |
| "on-finished": "2.4.1", |
| "parseurl": "~1.3.3", |
| "statuses": "2.0.1", |
| "unpipe": "~1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/finalhandler/node_modules/debug": { |
| "version": "2.6.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/debug/-/debug-2.6.9.tgz", |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/finalhandler/node_modules/ms": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ms/-/ms-2.0.0.tgz", |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| "license": "MIT" |
| }, |
| "node_modules/find-root": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/find-root/-/find-root-1.1.0.tgz", |
| "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/foreground-child": { |
| "version": "3.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/foreground-child/-/foreground-child-3.3.1.tgz", |
| "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "cross-spawn": "^7.0.6", |
| "signal-exit": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/forwarded": { |
| "version": "0.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/forwarded/-/forwarded-0.2.0.tgz", |
| "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/framer-motion": { |
| "version": "12.5.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/framer-motion/-/framer-motion-12.5.0.tgz", |
| "integrity": "sha512-buPlioFbH9/W7rDzYh1C09AuZHAk2D1xTA1BlounJ2Rb9aRg84OXexP0GLd+R83v0khURdMX7b5MKnGTaSg5iA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "motion-dom": "^12.5.0", |
| "motion-utils": "^12.5.0", |
| "tslib": "^2.4.0" |
| }, |
| "peerDependencies": { |
| "@emotion/is-prop-valid": "*", |
| "react": "^18.0.0 || ^19.0.0", |
| "react-dom": "^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@emotion/is-prop-valid": { |
| "optional": true |
| }, |
| "react": { |
| "optional": true |
| }, |
| "react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/fresh": { |
| "version": "0.5.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/fresh/-/fresh-0.5.2.tgz", |
| "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/fs-extra": { |
| "version": "10.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/fs-extra/-/fs-extra-10.1.0.tgz", |
| "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.2.0", |
| "jsonfile": "^6.0.1", |
| "universalify": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/fsevents": { |
| "version": "2.3.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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://mirrors.huaweicloud.com/repository/npm/function-bind/-/function-bind-1.1.2.tgz", |
| "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/gensync": { |
| "version": "1.0.0-beta.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/gensync/-/gensync-1.0.0-beta.2.tgz", |
| "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/get-intrinsic": { |
| "version": "1.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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-nonce": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/get-nonce/-/get-nonce-1.0.1.tgz", |
| "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/get-port": { |
| "version": "5.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/get-port/-/get-port-5.1.1.tgz", |
| "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/get-proto": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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/glob": { |
| "version": "10.4.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/glob/-/glob-10.4.5.tgz", |
| "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "foreground-child": "^3.1.0", |
| "jackspeak": "^3.1.2", |
| "minimatch": "^9.0.4", |
| "minipass": "^7.1.2", |
| "package-json-from-dist": "^1.0.0", |
| "path-scurry": "^1.11.1" |
| }, |
| "bin": { |
| "glob": "dist/esm/bin.mjs" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/globals": { |
| "version": "11.12.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/globals/-/globals-11.12.0.tgz", |
| "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/globrex": { |
| "version": "0.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/globrex/-/globrex-0.1.2.tgz", |
| "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/gopd": { |
| "version": "1.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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://mirrors.huaweicloud.com/repository/npm/graceful-fs/-/graceful-fs-4.2.11.tgz", |
| "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/has-symbols": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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/hasown": { |
| "version": "2.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/hasown/-/hasown-2.0.2.tgz", |
| "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", |
| "license": "MIT", |
| "dependencies": { |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/hoist-non-react-statics": { |
| "version": "3.3.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", |
| "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "react-is": "^16.7.0" |
| } |
| }, |
| "node_modules/hosted-git-info": { |
| "version": "6.1.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/hosted-git-info/-/hosted-git-info-6.1.3.tgz", |
| "integrity": "sha512-HVJyzUrLIL1c0QmviVh5E8VGyUS7xCFPS6yydaVd1UegW+ibV/CohqTH9MkOLDp5o+rb82DMo77PTuc9F/8GKw==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "lru-cache": "^7.5.1" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/hosted-git-info/node_modules/lru-cache": { |
| "version": "7.18.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lru-cache/-/lru-cache-7.18.3.tgz", |
| "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/html": { |
| "version": "1.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/html/-/html-1.0.0.tgz", |
| "integrity": "sha512-lw/7YsdKiP3kk5PnR1INY17iJuzdAtJewxr14ozKJWbbR97znovZ0mh+WEMZ8rjc3lgTK+ID/htTjuyGKB52Kw==", |
| "dev": true, |
| "license": "BSD", |
| "dependencies": { |
| "concat-stream": "^1.4.7" |
| }, |
| "bin": { |
| "html": "bin/html.js" |
| } |
| }, |
| "node_modules/http-errors": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/http-errors/-/http-errors-2.0.0.tgz", |
| "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", |
| "license": "MIT", |
| "dependencies": { |
| "depd": "2.0.0", |
| "inherits": "2.0.4", |
| "setprototypeof": "1.2.0", |
| "statuses": "2.0.1", |
| "toidentifier": "1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/iconv-lite": { |
| "version": "0.4.24", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
| "license": "MIT", |
| "dependencies": { |
| "safer-buffer": ">= 2.1.2 < 3" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/import-fresh": { |
| "version": "3.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/import-fresh/-/import-fresh-3.3.1.tgz", |
| "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "parent-module": "^1.0.0", |
| "resolve-from": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/inherits": { |
| "version": "2.0.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/inherits/-/inherits-2.0.4.tgz", |
| "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
| "license": "ISC" |
| }, |
| "node_modules/ini": { |
| "version": "1.3.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ini/-/ini-1.3.8.tgz", |
| "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/ipaddr.js": { |
| "version": "1.9.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ipaddr.js/-/ipaddr.js-1.9.1.tgz", |
| "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.10" |
| } |
| }, |
| "node_modules/is-arrayish": { |
| "version": "0.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/is-arrayish/-/is-arrayish-0.2.1.tgz", |
| "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/is-core-module": { |
| "version": "2.16.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/is-core-module/-/is-core-module-2.16.1.tgz", |
| "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-fullwidth-code-point": { |
| "version": "3.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", |
| "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/isarray": { |
| "version": "1.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/isarray/-/isarray-1.0.0.tgz", |
| "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/isbot": { |
| "version": "5.1.23", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/isbot/-/isbot-5.1.23.tgz", |
| "integrity": "sha512-ie3ehy2iXdkuzaZx32SoKb9b8l9Cm8cqQ1lJjQXnq8GRTrk/Jx7IUDcB4mhlw6H3gWaMqGYoWeV0lPv1P/20Ig==", |
| "license": "Unlicense", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/isexe": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/isexe/-/isexe-2.0.0.tgz", |
| "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/jackspeak": { |
| "version": "3.4.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/jackspeak/-/jackspeak-3.4.3.tgz", |
| "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", |
| "dev": true, |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "@isaacs/cliui": "^8.0.2" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| }, |
| "optionalDependencies": { |
| "@pkgjs/parseargs": "^0.11.0" |
| } |
| }, |
| "node_modules/jiti": { |
| "version": "2.4.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/jiti/-/jiti-2.4.2.tgz", |
| "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "jiti": "lib/jiti-cli.mjs" |
| } |
| }, |
| "node_modules/js-beautify": { |
| "version": "1.15.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/js-beautify/-/js-beautify-1.15.4.tgz", |
| "integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "config-chain": "^1.1.13", |
| "editorconfig": "^1.0.4", |
| "glob": "^10.4.2", |
| "js-cookie": "^3.0.5", |
| "nopt": "^7.2.1" |
| }, |
| "bin": { |
| "css-beautify": "js/bin/css-beautify.js", |
| "html-beautify": "js/bin/html-beautify.js", |
| "js-beautify": "js/bin/js-beautify.js" |
| }, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/js-cookie": { |
| "version": "3.0.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/js-cookie/-/js-cookie-3.0.5.tgz", |
| "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/js-tokens": { |
| "version": "4.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/js-tokens/-/js-tokens-4.0.0.tgz", |
| "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/jsesc": { |
| "version": "3.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/jsesc/-/jsesc-3.0.2.tgz", |
| "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/json-parse-even-better-errors": { |
| "version": "3.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", |
| "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/json5": { |
| "version": "2.2.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/json5/-/json5-2.2.3.tgz", |
| "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "json5": "lib/cli.js" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/jsonfile": { |
| "version": "6.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/jsonfile/-/jsonfile-6.1.0.tgz", |
| "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "universalify": "^2.0.0" |
| }, |
| "optionalDependencies": { |
| "graceful-fs": "^4.1.6" |
| } |
| }, |
| "node_modules/lightningcss": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss/-/lightningcss-1.29.2.tgz", |
| "integrity": "sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==", |
| "dev": true, |
| "license": "MPL-2.0", |
| "dependencies": { |
| "detect-libc": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| }, |
| "optionalDependencies": { |
| "lightningcss-darwin-arm64": "1.29.2", |
| "lightningcss-darwin-x64": "1.29.2", |
| "lightningcss-freebsd-x64": "1.29.2", |
| "lightningcss-linux-arm-gnueabihf": "1.29.2", |
| "lightningcss-linux-arm64-gnu": "1.29.2", |
| "lightningcss-linux-arm64-musl": "1.29.2", |
| "lightningcss-linux-x64-gnu": "1.29.2", |
| "lightningcss-linux-x64-musl": "1.29.2", |
| "lightningcss-win32-arm64-msvc": "1.29.2", |
| "lightningcss-win32-x64-msvc": "1.29.2" |
| } |
| }, |
| "node_modules/lightningcss-darwin-arm64": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz", |
| "integrity": "sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-darwin-x64": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.2.tgz", |
| "integrity": "sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-freebsd-x64": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.2.tgz", |
| "integrity": "sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-arm-gnueabihf": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.2.tgz", |
| "integrity": "sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-arm64-gnu": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.2.tgz", |
| "integrity": "sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-arm64-musl": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.2.tgz", |
| "integrity": "sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-x64-gnu": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.2.tgz", |
| "integrity": "sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-x64-musl": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.2.tgz", |
| "integrity": "sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-win32-arm64-msvc": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.2.tgz", |
| "integrity": "sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-win32-x64-msvc": { |
| "version": "1.29.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.2.tgz", |
| "integrity": "sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lines-and-columns": { |
| "version": "1.2.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lines-and-columns/-/lines-and-columns-1.2.4.tgz", |
| "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash": { |
| "version": "4.17.21", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lodash/-/lodash-4.17.21.tgz", |
| "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/loose-envify": { |
| "version": "1.4.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/loose-envify/-/loose-envify-1.4.0.tgz", |
| "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "js-tokens": "^3.0.0 || ^4.0.0" |
| }, |
| "bin": { |
| "loose-envify": "cli.js" |
| } |
| }, |
| "node_modules/lru-cache": { |
| "version": "5.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lru-cache/-/lru-cache-5.1.1.tgz", |
| "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^3.0.2" |
| } |
| }, |
| "node_modules/math-intrinsics": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/math-intrinsics/-/math-intrinsics-1.1.0.tgz", |
| "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/media-typer": { |
| "version": "0.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/media-typer/-/media-typer-0.3.0.tgz", |
| "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/memoize-one": { |
| "version": "6.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/memoize-one/-/memoize-one-6.0.0.tgz", |
| "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/merge-descriptors": { |
| "version": "1.0.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/merge-descriptors/-/merge-descriptors-1.0.3.tgz", |
| "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/methods": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/methods/-/methods-1.1.2.tgz", |
| "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/mime": { |
| "version": "1.6.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/mime/-/mime-1.6.0.tgz", |
| "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", |
| "license": "MIT", |
| "bin": { |
| "mime": "cli.js" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/mime-db": { |
| "version": "1.53.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-db/-/mime-db-1.53.0.tgz", |
| "integrity": "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/mime-types": { |
| "version": "2.1.35", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/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/mime-types/node_modules/mime-db": { |
| "version": "1.52.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-db/-/mime-db-1.52.0.tgz", |
| "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/minimatch": { |
| "version": "9.0.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/minimatch/-/minimatch-9.0.5.tgz", |
| "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/minipass": { |
| "version": "7.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/minipass/-/minipass-7.1.2.tgz", |
| "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/morgan": { |
| "version": "1.10.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/morgan/-/morgan-1.10.0.tgz", |
| "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", |
| "license": "MIT", |
| "dependencies": { |
| "basic-auth": "~2.0.1", |
| "debug": "2.6.9", |
| "depd": "~2.0.0", |
| "on-finished": "~2.3.0", |
| "on-headers": "~1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/morgan/node_modules/debug": { |
| "version": "2.6.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/debug/-/debug-2.6.9.tgz", |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/morgan/node_modules/ms": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ms/-/ms-2.0.0.tgz", |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| "license": "MIT" |
| }, |
| "node_modules/morgan/node_modules/on-finished": { |
| "version": "2.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/on-finished/-/on-finished-2.3.0.tgz", |
| "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", |
| "license": "MIT", |
| "dependencies": { |
| "ee-first": "1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/motion-dom": { |
| "version": "12.5.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/motion-dom/-/motion-dom-12.5.0.tgz", |
| "integrity": "sha512-uH2PETDh7m+Hjd1UQQ56yHqwn83SAwNjimNPE/kC+Kds0t4Yh7+29rfo5wezVFpPOv57U4IuWved5d1x0kNhbQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "motion-utils": "^12.5.0" |
| } |
| }, |
| "node_modules/motion-utils": { |
| "version": "12.5.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/motion-utils/-/motion-utils-12.5.0.tgz", |
| "integrity": "sha512-+hFFzvimn0sBMP9iPxBa9OtRX35ZQ3py0UHnb8U29VD+d8lQ8zH3dTygJWqK7av2v6yhg7scj9iZuvTS0f4+SA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/ms": { |
| "version": "2.1.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ms/-/ms-2.1.3.tgz", |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", |
| "license": "MIT" |
| }, |
| "node_modules/nanoid": { |
| "version": "3.3.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/nanoid/-/nanoid-3.3.10.tgz", |
| "integrity": "sha512-vSJJTG+t/dIKAUhUDw/dLdZ9s//5OxcHqLaDWWrW4Cdq7o6tdLIczUkMXt2MBNmk6sJRZBZRXVixs7URY1CmIg==", |
| "dev": true, |
| "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/negotiator": { |
| "version": "0.6.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/negotiator/-/negotiator-0.6.4.tgz", |
| "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/node-releases": { |
| "version": "2.0.19", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/node-releases/-/node-releases-2.0.19.tgz", |
| "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/nopt": { |
| "version": "7.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/nopt/-/nopt-7.2.1.tgz", |
| "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "abbrev": "^2.0.0" |
| }, |
| "bin": { |
| "nopt": "bin/nopt.js" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/normalize-package-data": { |
| "version": "5.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/normalize-package-data/-/normalize-package-data-5.0.0.tgz", |
| "integrity": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "hosted-git-info": "^6.0.0", |
| "is-core-module": "^2.8.1", |
| "semver": "^7.3.5", |
| "validate-npm-package-license": "^3.0.4" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/npm-install-checks": { |
| "version": "6.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/npm-install-checks/-/npm-install-checks-6.3.0.tgz", |
| "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "semver": "^7.1.1" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/npm-normalize-package-bin": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", |
| "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/npm-package-arg": { |
| "version": "10.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/npm-package-arg/-/npm-package-arg-10.1.0.tgz", |
| "integrity": "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "hosted-git-info": "^6.0.0", |
| "proc-log": "^3.0.0", |
| "semver": "^7.3.5", |
| "validate-npm-package-name": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/npm-pick-manifest": { |
| "version": "8.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/npm-pick-manifest/-/npm-pick-manifest-8.0.2.tgz", |
| "integrity": "sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "npm-install-checks": "^6.0.0", |
| "npm-normalize-package-bin": "^3.0.0", |
| "npm-package-arg": "^10.0.0", |
| "semver": "^7.3.5" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/object-assign": { |
| "version": "4.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/object-assign/-/object-assign-4.1.1.tgz", |
| "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/object-inspect": { |
| "version": "1.13.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/object-inspect/-/object-inspect-1.13.4.tgz", |
| "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/on-finished": { |
| "version": "2.4.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/on-finished/-/on-finished-2.4.1.tgz", |
| "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", |
| "license": "MIT", |
| "dependencies": { |
| "ee-first": "1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/on-headers": { |
| "version": "1.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/on-headers/-/on-headers-1.0.2.tgz", |
| "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/package-json-from-dist": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", |
| "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", |
| "dev": true, |
| "license": "BlueOak-1.0.0" |
| }, |
| "node_modules/parent-module": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/parent-module/-/parent-module-1.0.1.tgz", |
| "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "callsites": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/parse-json": { |
| "version": "5.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/parse-json/-/parse-json-5.2.0.tgz", |
| "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.0.0", |
| "error-ex": "^1.3.1", |
| "json-parse-even-better-errors": "^2.3.0", |
| "lines-and-columns": "^1.1.6" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/parse-json/node_modules/json-parse-even-better-errors": { |
| "version": "2.3.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", |
| "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/parseurl": { |
| "version": "1.3.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/parseurl/-/parseurl-1.3.3.tgz", |
| "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/path-key": { |
| "version": "3.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/path-key/-/path-key-3.1.1.tgz", |
| "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-parse": { |
| "version": "1.0.7", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/path-parse/-/path-parse-1.0.7.tgz", |
| "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/path-scurry": { |
| "version": "1.11.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/path-scurry/-/path-scurry-1.11.1.tgz", |
| "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", |
| "dev": true, |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "lru-cache": "^10.2.0", |
| "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/path-scurry/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/lru-cache/-/lru-cache-10.4.3.tgz", |
| "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/path-to-regexp": { |
| "version": "0.1.12", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/path-to-regexp/-/path-to-regexp-0.1.12.tgz", |
| "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", |
| "license": "MIT" |
| }, |
| "node_modules/path-type": { |
| "version": "4.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/path-type/-/path-type-4.0.0.tgz", |
| "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/pathe": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/pathe/-/pathe-1.1.2.tgz", |
| "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/picocolors": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/picocolors/-/picocolors-1.1.1.tgz", |
| "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/postcss": { |
| "version": "8.5.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/postcss/-/postcss-8.5.3.tgz", |
| "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", |
| "dev": true, |
| "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.8", |
| "picocolors": "^1.1.1", |
| "source-map-js": "^1.2.1" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || >=14" |
| } |
| }, |
| "node_modules/prettier": { |
| "version": "3.5.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/prettier/-/prettier-3.5.3.tgz", |
| "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "prettier": "bin/prettier.cjs" |
| }, |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/prettier/prettier?sponsor=1" |
| } |
| }, |
| "node_modules/proc-log": { |
| "version": "3.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/proc-log/-/proc-log-3.0.0.tgz", |
| "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/process-nextick-args": { |
| "version": "2.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
| "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/promise-inflight": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/promise-inflight/-/promise-inflight-1.0.1.tgz", |
| "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/promise-retry": { |
| "version": "2.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/promise-retry/-/promise-retry-2.0.1.tgz", |
| "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "err-code": "^2.0.2", |
| "retry": "^0.12.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/prop-types": { |
| "version": "15.8.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/prop-types/-/prop-types-15.8.1.tgz", |
| "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "loose-envify": "^1.4.0", |
| "object-assign": "^4.1.1", |
| "react-is": "^16.13.1" |
| } |
| }, |
| "node_modules/proto-list": { |
| "version": "1.2.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/proto-list/-/proto-list-1.2.4.tgz", |
| "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/proxy-addr": { |
| "version": "2.0.7", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/proxy-addr/-/proxy-addr-2.0.7.tgz", |
| "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", |
| "license": "MIT", |
| "dependencies": { |
| "forwarded": "0.2.0", |
| "ipaddr.js": "1.9.1" |
| }, |
| "engines": { |
| "node": ">= 0.10" |
| } |
| }, |
| "node_modules/qs": { |
| "version": "6.13.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/qs/-/qs-6.13.0.tgz", |
| "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "side-channel": "^1.0.6" |
| }, |
| "engines": { |
| "node": ">=0.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/range-parser": { |
| "version": "1.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/range-parser/-/range-parser-1.2.1.tgz", |
| "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/raw-body": { |
| "version": "2.5.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/raw-body/-/raw-body-2.5.2.tgz", |
| "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", |
| "license": "MIT", |
| "dependencies": { |
| "bytes": "3.1.2", |
| "http-errors": "2.0.0", |
| "iconv-lite": "0.4.24", |
| "unpipe": "1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/react": { |
| "version": "19.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react/-/react-19.0.0.tgz", |
| "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react-d3-tree": { |
| "version": "3.6.6", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-d3-tree/-/react-d3-tree-3.6.6.tgz", |
| "integrity": "sha512-E9ByUdeqvlxLlF9BSL7KWQH3ikYHtHO+g1rAPcVgj6mu92tjRUCan2AWxoD4eTSzzAATf8BZtf+CXGSoSd6ioQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@bkrem/react-transition-group": "^1.3.5", |
| "@types/d3-hierarchy": "^1.1.8", |
| "clone": "^2.1.1", |
| "d3-hierarchy": "^1.1.9", |
| "d3-selection": "^3.0.0", |
| "d3-shape": "^1.3.7", |
| "d3-zoom": "^3.0.0", |
| "dequal": "^2.0.2", |
| "uuid": "^8.3.1" |
| }, |
| "peerDependencies": { |
| "react": "16.x || 17.x || 18.x || 19.x", |
| "react-dom": "16.x || 17.x || 18.x || 19.x" |
| } |
| }, |
| "node_modules/react-diff-viewer-continued": { |
| "version": "4.0.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-diff-viewer-continued/-/react-diff-viewer-continued-4.0.5.tgz", |
| "integrity": "sha512-L43gIPdhHgu1MYdip4vNqAt5s2JLICKe2/RyGUr2ohAxfhYaH1+QZ6vBO0qgo4xGBhE3jmvbOA/swq4/gdS/0g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@emotion/css": "^11.13.5", |
| "@emotion/react": "^11.14.0", |
| "classnames": "^2.5.1", |
| "diff": "^5.2.0", |
| "memoize-one": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">= 16" |
| }, |
| "peerDependencies": { |
| "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
| "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| } |
| }, |
| "node_modules/react-dom": { |
| "version": "19.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-dom/-/react-dom-19.0.0.tgz", |
| "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==", |
| "license": "MIT", |
| "dependencies": { |
| "scheduler": "^0.25.0" |
| }, |
| "peerDependencies": { |
| "react": "^19.0.0" |
| } |
| }, |
| "node_modules/react-hotkeys-hook": { |
| "version": "4.6.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-hotkeys-hook/-/react-hotkeys-hook-4.6.1.tgz", |
| "integrity": "sha512-XlZpbKUj9tkfgPgT9gA+1p7Ey6vFIZHttUjPqpTdyT5nqQ8mHL7elxvSbaC+dpSiHUSmr21Ya1mDxBZG3aje4Q==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "react": ">=16.8.1", |
| "react-dom": ">=16.8.1" |
| } |
| }, |
| "node_modules/react-is": { |
| "version": "16.13.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-is/-/react-is-16.13.1.tgz", |
| "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/react-lifecycles-compat": { |
| "version": "3.0.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", |
| "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/react-refresh": { |
| "version": "0.14.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-refresh/-/react-refresh-0.14.2.tgz", |
| "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react-remove-scroll": { |
| "version": "2.6.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-remove-scroll/-/react-remove-scroll-2.6.3.tgz", |
| "integrity": "sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "react-remove-scroll-bar": "^2.3.7", |
| "react-style-singleton": "^2.2.3", |
| "tslib": "^2.1.0", |
| "use-callback-ref": "^1.3.3", |
| "use-sidecar": "^1.1.3" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-remove-scroll-bar": { |
| "version": "2.3.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz", |
| "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "react-style-singleton": "^2.2.2", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-router": { |
| "version": "7.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-router/-/react-router-7.3.0.tgz", |
| "integrity": "sha512-466f2W7HIWaNXTKM5nHTqNxLrHTyXybm7R0eBlVSt0k/u55tTCDO194OIx/NrYD4TS5SXKTNekXfT37kMKUjgw==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/cookie": "^0.6.0", |
| "cookie": "^1.0.1", |
| "set-cookie-parser": "^2.6.0", |
| "turbo-stream": "2.4.0" |
| }, |
| "engines": { |
| "node": ">=20.0.0" |
| }, |
| "peerDependencies": { |
| "react": ">=18", |
| "react-dom": ">=18" |
| }, |
| "peerDependenciesMeta": { |
| "react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-router-devtools": { |
| "version": "1.1.6", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-router-devtools/-/react-router-devtools-1.1.6.tgz", |
| "integrity": "sha512-5nY1EvOcHZQK5zi7rwW3HgsZgOZqFS8lNowSH73vIOwLY9Ol7kdvxoeN6KclT6gKnxiR183Ta/CWNSs1jM/ZJQ==", |
| "dev": true, |
| "license": "MIT", |
| "workspaces": [ |
| ".", |
| "test-apps/*" |
| ], |
| "dependencies": { |
| "@babel/core": "^7.26.7", |
| "@babel/generator": "^7.26.5", |
| "@babel/parser": "^7.26.7", |
| "@babel/traverse": "^7.26.7", |
| "@babel/types": "^7.26.7", |
| "@radix-ui/react-accordion": "^1.2.2", |
| "@radix-ui/react-select": "^2.1.5", |
| "beautify": "^0.0.8", |
| "bippy": "^0.3.7", |
| "chalk": "^5.4.1", |
| "clsx": "^2.1.1", |
| "date-fns": "^4.1.0", |
| "framer-motion": "^12.0.6", |
| "react-d3-tree": "^3.6.4", |
| "react-diff-viewer-continued": "^4.0.5", |
| "react-hotkeys-hook": "^4.6.1", |
| "react-tooltip": "^5.28.0" |
| }, |
| "optionalDependencies": { |
| "@biomejs/cli-darwin-arm64": "^1.9.4", |
| "@rollup/rollup-darwin-arm64": "^4.32.1", |
| "@rollup/rollup-linux-x64-gnu": "^4.32.1" |
| }, |
| "peerDependencies": { |
| "react": ">=17", |
| "react-dom": ">=17", |
| "react-router": ">=7.0.0", |
| "vite": ">=5.0.0 || >=6.0.0" |
| } |
| }, |
| "node_modules/react-router/node_modules/cookie": { |
| "version": "1.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/cookie/-/cookie-1.0.2.tgz", |
| "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/react-style-singleton": { |
| "version": "2.2.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-style-singleton/-/react-style-singleton-2.2.3.tgz", |
| "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "get-nonce": "^1.0.0", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-tooltip": { |
| "version": "5.28.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/react-tooltip/-/react-tooltip-5.28.0.tgz", |
| "integrity": "sha512-R5cO3JPPXk6FRbBHMO0rI9nkUG/JKfalBSQfZedZYzmqaZQgq7GLzF8vcCWx6IhUCKg0yPqJhXIzmIO5ff15xg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@floating-ui/dom": "^1.6.1", |
| "classnames": "^2.3.0" |
| }, |
| "peerDependencies": { |
| "react": ">=16.14.0", |
| "react-dom": ">=16.14.0" |
| } |
| }, |
| "node_modules/readable-stream": { |
| "version": "2.3.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/readable-stream/-/readable-stream-2.3.8.tgz", |
| "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "core-util-is": "~1.0.0", |
| "inherits": "~2.0.3", |
| "isarray": "~1.0.0", |
| "process-nextick-args": "~2.0.0", |
| "safe-buffer": "~5.1.1", |
| "string_decoder": "~1.1.1", |
| "util-deprecate": "~1.0.1" |
| } |
| }, |
| "node_modules/readable-stream/node_modules/safe-buffer": { |
| "version": "5.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.1.2.tgz", |
| "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/readdirp": { |
| "version": "4.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/readdirp/-/readdirp-4.1.2.tgz", |
| "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 14.18.0" |
| }, |
| "funding": { |
| "type": "individual", |
| "url": "https://paulmillr.com/funding/" |
| } |
| }, |
| "node_modules/regenerator-runtime": { |
| "version": "0.14.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", |
| "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/resolve": { |
| "version": "1.22.10", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/resolve/-/resolve-1.22.10.tgz", |
| "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-core-module": "^2.16.0", |
| "path-parse": "^1.0.7", |
| "supports-preserve-symlinks-flag": "^1.0.0" |
| }, |
| "bin": { |
| "resolve": "bin/resolve" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/resolve-from": { |
| "version": "4.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/resolve-from/-/resolve-from-4.0.0.tgz", |
| "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/retry": { |
| "version": "0.12.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/retry/-/retry-0.12.0.tgz", |
| "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/rollup": { |
| "version": "4.35.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/rollup/-/rollup-4.35.0.tgz", |
| "integrity": "sha512-kg6oI4g+vc41vePJyO6dHt/yl0Rz3Thv0kJeVQ3D1kS3E5XSuKbPc29G4IpT/Kv1KQwgHVcN+HtyS+HYLNSvQg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "1.0.6" |
| }, |
| "bin": { |
| "rollup": "dist/bin/rollup" |
| }, |
| "engines": { |
| "node": ">=18.0.0", |
| "npm": ">=8.0.0" |
| }, |
| "optionalDependencies": { |
| "@rollup/rollup-android-arm-eabi": "4.35.0", |
| "@rollup/rollup-android-arm64": "4.35.0", |
| "@rollup/rollup-darwin-arm64": "4.35.0", |
| "@rollup/rollup-darwin-x64": "4.35.0", |
| "@rollup/rollup-freebsd-arm64": "4.35.0", |
| "@rollup/rollup-freebsd-x64": "4.35.0", |
| "@rollup/rollup-linux-arm-gnueabihf": "4.35.0", |
| "@rollup/rollup-linux-arm-musleabihf": "4.35.0", |
| "@rollup/rollup-linux-arm64-gnu": "4.35.0", |
| "@rollup/rollup-linux-arm64-musl": "4.35.0", |
| "@rollup/rollup-linux-loongarch64-gnu": "4.35.0", |
| "@rollup/rollup-linux-powerpc64le-gnu": "4.35.0", |
| "@rollup/rollup-linux-riscv64-gnu": "4.35.0", |
| "@rollup/rollup-linux-s390x-gnu": "4.35.0", |
| "@rollup/rollup-linux-x64-gnu": "4.35.0", |
| "@rollup/rollup-linux-x64-musl": "4.35.0", |
| "@rollup/rollup-win32-arm64-msvc": "4.35.0", |
| "@rollup/rollup-win32-ia32-msvc": "4.35.0", |
| "@rollup/rollup-win32-x64-msvc": "4.35.0", |
| "fsevents": "~2.3.2" |
| } |
| }, |
| "node_modules/safe-buffer": { |
| "version": "5.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/safer-buffer": { |
| "version": "2.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/safer-buffer/-/safer-buffer-2.1.2.tgz", |
| "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", |
| "license": "MIT" |
| }, |
| "node_modules/scheduler": { |
| "version": "0.25.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/scheduler/-/scheduler-0.25.0.tgz", |
| "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==", |
| "license": "MIT" |
| }, |
| "node_modules/semver": { |
| "version": "7.7.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/semver/-/semver-7.7.1.tgz", |
| "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/send": { |
| "version": "0.19.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/send/-/send-0.19.0.tgz", |
| "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "2.6.9", |
| "depd": "2.0.0", |
| "destroy": "1.2.0", |
| "encodeurl": "~1.0.2", |
| "escape-html": "~1.0.3", |
| "etag": "~1.8.1", |
| "fresh": "0.5.2", |
| "http-errors": "2.0.0", |
| "mime": "1.6.0", |
| "ms": "2.1.3", |
| "on-finished": "2.4.1", |
| "range-parser": "~1.2.1", |
| "statuses": "2.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/send/node_modules/debug": { |
| "version": "2.6.9", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/debug/-/debug-2.6.9.tgz", |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "2.0.0" |
| } |
| }, |
| "node_modules/send/node_modules/debug/node_modules/ms": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ms/-/ms-2.0.0.tgz", |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| "license": "MIT" |
| }, |
| "node_modules/send/node_modules/encodeurl": { |
| "version": "1.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/encodeurl/-/encodeurl-1.0.2.tgz", |
| "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/serve-static": { |
| "version": "1.16.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/serve-static/-/serve-static-1.16.2.tgz", |
| "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", |
| "license": "MIT", |
| "dependencies": { |
| "encodeurl": "~2.0.0", |
| "escape-html": "~1.0.3", |
| "parseurl": "~1.3.3", |
| "send": "0.19.0" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/set-cookie-parser": { |
| "version": "2.7.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", |
| "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", |
| "license": "MIT" |
| }, |
| "node_modules/setprototypeof": { |
| "version": "1.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/setprototypeof/-/setprototypeof-1.2.0.tgz", |
| "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", |
| "license": "ISC" |
| }, |
| "node_modules/shebang-command": { |
| "version": "2.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/shebang-command/-/shebang-command-2.0.0.tgz", |
| "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "shebang-regex": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shebang-regex": { |
| "version": "3.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/shebang-regex/-/shebang-regex-3.0.0.tgz", |
| "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/side-channel": { |
| "version": "1.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel/-/side-channel-1.1.0.tgz", |
| "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "object-inspect": "^1.13.3", |
| "side-channel-list": "^1.0.0", |
| "side-channel-map": "^1.0.1", |
| "side-channel-weakmap": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-list": { |
| "version": "1.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel-list/-/side-channel-list-1.0.0.tgz", |
| "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "object-inspect": "^1.13.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-map": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel-map/-/side-channel-map-1.0.1.tgz", |
| "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.5", |
| "object-inspect": "^1.13.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-weakmap": { |
| "version": "1.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", |
| "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.5", |
| "object-inspect": "^1.13.3", |
| "side-channel-map": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/signal-exit": { |
| "version": "4.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/signal-exit/-/signal-exit-4.1.0.tgz", |
| "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/source-map": { |
| "version": "0.5.7", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/source-map/-/source-map-0.5.7.tgz", |
| "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/source-map-js": { |
| "version": "1.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/source-map-js/-/source-map-js-1.2.1.tgz", |
| "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/source-map-support": { |
| "version": "0.5.21", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/source-map-support/-/source-map-support-0.5.21.tgz", |
| "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", |
| "license": "MIT", |
| "dependencies": { |
| "buffer-from": "^1.0.0", |
| "source-map": "^0.6.0" |
| } |
| }, |
| "node_modules/source-map-support/node_modules/source-map": { |
| "version": "0.6.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/source-map/-/source-map-0.6.1.tgz", |
| "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/spdx-correct": { |
| "version": "3.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/spdx-correct/-/spdx-correct-3.2.0.tgz", |
| "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "spdx-expression-parse": "^3.0.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/spdx-exceptions": { |
| "version": "2.5.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", |
| "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", |
| "dev": true, |
| "license": "CC-BY-3.0" |
| }, |
| "node_modules/spdx-expression-parse": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", |
| "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "spdx-exceptions": "^2.1.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/spdx-license-ids": { |
| "version": "3.0.21", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz", |
| "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==", |
| "dev": true, |
| "license": "CC0-1.0" |
| }, |
| "node_modules/statuses": { |
| "version": "2.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/statuses/-/statuses-2.0.1.tgz", |
| "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/stream-slice": { |
| "version": "0.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/stream-slice/-/stream-slice-0.1.2.tgz", |
| "integrity": "sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==", |
| "license": "MIT" |
| }, |
| "node_modules/string_decoder": { |
| "version": "1.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/string_decoder/-/string_decoder-1.1.1.tgz", |
| "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "~5.1.0" |
| } |
| }, |
| "node_modules/string_decoder/node_modules/safe-buffer": { |
| "version": "5.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.1.2.tgz", |
| "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/string-width": { |
| "version": "5.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/string-width/-/string-width-5.1.2.tgz", |
| "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "eastasianwidth": "^0.2.0", |
| "emoji-regex": "^9.2.2", |
| "strip-ansi": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/string-width-cjs": { |
| "name": "string-width", |
| "version": "4.2.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/string-width/-/string-width-4.2.3.tgz", |
| "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/string-width-cjs/node_modules/ansi-regex": { |
| "version": "5.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ansi-regex/-/ansi-regex-5.0.1.tgz", |
| "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/string-width-cjs/node_modules/emoji-regex": { |
| "version": "8.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/emoji-regex/-/emoji-regex-8.0.0.tgz", |
| "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/string-width-cjs/node_modules/strip-ansi": { |
| "version": "6.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/strip-ansi/-/strip-ansi-6.0.1.tgz", |
| "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-ansi": { |
| "version": "7.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/strip-ansi/-/strip-ansi-7.1.0.tgz", |
| "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/strip-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/strip-ansi-cjs": { |
| "name": "strip-ansi", |
| "version": "6.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/strip-ansi/-/strip-ansi-6.0.1.tgz", |
| "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { |
| "version": "5.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ansi-regex/-/ansi-regex-5.0.1.tgz", |
| "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/stylis": { |
| "version": "4.2.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/stylis/-/stylis-4.2.0.tgz", |
| "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/supports-preserve-symlinks-flag": { |
| "version": "1.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", |
| "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/tailwindcss": { |
| "version": "4.0.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/tailwindcss/-/tailwindcss-4.0.14.tgz", |
| "integrity": "sha512-92YT2dpt671tFiHH/e1ok9D987N9fHD5VWoly1CdPD/Cd1HMglvZwP3nx2yTj2lbXDAHt8QssZkxTLCCTNL+xw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/tapable": { |
| "version": "2.2.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/tapable/-/tapable-2.2.1.tgz", |
| "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/toidentifier": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/toidentifier/-/toidentifier-1.0.1.tgz", |
| "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.6" |
| } |
| }, |
| "node_modules/tsconfck": { |
| "version": "3.1.5", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/tsconfck/-/tsconfck-3.1.5.tgz", |
| "integrity": "sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "tsconfck": "bin/tsconfck.js" |
| }, |
| "engines": { |
| "node": "^18 || >=20" |
| }, |
| "peerDependencies": { |
| "typescript": "^5.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/tslib": { |
| "version": "2.8.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/tslib/-/tslib-2.8.1.tgz", |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
| "dev": true, |
| "license": "0BSD" |
| }, |
| "node_modules/turbo-stream": { |
| "version": "2.4.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/turbo-stream/-/turbo-stream-2.4.0.tgz", |
| "integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==", |
| "license": "ISC" |
| }, |
| "node_modules/type-is": { |
| "version": "1.6.18", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/type-is/-/type-is-1.6.18.tgz", |
| "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", |
| "license": "MIT", |
| "dependencies": { |
| "media-typer": "0.3.0", |
| "mime-types": "~2.1.24" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/typedarray": { |
| "version": "0.0.6", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/typedarray/-/typedarray-0.0.6.tgz", |
| "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/typescript": { |
| "version": "5.8.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/typescript/-/typescript-5.8.2.tgz", |
| "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", |
| "devOptional": true, |
| "license": "Apache-2.0", |
| "bin": { |
| "tsc": "bin/tsc", |
| "tsserver": "bin/tsserver" |
| }, |
| "engines": { |
| "node": ">=14.17" |
| } |
| }, |
| "node_modules/undici": { |
| "version": "6.21.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/undici/-/undici-6.21.2.tgz", |
| "integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18.17" |
| } |
| }, |
| "node_modules/undici-types": { |
| "version": "6.19.8", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/undici-types/-/undici-types-6.19.8.tgz", |
| "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/universalify": { |
| "version": "2.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/universalify/-/universalify-2.0.1.tgz", |
| "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10.0.0" |
| } |
| }, |
| "node_modules/unpipe": { |
| "version": "1.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/unpipe/-/unpipe-1.0.0.tgz", |
| "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/update-browserslist-db": { |
| "version": "1.1.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", |
| "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/browserslist" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/browserslist" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "escalade": "^3.2.0", |
| "picocolors": "^1.1.1" |
| }, |
| "bin": { |
| "update-browserslist-db": "cli.js" |
| }, |
| "peerDependencies": { |
| "browserslist": ">= 4.21.0" |
| } |
| }, |
| "node_modules/use-callback-ref": { |
| "version": "1.3.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/use-callback-ref/-/use-callback-ref-1.3.3.tgz", |
| "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/use-sidecar": { |
| "version": "1.1.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/use-sidecar/-/use-sidecar-1.1.3.tgz", |
| "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "detect-node-es": "^1.1.0", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/util-deprecate": { |
| "version": "1.0.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/util-deprecate/-/util-deprecate-1.0.2.tgz", |
| "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/utils-merge": { |
| "version": "1.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/utils-merge/-/utils-merge-1.0.1.tgz", |
| "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4.0" |
| } |
| }, |
| "node_modules/uuid": { |
| "version": "8.3.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/uuid/-/uuid-8.3.2.tgz", |
| "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "uuid": "dist/bin/uuid" |
| } |
| }, |
| "node_modules/valibot": { |
| "version": "0.41.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/valibot/-/valibot-0.41.0.tgz", |
| "integrity": "sha512-igDBb8CTYr8YTQlOKgaN9nSS0Be7z+WRuaeYqGf3Cjz3aKmSnqEmYnkfVjzIuumGqfHpa3fLIvMEAfhrpqN8ng==", |
| "dev": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "typescript": ">=5" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/validate-npm-package-license": { |
| "version": "3.0.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", |
| "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "spdx-correct": "^3.0.0", |
| "spdx-expression-parse": "^3.0.0" |
| } |
| }, |
| "node_modules/validate-npm-package-name": { |
| "version": "5.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", |
| "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/vary": { |
| "version": "1.1.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/vary/-/vary-1.1.2.tgz", |
| "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/vite": { |
| "version": "5.4.14", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/vite/-/vite-5.4.14.tgz", |
| "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "esbuild": "^0.21.3", |
| "postcss": "^8.4.43", |
| "rollup": "^4.20.0" |
| }, |
| "bin": { |
| "vite": "bin/vite.js" |
| }, |
| "engines": { |
| "node": "^18.0.0 || >=20.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", |
| "less": "*", |
| "lightningcss": "^1.21.0", |
| "sass": "*", |
| "sass-embedded": "*", |
| "stylus": "*", |
| "sugarss": "*", |
| "terser": "^5.4.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/node": { |
| "optional": true |
| }, |
| "less": { |
| "optional": true |
| }, |
| "lightningcss": { |
| "optional": true |
| }, |
| "sass": { |
| "optional": true |
| }, |
| "sass-embedded": { |
| "optional": true |
| }, |
| "stylus": { |
| "optional": true |
| }, |
| "sugarss": { |
| "optional": true |
| }, |
| "terser": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/vite-node": { |
| "version": "3.0.0-beta.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/vite-node/-/vite-node-3.0.0-beta.2.tgz", |
| "integrity": "sha512-ofTf6cfRdL30Wbl9n/BX81EyIR5s4PReLmSurrxQ+koLaWUNOEo8E0lCM53OJkb8vpa2URM2nSrxZsIFyvY1rg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "cac": "^6.7.14", |
| "debug": "^4.4.0", |
| "es-module-lexer": "^1.5.4", |
| "pathe": "^1.1.2", |
| "vite": "^5.0.0 || ^6.0.0" |
| }, |
| "bin": { |
| "vite-node": "vite-node.mjs" |
| }, |
| "engines": { |
| "node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/vitest" |
| } |
| }, |
| "node_modules/vite-tsconfig-paths": { |
| "version": "5.1.4", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz", |
| "integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "debug": "^4.1.1", |
| "globrex": "^0.1.2", |
| "tsconfck": "^3.0.3" |
| }, |
| "peerDependencies": { |
| "vite": "*" |
| }, |
| "peerDependenciesMeta": { |
| "vite": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/warning": { |
| "version": "3.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/warning/-/warning-3.0.0.tgz", |
| "integrity": "sha512-jMBt6pUrKn5I+OGgtQ4YZLdhIeJmObddh6CsibPxyQ5yPZm1XExSyzC1LCNX7BzhxWgiHmizBWJTHJIjMjTQYQ==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "loose-envify": "^1.0.0" |
| } |
| }, |
| "node_modules/which": { |
| "version": "3.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/which/-/which-3.0.1.tgz", |
| "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/which.js" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/wrap-ansi": { |
| "version": "8.1.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/wrap-ansi/-/wrap-ansi-8.1.0.tgz", |
| "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^6.1.0", |
| "string-width": "^5.0.1", |
| "strip-ansi": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/wrap-ansi-cjs": { |
| "name": "wrap-ansi", |
| "version": "7.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |
| "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.0.0", |
| "string-width": "^4.1.0", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { |
| "version": "5.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ansi-regex/-/ansi-regex-5.0.1.tgz", |
| "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/ansi-styles/-/ansi-styles-4.3.0.tgz", |
| "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { |
| "version": "8.0.0", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/emoji-regex/-/emoji-regex-8.0.0.tgz", |
| "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/wrap-ansi-cjs/node_modules/string-width": { |
| "version": "4.2.3", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/string-width/-/string-width-4.2.3.tgz", |
| "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { |
| "version": "6.0.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/strip-ansi/-/strip-ansi-6.0.1.tgz", |
| "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/yallist": { |
| "version": "3.1.1", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/yallist/-/yallist-3.1.1.tgz", |
| "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/yaml": { |
| "version": "1.10.2", |
| "resolved": "https://mirrors.huaweicloud.com/repository/npm/yaml/-/yaml-1.10.2.tgz", |
| "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">= 6" |
| } |
| } |
| } |
| } |