San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1 | { |
| 2 | "name": "01_start", |
| 3 | "version": "0.0.1", |
| 4 | "lockfileVersion": 3, |
| 5 | "requires": true, |
| 6 | "packages": { |
| 7 | "": { |
| 8 | "name": "01_start", |
| 9 | "version": "0.0.1", |
| 10 | "license": "ISC", |
| 11 | "dependencies": { |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 12 | "@ant-design/icons": "^5.6.1", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13 | "@jest/globals": "^29.7.0", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14 | "@reduxjs/toolkit": "^2.6.1", |
| 15 | "@types/react": "^19.0.10", |
| 16 | "@types/react-dom": "^19.0.4", |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 17 | "antd": "^5.24.7", |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 18 | "antd-style": "^3.7.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 19 | "axios": "^1.8.4", |
| 20 | "axios-mock-adapter": "^2.1.0", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 21 | "core-js": "^3.41.0", |
| 22 | "cross-env": "^7.0.3", |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 23 | "dayjs": "^1.11.13", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 24 | "jest-environment-jsdom": "^29.7.0", |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 25 | "lodash": "^4.17.21", |
| 26 | "lodash.debounce": "^4.0.8", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 27 | "mock": "^0.1.1", |
| 28 | "mockjs": "^1.1.0", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 29 | "react": "^19.1.0", |
| 30 | "react-cookie": "^8.0.1", |
| 31 | "react-dom": "^19.1.0", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 32 | "react-redux": "^9.2.0", |
| 33 | "react-router": "^7.4.0", |
| 34 | "react-router-dom": "^7.4.0", |
| 35 | "redux": "^5.0.1", |
| 36 | "typescript": "^5.7.3", |
| 37 | "webpack": "^5.98.0", |
| 38 | "webpack-cli": "^6.0.1" |
| 39 | }, |
| 40 | "devDependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 41 | "@babel/core": "^7.27.4", |
| 42 | "@babel/preset-env": "^7.27.2", |
| 43 | "@babel/preset-react": "^7.27.1", |
| 44 | "@babel/preset-typescript": "^7.27.1", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 45 | "@testing-library/jest-dom": "^6.6.3", |
| 46 | "@testing-library/react": "^16.3.0", |
| 47 | "@testing-library/user-event": "^14.6.1", |
| 48 | "@types/jest": "^29.5.14", |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 49 | "@types/lodash": "^4.17.16", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 50 | "babel-jest": "^29.7.0", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 51 | "babel-loader": "^10.0.0", |
| 52 | "circular-dependency-plugin": "^5.2.2", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 53 | "css-loader": "^7.1.2", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 54 | "css-minimizer-webpack-plugin": "^7.0.2", |
| 55 | "html-webpack-plugin": "^5.6.3", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 56 | "identity-obj-proxy": "^3.0.0", |
| 57 | "jest": "^29.7.0", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 58 | "less": "^4.3.0", |
| 59 | "less-loader": "^12.3.0", |
| 60 | "mini-css-extract-plugin": "^2.9.2", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 61 | "postcss": "^8.5.3", |
| 62 | "postcss-loader": "^8.1.1", |
| 63 | "postcss-preset-env": "^10.1.5", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 64 | "process": "^0.11.10", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 65 | "react-test-renderer": "^19.1.0", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 66 | "style-loader": "^4.0.0", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 67 | "ts-jest": "^29.3.2", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 68 | "webpack-dev-server": "^5.2.0", |
| 69 | "webpack-merge": "^6.0.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 70 | } |
| 71 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 72 | "node_modules/@adobe/css-tools": { |
| 73 | "version": "4.4.2", |
| 74 | "resolved": "https://registry.npmmirror.com/@adobe/css-tools/-/css-tools-4.4.2.tgz", |
| 75 | "integrity": "sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==", |
| 76 | "dev": true, |
| 77 | "license": "MIT" |
| 78 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 79 | "node_modules/@ampproject/remapping": { |
| 80 | "version": "2.3.0", |
| 81 | "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz", |
| 82 | "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", |
| 83 | "license": "Apache-2.0", |
| 84 | "dependencies": { |
| 85 | "@jridgewell/gen-mapping": "^0.3.5", |
| 86 | "@jridgewell/trace-mapping": "^0.3.24" |
| 87 | }, |
| 88 | "engines": { |
| 89 | "node": ">=6.0.0" |
| 90 | } |
| 91 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 92 | "node_modules/@ant-design/colors": { |
| 93 | "version": "7.2.0", |
| 94 | "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-7.2.0.tgz", |
| 95 | "integrity": "sha512-bjTObSnZ9C/O8MB/B4OUtd/q9COomuJAR2SYfhxLyHvCKn4EKwCN3e+fWGMo7H5InAyV0wL17jdE9ALrdOW/6A==", |
| 96 | "license": "MIT", |
| 97 | "dependencies": { |
| 98 | "@ant-design/fast-color": "^2.0.6" |
| 99 | } |
| 100 | }, |
| 101 | "node_modules/@ant-design/cssinjs": { |
| 102 | "version": "1.23.0", |
| 103 | "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs/-/cssinjs-1.23.0.tgz", |
| 104 | "integrity": "sha512-7GAg9bD/iC9ikWatU9ym+P9ugJhi/WbsTWzcKN6T4gU0aehsprtke1UAaaSxxkjjmkJb3llet/rbUSLPgwlY4w==", |
| 105 | "license": "MIT", |
| 106 | "dependencies": { |
| 107 | "@babel/runtime": "^7.11.1", |
| 108 | "@emotion/hash": "^0.8.0", |
| 109 | "@emotion/unitless": "^0.7.5", |
| 110 | "classnames": "^2.3.1", |
| 111 | "csstype": "^3.1.3", |
| 112 | "rc-util": "^5.35.0", |
| 113 | "stylis": "^4.3.4" |
| 114 | }, |
| 115 | "peerDependencies": { |
| 116 | "react": ">=16.0.0", |
| 117 | "react-dom": ">=16.0.0" |
| 118 | } |
| 119 | }, |
| 120 | "node_modules/@ant-design/cssinjs-utils": { |
| 121 | "version": "1.1.3", |
| 122 | "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz", |
| 123 | "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==", |
| 124 | "license": "MIT", |
| 125 | "dependencies": { |
| 126 | "@ant-design/cssinjs": "^1.21.0", |
| 127 | "@babel/runtime": "^7.23.2", |
| 128 | "rc-util": "^5.38.0" |
| 129 | }, |
| 130 | "peerDependencies": { |
| 131 | "react": ">=16.9.0", |
| 132 | "react-dom": ">=16.9.0" |
| 133 | } |
| 134 | }, |
| 135 | "node_modules/@ant-design/fast-color": { |
| 136 | "version": "2.0.6", |
| 137 | "resolved": "https://registry.npmmirror.com/@ant-design/fast-color/-/fast-color-2.0.6.tgz", |
| 138 | "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==", |
| 139 | "license": "MIT", |
| 140 | "dependencies": { |
| 141 | "@babel/runtime": "^7.24.7" |
| 142 | }, |
| 143 | "engines": { |
| 144 | "node": ">=8.x" |
| 145 | } |
| 146 | }, |
| 147 | "node_modules/@ant-design/icons": { |
| 148 | "version": "5.6.1", |
| 149 | "resolved": "https://registry.npmmirror.com/@ant-design/icons/-/icons-5.6.1.tgz", |
| 150 | "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==", |
| 151 | "license": "MIT", |
| 152 | "dependencies": { |
| 153 | "@ant-design/colors": "^7.0.0", |
| 154 | "@ant-design/icons-svg": "^4.4.0", |
| 155 | "@babel/runtime": "^7.24.8", |
| 156 | "classnames": "^2.2.6", |
| 157 | "rc-util": "^5.31.1" |
| 158 | }, |
| 159 | "engines": { |
| 160 | "node": ">=8" |
| 161 | }, |
| 162 | "peerDependencies": { |
| 163 | "react": ">=16.0.0", |
| 164 | "react-dom": ">=16.0.0" |
| 165 | } |
| 166 | }, |
| 167 | "node_modules/@ant-design/icons-svg": { |
| 168 | "version": "4.4.2", |
| 169 | "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz", |
| 170 | "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==", |
| 171 | "license": "MIT" |
| 172 | }, |
| 173 | "node_modules/@ant-design/react-slick": { |
| 174 | "version": "1.1.2", |
| 175 | "resolved": "https://registry.npmmirror.com/@ant-design/react-slick/-/react-slick-1.1.2.tgz", |
| 176 | "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==", |
| 177 | "license": "MIT", |
| 178 | "dependencies": { |
| 179 | "@babel/runtime": "^7.10.4", |
| 180 | "classnames": "^2.2.5", |
| 181 | "json2mq": "^0.2.0", |
| 182 | "resize-observer-polyfill": "^1.5.1", |
| 183 | "throttle-debounce": "^5.0.0" |
| 184 | }, |
| 185 | "peerDependencies": { |
| 186 | "react": ">=16.9.0" |
| 187 | } |
| 188 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 189 | "node_modules/@babel/code-frame": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 190 | "version": "7.27.1", |
| 191 | "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz", |
| 192 | "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 193 | "license": "MIT", |
| 194 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 195 | "@babel/helper-validator-identifier": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 196 | "js-tokens": "^4.0.0", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 197 | "picocolors": "^1.1.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 198 | }, |
| 199 | "engines": { |
| 200 | "node": ">=6.9.0" |
| 201 | } |
| 202 | }, |
| 203 | "node_modules/@babel/compat-data": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 204 | "version": "7.27.3", |
| 205 | "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.3.tgz", |
| 206 | "integrity": "sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 207 | "license": "MIT", |
| 208 | "engines": { |
| 209 | "node": ">=6.9.0" |
| 210 | } |
| 211 | }, |
| 212 | "node_modules/@babel/core": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 213 | "version": "7.27.4", |
| 214 | "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.27.4.tgz", |
| 215 | "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 216 | "license": "MIT", |
| 217 | "dependencies": { |
| 218 | "@ampproject/remapping": "^2.2.0", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 219 | "@babel/code-frame": "^7.27.1", |
| 220 | "@babel/generator": "^7.27.3", |
| 221 | "@babel/helper-compilation-targets": "^7.27.2", |
| 222 | "@babel/helper-module-transforms": "^7.27.3", |
| 223 | "@babel/helpers": "^7.27.4", |
| 224 | "@babel/parser": "^7.27.4", |
| 225 | "@babel/template": "^7.27.2", |
| 226 | "@babel/traverse": "^7.27.4", |
| 227 | "@babel/types": "^7.27.3", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 228 | "convert-source-map": "^2.0.0", |
| 229 | "debug": "^4.1.0", |
| 230 | "gensync": "^1.0.0-beta.2", |
| 231 | "json5": "^2.2.3", |
| 232 | "semver": "^6.3.1" |
| 233 | }, |
| 234 | "engines": { |
| 235 | "node": ">=6.9.0" |
| 236 | }, |
| 237 | "funding": { |
| 238 | "type": "opencollective", |
| 239 | "url": "https://opencollective.com/babel" |
| 240 | } |
| 241 | }, |
| 242 | "node_modules/@babel/generator": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 243 | "version": "7.27.3", |
| 244 | "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.3.tgz", |
| 245 | "integrity": "sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 246 | "license": "MIT", |
| 247 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 248 | "@babel/parser": "^7.27.3", |
| 249 | "@babel/types": "^7.27.3", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 250 | "@jridgewell/gen-mapping": "^0.3.5", |
| 251 | "@jridgewell/trace-mapping": "^0.3.25", |
| 252 | "jsesc": "^3.0.2" |
| 253 | }, |
| 254 | "engines": { |
| 255 | "node": ">=6.9.0" |
| 256 | } |
| 257 | }, |
| 258 | "node_modules/@babel/helper-annotate-as-pure": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 259 | "version": "7.27.3", |
| 260 | "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", |
| 261 | "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", |
| 262 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 263 | "license": "MIT", |
| 264 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 265 | "@babel/types": "^7.27.3" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 266 | }, |
| 267 | "engines": { |
| 268 | "node": ">=6.9.0" |
| 269 | } |
| 270 | }, |
| 271 | "node_modules/@babel/helper-compilation-targets": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 272 | "version": "7.27.2", |
| 273 | "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", |
| 274 | "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 275 | "license": "MIT", |
| 276 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 277 | "@babel/compat-data": "^7.27.2", |
| 278 | "@babel/helper-validator-option": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 279 | "browserslist": "^4.24.0", |
| 280 | "lru-cache": "^5.1.1", |
| 281 | "semver": "^6.3.1" |
| 282 | }, |
| 283 | "engines": { |
| 284 | "node": ">=6.9.0" |
| 285 | } |
| 286 | }, |
| 287 | "node_modules/@babel/helper-create-class-features-plugin": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 288 | "version": "7.27.1", |
| 289 | "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz", |
| 290 | "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==", |
| 291 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 292 | "license": "MIT", |
| 293 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 294 | "@babel/helper-annotate-as-pure": "^7.27.1", |
| 295 | "@babel/helper-member-expression-to-functions": "^7.27.1", |
| 296 | "@babel/helper-optimise-call-expression": "^7.27.1", |
| 297 | "@babel/helper-replace-supers": "^7.27.1", |
| 298 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", |
| 299 | "@babel/traverse": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 300 | "semver": "^6.3.1" |
| 301 | }, |
| 302 | "engines": { |
| 303 | "node": ">=6.9.0" |
| 304 | }, |
| 305 | "peerDependencies": { |
| 306 | "@babel/core": "^7.0.0" |
| 307 | } |
| 308 | }, |
| 309 | "node_modules/@babel/helper-create-regexp-features-plugin": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 310 | "version": "7.27.1", |
| 311 | "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz", |
| 312 | "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 313 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 314 | "license": "MIT", |
| 315 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 316 | "@babel/helper-annotate-as-pure": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 317 | "regexpu-core": "^6.2.0", |
| 318 | "semver": "^6.3.1" |
| 319 | }, |
| 320 | "engines": { |
| 321 | "node": ">=6.9.0" |
| 322 | }, |
| 323 | "peerDependencies": { |
| 324 | "@babel/core": "^7.0.0" |
| 325 | } |
| 326 | }, |
| 327 | "node_modules/@babel/helper-define-polyfill-provider": { |
| 328 | "version": "0.6.4", |
| 329 | "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz", |
| 330 | "integrity": "sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 331 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 332 | "license": "MIT", |
| 333 | "dependencies": { |
| 334 | "@babel/helper-compilation-targets": "^7.22.6", |
| 335 | "@babel/helper-plugin-utils": "^7.22.5", |
| 336 | "debug": "^4.1.1", |
| 337 | "lodash.debounce": "^4.0.8", |
| 338 | "resolve": "^1.14.2" |
| 339 | }, |
| 340 | "peerDependencies": { |
| 341 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 342 | } |
| 343 | }, |
| 344 | "node_modules/@babel/helper-member-expression-to-functions": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 345 | "version": "7.27.1", |
| 346 | "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", |
| 347 | "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", |
| 348 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 349 | "license": "MIT", |
| 350 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 351 | "@babel/traverse": "^7.27.1", |
| 352 | "@babel/types": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 353 | }, |
| 354 | "engines": { |
| 355 | "node": ">=6.9.0" |
| 356 | } |
| 357 | }, |
| 358 | "node_modules/@babel/helper-module-imports": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 359 | "version": "7.27.1", |
| 360 | "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", |
| 361 | "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 362 | "license": "MIT", |
| 363 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 364 | "@babel/traverse": "^7.27.1", |
| 365 | "@babel/types": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 366 | }, |
| 367 | "engines": { |
| 368 | "node": ">=6.9.0" |
| 369 | } |
| 370 | }, |
| 371 | "node_modules/@babel/helper-module-transforms": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 372 | "version": "7.27.3", |
| 373 | "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", |
| 374 | "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 375 | "license": "MIT", |
| 376 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 377 | "@babel/helper-module-imports": "^7.27.1", |
| 378 | "@babel/helper-validator-identifier": "^7.27.1", |
| 379 | "@babel/traverse": "^7.27.3" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 380 | }, |
| 381 | "engines": { |
| 382 | "node": ">=6.9.0" |
| 383 | }, |
| 384 | "peerDependencies": { |
| 385 | "@babel/core": "^7.0.0" |
| 386 | } |
| 387 | }, |
| 388 | "node_modules/@babel/helper-optimise-call-expression": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 389 | "version": "7.27.1", |
| 390 | "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", |
| 391 | "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", |
| 392 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 393 | "license": "MIT", |
| 394 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 395 | "@babel/types": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 396 | }, |
| 397 | "engines": { |
| 398 | "node": ">=6.9.0" |
| 399 | } |
| 400 | }, |
| 401 | "node_modules/@babel/helper-plugin-utils": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 402 | "version": "7.27.1", |
| 403 | "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", |
| 404 | "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 405 | "license": "MIT", |
| 406 | "engines": { |
| 407 | "node": ">=6.9.0" |
| 408 | } |
| 409 | }, |
| 410 | "node_modules/@babel/helper-remap-async-to-generator": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 411 | "version": "7.27.1", |
| 412 | "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", |
| 413 | "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 414 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 415 | "license": "MIT", |
| 416 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 417 | "@babel/helper-annotate-as-pure": "^7.27.1", |
| 418 | "@babel/helper-wrap-function": "^7.27.1", |
| 419 | "@babel/traverse": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 420 | }, |
| 421 | "engines": { |
| 422 | "node": ">=6.9.0" |
| 423 | }, |
| 424 | "peerDependencies": { |
| 425 | "@babel/core": "^7.0.0" |
| 426 | } |
| 427 | }, |
| 428 | "node_modules/@babel/helper-replace-supers": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 429 | "version": "7.27.1", |
| 430 | "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", |
| 431 | "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", |
| 432 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 433 | "license": "MIT", |
| 434 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 435 | "@babel/helper-member-expression-to-functions": "^7.27.1", |
| 436 | "@babel/helper-optimise-call-expression": "^7.27.1", |
| 437 | "@babel/traverse": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 438 | }, |
| 439 | "engines": { |
| 440 | "node": ">=6.9.0" |
| 441 | }, |
| 442 | "peerDependencies": { |
| 443 | "@babel/core": "^7.0.0" |
| 444 | } |
| 445 | }, |
| 446 | "node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 447 | "version": "7.27.1", |
| 448 | "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", |
| 449 | "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", |
| 450 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 451 | "license": "MIT", |
| 452 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 453 | "@babel/traverse": "^7.27.1", |
| 454 | "@babel/types": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 455 | }, |
| 456 | "engines": { |
| 457 | "node": ">=6.9.0" |
| 458 | } |
| 459 | }, |
| 460 | "node_modules/@babel/helper-string-parser": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 461 | "version": "7.27.1", |
| 462 | "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", |
| 463 | "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 464 | "license": "MIT", |
| 465 | "engines": { |
| 466 | "node": ">=6.9.0" |
| 467 | } |
| 468 | }, |
| 469 | "node_modules/@babel/helper-validator-identifier": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 470 | "version": "7.27.1", |
| 471 | "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", |
| 472 | "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 473 | "license": "MIT", |
| 474 | "engines": { |
| 475 | "node": ">=6.9.0" |
| 476 | } |
| 477 | }, |
| 478 | "node_modules/@babel/helper-validator-option": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 479 | "version": "7.27.1", |
| 480 | "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", |
| 481 | "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 482 | "license": "MIT", |
| 483 | "engines": { |
| 484 | "node": ">=6.9.0" |
| 485 | } |
| 486 | }, |
| 487 | "node_modules/@babel/helper-wrap-function": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 488 | "version": "7.27.1", |
| 489 | "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz", |
| 490 | "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 491 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 492 | "license": "MIT", |
| 493 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 494 | "@babel/template": "^7.27.1", |
| 495 | "@babel/traverse": "^7.27.1", |
| 496 | "@babel/types": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 497 | }, |
| 498 | "engines": { |
| 499 | "node": ">=6.9.0" |
| 500 | } |
| 501 | }, |
| 502 | "node_modules/@babel/helpers": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 503 | "version": "7.27.4", |
| 504 | "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.4.tgz", |
| 505 | "integrity": "sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 506 | "license": "MIT", |
| 507 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 508 | "@babel/template": "^7.27.2", |
| 509 | "@babel/types": "^7.27.3" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 510 | }, |
| 511 | "engines": { |
| 512 | "node": ">=6.9.0" |
| 513 | } |
| 514 | }, |
| 515 | "node_modules/@babel/parser": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 516 | "version": "7.27.4", |
| 517 | "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.4.tgz", |
| 518 | "integrity": "sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 519 | "license": "MIT", |
| 520 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 521 | "@babel/types": "^7.27.3" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 522 | }, |
| 523 | "bin": { |
| 524 | "parser": "bin/babel-parser.js" |
| 525 | }, |
| 526 | "engines": { |
| 527 | "node": ">=6.0.0" |
| 528 | } |
| 529 | }, |
| 530 | "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 531 | "version": "7.27.1", |
| 532 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz", |
| 533 | "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 534 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 535 | "license": "MIT", |
| 536 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 537 | "@babel/helper-plugin-utils": "^7.27.1", |
| 538 | "@babel/traverse": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 539 | }, |
| 540 | "engines": { |
| 541 | "node": ">=6.9.0" |
| 542 | }, |
| 543 | "peerDependencies": { |
| 544 | "@babel/core": "^7.0.0" |
| 545 | } |
| 546 | }, |
| 547 | "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 548 | "version": "7.27.1", |
| 549 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz", |
| 550 | "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 551 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 552 | "license": "MIT", |
| 553 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 554 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 555 | }, |
| 556 | "engines": { |
| 557 | "node": ">=6.9.0" |
| 558 | }, |
| 559 | "peerDependencies": { |
| 560 | "@babel/core": "^7.0.0" |
| 561 | } |
| 562 | }, |
| 563 | "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 564 | "version": "7.27.1", |
| 565 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz", |
| 566 | "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 567 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 568 | "license": "MIT", |
| 569 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 570 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 571 | }, |
| 572 | "engines": { |
| 573 | "node": ">=6.9.0" |
| 574 | }, |
| 575 | "peerDependencies": { |
| 576 | "@babel/core": "^7.0.0" |
| 577 | } |
| 578 | }, |
| 579 | "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 580 | "version": "7.27.1", |
| 581 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz", |
| 582 | "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 583 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 584 | "license": "MIT", |
| 585 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 586 | "@babel/helper-plugin-utils": "^7.27.1", |
| 587 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", |
| 588 | "@babel/plugin-transform-optional-chaining": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 589 | }, |
| 590 | "engines": { |
| 591 | "node": ">=6.9.0" |
| 592 | }, |
| 593 | "peerDependencies": { |
| 594 | "@babel/core": "^7.13.0" |
| 595 | } |
| 596 | }, |
| 597 | "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 598 | "version": "7.27.1", |
| 599 | "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz", |
| 600 | "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 601 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 602 | "license": "MIT", |
| 603 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 604 | "@babel/helper-plugin-utils": "^7.27.1", |
| 605 | "@babel/traverse": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 606 | }, |
| 607 | "engines": { |
| 608 | "node": ">=6.9.0" |
| 609 | }, |
| 610 | "peerDependencies": { |
| 611 | "@babel/core": "^7.0.0" |
| 612 | } |
| 613 | }, |
| 614 | "node_modules/@babel/plugin-proposal-private-property-in-object": { |
| 615 | "version": "7.21.0-placeholder-for-preset-env.2", |
| 616 | "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", |
| 617 | "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 618 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 619 | "license": "MIT", |
| 620 | "engines": { |
| 621 | "node": ">=6.9.0" |
| 622 | }, |
| 623 | "peerDependencies": { |
| 624 | "@babel/core": "^7.0.0-0" |
| 625 | } |
| 626 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 627 | "node_modules/@babel/plugin-syntax-async-generators": { |
| 628 | "version": "7.8.4", |
| 629 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", |
| 630 | "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", |
| 631 | "license": "MIT", |
| 632 | "dependencies": { |
| 633 | "@babel/helper-plugin-utils": "^7.8.0" |
| 634 | }, |
| 635 | "peerDependencies": { |
| 636 | "@babel/core": "^7.0.0-0" |
| 637 | } |
| 638 | }, |
| 639 | "node_modules/@babel/plugin-syntax-bigint": { |
| 640 | "version": "7.8.3", |
| 641 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", |
| 642 | "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", |
| 643 | "license": "MIT", |
| 644 | "dependencies": { |
| 645 | "@babel/helper-plugin-utils": "^7.8.0" |
| 646 | }, |
| 647 | "peerDependencies": { |
| 648 | "@babel/core": "^7.0.0-0" |
| 649 | } |
| 650 | }, |
| 651 | "node_modules/@babel/plugin-syntax-class-properties": { |
| 652 | "version": "7.12.13", |
| 653 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", |
| 654 | "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", |
| 655 | "license": "MIT", |
| 656 | "dependencies": { |
| 657 | "@babel/helper-plugin-utils": "^7.12.13" |
| 658 | }, |
| 659 | "peerDependencies": { |
| 660 | "@babel/core": "^7.0.0-0" |
| 661 | } |
| 662 | }, |
| 663 | "node_modules/@babel/plugin-syntax-class-static-block": { |
| 664 | "version": "7.14.5", |
| 665 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", |
| 666 | "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", |
| 667 | "license": "MIT", |
| 668 | "dependencies": { |
| 669 | "@babel/helper-plugin-utils": "^7.14.5" |
| 670 | }, |
| 671 | "engines": { |
| 672 | "node": ">=6.9.0" |
| 673 | }, |
| 674 | "peerDependencies": { |
| 675 | "@babel/core": "^7.0.0-0" |
| 676 | } |
| 677 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 678 | "node_modules/@babel/plugin-syntax-import-assertions": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 679 | "version": "7.27.1", |
| 680 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz", |
| 681 | "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 682 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 683 | "license": "MIT", |
| 684 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 685 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 686 | }, |
| 687 | "engines": { |
| 688 | "node": ">=6.9.0" |
| 689 | }, |
| 690 | "peerDependencies": { |
| 691 | "@babel/core": "^7.0.0-0" |
| 692 | } |
| 693 | }, |
| 694 | "node_modules/@babel/plugin-syntax-import-attributes": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 695 | "version": "7.27.1", |
| 696 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz", |
| 697 | "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 698 | "license": "MIT", |
| 699 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 700 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 701 | }, |
| 702 | "engines": { |
| 703 | "node": ">=6.9.0" |
| 704 | }, |
| 705 | "peerDependencies": { |
| 706 | "@babel/core": "^7.0.0-0" |
| 707 | } |
| 708 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 709 | "node_modules/@babel/plugin-syntax-import-meta": { |
| 710 | "version": "7.10.4", |
| 711 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", |
| 712 | "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", |
| 713 | "license": "MIT", |
| 714 | "dependencies": { |
| 715 | "@babel/helper-plugin-utils": "^7.10.4" |
| 716 | }, |
| 717 | "peerDependencies": { |
| 718 | "@babel/core": "^7.0.0-0" |
| 719 | } |
| 720 | }, |
| 721 | "node_modules/@babel/plugin-syntax-json-strings": { |
| 722 | "version": "7.8.3", |
| 723 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", |
| 724 | "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", |
| 725 | "license": "MIT", |
| 726 | "dependencies": { |
| 727 | "@babel/helper-plugin-utils": "^7.8.0" |
| 728 | }, |
| 729 | "peerDependencies": { |
| 730 | "@babel/core": "^7.0.0-0" |
| 731 | } |
| 732 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 733 | "node_modules/@babel/plugin-syntax-jsx": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 734 | "version": "7.27.1", |
| 735 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz", |
| 736 | "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 737 | "license": "MIT", |
| 738 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 739 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 740 | }, |
| 741 | "engines": { |
| 742 | "node": ">=6.9.0" |
| 743 | }, |
| 744 | "peerDependencies": { |
| 745 | "@babel/core": "^7.0.0-0" |
| 746 | } |
| 747 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 748 | "node_modules/@babel/plugin-syntax-logical-assignment-operators": { |
| 749 | "version": "7.10.4", |
| 750 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", |
| 751 | "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", |
| 752 | "license": "MIT", |
| 753 | "dependencies": { |
| 754 | "@babel/helper-plugin-utils": "^7.10.4" |
| 755 | }, |
| 756 | "peerDependencies": { |
| 757 | "@babel/core": "^7.0.0-0" |
| 758 | } |
| 759 | }, |
| 760 | "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { |
| 761 | "version": "7.8.3", |
| 762 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", |
| 763 | "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", |
| 764 | "license": "MIT", |
| 765 | "dependencies": { |
| 766 | "@babel/helper-plugin-utils": "^7.8.0" |
| 767 | }, |
| 768 | "peerDependencies": { |
| 769 | "@babel/core": "^7.0.0-0" |
| 770 | } |
| 771 | }, |
| 772 | "node_modules/@babel/plugin-syntax-numeric-separator": { |
| 773 | "version": "7.10.4", |
| 774 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", |
| 775 | "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", |
| 776 | "license": "MIT", |
| 777 | "dependencies": { |
| 778 | "@babel/helper-plugin-utils": "^7.10.4" |
| 779 | }, |
| 780 | "peerDependencies": { |
| 781 | "@babel/core": "^7.0.0-0" |
| 782 | } |
| 783 | }, |
| 784 | "node_modules/@babel/plugin-syntax-object-rest-spread": { |
| 785 | "version": "7.8.3", |
| 786 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", |
| 787 | "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", |
| 788 | "license": "MIT", |
| 789 | "dependencies": { |
| 790 | "@babel/helper-plugin-utils": "^7.8.0" |
| 791 | }, |
| 792 | "peerDependencies": { |
| 793 | "@babel/core": "^7.0.0-0" |
| 794 | } |
| 795 | }, |
| 796 | "node_modules/@babel/plugin-syntax-optional-catch-binding": { |
| 797 | "version": "7.8.3", |
| 798 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", |
| 799 | "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", |
| 800 | "license": "MIT", |
| 801 | "dependencies": { |
| 802 | "@babel/helper-plugin-utils": "^7.8.0" |
| 803 | }, |
| 804 | "peerDependencies": { |
| 805 | "@babel/core": "^7.0.0-0" |
| 806 | } |
| 807 | }, |
| 808 | "node_modules/@babel/plugin-syntax-optional-chaining": { |
| 809 | "version": "7.8.3", |
| 810 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", |
| 811 | "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", |
| 812 | "license": "MIT", |
| 813 | "dependencies": { |
| 814 | "@babel/helper-plugin-utils": "^7.8.0" |
| 815 | }, |
| 816 | "peerDependencies": { |
| 817 | "@babel/core": "^7.0.0-0" |
| 818 | } |
| 819 | }, |
| 820 | "node_modules/@babel/plugin-syntax-private-property-in-object": { |
| 821 | "version": "7.14.5", |
| 822 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", |
| 823 | "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", |
| 824 | "license": "MIT", |
| 825 | "dependencies": { |
| 826 | "@babel/helper-plugin-utils": "^7.14.5" |
| 827 | }, |
| 828 | "engines": { |
| 829 | "node": ">=6.9.0" |
| 830 | }, |
| 831 | "peerDependencies": { |
| 832 | "@babel/core": "^7.0.0-0" |
| 833 | } |
| 834 | }, |
| 835 | "node_modules/@babel/plugin-syntax-top-level-await": { |
| 836 | "version": "7.14.5", |
| 837 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", |
| 838 | "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", |
| 839 | "license": "MIT", |
| 840 | "dependencies": { |
| 841 | "@babel/helper-plugin-utils": "^7.14.5" |
| 842 | }, |
| 843 | "engines": { |
| 844 | "node": ">=6.9.0" |
| 845 | }, |
| 846 | "peerDependencies": { |
| 847 | "@babel/core": "^7.0.0-0" |
| 848 | } |
| 849 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 850 | "node_modules/@babel/plugin-syntax-typescript": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 851 | "version": "7.27.1", |
| 852 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz", |
| 853 | "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 854 | "license": "MIT", |
| 855 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 856 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 857 | }, |
| 858 | "engines": { |
| 859 | "node": ">=6.9.0" |
| 860 | }, |
| 861 | "peerDependencies": { |
| 862 | "@babel/core": "^7.0.0-0" |
| 863 | } |
| 864 | }, |
| 865 | "node_modules/@babel/plugin-syntax-unicode-sets-regex": { |
| 866 | "version": "7.18.6", |
| 867 | "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", |
| 868 | "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 869 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 870 | "license": "MIT", |
| 871 | "dependencies": { |
| 872 | "@babel/helper-create-regexp-features-plugin": "^7.18.6", |
| 873 | "@babel/helper-plugin-utils": "^7.18.6" |
| 874 | }, |
| 875 | "engines": { |
| 876 | "node": ">=6.9.0" |
| 877 | }, |
| 878 | "peerDependencies": { |
| 879 | "@babel/core": "^7.0.0" |
| 880 | } |
| 881 | }, |
| 882 | "node_modules/@babel/plugin-transform-arrow-functions": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 883 | "version": "7.27.1", |
| 884 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", |
| 885 | "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 886 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 887 | "license": "MIT", |
| 888 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 889 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 890 | }, |
| 891 | "engines": { |
| 892 | "node": ">=6.9.0" |
| 893 | }, |
| 894 | "peerDependencies": { |
| 895 | "@babel/core": "^7.0.0-0" |
| 896 | } |
| 897 | }, |
| 898 | "node_modules/@babel/plugin-transform-async-generator-functions": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 899 | "version": "7.27.1", |
| 900 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.27.1.tgz", |
| 901 | "integrity": "sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 902 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 903 | "license": "MIT", |
| 904 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 905 | "@babel/helper-plugin-utils": "^7.27.1", |
| 906 | "@babel/helper-remap-async-to-generator": "^7.27.1", |
| 907 | "@babel/traverse": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 908 | }, |
| 909 | "engines": { |
| 910 | "node": ">=6.9.0" |
| 911 | }, |
| 912 | "peerDependencies": { |
| 913 | "@babel/core": "^7.0.0-0" |
| 914 | } |
| 915 | }, |
| 916 | "node_modules/@babel/plugin-transform-async-to-generator": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 917 | "version": "7.27.1", |
| 918 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz", |
| 919 | "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 920 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 921 | "license": "MIT", |
| 922 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 923 | "@babel/helper-module-imports": "^7.27.1", |
| 924 | "@babel/helper-plugin-utils": "^7.27.1", |
| 925 | "@babel/helper-remap-async-to-generator": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 926 | }, |
| 927 | "engines": { |
| 928 | "node": ">=6.9.0" |
| 929 | }, |
| 930 | "peerDependencies": { |
| 931 | "@babel/core": "^7.0.0-0" |
| 932 | } |
| 933 | }, |
| 934 | "node_modules/@babel/plugin-transform-block-scoped-functions": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 935 | "version": "7.27.1", |
| 936 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz", |
| 937 | "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 938 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 939 | "license": "MIT", |
| 940 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 941 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 942 | }, |
| 943 | "engines": { |
| 944 | "node": ">=6.9.0" |
| 945 | }, |
| 946 | "peerDependencies": { |
| 947 | "@babel/core": "^7.0.0-0" |
| 948 | } |
| 949 | }, |
| 950 | "node_modules/@babel/plugin-transform-block-scoping": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 951 | "version": "7.27.3", |
| 952 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.3.tgz", |
| 953 | "integrity": "sha512-+F8CnfhuLhwUACIJMLWnjz6zvzYM2r0yeIHKlbgfw7ml8rOMJsXNXV/hyRcb3nb493gRs4WvYpQAndWj/qQmkQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 954 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 955 | "license": "MIT", |
| 956 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 957 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 958 | }, |
| 959 | "engines": { |
| 960 | "node": ">=6.9.0" |
| 961 | }, |
| 962 | "peerDependencies": { |
| 963 | "@babel/core": "^7.0.0-0" |
| 964 | } |
| 965 | }, |
| 966 | "node_modules/@babel/plugin-transform-class-properties": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 967 | "version": "7.27.1", |
| 968 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz", |
| 969 | "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 970 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 971 | "license": "MIT", |
| 972 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 973 | "@babel/helper-create-class-features-plugin": "^7.27.1", |
| 974 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 975 | }, |
| 976 | "engines": { |
| 977 | "node": ">=6.9.0" |
| 978 | }, |
| 979 | "peerDependencies": { |
| 980 | "@babel/core": "^7.0.0-0" |
| 981 | } |
| 982 | }, |
| 983 | "node_modules/@babel/plugin-transform-class-static-block": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 984 | "version": "7.27.1", |
| 985 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz", |
| 986 | "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 987 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 988 | "license": "MIT", |
| 989 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 990 | "@babel/helper-create-class-features-plugin": "^7.27.1", |
| 991 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 992 | }, |
| 993 | "engines": { |
| 994 | "node": ">=6.9.0" |
| 995 | }, |
| 996 | "peerDependencies": { |
| 997 | "@babel/core": "^7.12.0" |
| 998 | } |
| 999 | }, |
| 1000 | "node_modules/@babel/plugin-transform-classes": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1001 | "version": "7.27.1", |
| 1002 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.27.1.tgz", |
| 1003 | "integrity": "sha512-7iLhfFAubmpeJe/Wo2TVuDrykh/zlWXLzPNdL0Jqn/Xu8R3QQ8h9ff8FQoISZOsw74/HFqFI7NX63HN7QFIHKA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1004 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1005 | "license": "MIT", |
| 1006 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1007 | "@babel/helper-annotate-as-pure": "^7.27.1", |
| 1008 | "@babel/helper-compilation-targets": "^7.27.1", |
| 1009 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1010 | "@babel/helper-replace-supers": "^7.27.1", |
| 1011 | "@babel/traverse": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1012 | "globals": "^11.1.0" |
| 1013 | }, |
| 1014 | "engines": { |
| 1015 | "node": ">=6.9.0" |
| 1016 | }, |
| 1017 | "peerDependencies": { |
| 1018 | "@babel/core": "^7.0.0-0" |
| 1019 | } |
| 1020 | }, |
| 1021 | "node_modules/@babel/plugin-transform-computed-properties": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1022 | "version": "7.27.1", |
| 1023 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz", |
| 1024 | "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1025 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1026 | "license": "MIT", |
| 1027 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1028 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1029 | "@babel/template": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1030 | }, |
| 1031 | "engines": { |
| 1032 | "node": ">=6.9.0" |
| 1033 | }, |
| 1034 | "peerDependencies": { |
| 1035 | "@babel/core": "^7.0.0-0" |
| 1036 | } |
| 1037 | }, |
| 1038 | "node_modules/@babel/plugin-transform-destructuring": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1039 | "version": "7.27.3", |
| 1040 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz", |
| 1041 | "integrity": "sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1042 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1043 | "license": "MIT", |
| 1044 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1045 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1046 | }, |
| 1047 | "engines": { |
| 1048 | "node": ">=6.9.0" |
| 1049 | }, |
| 1050 | "peerDependencies": { |
| 1051 | "@babel/core": "^7.0.0-0" |
| 1052 | } |
| 1053 | }, |
| 1054 | "node_modules/@babel/plugin-transform-dotall-regex": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1055 | "version": "7.27.1", |
| 1056 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz", |
| 1057 | "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1058 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1059 | "license": "MIT", |
| 1060 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1061 | "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| 1062 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1063 | }, |
| 1064 | "engines": { |
| 1065 | "node": ">=6.9.0" |
| 1066 | }, |
| 1067 | "peerDependencies": { |
| 1068 | "@babel/core": "^7.0.0-0" |
| 1069 | } |
| 1070 | }, |
| 1071 | "node_modules/@babel/plugin-transform-duplicate-keys": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1072 | "version": "7.27.1", |
| 1073 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz", |
| 1074 | "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1075 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1076 | "license": "MIT", |
| 1077 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1078 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1079 | }, |
| 1080 | "engines": { |
| 1081 | "node": ">=6.9.0" |
| 1082 | }, |
| 1083 | "peerDependencies": { |
| 1084 | "@babel/core": "^7.0.0-0" |
| 1085 | } |
| 1086 | }, |
| 1087 | "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1088 | "version": "7.27.1", |
| 1089 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz", |
| 1090 | "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1091 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1092 | "license": "MIT", |
| 1093 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1094 | "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| 1095 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1096 | }, |
| 1097 | "engines": { |
| 1098 | "node": ">=6.9.0" |
| 1099 | }, |
| 1100 | "peerDependencies": { |
| 1101 | "@babel/core": "^7.0.0" |
| 1102 | } |
| 1103 | }, |
| 1104 | "node_modules/@babel/plugin-transform-dynamic-import": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1105 | "version": "7.27.1", |
| 1106 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz", |
| 1107 | "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1108 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1109 | "license": "MIT", |
| 1110 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1111 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1112 | }, |
| 1113 | "engines": { |
| 1114 | "node": ">=6.9.0" |
| 1115 | }, |
| 1116 | "peerDependencies": { |
| 1117 | "@babel/core": "^7.0.0-0" |
| 1118 | } |
| 1119 | }, |
| 1120 | "node_modules/@babel/plugin-transform-exponentiation-operator": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1121 | "version": "7.27.1", |
| 1122 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz", |
| 1123 | "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1124 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1125 | "license": "MIT", |
| 1126 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1127 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1128 | }, |
| 1129 | "engines": { |
| 1130 | "node": ">=6.9.0" |
| 1131 | }, |
| 1132 | "peerDependencies": { |
| 1133 | "@babel/core": "^7.0.0-0" |
| 1134 | } |
| 1135 | }, |
| 1136 | "node_modules/@babel/plugin-transform-export-namespace-from": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1137 | "version": "7.27.1", |
| 1138 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", |
| 1139 | "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1140 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1141 | "license": "MIT", |
| 1142 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1143 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1144 | }, |
| 1145 | "engines": { |
| 1146 | "node": ">=6.9.0" |
| 1147 | }, |
| 1148 | "peerDependencies": { |
| 1149 | "@babel/core": "^7.0.0-0" |
| 1150 | } |
| 1151 | }, |
| 1152 | "node_modules/@babel/plugin-transform-for-of": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1153 | "version": "7.27.1", |
| 1154 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", |
| 1155 | "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1156 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1157 | "license": "MIT", |
| 1158 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1159 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1160 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1161 | }, |
| 1162 | "engines": { |
| 1163 | "node": ">=6.9.0" |
| 1164 | }, |
| 1165 | "peerDependencies": { |
| 1166 | "@babel/core": "^7.0.0-0" |
| 1167 | } |
| 1168 | }, |
| 1169 | "node_modules/@babel/plugin-transform-function-name": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1170 | "version": "7.27.1", |
| 1171 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", |
| 1172 | "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1173 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1174 | "license": "MIT", |
| 1175 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1176 | "@babel/helper-compilation-targets": "^7.27.1", |
| 1177 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1178 | "@babel/traverse": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1179 | }, |
| 1180 | "engines": { |
| 1181 | "node": ">=6.9.0" |
| 1182 | }, |
| 1183 | "peerDependencies": { |
| 1184 | "@babel/core": "^7.0.0-0" |
| 1185 | } |
| 1186 | }, |
| 1187 | "node_modules/@babel/plugin-transform-json-strings": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1188 | "version": "7.27.1", |
| 1189 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz", |
| 1190 | "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1191 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1192 | "license": "MIT", |
| 1193 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1194 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1195 | }, |
| 1196 | "engines": { |
| 1197 | "node": ">=6.9.0" |
| 1198 | }, |
| 1199 | "peerDependencies": { |
| 1200 | "@babel/core": "^7.0.0-0" |
| 1201 | } |
| 1202 | }, |
| 1203 | "node_modules/@babel/plugin-transform-literals": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1204 | "version": "7.27.1", |
| 1205 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", |
| 1206 | "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1207 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1208 | "license": "MIT", |
| 1209 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1210 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1211 | }, |
| 1212 | "engines": { |
| 1213 | "node": ">=6.9.0" |
| 1214 | }, |
| 1215 | "peerDependencies": { |
| 1216 | "@babel/core": "^7.0.0-0" |
| 1217 | } |
| 1218 | }, |
| 1219 | "node_modules/@babel/plugin-transform-logical-assignment-operators": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1220 | "version": "7.27.1", |
| 1221 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz", |
| 1222 | "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1223 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1224 | "license": "MIT", |
| 1225 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1226 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1227 | }, |
| 1228 | "engines": { |
| 1229 | "node": ">=6.9.0" |
| 1230 | }, |
| 1231 | "peerDependencies": { |
| 1232 | "@babel/core": "^7.0.0-0" |
| 1233 | } |
| 1234 | }, |
| 1235 | "node_modules/@babel/plugin-transform-member-expression-literals": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1236 | "version": "7.27.1", |
| 1237 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz", |
| 1238 | "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1239 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1240 | "license": "MIT", |
| 1241 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1242 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1243 | }, |
| 1244 | "engines": { |
| 1245 | "node": ">=6.9.0" |
| 1246 | }, |
| 1247 | "peerDependencies": { |
| 1248 | "@babel/core": "^7.0.0-0" |
| 1249 | } |
| 1250 | }, |
| 1251 | "node_modules/@babel/plugin-transform-modules-amd": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1252 | "version": "7.27.1", |
| 1253 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz", |
| 1254 | "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1255 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1256 | "license": "MIT", |
| 1257 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1258 | "@babel/helper-module-transforms": "^7.27.1", |
| 1259 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1260 | }, |
| 1261 | "engines": { |
| 1262 | "node": ">=6.9.0" |
| 1263 | }, |
| 1264 | "peerDependencies": { |
| 1265 | "@babel/core": "^7.0.0-0" |
| 1266 | } |
| 1267 | }, |
| 1268 | "node_modules/@babel/plugin-transform-modules-commonjs": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1269 | "version": "7.27.1", |
| 1270 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", |
| 1271 | "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", |
| 1272 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1273 | "license": "MIT", |
| 1274 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1275 | "@babel/helper-module-transforms": "^7.27.1", |
| 1276 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1277 | }, |
| 1278 | "engines": { |
| 1279 | "node": ">=6.9.0" |
| 1280 | }, |
| 1281 | "peerDependencies": { |
| 1282 | "@babel/core": "^7.0.0-0" |
| 1283 | } |
| 1284 | }, |
| 1285 | "node_modules/@babel/plugin-transform-modules-systemjs": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1286 | "version": "7.27.1", |
| 1287 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz", |
| 1288 | "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1289 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1290 | "license": "MIT", |
| 1291 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1292 | "@babel/helper-module-transforms": "^7.27.1", |
| 1293 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1294 | "@babel/helper-validator-identifier": "^7.27.1", |
| 1295 | "@babel/traverse": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1296 | }, |
| 1297 | "engines": { |
| 1298 | "node": ">=6.9.0" |
| 1299 | }, |
| 1300 | "peerDependencies": { |
| 1301 | "@babel/core": "^7.0.0-0" |
| 1302 | } |
| 1303 | }, |
| 1304 | "node_modules/@babel/plugin-transform-modules-umd": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1305 | "version": "7.27.1", |
| 1306 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz", |
| 1307 | "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1308 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1309 | "license": "MIT", |
| 1310 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1311 | "@babel/helper-module-transforms": "^7.27.1", |
| 1312 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1313 | }, |
| 1314 | "engines": { |
| 1315 | "node": ">=6.9.0" |
| 1316 | }, |
| 1317 | "peerDependencies": { |
| 1318 | "@babel/core": "^7.0.0-0" |
| 1319 | } |
| 1320 | }, |
| 1321 | "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1322 | "version": "7.27.1", |
| 1323 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz", |
| 1324 | "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1325 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1326 | "license": "MIT", |
| 1327 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1328 | "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| 1329 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1330 | }, |
| 1331 | "engines": { |
| 1332 | "node": ">=6.9.0" |
| 1333 | }, |
| 1334 | "peerDependencies": { |
| 1335 | "@babel/core": "^7.0.0" |
| 1336 | } |
| 1337 | }, |
| 1338 | "node_modules/@babel/plugin-transform-new-target": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1339 | "version": "7.27.1", |
| 1340 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz", |
| 1341 | "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1342 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1343 | "license": "MIT", |
| 1344 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1345 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1346 | }, |
| 1347 | "engines": { |
| 1348 | "node": ">=6.9.0" |
| 1349 | }, |
| 1350 | "peerDependencies": { |
| 1351 | "@babel/core": "^7.0.0-0" |
| 1352 | } |
| 1353 | }, |
| 1354 | "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1355 | "version": "7.27.1", |
| 1356 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz", |
| 1357 | "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1358 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1359 | "license": "MIT", |
| 1360 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1361 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1362 | }, |
| 1363 | "engines": { |
| 1364 | "node": ">=6.9.0" |
| 1365 | }, |
| 1366 | "peerDependencies": { |
| 1367 | "@babel/core": "^7.0.0-0" |
| 1368 | } |
| 1369 | }, |
| 1370 | "node_modules/@babel/plugin-transform-numeric-separator": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1371 | "version": "7.27.1", |
| 1372 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz", |
| 1373 | "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1374 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1375 | "license": "MIT", |
| 1376 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1377 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1378 | }, |
| 1379 | "engines": { |
| 1380 | "node": ">=6.9.0" |
| 1381 | }, |
| 1382 | "peerDependencies": { |
| 1383 | "@babel/core": "^7.0.0-0" |
| 1384 | } |
| 1385 | }, |
| 1386 | "node_modules/@babel/plugin-transform-object-rest-spread": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1387 | "version": "7.27.3", |
| 1388 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.3.tgz", |
| 1389 | "integrity": "sha512-7ZZtznF9g4l2JCImCo5LNKFHB5eXnN39lLtLY5Tg+VkR0jwOt7TBciMckuiQIOIW7L5tkQOCh3bVGYeXgMx52Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1390 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1391 | "license": "MIT", |
| 1392 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1393 | "@babel/helper-compilation-targets": "^7.27.2", |
| 1394 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1395 | "@babel/plugin-transform-destructuring": "^7.27.3", |
| 1396 | "@babel/plugin-transform-parameters": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1397 | }, |
| 1398 | "engines": { |
| 1399 | "node": ">=6.9.0" |
| 1400 | }, |
| 1401 | "peerDependencies": { |
| 1402 | "@babel/core": "^7.0.0-0" |
| 1403 | } |
| 1404 | }, |
| 1405 | "node_modules/@babel/plugin-transform-object-super": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1406 | "version": "7.27.1", |
| 1407 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz", |
| 1408 | "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1409 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1410 | "license": "MIT", |
| 1411 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1412 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1413 | "@babel/helper-replace-supers": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1414 | }, |
| 1415 | "engines": { |
| 1416 | "node": ">=6.9.0" |
| 1417 | }, |
| 1418 | "peerDependencies": { |
| 1419 | "@babel/core": "^7.0.0-0" |
| 1420 | } |
| 1421 | }, |
| 1422 | "node_modules/@babel/plugin-transform-optional-catch-binding": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1423 | "version": "7.27.1", |
| 1424 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz", |
| 1425 | "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1426 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1427 | "license": "MIT", |
| 1428 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1429 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1430 | }, |
| 1431 | "engines": { |
| 1432 | "node": ">=6.9.0" |
| 1433 | }, |
| 1434 | "peerDependencies": { |
| 1435 | "@babel/core": "^7.0.0-0" |
| 1436 | } |
| 1437 | }, |
| 1438 | "node_modules/@babel/plugin-transform-optional-chaining": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1439 | "version": "7.27.1", |
| 1440 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz", |
| 1441 | "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1442 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1443 | "license": "MIT", |
| 1444 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1445 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1446 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1447 | }, |
| 1448 | "engines": { |
| 1449 | "node": ">=6.9.0" |
| 1450 | }, |
| 1451 | "peerDependencies": { |
| 1452 | "@babel/core": "^7.0.0-0" |
| 1453 | } |
| 1454 | }, |
| 1455 | "node_modules/@babel/plugin-transform-parameters": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1456 | "version": "7.27.1", |
| 1457 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.1.tgz", |
| 1458 | "integrity": "sha512-018KRk76HWKeZ5l4oTj2zPpSh+NbGdt0st5S6x0pga6HgrjBOJb24mMDHorFopOOd6YHkLgOZ+zaCjZGPO4aKg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1459 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1460 | "license": "MIT", |
| 1461 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1462 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1463 | }, |
| 1464 | "engines": { |
| 1465 | "node": ">=6.9.0" |
| 1466 | }, |
| 1467 | "peerDependencies": { |
| 1468 | "@babel/core": "^7.0.0-0" |
| 1469 | } |
| 1470 | }, |
| 1471 | "node_modules/@babel/plugin-transform-private-methods": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1472 | "version": "7.27.1", |
| 1473 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz", |
| 1474 | "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1475 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1476 | "license": "MIT", |
| 1477 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1478 | "@babel/helper-create-class-features-plugin": "^7.27.1", |
| 1479 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1480 | }, |
| 1481 | "engines": { |
| 1482 | "node": ">=6.9.0" |
| 1483 | }, |
| 1484 | "peerDependencies": { |
| 1485 | "@babel/core": "^7.0.0-0" |
| 1486 | } |
| 1487 | }, |
| 1488 | "node_modules/@babel/plugin-transform-private-property-in-object": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1489 | "version": "7.27.1", |
| 1490 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz", |
| 1491 | "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1492 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1493 | "license": "MIT", |
| 1494 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1495 | "@babel/helper-annotate-as-pure": "^7.27.1", |
| 1496 | "@babel/helper-create-class-features-plugin": "^7.27.1", |
| 1497 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1498 | }, |
| 1499 | "engines": { |
| 1500 | "node": ">=6.9.0" |
| 1501 | }, |
| 1502 | "peerDependencies": { |
| 1503 | "@babel/core": "^7.0.0-0" |
| 1504 | } |
| 1505 | }, |
| 1506 | "node_modules/@babel/plugin-transform-property-literals": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1507 | "version": "7.27.1", |
| 1508 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz", |
| 1509 | "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1510 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1511 | "license": "MIT", |
| 1512 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1513 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1514 | }, |
| 1515 | "engines": { |
| 1516 | "node": ">=6.9.0" |
| 1517 | }, |
| 1518 | "peerDependencies": { |
| 1519 | "@babel/core": "^7.0.0-0" |
| 1520 | } |
| 1521 | }, |
| 1522 | "node_modules/@babel/plugin-transform-react-display-name": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1523 | "version": "7.27.1", |
| 1524 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz", |
| 1525 | "integrity": "sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1526 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1527 | "license": "MIT", |
| 1528 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1529 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1530 | }, |
| 1531 | "engines": { |
| 1532 | "node": ">=6.9.0" |
| 1533 | }, |
| 1534 | "peerDependencies": { |
| 1535 | "@babel/core": "^7.0.0-0" |
| 1536 | } |
| 1537 | }, |
| 1538 | "node_modules/@babel/plugin-transform-react-jsx": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1539 | "version": "7.27.1", |
| 1540 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", |
| 1541 | "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1542 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1543 | "license": "MIT", |
| 1544 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1545 | "@babel/helper-annotate-as-pure": "^7.27.1", |
| 1546 | "@babel/helper-module-imports": "^7.27.1", |
| 1547 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1548 | "@babel/plugin-syntax-jsx": "^7.27.1", |
| 1549 | "@babel/types": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1550 | }, |
| 1551 | "engines": { |
| 1552 | "node": ">=6.9.0" |
| 1553 | }, |
| 1554 | "peerDependencies": { |
| 1555 | "@babel/core": "^7.0.0-0" |
| 1556 | } |
| 1557 | }, |
| 1558 | "node_modules/@babel/plugin-transform-react-jsx-development": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1559 | "version": "7.27.1", |
| 1560 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz", |
| 1561 | "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1562 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1563 | "license": "MIT", |
| 1564 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1565 | "@babel/plugin-transform-react-jsx": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1566 | }, |
| 1567 | "engines": { |
| 1568 | "node": ">=6.9.0" |
| 1569 | }, |
| 1570 | "peerDependencies": { |
| 1571 | "@babel/core": "^7.0.0-0" |
| 1572 | } |
| 1573 | }, |
| 1574 | "node_modules/@babel/plugin-transform-react-pure-annotations": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1575 | "version": "7.27.1", |
| 1576 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz", |
| 1577 | "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1578 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1579 | "license": "MIT", |
| 1580 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1581 | "@babel/helper-annotate-as-pure": "^7.27.1", |
| 1582 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1583 | }, |
| 1584 | "engines": { |
| 1585 | "node": ">=6.9.0" |
| 1586 | }, |
| 1587 | "peerDependencies": { |
| 1588 | "@babel/core": "^7.0.0-0" |
| 1589 | } |
| 1590 | }, |
| 1591 | "node_modules/@babel/plugin-transform-regenerator": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1592 | "version": "7.27.4", |
| 1593 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.4.tgz", |
| 1594 | "integrity": "sha512-Glp/0n8xuj+E1588otw5rjJkTXfzW7FjH3IIUrfqiZOPQCd2vbg8e+DQE8jK9g4V5/zrxFW+D9WM9gboRPELpQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1595 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1596 | "license": "MIT", |
| 1597 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1598 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1599 | }, |
| 1600 | "engines": { |
| 1601 | "node": ">=6.9.0" |
| 1602 | }, |
| 1603 | "peerDependencies": { |
| 1604 | "@babel/core": "^7.0.0-0" |
| 1605 | } |
| 1606 | }, |
| 1607 | "node_modules/@babel/plugin-transform-regexp-modifiers": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1608 | "version": "7.27.1", |
| 1609 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz", |
| 1610 | "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1611 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1612 | "license": "MIT", |
| 1613 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1614 | "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| 1615 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1616 | }, |
| 1617 | "engines": { |
| 1618 | "node": ">=6.9.0" |
| 1619 | }, |
| 1620 | "peerDependencies": { |
| 1621 | "@babel/core": "^7.0.0" |
| 1622 | } |
| 1623 | }, |
| 1624 | "node_modules/@babel/plugin-transform-reserved-words": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1625 | "version": "7.27.1", |
| 1626 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz", |
| 1627 | "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1628 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1629 | "license": "MIT", |
| 1630 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1631 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1632 | }, |
| 1633 | "engines": { |
| 1634 | "node": ">=6.9.0" |
| 1635 | }, |
| 1636 | "peerDependencies": { |
| 1637 | "@babel/core": "^7.0.0-0" |
| 1638 | } |
| 1639 | }, |
| 1640 | "node_modules/@babel/plugin-transform-shorthand-properties": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1641 | "version": "7.27.1", |
| 1642 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", |
| 1643 | "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1644 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1645 | "license": "MIT", |
| 1646 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1647 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1648 | }, |
| 1649 | "engines": { |
| 1650 | "node": ">=6.9.0" |
| 1651 | }, |
| 1652 | "peerDependencies": { |
| 1653 | "@babel/core": "^7.0.0-0" |
| 1654 | } |
| 1655 | }, |
| 1656 | "node_modules/@babel/plugin-transform-spread": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1657 | "version": "7.27.1", |
| 1658 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz", |
| 1659 | "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1660 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1661 | "license": "MIT", |
| 1662 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1663 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1664 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1665 | }, |
| 1666 | "engines": { |
| 1667 | "node": ">=6.9.0" |
| 1668 | }, |
| 1669 | "peerDependencies": { |
| 1670 | "@babel/core": "^7.0.0-0" |
| 1671 | } |
| 1672 | }, |
| 1673 | "node_modules/@babel/plugin-transform-sticky-regex": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1674 | "version": "7.27.1", |
| 1675 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", |
| 1676 | "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1677 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1678 | "license": "MIT", |
| 1679 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1680 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1681 | }, |
| 1682 | "engines": { |
| 1683 | "node": ">=6.9.0" |
| 1684 | }, |
| 1685 | "peerDependencies": { |
| 1686 | "@babel/core": "^7.0.0-0" |
| 1687 | } |
| 1688 | }, |
| 1689 | "node_modules/@babel/plugin-transform-template-literals": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1690 | "version": "7.27.1", |
| 1691 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz", |
| 1692 | "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1693 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1694 | "license": "MIT", |
| 1695 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1696 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1697 | }, |
| 1698 | "engines": { |
| 1699 | "node": ">=6.9.0" |
| 1700 | }, |
| 1701 | "peerDependencies": { |
| 1702 | "@babel/core": "^7.0.0-0" |
| 1703 | } |
| 1704 | }, |
| 1705 | "node_modules/@babel/plugin-transform-typeof-symbol": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1706 | "version": "7.27.1", |
| 1707 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz", |
| 1708 | "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1709 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1710 | "license": "MIT", |
| 1711 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1712 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1713 | }, |
| 1714 | "engines": { |
| 1715 | "node": ">=6.9.0" |
| 1716 | }, |
| 1717 | "peerDependencies": { |
| 1718 | "@babel/core": "^7.0.0-0" |
| 1719 | } |
| 1720 | }, |
| 1721 | "node_modules/@babel/plugin-transform-typescript": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1722 | "version": "7.27.1", |
| 1723 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz", |
| 1724 | "integrity": "sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==", |
| 1725 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1726 | "license": "MIT", |
| 1727 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1728 | "@babel/helper-annotate-as-pure": "^7.27.1", |
| 1729 | "@babel/helper-create-class-features-plugin": "^7.27.1", |
| 1730 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1731 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", |
| 1732 | "@babel/plugin-syntax-typescript": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1733 | }, |
| 1734 | "engines": { |
| 1735 | "node": ">=6.9.0" |
| 1736 | }, |
| 1737 | "peerDependencies": { |
| 1738 | "@babel/core": "^7.0.0-0" |
| 1739 | } |
| 1740 | }, |
| 1741 | "node_modules/@babel/plugin-transform-unicode-escapes": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1742 | "version": "7.27.1", |
| 1743 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz", |
| 1744 | "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1745 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1746 | "license": "MIT", |
| 1747 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1748 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1749 | }, |
| 1750 | "engines": { |
| 1751 | "node": ">=6.9.0" |
| 1752 | }, |
| 1753 | "peerDependencies": { |
| 1754 | "@babel/core": "^7.0.0-0" |
| 1755 | } |
| 1756 | }, |
| 1757 | "node_modules/@babel/plugin-transform-unicode-property-regex": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1758 | "version": "7.27.1", |
| 1759 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz", |
| 1760 | "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1761 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1762 | "license": "MIT", |
| 1763 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1764 | "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| 1765 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1766 | }, |
| 1767 | "engines": { |
| 1768 | "node": ">=6.9.0" |
| 1769 | }, |
| 1770 | "peerDependencies": { |
| 1771 | "@babel/core": "^7.0.0-0" |
| 1772 | } |
| 1773 | }, |
| 1774 | "node_modules/@babel/plugin-transform-unicode-regex": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1775 | "version": "7.27.1", |
| 1776 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", |
| 1777 | "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1778 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1779 | "license": "MIT", |
| 1780 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1781 | "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| 1782 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1783 | }, |
| 1784 | "engines": { |
| 1785 | "node": ">=6.9.0" |
| 1786 | }, |
| 1787 | "peerDependencies": { |
| 1788 | "@babel/core": "^7.0.0-0" |
| 1789 | } |
| 1790 | }, |
| 1791 | "node_modules/@babel/plugin-transform-unicode-sets-regex": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1792 | "version": "7.27.1", |
| 1793 | "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz", |
| 1794 | "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1795 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1796 | "license": "MIT", |
| 1797 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1798 | "@babel/helper-create-regexp-features-plugin": "^7.27.1", |
| 1799 | "@babel/helper-plugin-utils": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1800 | }, |
| 1801 | "engines": { |
| 1802 | "node": ">=6.9.0" |
| 1803 | }, |
| 1804 | "peerDependencies": { |
| 1805 | "@babel/core": "^7.0.0" |
| 1806 | } |
| 1807 | }, |
| 1808 | "node_modules/@babel/preset-env": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1809 | "version": "7.27.2", |
| 1810 | "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.27.2.tgz", |
| 1811 | "integrity": "sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1812 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1813 | "license": "MIT", |
| 1814 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1815 | "@babel/compat-data": "^7.27.2", |
| 1816 | "@babel/helper-compilation-targets": "^7.27.2", |
| 1817 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1818 | "@babel/helper-validator-option": "^7.27.1", |
| 1819 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1", |
| 1820 | "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", |
| 1821 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", |
| 1822 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", |
| 1823 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1824 | "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1825 | "@babel/plugin-syntax-import-assertions": "^7.27.1", |
| 1826 | "@babel/plugin-syntax-import-attributes": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1827 | "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1828 | "@babel/plugin-transform-arrow-functions": "^7.27.1", |
| 1829 | "@babel/plugin-transform-async-generator-functions": "^7.27.1", |
| 1830 | "@babel/plugin-transform-async-to-generator": "^7.27.1", |
| 1831 | "@babel/plugin-transform-block-scoped-functions": "^7.27.1", |
| 1832 | "@babel/plugin-transform-block-scoping": "^7.27.1", |
| 1833 | "@babel/plugin-transform-class-properties": "^7.27.1", |
| 1834 | "@babel/plugin-transform-class-static-block": "^7.27.1", |
| 1835 | "@babel/plugin-transform-classes": "^7.27.1", |
| 1836 | "@babel/plugin-transform-computed-properties": "^7.27.1", |
| 1837 | "@babel/plugin-transform-destructuring": "^7.27.1", |
| 1838 | "@babel/plugin-transform-dotall-regex": "^7.27.1", |
| 1839 | "@babel/plugin-transform-duplicate-keys": "^7.27.1", |
| 1840 | "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1", |
| 1841 | "@babel/plugin-transform-dynamic-import": "^7.27.1", |
| 1842 | "@babel/plugin-transform-exponentiation-operator": "^7.27.1", |
| 1843 | "@babel/plugin-transform-export-namespace-from": "^7.27.1", |
| 1844 | "@babel/plugin-transform-for-of": "^7.27.1", |
| 1845 | "@babel/plugin-transform-function-name": "^7.27.1", |
| 1846 | "@babel/plugin-transform-json-strings": "^7.27.1", |
| 1847 | "@babel/plugin-transform-literals": "^7.27.1", |
| 1848 | "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", |
| 1849 | "@babel/plugin-transform-member-expression-literals": "^7.27.1", |
| 1850 | "@babel/plugin-transform-modules-amd": "^7.27.1", |
| 1851 | "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 1852 | "@babel/plugin-transform-modules-systemjs": "^7.27.1", |
| 1853 | "@babel/plugin-transform-modules-umd": "^7.27.1", |
| 1854 | "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1", |
| 1855 | "@babel/plugin-transform-new-target": "^7.27.1", |
| 1856 | "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", |
| 1857 | "@babel/plugin-transform-numeric-separator": "^7.27.1", |
| 1858 | "@babel/plugin-transform-object-rest-spread": "^7.27.2", |
| 1859 | "@babel/plugin-transform-object-super": "^7.27.1", |
| 1860 | "@babel/plugin-transform-optional-catch-binding": "^7.27.1", |
| 1861 | "@babel/plugin-transform-optional-chaining": "^7.27.1", |
| 1862 | "@babel/plugin-transform-parameters": "^7.27.1", |
| 1863 | "@babel/plugin-transform-private-methods": "^7.27.1", |
| 1864 | "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
| 1865 | "@babel/plugin-transform-property-literals": "^7.27.1", |
| 1866 | "@babel/plugin-transform-regenerator": "^7.27.1", |
| 1867 | "@babel/plugin-transform-regexp-modifiers": "^7.27.1", |
| 1868 | "@babel/plugin-transform-reserved-words": "^7.27.1", |
| 1869 | "@babel/plugin-transform-shorthand-properties": "^7.27.1", |
| 1870 | "@babel/plugin-transform-spread": "^7.27.1", |
| 1871 | "@babel/plugin-transform-sticky-regex": "^7.27.1", |
| 1872 | "@babel/plugin-transform-template-literals": "^7.27.1", |
| 1873 | "@babel/plugin-transform-typeof-symbol": "^7.27.1", |
| 1874 | "@babel/plugin-transform-unicode-escapes": "^7.27.1", |
| 1875 | "@babel/plugin-transform-unicode-property-regex": "^7.27.1", |
| 1876 | "@babel/plugin-transform-unicode-regex": "^7.27.1", |
| 1877 | "@babel/plugin-transform-unicode-sets-regex": "^7.27.1", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1878 | "@babel/preset-modules": "0.1.6-no-external-plugins", |
| 1879 | "babel-plugin-polyfill-corejs2": "^0.4.10", |
| 1880 | "babel-plugin-polyfill-corejs3": "^0.11.0", |
| 1881 | "babel-plugin-polyfill-regenerator": "^0.6.1", |
| 1882 | "core-js-compat": "^3.40.0", |
| 1883 | "semver": "^6.3.1" |
| 1884 | }, |
| 1885 | "engines": { |
| 1886 | "node": ">=6.9.0" |
| 1887 | }, |
| 1888 | "peerDependencies": { |
| 1889 | "@babel/core": "^7.0.0-0" |
| 1890 | } |
| 1891 | }, |
| 1892 | "node_modules/@babel/preset-modules": { |
| 1893 | "version": "0.1.6-no-external-plugins", |
| 1894 | "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", |
| 1895 | "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1896 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1897 | "license": "MIT", |
| 1898 | "dependencies": { |
| 1899 | "@babel/helper-plugin-utils": "^7.0.0", |
| 1900 | "@babel/types": "^7.4.4", |
| 1901 | "esutils": "^2.0.2" |
| 1902 | }, |
| 1903 | "peerDependencies": { |
| 1904 | "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" |
| 1905 | } |
| 1906 | }, |
| 1907 | "node_modules/@babel/preset-react": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1908 | "version": "7.27.1", |
| 1909 | "resolved": "https://registry.npmmirror.com/@babel/preset-react/-/preset-react-7.27.1.tgz", |
| 1910 | "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1911 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1912 | "license": "MIT", |
| 1913 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1914 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1915 | "@babel/helper-validator-option": "^7.27.1", |
| 1916 | "@babel/plugin-transform-react-display-name": "^7.27.1", |
| 1917 | "@babel/plugin-transform-react-jsx": "^7.27.1", |
| 1918 | "@babel/plugin-transform-react-jsx-development": "^7.27.1", |
| 1919 | "@babel/plugin-transform-react-pure-annotations": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1920 | }, |
| 1921 | "engines": { |
| 1922 | "node": ">=6.9.0" |
| 1923 | }, |
| 1924 | "peerDependencies": { |
| 1925 | "@babel/core": "^7.0.0-0" |
| 1926 | } |
| 1927 | }, |
| 1928 | "node_modules/@babel/preset-typescript": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1929 | "version": "7.27.1", |
| 1930 | "resolved": "https://registry.npmmirror.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz", |
| 1931 | "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==", |
| 1932 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1933 | "license": "MIT", |
| 1934 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1935 | "@babel/helper-plugin-utils": "^7.27.1", |
| 1936 | "@babel/helper-validator-option": "^7.27.1", |
| 1937 | "@babel/plugin-syntax-jsx": "^7.27.1", |
| 1938 | "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 1939 | "@babel/plugin-transform-typescript": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1940 | }, |
| 1941 | "engines": { |
| 1942 | "node": ">=6.9.0" |
| 1943 | }, |
| 1944 | "peerDependencies": { |
| 1945 | "@babel/core": "^7.0.0-0" |
| 1946 | } |
| 1947 | }, |
| 1948 | "node_modules/@babel/runtime": { |
| 1949 | "version": "7.27.0", |
| 1950 | "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.0.tgz", |
| 1951 | "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==", |
| 1952 | "license": "MIT", |
| 1953 | "dependencies": { |
| 1954 | "regenerator-runtime": "^0.14.0" |
| 1955 | }, |
| 1956 | "engines": { |
| 1957 | "node": ">=6.9.0" |
| 1958 | } |
| 1959 | }, |
| 1960 | "node_modules/@babel/template": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1961 | "version": "7.27.2", |
| 1962 | "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz", |
| 1963 | "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1964 | "license": "MIT", |
| 1965 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1966 | "@babel/code-frame": "^7.27.1", |
| 1967 | "@babel/parser": "^7.27.2", |
| 1968 | "@babel/types": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1969 | }, |
| 1970 | "engines": { |
| 1971 | "node": ">=6.9.0" |
| 1972 | } |
| 1973 | }, |
| 1974 | "node_modules/@babel/traverse": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1975 | "version": "7.27.4", |
| 1976 | "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.4.tgz", |
| 1977 | "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1978 | "license": "MIT", |
| 1979 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1980 | "@babel/code-frame": "^7.27.1", |
| 1981 | "@babel/generator": "^7.27.3", |
| 1982 | "@babel/parser": "^7.27.4", |
| 1983 | "@babel/template": "^7.27.2", |
| 1984 | "@babel/types": "^7.27.3", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1985 | "debug": "^4.3.1", |
| 1986 | "globals": "^11.1.0" |
| 1987 | }, |
| 1988 | "engines": { |
| 1989 | "node": ">=6.9.0" |
| 1990 | } |
| 1991 | }, |
| 1992 | "node_modules/@babel/types": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1993 | "version": "7.27.3", |
| 1994 | "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.3.tgz", |
| 1995 | "integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 1996 | "license": "MIT", |
| 1997 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 1998 | "@babel/helper-string-parser": "^7.27.1", |
| 1999 | "@babel/helper-validator-identifier": "^7.27.1" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 2000 | }, |
| 2001 | "engines": { |
| 2002 | "node": ">=6.9.0" |
| 2003 | } |
| 2004 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 2005 | "node_modules/@bcoe/v8-coverage": { |
| 2006 | "version": "0.2.3", |
| 2007 | "resolved": "https://registry.npmmirror.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", |
| 2008 | "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", |
| 2009 | "dev": true, |
| 2010 | "license": "MIT" |
| 2011 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 2012 | "node_modules/@csstools/cascade-layer-name-parser": { |
| 2013 | "version": "2.0.4", |
| 2014 | "resolved": "https://registry.npmmirror.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz", |
| 2015 | "integrity": "sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==", |
| 2016 | "dev": true, |
| 2017 | "funding": [ |
| 2018 | { |
| 2019 | "type": "github", |
| 2020 | "url": "https://github.com/sponsors/csstools" |
| 2021 | }, |
| 2022 | { |
| 2023 | "type": "opencollective", |
| 2024 | "url": "https://opencollective.com/csstools" |
| 2025 | } |
| 2026 | ], |
| 2027 | "license": "MIT", |
| 2028 | "engines": { |
| 2029 | "node": ">=18" |
| 2030 | }, |
| 2031 | "peerDependencies": { |
| 2032 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2033 | "@csstools/css-tokenizer": "^3.0.3" |
| 2034 | } |
| 2035 | }, |
| 2036 | "node_modules/@csstools/color-helpers": { |
| 2037 | "version": "5.0.2", |
| 2038 | "resolved": "https://registry.npmmirror.com/@csstools/color-helpers/-/color-helpers-5.0.2.tgz", |
| 2039 | "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==", |
| 2040 | "dev": true, |
| 2041 | "funding": [ |
| 2042 | { |
| 2043 | "type": "github", |
| 2044 | "url": "https://github.com/sponsors/csstools" |
| 2045 | }, |
| 2046 | { |
| 2047 | "type": "opencollective", |
| 2048 | "url": "https://opencollective.com/csstools" |
| 2049 | } |
| 2050 | ], |
| 2051 | "license": "MIT-0", |
| 2052 | "engines": { |
| 2053 | "node": ">=18" |
| 2054 | } |
| 2055 | }, |
| 2056 | "node_modules/@csstools/css-calc": { |
| 2057 | "version": "2.1.2", |
| 2058 | "resolved": "https://registry.npmmirror.com/@csstools/css-calc/-/css-calc-2.1.2.tgz", |
| 2059 | "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==", |
| 2060 | "dev": true, |
| 2061 | "funding": [ |
| 2062 | { |
| 2063 | "type": "github", |
| 2064 | "url": "https://github.com/sponsors/csstools" |
| 2065 | }, |
| 2066 | { |
| 2067 | "type": "opencollective", |
| 2068 | "url": "https://opencollective.com/csstools" |
| 2069 | } |
| 2070 | ], |
| 2071 | "license": "MIT", |
| 2072 | "engines": { |
| 2073 | "node": ">=18" |
| 2074 | }, |
| 2075 | "peerDependencies": { |
| 2076 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2077 | "@csstools/css-tokenizer": "^3.0.3" |
| 2078 | } |
| 2079 | }, |
| 2080 | "node_modules/@csstools/css-color-parser": { |
| 2081 | "version": "3.0.8", |
| 2082 | "resolved": "https://registry.npmmirror.com/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz", |
| 2083 | "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==", |
| 2084 | "dev": true, |
| 2085 | "funding": [ |
| 2086 | { |
| 2087 | "type": "github", |
| 2088 | "url": "https://github.com/sponsors/csstools" |
| 2089 | }, |
| 2090 | { |
| 2091 | "type": "opencollective", |
| 2092 | "url": "https://opencollective.com/csstools" |
| 2093 | } |
| 2094 | ], |
| 2095 | "license": "MIT", |
| 2096 | "dependencies": { |
| 2097 | "@csstools/color-helpers": "^5.0.2", |
| 2098 | "@csstools/css-calc": "^2.1.2" |
| 2099 | }, |
| 2100 | "engines": { |
| 2101 | "node": ">=18" |
| 2102 | }, |
| 2103 | "peerDependencies": { |
| 2104 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2105 | "@csstools/css-tokenizer": "^3.0.3" |
| 2106 | } |
| 2107 | }, |
| 2108 | "node_modules/@csstools/css-parser-algorithms": { |
| 2109 | "version": "3.0.4", |
| 2110 | "resolved": "https://registry.npmmirror.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz", |
| 2111 | "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==", |
| 2112 | "dev": true, |
| 2113 | "funding": [ |
| 2114 | { |
| 2115 | "type": "github", |
| 2116 | "url": "https://github.com/sponsors/csstools" |
| 2117 | }, |
| 2118 | { |
| 2119 | "type": "opencollective", |
| 2120 | "url": "https://opencollective.com/csstools" |
| 2121 | } |
| 2122 | ], |
| 2123 | "license": "MIT", |
| 2124 | "engines": { |
| 2125 | "node": ">=18" |
| 2126 | }, |
| 2127 | "peerDependencies": { |
| 2128 | "@csstools/css-tokenizer": "^3.0.3" |
| 2129 | } |
| 2130 | }, |
| 2131 | "node_modules/@csstools/css-tokenizer": { |
| 2132 | "version": "3.0.3", |
| 2133 | "resolved": "https://registry.npmmirror.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz", |
| 2134 | "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==", |
| 2135 | "dev": true, |
| 2136 | "funding": [ |
| 2137 | { |
| 2138 | "type": "github", |
| 2139 | "url": "https://github.com/sponsors/csstools" |
| 2140 | }, |
| 2141 | { |
| 2142 | "type": "opencollective", |
| 2143 | "url": "https://opencollective.com/csstools" |
| 2144 | } |
| 2145 | ], |
| 2146 | "license": "MIT", |
| 2147 | "engines": { |
| 2148 | "node": ">=18" |
| 2149 | } |
| 2150 | }, |
| 2151 | "node_modules/@csstools/media-query-list-parser": { |
| 2152 | "version": "4.0.2", |
| 2153 | "resolved": "https://registry.npmmirror.com/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz", |
| 2154 | "integrity": "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==", |
| 2155 | "dev": true, |
| 2156 | "funding": [ |
| 2157 | { |
| 2158 | "type": "github", |
| 2159 | "url": "https://github.com/sponsors/csstools" |
| 2160 | }, |
| 2161 | { |
| 2162 | "type": "opencollective", |
| 2163 | "url": "https://opencollective.com/csstools" |
| 2164 | } |
| 2165 | ], |
| 2166 | "license": "MIT", |
| 2167 | "engines": { |
| 2168 | "node": ">=18" |
| 2169 | }, |
| 2170 | "peerDependencies": { |
| 2171 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2172 | "@csstools/css-tokenizer": "^3.0.3" |
| 2173 | } |
| 2174 | }, |
| 2175 | "node_modules/@csstools/postcss-cascade-layers": { |
| 2176 | "version": "5.0.1", |
| 2177 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.1.tgz", |
| 2178 | "integrity": "sha512-XOfhI7GShVcKiKwmPAnWSqd2tBR0uxt+runAxttbSp/LY2U16yAVPmAf7e9q4JJ0d+xMNmpwNDLBXnmRCl3HMQ==", |
| 2179 | "dev": true, |
| 2180 | "funding": [ |
| 2181 | { |
| 2182 | "type": "github", |
| 2183 | "url": "https://github.com/sponsors/csstools" |
| 2184 | }, |
| 2185 | { |
| 2186 | "type": "opencollective", |
| 2187 | "url": "https://opencollective.com/csstools" |
| 2188 | } |
| 2189 | ], |
| 2190 | "license": "MIT-0", |
| 2191 | "dependencies": { |
| 2192 | "@csstools/selector-specificity": "^5.0.0", |
| 2193 | "postcss-selector-parser": "^7.0.0" |
| 2194 | }, |
| 2195 | "engines": { |
| 2196 | "node": ">=18" |
| 2197 | }, |
| 2198 | "peerDependencies": { |
| 2199 | "postcss": "^8.4" |
| 2200 | } |
| 2201 | }, |
| 2202 | "node_modules/@csstools/postcss-color-function": { |
| 2203 | "version": "4.0.8", |
| 2204 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-color-function/-/postcss-color-function-4.0.8.tgz", |
| 2205 | "integrity": "sha512-9dUvP2qpZI6PlGQ/sob+95B3u5u7nkYt9yhZFCC7G9HBRHBxj+QxS/wUlwaMGYW0waf+NIierI8aoDTssEdRYw==", |
| 2206 | "dev": true, |
| 2207 | "funding": [ |
| 2208 | { |
| 2209 | "type": "github", |
| 2210 | "url": "https://github.com/sponsors/csstools" |
| 2211 | }, |
| 2212 | { |
| 2213 | "type": "opencollective", |
| 2214 | "url": "https://opencollective.com/csstools" |
| 2215 | } |
| 2216 | ], |
| 2217 | "license": "MIT-0", |
| 2218 | "dependencies": { |
| 2219 | "@csstools/css-color-parser": "^3.0.8", |
| 2220 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2221 | "@csstools/css-tokenizer": "^3.0.3", |
| 2222 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2223 | "@csstools/utilities": "^2.0.0" |
| 2224 | }, |
| 2225 | "engines": { |
| 2226 | "node": ">=18" |
| 2227 | }, |
| 2228 | "peerDependencies": { |
| 2229 | "postcss": "^8.4" |
| 2230 | } |
| 2231 | }, |
| 2232 | "node_modules/@csstools/postcss-color-mix-function": { |
| 2233 | "version": "3.0.8", |
| 2234 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.8.tgz", |
| 2235 | "integrity": "sha512-yuZpgWUzqZWQhEqfvtJufhl28DgO9sBwSbXbf/59gejNuvZcoUTRGQZhzhwF4ccqb53YAGB+u92z9+eSKoB4YA==", |
| 2236 | "dev": true, |
| 2237 | "funding": [ |
| 2238 | { |
| 2239 | "type": "github", |
| 2240 | "url": "https://github.com/sponsors/csstools" |
| 2241 | }, |
| 2242 | { |
| 2243 | "type": "opencollective", |
| 2244 | "url": "https://opencollective.com/csstools" |
| 2245 | } |
| 2246 | ], |
| 2247 | "license": "MIT-0", |
| 2248 | "dependencies": { |
| 2249 | "@csstools/css-color-parser": "^3.0.8", |
| 2250 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2251 | "@csstools/css-tokenizer": "^3.0.3", |
| 2252 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2253 | "@csstools/utilities": "^2.0.0" |
| 2254 | }, |
| 2255 | "engines": { |
| 2256 | "node": ">=18" |
| 2257 | }, |
| 2258 | "peerDependencies": { |
| 2259 | "postcss": "^8.4" |
| 2260 | } |
| 2261 | }, |
| 2262 | "node_modules/@csstools/postcss-content-alt-text": { |
| 2263 | "version": "2.0.4", |
| 2264 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.4.tgz", |
| 2265 | "integrity": "sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==", |
| 2266 | "dev": true, |
| 2267 | "funding": [ |
| 2268 | { |
| 2269 | "type": "github", |
| 2270 | "url": "https://github.com/sponsors/csstools" |
| 2271 | }, |
| 2272 | { |
| 2273 | "type": "opencollective", |
| 2274 | "url": "https://opencollective.com/csstools" |
| 2275 | } |
| 2276 | ], |
| 2277 | "license": "MIT-0", |
| 2278 | "dependencies": { |
| 2279 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2280 | "@csstools/css-tokenizer": "^3.0.3", |
| 2281 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2282 | "@csstools/utilities": "^2.0.0" |
| 2283 | }, |
| 2284 | "engines": { |
| 2285 | "node": ">=18" |
| 2286 | }, |
| 2287 | "peerDependencies": { |
| 2288 | "postcss": "^8.4" |
| 2289 | } |
| 2290 | }, |
| 2291 | "node_modules/@csstools/postcss-exponential-functions": { |
| 2292 | "version": "2.0.7", |
| 2293 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.7.tgz", |
| 2294 | "integrity": "sha512-XTb6Mw0v2qXtQYRW9d9duAjDnoTbBpsngD7sRNLmYDjvwU2ebpIHplyxgOeo6jp/Kr52gkLi5VaK5RDCqzMzZQ==", |
| 2295 | "dev": true, |
| 2296 | "funding": [ |
| 2297 | { |
| 2298 | "type": "github", |
| 2299 | "url": "https://github.com/sponsors/csstools" |
| 2300 | }, |
| 2301 | { |
| 2302 | "type": "opencollective", |
| 2303 | "url": "https://opencollective.com/csstools" |
| 2304 | } |
| 2305 | ], |
| 2306 | "license": "MIT-0", |
| 2307 | "dependencies": { |
| 2308 | "@csstools/css-calc": "^2.1.2", |
| 2309 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2310 | "@csstools/css-tokenizer": "^3.0.3" |
| 2311 | }, |
| 2312 | "engines": { |
| 2313 | "node": ">=18" |
| 2314 | }, |
| 2315 | "peerDependencies": { |
| 2316 | "postcss": "^8.4" |
| 2317 | } |
| 2318 | }, |
| 2319 | "node_modules/@csstools/postcss-font-format-keywords": { |
| 2320 | "version": "4.0.0", |
| 2321 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz", |
| 2322 | "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==", |
| 2323 | "dev": true, |
| 2324 | "funding": [ |
| 2325 | { |
| 2326 | "type": "github", |
| 2327 | "url": "https://github.com/sponsors/csstools" |
| 2328 | }, |
| 2329 | { |
| 2330 | "type": "opencollective", |
| 2331 | "url": "https://opencollective.com/csstools" |
| 2332 | } |
| 2333 | ], |
| 2334 | "license": "MIT-0", |
| 2335 | "dependencies": { |
| 2336 | "@csstools/utilities": "^2.0.0", |
| 2337 | "postcss-value-parser": "^4.2.0" |
| 2338 | }, |
| 2339 | "engines": { |
| 2340 | "node": ">=18" |
| 2341 | }, |
| 2342 | "peerDependencies": { |
| 2343 | "postcss": "^8.4" |
| 2344 | } |
| 2345 | }, |
| 2346 | "node_modules/@csstools/postcss-gamut-mapping": { |
| 2347 | "version": "2.0.8", |
| 2348 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.8.tgz", |
| 2349 | "integrity": "sha512-/K8u9ZyGMGPjmwCSIjgaOLKfic2RIGdFHHes84XW5LnmrvdhOTVxo255NppHi3ROEvoHPW7MplMJgjZK5Q+TxA==", |
| 2350 | "dev": true, |
| 2351 | "funding": [ |
| 2352 | { |
| 2353 | "type": "github", |
| 2354 | "url": "https://github.com/sponsors/csstools" |
| 2355 | }, |
| 2356 | { |
| 2357 | "type": "opencollective", |
| 2358 | "url": "https://opencollective.com/csstools" |
| 2359 | } |
| 2360 | ], |
| 2361 | "license": "MIT-0", |
| 2362 | "dependencies": { |
| 2363 | "@csstools/css-color-parser": "^3.0.8", |
| 2364 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2365 | "@csstools/css-tokenizer": "^3.0.3" |
| 2366 | }, |
| 2367 | "engines": { |
| 2368 | "node": ">=18" |
| 2369 | }, |
| 2370 | "peerDependencies": { |
| 2371 | "postcss": "^8.4" |
| 2372 | } |
| 2373 | }, |
| 2374 | "node_modules/@csstools/postcss-gradients-interpolation-method": { |
| 2375 | "version": "5.0.8", |
| 2376 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.8.tgz", |
| 2377 | "integrity": "sha512-CoHQ/0UXrvxLovu0ZeW6c3/20hjJ/QRg6lyXm3dZLY/JgvRU6bdbQZF/Du30A4TvowfcgvIHQmP1bNXUxgDrAw==", |
| 2378 | "dev": true, |
| 2379 | "funding": [ |
| 2380 | { |
| 2381 | "type": "github", |
| 2382 | "url": "https://github.com/sponsors/csstools" |
| 2383 | }, |
| 2384 | { |
| 2385 | "type": "opencollective", |
| 2386 | "url": "https://opencollective.com/csstools" |
| 2387 | } |
| 2388 | ], |
| 2389 | "license": "MIT-0", |
| 2390 | "dependencies": { |
| 2391 | "@csstools/css-color-parser": "^3.0.8", |
| 2392 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2393 | "@csstools/css-tokenizer": "^3.0.3", |
| 2394 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2395 | "@csstools/utilities": "^2.0.0" |
| 2396 | }, |
| 2397 | "engines": { |
| 2398 | "node": ">=18" |
| 2399 | }, |
| 2400 | "peerDependencies": { |
| 2401 | "postcss": "^8.4" |
| 2402 | } |
| 2403 | }, |
| 2404 | "node_modules/@csstools/postcss-hwb-function": { |
| 2405 | "version": "4.0.8", |
| 2406 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.8.tgz", |
| 2407 | "integrity": "sha512-LpFKjX6hblpeqyych1cKmk+3FJZ19QmaJtqincySoMkbkG/w2tfbnO5oE6mlnCTXcGUJ0rCEuRHvTqKK0nHYUQ==", |
| 2408 | "dev": true, |
| 2409 | "funding": [ |
| 2410 | { |
| 2411 | "type": "github", |
| 2412 | "url": "https://github.com/sponsors/csstools" |
| 2413 | }, |
| 2414 | { |
| 2415 | "type": "opencollective", |
| 2416 | "url": "https://opencollective.com/csstools" |
| 2417 | } |
| 2418 | ], |
| 2419 | "license": "MIT-0", |
| 2420 | "dependencies": { |
| 2421 | "@csstools/css-color-parser": "^3.0.8", |
| 2422 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2423 | "@csstools/css-tokenizer": "^3.0.3", |
| 2424 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2425 | "@csstools/utilities": "^2.0.0" |
| 2426 | }, |
| 2427 | "engines": { |
| 2428 | "node": ">=18" |
| 2429 | }, |
| 2430 | "peerDependencies": { |
| 2431 | "postcss": "^8.4" |
| 2432 | } |
| 2433 | }, |
| 2434 | "node_modules/@csstools/postcss-ic-unit": { |
| 2435 | "version": "4.0.0", |
| 2436 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.0.tgz", |
| 2437 | "integrity": "sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==", |
| 2438 | "dev": true, |
| 2439 | "funding": [ |
| 2440 | { |
| 2441 | "type": "github", |
| 2442 | "url": "https://github.com/sponsors/csstools" |
| 2443 | }, |
| 2444 | { |
| 2445 | "type": "opencollective", |
| 2446 | "url": "https://opencollective.com/csstools" |
| 2447 | } |
| 2448 | ], |
| 2449 | "license": "MIT-0", |
| 2450 | "dependencies": { |
| 2451 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2452 | "@csstools/utilities": "^2.0.0", |
| 2453 | "postcss-value-parser": "^4.2.0" |
| 2454 | }, |
| 2455 | "engines": { |
| 2456 | "node": ">=18" |
| 2457 | }, |
| 2458 | "peerDependencies": { |
| 2459 | "postcss": "^8.4" |
| 2460 | } |
| 2461 | }, |
| 2462 | "node_modules/@csstools/postcss-initial": { |
| 2463 | "version": "2.0.1", |
| 2464 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz", |
| 2465 | "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==", |
| 2466 | "dev": true, |
| 2467 | "funding": [ |
| 2468 | { |
| 2469 | "type": "github", |
| 2470 | "url": "https://github.com/sponsors/csstools" |
| 2471 | }, |
| 2472 | { |
| 2473 | "type": "opencollective", |
| 2474 | "url": "https://opencollective.com/csstools" |
| 2475 | } |
| 2476 | ], |
| 2477 | "license": "MIT-0", |
| 2478 | "engines": { |
| 2479 | "node": ">=18" |
| 2480 | }, |
| 2481 | "peerDependencies": { |
| 2482 | "postcss": "^8.4" |
| 2483 | } |
| 2484 | }, |
| 2485 | "node_modules/@csstools/postcss-is-pseudo-class": { |
| 2486 | "version": "5.0.1", |
| 2487 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.1.tgz", |
| 2488 | "integrity": "sha512-JLp3POui4S1auhDR0n8wHd/zTOWmMsmK3nQd3hhL6FhWPaox5W7j1se6zXOG/aP07wV2ww0lxbKYGwbBszOtfQ==", |
| 2489 | "dev": true, |
| 2490 | "funding": [ |
| 2491 | { |
| 2492 | "type": "github", |
| 2493 | "url": "https://github.com/sponsors/csstools" |
| 2494 | }, |
| 2495 | { |
| 2496 | "type": "opencollective", |
| 2497 | "url": "https://opencollective.com/csstools" |
| 2498 | } |
| 2499 | ], |
| 2500 | "license": "MIT-0", |
| 2501 | "dependencies": { |
| 2502 | "@csstools/selector-specificity": "^5.0.0", |
| 2503 | "postcss-selector-parser": "^7.0.0" |
| 2504 | }, |
| 2505 | "engines": { |
| 2506 | "node": ">=18" |
| 2507 | }, |
| 2508 | "peerDependencies": { |
| 2509 | "postcss": "^8.4" |
| 2510 | } |
| 2511 | }, |
| 2512 | "node_modules/@csstools/postcss-light-dark-function": { |
| 2513 | "version": "2.0.7", |
| 2514 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.7.tgz", |
| 2515 | "integrity": "sha512-ZZ0rwlanYKOHekyIPaU+sVm3BEHCe+Ha0/px+bmHe62n0Uc1lL34vbwrLYn6ote8PHlsqzKeTQdIejQCJ05tfw==", |
| 2516 | "dev": true, |
| 2517 | "funding": [ |
| 2518 | { |
| 2519 | "type": "github", |
| 2520 | "url": "https://github.com/sponsors/csstools" |
| 2521 | }, |
| 2522 | { |
| 2523 | "type": "opencollective", |
| 2524 | "url": "https://opencollective.com/csstools" |
| 2525 | } |
| 2526 | ], |
| 2527 | "license": "MIT-0", |
| 2528 | "dependencies": { |
| 2529 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2530 | "@csstools/css-tokenizer": "^3.0.3", |
| 2531 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2532 | "@csstools/utilities": "^2.0.0" |
| 2533 | }, |
| 2534 | "engines": { |
| 2535 | "node": ">=18" |
| 2536 | }, |
| 2537 | "peerDependencies": { |
| 2538 | "postcss": "^8.4" |
| 2539 | } |
| 2540 | }, |
| 2541 | "node_modules/@csstools/postcss-logical-float-and-clear": { |
| 2542 | "version": "3.0.0", |
| 2543 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz", |
| 2544 | "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==", |
| 2545 | "dev": true, |
| 2546 | "funding": [ |
| 2547 | { |
| 2548 | "type": "github", |
| 2549 | "url": "https://github.com/sponsors/csstools" |
| 2550 | }, |
| 2551 | { |
| 2552 | "type": "opencollective", |
| 2553 | "url": "https://opencollective.com/csstools" |
| 2554 | } |
| 2555 | ], |
| 2556 | "license": "MIT-0", |
| 2557 | "engines": { |
| 2558 | "node": ">=18" |
| 2559 | }, |
| 2560 | "peerDependencies": { |
| 2561 | "postcss": "^8.4" |
| 2562 | } |
| 2563 | }, |
| 2564 | "node_modules/@csstools/postcss-logical-overflow": { |
| 2565 | "version": "2.0.0", |
| 2566 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz", |
| 2567 | "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==", |
| 2568 | "dev": true, |
| 2569 | "funding": [ |
| 2570 | { |
| 2571 | "type": "github", |
| 2572 | "url": "https://github.com/sponsors/csstools" |
| 2573 | }, |
| 2574 | { |
| 2575 | "type": "opencollective", |
| 2576 | "url": "https://opencollective.com/csstools" |
| 2577 | } |
| 2578 | ], |
| 2579 | "license": "MIT-0", |
| 2580 | "engines": { |
| 2581 | "node": ">=18" |
| 2582 | }, |
| 2583 | "peerDependencies": { |
| 2584 | "postcss": "^8.4" |
| 2585 | } |
| 2586 | }, |
| 2587 | "node_modules/@csstools/postcss-logical-overscroll-behavior": { |
| 2588 | "version": "2.0.0", |
| 2589 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz", |
| 2590 | "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==", |
| 2591 | "dev": true, |
| 2592 | "funding": [ |
| 2593 | { |
| 2594 | "type": "github", |
| 2595 | "url": "https://github.com/sponsors/csstools" |
| 2596 | }, |
| 2597 | { |
| 2598 | "type": "opencollective", |
| 2599 | "url": "https://opencollective.com/csstools" |
| 2600 | } |
| 2601 | ], |
| 2602 | "license": "MIT-0", |
| 2603 | "engines": { |
| 2604 | "node": ">=18" |
| 2605 | }, |
| 2606 | "peerDependencies": { |
| 2607 | "postcss": "^8.4" |
| 2608 | } |
| 2609 | }, |
| 2610 | "node_modules/@csstools/postcss-logical-resize": { |
| 2611 | "version": "3.0.0", |
| 2612 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz", |
| 2613 | "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==", |
| 2614 | "dev": true, |
| 2615 | "funding": [ |
| 2616 | { |
| 2617 | "type": "github", |
| 2618 | "url": "https://github.com/sponsors/csstools" |
| 2619 | }, |
| 2620 | { |
| 2621 | "type": "opencollective", |
| 2622 | "url": "https://opencollective.com/csstools" |
| 2623 | } |
| 2624 | ], |
| 2625 | "license": "MIT-0", |
| 2626 | "dependencies": { |
| 2627 | "postcss-value-parser": "^4.2.0" |
| 2628 | }, |
| 2629 | "engines": { |
| 2630 | "node": ">=18" |
| 2631 | }, |
| 2632 | "peerDependencies": { |
| 2633 | "postcss": "^8.4" |
| 2634 | } |
| 2635 | }, |
| 2636 | "node_modules/@csstools/postcss-logical-viewport-units": { |
| 2637 | "version": "3.0.3", |
| 2638 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.3.tgz", |
| 2639 | "integrity": "sha512-OC1IlG/yoGJdi0Y+7duz/kU/beCwO+Gua01sD6GtOtLi7ByQUpcIqs7UE/xuRPay4cHgOMatWdnDdsIDjnWpPw==", |
| 2640 | "dev": true, |
| 2641 | "funding": [ |
| 2642 | { |
| 2643 | "type": "github", |
| 2644 | "url": "https://github.com/sponsors/csstools" |
| 2645 | }, |
| 2646 | { |
| 2647 | "type": "opencollective", |
| 2648 | "url": "https://opencollective.com/csstools" |
| 2649 | } |
| 2650 | ], |
| 2651 | "license": "MIT-0", |
| 2652 | "dependencies": { |
| 2653 | "@csstools/css-tokenizer": "^3.0.3", |
| 2654 | "@csstools/utilities": "^2.0.0" |
| 2655 | }, |
| 2656 | "engines": { |
| 2657 | "node": ">=18" |
| 2658 | }, |
| 2659 | "peerDependencies": { |
| 2660 | "postcss": "^8.4" |
| 2661 | } |
| 2662 | }, |
| 2663 | "node_modules/@csstools/postcss-media-minmax": { |
| 2664 | "version": "2.0.7", |
| 2665 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.7.tgz", |
| 2666 | "integrity": "sha512-LB6tIP7iBZb5CYv8iRenfBZmbaG3DWNEziOnPjGoQX5P94FBPvvTBy68b/d9NnS5PELKwFmmOYsAEIgEhDPCHA==", |
| 2667 | "dev": true, |
| 2668 | "funding": [ |
| 2669 | { |
| 2670 | "type": "github", |
| 2671 | "url": "https://github.com/sponsors/csstools" |
| 2672 | }, |
| 2673 | { |
| 2674 | "type": "opencollective", |
| 2675 | "url": "https://opencollective.com/csstools" |
| 2676 | } |
| 2677 | ], |
| 2678 | "license": "MIT", |
| 2679 | "dependencies": { |
| 2680 | "@csstools/css-calc": "^2.1.2", |
| 2681 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2682 | "@csstools/css-tokenizer": "^3.0.3", |
| 2683 | "@csstools/media-query-list-parser": "^4.0.2" |
| 2684 | }, |
| 2685 | "engines": { |
| 2686 | "node": ">=18" |
| 2687 | }, |
| 2688 | "peerDependencies": { |
| 2689 | "postcss": "^8.4" |
| 2690 | } |
| 2691 | }, |
| 2692 | "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": { |
| 2693 | "version": "3.0.4", |
| 2694 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.4.tgz", |
| 2695 | "integrity": "sha512-AnGjVslHMm5xw9keusQYvjVWvuS7KWK+OJagaG0+m9QnIjZsrysD2kJP/tr/UJIyYtMCtu8OkUd+Rajb4DqtIQ==", |
| 2696 | "dev": true, |
| 2697 | "funding": [ |
| 2698 | { |
| 2699 | "type": "github", |
| 2700 | "url": "https://github.com/sponsors/csstools" |
| 2701 | }, |
| 2702 | { |
| 2703 | "type": "opencollective", |
| 2704 | "url": "https://opencollective.com/csstools" |
| 2705 | } |
| 2706 | ], |
| 2707 | "license": "MIT-0", |
| 2708 | "dependencies": { |
| 2709 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2710 | "@csstools/css-tokenizer": "^3.0.3", |
| 2711 | "@csstools/media-query-list-parser": "^4.0.2" |
| 2712 | }, |
| 2713 | "engines": { |
| 2714 | "node": ">=18" |
| 2715 | }, |
| 2716 | "peerDependencies": { |
| 2717 | "postcss": "^8.4" |
| 2718 | } |
| 2719 | }, |
| 2720 | "node_modules/@csstools/postcss-nested-calc": { |
| 2721 | "version": "4.0.0", |
| 2722 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz", |
| 2723 | "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==", |
| 2724 | "dev": true, |
| 2725 | "funding": [ |
| 2726 | { |
| 2727 | "type": "github", |
| 2728 | "url": "https://github.com/sponsors/csstools" |
| 2729 | }, |
| 2730 | { |
| 2731 | "type": "opencollective", |
| 2732 | "url": "https://opencollective.com/csstools" |
| 2733 | } |
| 2734 | ], |
| 2735 | "license": "MIT-0", |
| 2736 | "dependencies": { |
| 2737 | "@csstools/utilities": "^2.0.0", |
| 2738 | "postcss-value-parser": "^4.2.0" |
| 2739 | }, |
| 2740 | "engines": { |
| 2741 | "node": ">=18" |
| 2742 | }, |
| 2743 | "peerDependencies": { |
| 2744 | "postcss": "^8.4" |
| 2745 | } |
| 2746 | }, |
| 2747 | "node_modules/@csstools/postcss-normalize-display-values": { |
| 2748 | "version": "4.0.0", |
| 2749 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz", |
| 2750 | "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==", |
| 2751 | "dev": true, |
| 2752 | "funding": [ |
| 2753 | { |
| 2754 | "type": "github", |
| 2755 | "url": "https://github.com/sponsors/csstools" |
| 2756 | }, |
| 2757 | { |
| 2758 | "type": "opencollective", |
| 2759 | "url": "https://opencollective.com/csstools" |
| 2760 | } |
| 2761 | ], |
| 2762 | "license": "MIT-0", |
| 2763 | "dependencies": { |
| 2764 | "postcss-value-parser": "^4.2.0" |
| 2765 | }, |
| 2766 | "engines": { |
| 2767 | "node": ">=18" |
| 2768 | }, |
| 2769 | "peerDependencies": { |
| 2770 | "postcss": "^8.4" |
| 2771 | } |
| 2772 | }, |
| 2773 | "node_modules/@csstools/postcss-oklab-function": { |
| 2774 | "version": "4.0.8", |
| 2775 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.8.tgz", |
| 2776 | "integrity": "sha512-+5aPsNWgxohXoYNS1f+Ys0x3Qnfehgygv3qrPyv+Y25G0yX54/WlVB+IXprqBLOXHM1gsVF+QQSjlArhygna0Q==", |
| 2777 | "dev": true, |
| 2778 | "funding": [ |
| 2779 | { |
| 2780 | "type": "github", |
| 2781 | "url": "https://github.com/sponsors/csstools" |
| 2782 | }, |
| 2783 | { |
| 2784 | "type": "opencollective", |
| 2785 | "url": "https://opencollective.com/csstools" |
| 2786 | } |
| 2787 | ], |
| 2788 | "license": "MIT-0", |
| 2789 | "dependencies": { |
| 2790 | "@csstools/css-color-parser": "^3.0.8", |
| 2791 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2792 | "@csstools/css-tokenizer": "^3.0.3", |
| 2793 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2794 | "@csstools/utilities": "^2.0.0" |
| 2795 | }, |
| 2796 | "engines": { |
| 2797 | "node": ">=18" |
| 2798 | }, |
| 2799 | "peerDependencies": { |
| 2800 | "postcss": "^8.4" |
| 2801 | } |
| 2802 | }, |
| 2803 | "node_modules/@csstools/postcss-progressive-custom-properties": { |
| 2804 | "version": "4.0.0", |
| 2805 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.0.tgz", |
| 2806 | "integrity": "sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==", |
| 2807 | "dev": true, |
| 2808 | "funding": [ |
| 2809 | { |
| 2810 | "type": "github", |
| 2811 | "url": "https://github.com/sponsors/csstools" |
| 2812 | }, |
| 2813 | { |
| 2814 | "type": "opencollective", |
| 2815 | "url": "https://opencollective.com/csstools" |
| 2816 | } |
| 2817 | ], |
| 2818 | "license": "MIT-0", |
| 2819 | "dependencies": { |
| 2820 | "postcss-value-parser": "^4.2.0" |
| 2821 | }, |
| 2822 | "engines": { |
| 2823 | "node": ">=18" |
| 2824 | }, |
| 2825 | "peerDependencies": { |
| 2826 | "postcss": "^8.4" |
| 2827 | } |
| 2828 | }, |
| 2829 | "node_modules/@csstools/postcss-random-function": { |
| 2830 | "version": "1.0.3", |
| 2831 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-random-function/-/postcss-random-function-1.0.3.tgz", |
| 2832 | "integrity": "sha512-dbNeEEPHxAwfQJ3duRL5IPpuD77QAHtRl4bAHRs0vOVhVbHrsL7mHnwe0irYjbs9kYwhAHZBQTLBgmvufPuRkA==", |
| 2833 | "dev": true, |
| 2834 | "funding": [ |
| 2835 | { |
| 2836 | "type": "github", |
| 2837 | "url": "https://github.com/sponsors/csstools" |
| 2838 | }, |
| 2839 | { |
| 2840 | "type": "opencollective", |
| 2841 | "url": "https://opencollective.com/csstools" |
| 2842 | } |
| 2843 | ], |
| 2844 | "license": "MIT-0", |
| 2845 | "dependencies": { |
| 2846 | "@csstools/css-calc": "^2.1.2", |
| 2847 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2848 | "@csstools/css-tokenizer": "^3.0.3" |
| 2849 | }, |
| 2850 | "engines": { |
| 2851 | "node": ">=18" |
| 2852 | }, |
| 2853 | "peerDependencies": { |
| 2854 | "postcss": "^8.4" |
| 2855 | } |
| 2856 | }, |
| 2857 | "node_modules/@csstools/postcss-relative-color-syntax": { |
| 2858 | "version": "3.0.8", |
| 2859 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.8.tgz", |
| 2860 | "integrity": "sha512-eGE31oLnJDoUysDdjS9MLxNZdtqqSxjDXMdISpLh80QMaYrKs7VINpid34tWQ+iU23Wg5x76qAzf1Q/SLLbZVg==", |
| 2861 | "dev": true, |
| 2862 | "funding": [ |
| 2863 | { |
| 2864 | "type": "github", |
| 2865 | "url": "https://github.com/sponsors/csstools" |
| 2866 | }, |
| 2867 | { |
| 2868 | "type": "opencollective", |
| 2869 | "url": "https://opencollective.com/csstools" |
| 2870 | } |
| 2871 | ], |
| 2872 | "license": "MIT-0", |
| 2873 | "dependencies": { |
| 2874 | "@csstools/css-color-parser": "^3.0.8", |
| 2875 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2876 | "@csstools/css-tokenizer": "^3.0.3", |
| 2877 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 2878 | "@csstools/utilities": "^2.0.0" |
| 2879 | }, |
| 2880 | "engines": { |
| 2881 | "node": ">=18" |
| 2882 | }, |
| 2883 | "peerDependencies": { |
| 2884 | "postcss": "^8.4" |
| 2885 | } |
| 2886 | }, |
| 2887 | "node_modules/@csstools/postcss-scope-pseudo-class": { |
| 2888 | "version": "4.0.1", |
| 2889 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz", |
| 2890 | "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==", |
| 2891 | "dev": true, |
| 2892 | "funding": [ |
| 2893 | { |
| 2894 | "type": "github", |
| 2895 | "url": "https://github.com/sponsors/csstools" |
| 2896 | }, |
| 2897 | { |
| 2898 | "type": "opencollective", |
| 2899 | "url": "https://opencollective.com/csstools" |
| 2900 | } |
| 2901 | ], |
| 2902 | "license": "MIT-0", |
| 2903 | "dependencies": { |
| 2904 | "postcss-selector-parser": "^7.0.0" |
| 2905 | }, |
| 2906 | "engines": { |
| 2907 | "node": ">=18" |
| 2908 | }, |
| 2909 | "peerDependencies": { |
| 2910 | "postcss": "^8.4" |
| 2911 | } |
| 2912 | }, |
| 2913 | "node_modules/@csstools/postcss-sign-functions": { |
| 2914 | "version": "1.1.2", |
| 2915 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.2.tgz", |
| 2916 | "integrity": "sha512-4EcAvXTUPh7n6UoZZkCzgtCf/wPzMlTNuddcKg7HG8ozfQkUcHsJ2faQKeLmjyKdYPyOUn4YA7yDPf8K/jfIxw==", |
| 2917 | "dev": true, |
| 2918 | "funding": [ |
| 2919 | { |
| 2920 | "type": "github", |
| 2921 | "url": "https://github.com/sponsors/csstools" |
| 2922 | }, |
| 2923 | { |
| 2924 | "type": "opencollective", |
| 2925 | "url": "https://opencollective.com/csstools" |
| 2926 | } |
| 2927 | ], |
| 2928 | "license": "MIT-0", |
| 2929 | "dependencies": { |
| 2930 | "@csstools/css-calc": "^2.1.2", |
| 2931 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2932 | "@csstools/css-tokenizer": "^3.0.3" |
| 2933 | }, |
| 2934 | "engines": { |
| 2935 | "node": ">=18" |
| 2936 | }, |
| 2937 | "peerDependencies": { |
| 2938 | "postcss": "^8.4" |
| 2939 | } |
| 2940 | }, |
| 2941 | "node_modules/@csstools/postcss-stepped-value-functions": { |
| 2942 | "version": "4.0.7", |
| 2943 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.7.tgz", |
| 2944 | "integrity": "sha512-rdrRCKRnWtj5FyRin0u/gLla7CIvZRw/zMGI1fVJP0Sg/m1WGicjPVHRANL++3HQtsiXKAbPrcPr+VkyGck0IA==", |
| 2945 | "dev": true, |
| 2946 | "funding": [ |
| 2947 | { |
| 2948 | "type": "github", |
| 2949 | "url": "https://github.com/sponsors/csstools" |
| 2950 | }, |
| 2951 | { |
| 2952 | "type": "opencollective", |
| 2953 | "url": "https://opencollective.com/csstools" |
| 2954 | } |
| 2955 | ], |
| 2956 | "license": "MIT-0", |
| 2957 | "dependencies": { |
| 2958 | "@csstools/css-calc": "^2.1.2", |
| 2959 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 2960 | "@csstools/css-tokenizer": "^3.0.3" |
| 2961 | }, |
| 2962 | "engines": { |
| 2963 | "node": ">=18" |
| 2964 | }, |
| 2965 | "peerDependencies": { |
| 2966 | "postcss": "^8.4" |
| 2967 | } |
| 2968 | }, |
| 2969 | "node_modules/@csstools/postcss-text-decoration-shorthand": { |
| 2970 | "version": "4.0.2", |
| 2971 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.2.tgz", |
| 2972 | "integrity": "sha512-8XvCRrFNseBSAGxeaVTaNijAu+FzUvjwFXtcrynmazGb/9WUdsPCpBX+mHEHShVRq47Gy4peYAoxYs8ltUnmzA==", |
| 2973 | "dev": true, |
| 2974 | "funding": [ |
| 2975 | { |
| 2976 | "type": "github", |
| 2977 | "url": "https://github.com/sponsors/csstools" |
| 2978 | }, |
| 2979 | { |
| 2980 | "type": "opencollective", |
| 2981 | "url": "https://opencollective.com/csstools" |
| 2982 | } |
| 2983 | ], |
| 2984 | "license": "MIT-0", |
| 2985 | "dependencies": { |
| 2986 | "@csstools/color-helpers": "^5.0.2", |
| 2987 | "postcss-value-parser": "^4.2.0" |
| 2988 | }, |
| 2989 | "engines": { |
| 2990 | "node": ">=18" |
| 2991 | }, |
| 2992 | "peerDependencies": { |
| 2993 | "postcss": "^8.4" |
| 2994 | } |
| 2995 | }, |
| 2996 | "node_modules/@csstools/postcss-trigonometric-functions": { |
| 2997 | "version": "4.0.7", |
| 2998 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.7.tgz", |
| 2999 | "integrity": "sha512-qTrZgLju3AV7Djhzuh2Bq/wjFqbcypnk0FhHjxW8DWJQcZLS1HecIus4X2/RLch1ukX7b+YYCdqbEnpIQO5ccg==", |
| 3000 | "dev": true, |
| 3001 | "funding": [ |
| 3002 | { |
| 3003 | "type": "github", |
| 3004 | "url": "https://github.com/sponsors/csstools" |
| 3005 | }, |
| 3006 | { |
| 3007 | "type": "opencollective", |
| 3008 | "url": "https://opencollective.com/csstools" |
| 3009 | } |
| 3010 | ], |
| 3011 | "license": "MIT-0", |
| 3012 | "dependencies": { |
| 3013 | "@csstools/css-calc": "^2.1.2", |
| 3014 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 3015 | "@csstools/css-tokenizer": "^3.0.3" |
| 3016 | }, |
| 3017 | "engines": { |
| 3018 | "node": ">=18" |
| 3019 | }, |
| 3020 | "peerDependencies": { |
| 3021 | "postcss": "^8.4" |
| 3022 | } |
| 3023 | }, |
| 3024 | "node_modules/@csstools/postcss-unset-value": { |
| 3025 | "version": "4.0.0", |
| 3026 | "resolved": "https://registry.npmmirror.com/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz", |
| 3027 | "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==", |
| 3028 | "dev": true, |
| 3029 | "funding": [ |
| 3030 | { |
| 3031 | "type": "github", |
| 3032 | "url": "https://github.com/sponsors/csstools" |
| 3033 | }, |
| 3034 | { |
| 3035 | "type": "opencollective", |
| 3036 | "url": "https://opencollective.com/csstools" |
| 3037 | } |
| 3038 | ], |
| 3039 | "license": "MIT-0", |
| 3040 | "engines": { |
| 3041 | "node": ">=18" |
| 3042 | }, |
| 3043 | "peerDependencies": { |
| 3044 | "postcss": "^8.4" |
| 3045 | } |
| 3046 | }, |
| 3047 | "node_modules/@csstools/selector-resolve-nested": { |
| 3048 | "version": "3.0.0", |
| 3049 | "resolved": "https://registry.npmmirror.com/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.0.0.tgz", |
| 3050 | "integrity": "sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==", |
| 3051 | "dev": true, |
| 3052 | "funding": [ |
| 3053 | { |
| 3054 | "type": "github", |
| 3055 | "url": "https://github.com/sponsors/csstools" |
| 3056 | }, |
| 3057 | { |
| 3058 | "type": "opencollective", |
| 3059 | "url": "https://opencollective.com/csstools" |
| 3060 | } |
| 3061 | ], |
| 3062 | "license": "MIT-0", |
| 3063 | "engines": { |
| 3064 | "node": ">=18" |
| 3065 | }, |
| 3066 | "peerDependencies": { |
| 3067 | "postcss-selector-parser": "^7.0.0" |
| 3068 | } |
| 3069 | }, |
| 3070 | "node_modules/@csstools/selector-specificity": { |
| 3071 | "version": "5.0.0", |
| 3072 | "resolved": "https://registry.npmmirror.com/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", |
| 3073 | "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", |
| 3074 | "dev": true, |
| 3075 | "funding": [ |
| 3076 | { |
| 3077 | "type": "github", |
| 3078 | "url": "https://github.com/sponsors/csstools" |
| 3079 | }, |
| 3080 | { |
| 3081 | "type": "opencollective", |
| 3082 | "url": "https://opencollective.com/csstools" |
| 3083 | } |
| 3084 | ], |
| 3085 | "license": "MIT-0", |
| 3086 | "engines": { |
| 3087 | "node": ">=18" |
| 3088 | }, |
| 3089 | "peerDependencies": { |
| 3090 | "postcss-selector-parser": "^7.0.0" |
| 3091 | } |
| 3092 | }, |
| 3093 | "node_modules/@csstools/utilities": { |
| 3094 | "version": "2.0.0", |
| 3095 | "resolved": "https://registry.npmmirror.com/@csstools/utilities/-/utilities-2.0.0.tgz", |
| 3096 | "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==", |
| 3097 | "dev": true, |
| 3098 | "funding": [ |
| 3099 | { |
| 3100 | "type": "github", |
| 3101 | "url": "https://github.com/sponsors/csstools" |
| 3102 | }, |
| 3103 | { |
| 3104 | "type": "opencollective", |
| 3105 | "url": "https://opencollective.com/csstools" |
| 3106 | } |
| 3107 | ], |
| 3108 | "license": "MIT-0", |
| 3109 | "engines": { |
| 3110 | "node": ">=18" |
| 3111 | }, |
| 3112 | "peerDependencies": { |
| 3113 | "postcss": "^8.4" |
| 3114 | } |
| 3115 | }, |
| 3116 | "node_modules/@discoveryjs/json-ext": { |
| 3117 | "version": "0.6.3", |
| 3118 | "resolved": "https://registry.npmmirror.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz", |
| 3119 | "integrity": "sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==", |
| 3120 | "license": "MIT", |
| 3121 | "engines": { |
| 3122 | "node": ">=14.17.0" |
| 3123 | } |
| 3124 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 3125 | "node_modules/@emotion/babel-plugin": { |
| 3126 | "version": "11.13.5", |
| 3127 | "resolved": "https://registry.npmmirror.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", |
| 3128 | "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", |
| 3129 | "license": "MIT", |
| 3130 | "dependencies": { |
| 3131 | "@babel/helper-module-imports": "^7.16.7", |
| 3132 | "@babel/runtime": "^7.18.3", |
| 3133 | "@emotion/hash": "^0.9.2", |
| 3134 | "@emotion/memoize": "^0.9.0", |
| 3135 | "@emotion/serialize": "^1.3.3", |
| 3136 | "babel-plugin-macros": "^3.1.0", |
| 3137 | "convert-source-map": "^1.5.0", |
| 3138 | "escape-string-regexp": "^4.0.0", |
| 3139 | "find-root": "^1.1.0", |
| 3140 | "source-map": "^0.5.7", |
| 3141 | "stylis": "4.2.0" |
| 3142 | } |
| 3143 | }, |
| 3144 | "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": { |
| 3145 | "version": "0.9.2", |
| 3146 | "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz", |
| 3147 | "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", |
| 3148 | "license": "MIT" |
| 3149 | }, |
| 3150 | "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { |
| 3151 | "version": "1.9.0", |
| 3152 | "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz", |
| 3153 | "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", |
| 3154 | "license": "MIT" |
| 3155 | }, |
| 3156 | "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { |
| 3157 | "version": "4.0.0", |
| 3158 | "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
| 3159 | "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
| 3160 | "license": "MIT", |
| 3161 | "engines": { |
| 3162 | "node": ">=10" |
| 3163 | }, |
| 3164 | "funding": { |
| 3165 | "url": "https://github.com/sponsors/sindresorhus" |
| 3166 | } |
| 3167 | }, |
| 3168 | "node_modules/@emotion/babel-plugin/node_modules/source-map": { |
| 3169 | "version": "0.5.7", |
| 3170 | "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz", |
| 3171 | "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", |
| 3172 | "license": "BSD-3-Clause", |
| 3173 | "engines": { |
| 3174 | "node": ">=0.10.0" |
| 3175 | } |
| 3176 | }, |
| 3177 | "node_modules/@emotion/babel-plugin/node_modules/stylis": { |
| 3178 | "version": "4.2.0", |
| 3179 | "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz", |
| 3180 | "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", |
| 3181 | "license": "MIT" |
| 3182 | }, |
| 3183 | "node_modules/@emotion/cache": { |
| 3184 | "version": "11.14.0", |
| 3185 | "resolved": "https://registry.npmmirror.com/@emotion/cache/-/cache-11.14.0.tgz", |
| 3186 | "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", |
| 3187 | "license": "MIT", |
| 3188 | "dependencies": { |
| 3189 | "@emotion/memoize": "^0.9.0", |
| 3190 | "@emotion/sheet": "^1.4.0", |
| 3191 | "@emotion/utils": "^1.4.2", |
| 3192 | "@emotion/weak-memoize": "^0.4.0", |
| 3193 | "stylis": "4.2.0" |
| 3194 | } |
| 3195 | }, |
| 3196 | "node_modules/@emotion/cache/node_modules/stylis": { |
| 3197 | "version": "4.2.0", |
| 3198 | "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz", |
| 3199 | "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", |
| 3200 | "license": "MIT" |
| 3201 | }, |
| 3202 | "node_modules/@emotion/css": { |
| 3203 | "version": "11.13.5", |
| 3204 | "resolved": "https://registry.npmmirror.com/@emotion/css/-/css-11.13.5.tgz", |
| 3205 | "integrity": "sha512-wQdD0Xhkn3Qy2VNcIzbLP9MR8TafI0MJb7BEAXKp+w4+XqErksWR4OXomuDzPsN4InLdGhVe6EYcn2ZIUCpB8w==", |
| 3206 | "license": "MIT", |
| 3207 | "dependencies": { |
| 3208 | "@emotion/babel-plugin": "^11.13.5", |
| 3209 | "@emotion/cache": "^11.13.5", |
| 3210 | "@emotion/serialize": "^1.3.3", |
| 3211 | "@emotion/sheet": "^1.4.0", |
| 3212 | "@emotion/utils": "^1.4.2" |
| 3213 | } |
| 3214 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 3215 | "node_modules/@emotion/hash": { |
| 3216 | "version": "0.8.0", |
| 3217 | "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz", |
| 3218 | "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==", |
| 3219 | "license": "MIT" |
| 3220 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 3221 | "node_modules/@emotion/memoize": { |
| 3222 | "version": "0.9.0", |
| 3223 | "resolved": "https://registry.npmmirror.com/@emotion/memoize/-/memoize-0.9.0.tgz", |
| 3224 | "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", |
| 3225 | "license": "MIT" |
| 3226 | }, |
| 3227 | "node_modules/@emotion/react": { |
| 3228 | "version": "11.14.0", |
| 3229 | "resolved": "https://registry.npmmirror.com/@emotion/react/-/react-11.14.0.tgz", |
| 3230 | "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", |
| 3231 | "license": "MIT", |
| 3232 | "dependencies": { |
| 3233 | "@babel/runtime": "^7.18.3", |
| 3234 | "@emotion/babel-plugin": "^11.13.5", |
| 3235 | "@emotion/cache": "^11.14.0", |
| 3236 | "@emotion/serialize": "^1.3.3", |
| 3237 | "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", |
| 3238 | "@emotion/utils": "^1.4.2", |
| 3239 | "@emotion/weak-memoize": "^0.4.0", |
| 3240 | "hoist-non-react-statics": "^3.3.1" |
| 3241 | }, |
| 3242 | "peerDependencies": { |
| 3243 | "react": ">=16.8.0" |
| 3244 | }, |
| 3245 | "peerDependenciesMeta": { |
| 3246 | "@types/react": { |
| 3247 | "optional": true |
| 3248 | } |
| 3249 | } |
| 3250 | }, |
| 3251 | "node_modules/@emotion/serialize": { |
| 3252 | "version": "1.3.3", |
| 3253 | "resolved": "https://registry.npmmirror.com/@emotion/serialize/-/serialize-1.3.3.tgz", |
| 3254 | "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", |
| 3255 | "license": "MIT", |
| 3256 | "dependencies": { |
| 3257 | "@emotion/hash": "^0.9.2", |
| 3258 | "@emotion/memoize": "^0.9.0", |
| 3259 | "@emotion/unitless": "^0.10.0", |
| 3260 | "@emotion/utils": "^1.4.2", |
| 3261 | "csstype": "^3.0.2" |
| 3262 | } |
| 3263 | }, |
| 3264 | "node_modules/@emotion/serialize/node_modules/@emotion/hash": { |
| 3265 | "version": "0.9.2", |
| 3266 | "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz", |
| 3267 | "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", |
| 3268 | "license": "MIT" |
| 3269 | }, |
| 3270 | "node_modules/@emotion/serialize/node_modules/@emotion/unitless": { |
| 3271 | "version": "0.10.0", |
| 3272 | "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.10.0.tgz", |
| 3273 | "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", |
| 3274 | "license": "MIT" |
| 3275 | }, |
| 3276 | "node_modules/@emotion/sheet": { |
| 3277 | "version": "1.4.0", |
| 3278 | "resolved": "https://registry.npmmirror.com/@emotion/sheet/-/sheet-1.4.0.tgz", |
| 3279 | "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", |
| 3280 | "license": "MIT" |
| 3281 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 3282 | "node_modules/@emotion/unitless": { |
| 3283 | "version": "0.7.5", |
| 3284 | "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.7.5.tgz", |
| 3285 | "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==", |
| 3286 | "license": "MIT" |
| 3287 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 3288 | "node_modules/@emotion/use-insertion-effect-with-fallbacks": { |
| 3289 | "version": "1.2.0", |
| 3290 | "resolved": "https://registry.npmmirror.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", |
| 3291 | "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", |
| 3292 | "license": "MIT", |
| 3293 | "peerDependencies": { |
| 3294 | "react": ">=16.8.0" |
| 3295 | } |
| 3296 | }, |
| 3297 | "node_modules/@emotion/utils": { |
| 3298 | "version": "1.4.2", |
| 3299 | "resolved": "https://registry.npmmirror.com/@emotion/utils/-/utils-1.4.2.tgz", |
| 3300 | "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", |
| 3301 | "license": "MIT" |
| 3302 | }, |
| 3303 | "node_modules/@emotion/weak-memoize": { |
| 3304 | "version": "0.4.0", |
| 3305 | "resolved": "https://registry.npmmirror.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", |
| 3306 | "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", |
| 3307 | "license": "MIT" |
| 3308 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 3309 | "node_modules/@istanbuljs/load-nyc-config": { |
| 3310 | "version": "1.1.0", |
| 3311 | "resolved": "https://registry.npmmirror.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", |
| 3312 | "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", |
| 3313 | "license": "ISC", |
| 3314 | "dependencies": { |
| 3315 | "camelcase": "^5.3.1", |
| 3316 | "find-up": "^4.1.0", |
| 3317 | "get-package-type": "^0.1.0", |
| 3318 | "js-yaml": "^3.13.1", |
| 3319 | "resolve-from": "^5.0.0" |
| 3320 | }, |
| 3321 | "engines": { |
| 3322 | "node": ">=8" |
| 3323 | } |
| 3324 | }, |
| 3325 | "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { |
| 3326 | "version": "1.0.10", |
| 3327 | "resolved": "https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz", |
| 3328 | "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", |
| 3329 | "license": "MIT", |
| 3330 | "dependencies": { |
| 3331 | "sprintf-js": "~1.0.2" |
| 3332 | } |
| 3333 | }, |
| 3334 | "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { |
| 3335 | "version": "4.1.0", |
| 3336 | "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz", |
| 3337 | "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", |
| 3338 | "license": "MIT", |
| 3339 | "dependencies": { |
| 3340 | "locate-path": "^5.0.0", |
| 3341 | "path-exists": "^4.0.0" |
| 3342 | }, |
| 3343 | "engines": { |
| 3344 | "node": ">=8" |
| 3345 | } |
| 3346 | }, |
| 3347 | "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { |
| 3348 | "version": "3.14.1", |
| 3349 | "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz", |
| 3350 | "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", |
| 3351 | "license": "MIT", |
| 3352 | "dependencies": { |
| 3353 | "argparse": "^1.0.7", |
| 3354 | "esprima": "^4.0.0" |
| 3355 | }, |
| 3356 | "bin": { |
| 3357 | "js-yaml": "bin/js-yaml.js" |
| 3358 | } |
| 3359 | }, |
| 3360 | "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { |
| 3361 | "version": "5.0.0", |
| 3362 | "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz", |
| 3363 | "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", |
| 3364 | "license": "MIT", |
| 3365 | "dependencies": { |
| 3366 | "p-locate": "^4.1.0" |
| 3367 | }, |
| 3368 | "engines": { |
| 3369 | "node": ">=8" |
| 3370 | } |
| 3371 | }, |
| 3372 | "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { |
| 3373 | "version": "2.3.0", |
| 3374 | "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz", |
| 3375 | "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
| 3376 | "license": "MIT", |
| 3377 | "dependencies": { |
| 3378 | "p-try": "^2.0.0" |
| 3379 | }, |
| 3380 | "engines": { |
| 3381 | "node": ">=6" |
| 3382 | }, |
| 3383 | "funding": { |
| 3384 | "url": "https://github.com/sponsors/sindresorhus" |
| 3385 | } |
| 3386 | }, |
| 3387 | "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { |
| 3388 | "version": "4.1.0", |
| 3389 | "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz", |
| 3390 | "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", |
| 3391 | "license": "MIT", |
| 3392 | "dependencies": { |
| 3393 | "p-limit": "^2.2.0" |
| 3394 | }, |
| 3395 | "engines": { |
| 3396 | "node": ">=8" |
| 3397 | } |
| 3398 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 3399 | "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { |
| 3400 | "version": "5.0.0", |
| 3401 | "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz", |
| 3402 | "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", |
| 3403 | "license": "MIT", |
| 3404 | "engines": { |
| 3405 | "node": ">=8" |
| 3406 | } |
| 3407 | }, |
| 3408 | "node_modules/@istanbuljs/schema": { |
| 3409 | "version": "0.1.3", |
| 3410 | "resolved": "https://registry.npmmirror.com/@istanbuljs/schema/-/schema-0.1.3.tgz", |
| 3411 | "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", |
| 3412 | "license": "MIT", |
| 3413 | "engines": { |
| 3414 | "node": ">=8" |
| 3415 | } |
| 3416 | }, |
| 3417 | "node_modules/@jest/console": { |
| 3418 | "version": "29.7.0", |
| 3419 | "resolved": "https://registry.npmmirror.com/@jest/console/-/console-29.7.0.tgz", |
| 3420 | "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", |
| 3421 | "dev": true, |
| 3422 | "license": "MIT", |
| 3423 | "dependencies": { |
| 3424 | "@jest/types": "^29.6.3", |
| 3425 | "@types/node": "*", |
| 3426 | "chalk": "^4.0.0", |
| 3427 | "jest-message-util": "^29.7.0", |
| 3428 | "jest-util": "^29.7.0", |
| 3429 | "slash": "^3.0.0" |
| 3430 | }, |
| 3431 | "engines": { |
| 3432 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3433 | } |
| 3434 | }, |
| 3435 | "node_modules/@jest/core": { |
| 3436 | "version": "29.7.0", |
| 3437 | "resolved": "https://registry.npmmirror.com/@jest/core/-/core-29.7.0.tgz", |
| 3438 | "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", |
| 3439 | "dev": true, |
| 3440 | "license": "MIT", |
| 3441 | "dependencies": { |
| 3442 | "@jest/console": "^29.7.0", |
| 3443 | "@jest/reporters": "^29.7.0", |
| 3444 | "@jest/test-result": "^29.7.0", |
| 3445 | "@jest/transform": "^29.7.0", |
| 3446 | "@jest/types": "^29.6.3", |
| 3447 | "@types/node": "*", |
| 3448 | "ansi-escapes": "^4.2.1", |
| 3449 | "chalk": "^4.0.0", |
| 3450 | "ci-info": "^3.2.0", |
| 3451 | "exit": "^0.1.2", |
| 3452 | "graceful-fs": "^4.2.9", |
| 3453 | "jest-changed-files": "^29.7.0", |
| 3454 | "jest-config": "^29.7.0", |
| 3455 | "jest-haste-map": "^29.7.0", |
| 3456 | "jest-message-util": "^29.7.0", |
| 3457 | "jest-regex-util": "^29.6.3", |
| 3458 | "jest-resolve": "^29.7.0", |
| 3459 | "jest-resolve-dependencies": "^29.7.0", |
| 3460 | "jest-runner": "^29.7.0", |
| 3461 | "jest-runtime": "^29.7.0", |
| 3462 | "jest-snapshot": "^29.7.0", |
| 3463 | "jest-util": "^29.7.0", |
| 3464 | "jest-validate": "^29.7.0", |
| 3465 | "jest-watcher": "^29.7.0", |
| 3466 | "micromatch": "^4.0.4", |
| 3467 | "pretty-format": "^29.7.0", |
| 3468 | "slash": "^3.0.0", |
| 3469 | "strip-ansi": "^6.0.0" |
| 3470 | }, |
| 3471 | "engines": { |
| 3472 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3473 | }, |
| 3474 | "peerDependencies": { |
| 3475 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 3476 | }, |
| 3477 | "peerDependenciesMeta": { |
| 3478 | "node-notifier": { |
| 3479 | "optional": true |
| 3480 | } |
| 3481 | } |
| 3482 | }, |
| 3483 | "node_modules/@jest/environment": { |
| 3484 | "version": "29.7.0", |
| 3485 | "resolved": "https://registry.npmmirror.com/@jest/environment/-/environment-29.7.0.tgz", |
| 3486 | "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", |
| 3487 | "license": "MIT", |
| 3488 | "dependencies": { |
| 3489 | "@jest/fake-timers": "^29.7.0", |
| 3490 | "@jest/types": "^29.6.3", |
| 3491 | "@types/node": "*", |
| 3492 | "jest-mock": "^29.7.0" |
| 3493 | }, |
| 3494 | "engines": { |
| 3495 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3496 | } |
| 3497 | }, |
| 3498 | "node_modules/@jest/expect": { |
| 3499 | "version": "29.7.0", |
| 3500 | "resolved": "https://registry.npmmirror.com/@jest/expect/-/expect-29.7.0.tgz", |
| 3501 | "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", |
| 3502 | "license": "MIT", |
| 3503 | "dependencies": { |
| 3504 | "expect": "^29.7.0", |
| 3505 | "jest-snapshot": "^29.7.0" |
| 3506 | }, |
| 3507 | "engines": { |
| 3508 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3509 | } |
| 3510 | }, |
| 3511 | "node_modules/@jest/expect-utils": { |
| 3512 | "version": "29.7.0", |
| 3513 | "resolved": "https://registry.npmmirror.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz", |
| 3514 | "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", |
| 3515 | "license": "MIT", |
| 3516 | "dependencies": { |
| 3517 | "jest-get-type": "^29.6.3" |
| 3518 | }, |
| 3519 | "engines": { |
| 3520 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3521 | } |
| 3522 | }, |
| 3523 | "node_modules/@jest/fake-timers": { |
| 3524 | "version": "29.7.0", |
| 3525 | "resolved": "https://registry.npmmirror.com/@jest/fake-timers/-/fake-timers-29.7.0.tgz", |
| 3526 | "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", |
| 3527 | "license": "MIT", |
| 3528 | "dependencies": { |
| 3529 | "@jest/types": "^29.6.3", |
| 3530 | "@sinonjs/fake-timers": "^10.0.2", |
| 3531 | "@types/node": "*", |
| 3532 | "jest-message-util": "^29.7.0", |
| 3533 | "jest-mock": "^29.7.0", |
| 3534 | "jest-util": "^29.7.0" |
| 3535 | }, |
| 3536 | "engines": { |
| 3537 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3538 | } |
| 3539 | }, |
| 3540 | "node_modules/@jest/globals": { |
| 3541 | "version": "29.7.0", |
| 3542 | "resolved": "https://registry.npmmirror.com/@jest/globals/-/globals-29.7.0.tgz", |
| 3543 | "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", |
| 3544 | "license": "MIT", |
| 3545 | "dependencies": { |
| 3546 | "@jest/environment": "^29.7.0", |
| 3547 | "@jest/expect": "^29.7.0", |
| 3548 | "@jest/types": "^29.6.3", |
| 3549 | "jest-mock": "^29.7.0" |
| 3550 | }, |
| 3551 | "engines": { |
| 3552 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3553 | } |
| 3554 | }, |
| 3555 | "node_modules/@jest/reporters": { |
| 3556 | "version": "29.7.0", |
| 3557 | "resolved": "https://registry.npmmirror.com/@jest/reporters/-/reporters-29.7.0.tgz", |
| 3558 | "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", |
| 3559 | "dev": true, |
| 3560 | "license": "MIT", |
| 3561 | "dependencies": { |
| 3562 | "@bcoe/v8-coverage": "^0.2.3", |
| 3563 | "@jest/console": "^29.7.0", |
| 3564 | "@jest/test-result": "^29.7.0", |
| 3565 | "@jest/transform": "^29.7.0", |
| 3566 | "@jest/types": "^29.6.3", |
| 3567 | "@jridgewell/trace-mapping": "^0.3.18", |
| 3568 | "@types/node": "*", |
| 3569 | "chalk": "^4.0.0", |
| 3570 | "collect-v8-coverage": "^1.0.0", |
| 3571 | "exit": "^0.1.2", |
| 3572 | "glob": "^7.1.3", |
| 3573 | "graceful-fs": "^4.2.9", |
| 3574 | "istanbul-lib-coverage": "^3.0.0", |
| 3575 | "istanbul-lib-instrument": "^6.0.0", |
| 3576 | "istanbul-lib-report": "^3.0.0", |
| 3577 | "istanbul-lib-source-maps": "^4.0.0", |
| 3578 | "istanbul-reports": "^3.1.3", |
| 3579 | "jest-message-util": "^29.7.0", |
| 3580 | "jest-util": "^29.7.0", |
| 3581 | "jest-worker": "^29.7.0", |
| 3582 | "slash": "^3.0.0", |
| 3583 | "string-length": "^4.0.1", |
| 3584 | "strip-ansi": "^6.0.0", |
| 3585 | "v8-to-istanbul": "^9.0.1" |
| 3586 | }, |
| 3587 | "engines": { |
| 3588 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3589 | }, |
| 3590 | "peerDependencies": { |
| 3591 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 3592 | }, |
| 3593 | "peerDependenciesMeta": { |
| 3594 | "node-notifier": { |
| 3595 | "optional": true |
| 3596 | } |
| 3597 | } |
| 3598 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 3599 | "node_modules/@jest/schemas": { |
| 3600 | "version": "29.6.3", |
| 3601 | "resolved": "https://registry.npmmirror.com/@jest/schemas/-/schemas-29.6.3.tgz", |
| 3602 | "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", |
| 3603 | "license": "MIT", |
| 3604 | "dependencies": { |
| 3605 | "@sinclair/typebox": "^0.27.8" |
| 3606 | }, |
| 3607 | "engines": { |
| 3608 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3609 | } |
| 3610 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 3611 | "node_modules/@jest/source-map": { |
| 3612 | "version": "29.6.3", |
| 3613 | "resolved": "https://registry.npmmirror.com/@jest/source-map/-/source-map-29.6.3.tgz", |
| 3614 | "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", |
| 3615 | "dev": true, |
| 3616 | "license": "MIT", |
| 3617 | "dependencies": { |
| 3618 | "@jridgewell/trace-mapping": "^0.3.18", |
| 3619 | "callsites": "^3.0.0", |
| 3620 | "graceful-fs": "^4.2.9" |
| 3621 | }, |
| 3622 | "engines": { |
| 3623 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3624 | } |
| 3625 | }, |
| 3626 | "node_modules/@jest/test-result": { |
| 3627 | "version": "29.7.0", |
| 3628 | "resolved": "https://registry.npmmirror.com/@jest/test-result/-/test-result-29.7.0.tgz", |
| 3629 | "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", |
| 3630 | "dev": true, |
| 3631 | "license": "MIT", |
| 3632 | "dependencies": { |
| 3633 | "@jest/console": "^29.7.0", |
| 3634 | "@jest/types": "^29.6.3", |
| 3635 | "@types/istanbul-lib-coverage": "^2.0.0", |
| 3636 | "collect-v8-coverage": "^1.0.0" |
| 3637 | }, |
| 3638 | "engines": { |
| 3639 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3640 | } |
| 3641 | }, |
| 3642 | "node_modules/@jest/test-sequencer": { |
| 3643 | "version": "29.7.0", |
| 3644 | "resolved": "https://registry.npmmirror.com/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", |
| 3645 | "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", |
| 3646 | "dev": true, |
| 3647 | "license": "MIT", |
| 3648 | "dependencies": { |
| 3649 | "@jest/test-result": "^29.7.0", |
| 3650 | "graceful-fs": "^4.2.9", |
| 3651 | "jest-haste-map": "^29.7.0", |
| 3652 | "slash": "^3.0.0" |
| 3653 | }, |
| 3654 | "engines": { |
| 3655 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3656 | } |
| 3657 | }, |
| 3658 | "node_modules/@jest/transform": { |
| 3659 | "version": "29.7.0", |
| 3660 | "resolved": "https://registry.npmmirror.com/@jest/transform/-/transform-29.7.0.tgz", |
| 3661 | "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", |
| 3662 | "license": "MIT", |
| 3663 | "dependencies": { |
| 3664 | "@babel/core": "^7.11.6", |
| 3665 | "@jest/types": "^29.6.3", |
| 3666 | "@jridgewell/trace-mapping": "^0.3.18", |
| 3667 | "babel-plugin-istanbul": "^6.1.1", |
| 3668 | "chalk": "^4.0.0", |
| 3669 | "convert-source-map": "^2.0.0", |
| 3670 | "fast-json-stable-stringify": "^2.1.0", |
| 3671 | "graceful-fs": "^4.2.9", |
| 3672 | "jest-haste-map": "^29.7.0", |
| 3673 | "jest-regex-util": "^29.6.3", |
| 3674 | "jest-util": "^29.7.0", |
| 3675 | "micromatch": "^4.0.4", |
| 3676 | "pirates": "^4.0.4", |
| 3677 | "slash": "^3.0.0", |
| 3678 | "write-file-atomic": "^4.0.2" |
| 3679 | }, |
| 3680 | "engines": { |
| 3681 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3682 | } |
| 3683 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 3684 | "node_modules/@jest/types": { |
| 3685 | "version": "29.6.3", |
| 3686 | "resolved": "https://registry.npmmirror.com/@jest/types/-/types-29.6.3.tgz", |
| 3687 | "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", |
| 3688 | "license": "MIT", |
| 3689 | "dependencies": { |
| 3690 | "@jest/schemas": "^29.6.3", |
| 3691 | "@types/istanbul-lib-coverage": "^2.0.0", |
| 3692 | "@types/istanbul-reports": "^3.0.0", |
| 3693 | "@types/node": "*", |
| 3694 | "@types/yargs": "^17.0.8", |
| 3695 | "chalk": "^4.0.0" |
| 3696 | }, |
| 3697 | "engines": { |
| 3698 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 3699 | } |
| 3700 | }, |
| 3701 | "node_modules/@jridgewell/gen-mapping": { |
| 3702 | "version": "0.3.8", |
| 3703 | "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", |
| 3704 | "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", |
| 3705 | "license": "MIT", |
| 3706 | "dependencies": { |
| 3707 | "@jridgewell/set-array": "^1.2.1", |
| 3708 | "@jridgewell/sourcemap-codec": "^1.4.10", |
| 3709 | "@jridgewell/trace-mapping": "^0.3.24" |
| 3710 | }, |
| 3711 | "engines": { |
| 3712 | "node": ">=6.0.0" |
| 3713 | } |
| 3714 | }, |
| 3715 | "node_modules/@jridgewell/resolve-uri": { |
| 3716 | "version": "3.1.2", |
| 3717 | "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
| 3718 | "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", |
| 3719 | "license": "MIT", |
| 3720 | "engines": { |
| 3721 | "node": ">=6.0.0" |
| 3722 | } |
| 3723 | }, |
| 3724 | "node_modules/@jridgewell/set-array": { |
| 3725 | "version": "1.2.1", |
| 3726 | "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz", |
| 3727 | "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", |
| 3728 | "license": "MIT", |
| 3729 | "engines": { |
| 3730 | "node": ">=6.0.0" |
| 3731 | } |
| 3732 | }, |
| 3733 | "node_modules/@jridgewell/source-map": { |
| 3734 | "version": "0.3.6", |
| 3735 | "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz", |
| 3736 | "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", |
| 3737 | "license": "MIT", |
| 3738 | "dependencies": { |
| 3739 | "@jridgewell/gen-mapping": "^0.3.5", |
| 3740 | "@jridgewell/trace-mapping": "^0.3.25" |
| 3741 | } |
| 3742 | }, |
| 3743 | "node_modules/@jridgewell/sourcemap-codec": { |
| 3744 | "version": "1.5.0", |
| 3745 | "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", |
| 3746 | "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", |
| 3747 | "license": "MIT" |
| 3748 | }, |
| 3749 | "node_modules/@jridgewell/trace-mapping": { |
| 3750 | "version": "0.3.25", |
| 3751 | "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", |
| 3752 | "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", |
| 3753 | "license": "MIT", |
| 3754 | "dependencies": { |
| 3755 | "@jridgewell/resolve-uri": "^3.1.0", |
| 3756 | "@jridgewell/sourcemap-codec": "^1.4.14" |
| 3757 | } |
| 3758 | }, |
| 3759 | "node_modules/@jsonjoy.com/base64": { |
| 3760 | "version": "1.1.2", |
| 3761 | "resolved": "https://registry.npmmirror.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz", |
| 3762 | "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", |
| 3763 | "dev": true, |
| 3764 | "license": "Apache-2.0", |
| 3765 | "engines": { |
| 3766 | "node": ">=10.0" |
| 3767 | }, |
| 3768 | "funding": { |
| 3769 | "type": "github", |
| 3770 | "url": "https://github.com/sponsors/streamich" |
| 3771 | }, |
| 3772 | "peerDependencies": { |
| 3773 | "tslib": "2" |
| 3774 | } |
| 3775 | }, |
| 3776 | "node_modules/@jsonjoy.com/json-pack": { |
| 3777 | "version": "1.2.0", |
| 3778 | "resolved": "https://registry.npmmirror.com/@jsonjoy.com/json-pack/-/json-pack-1.2.0.tgz", |
| 3779 | "integrity": "sha512-io1zEbbYcElht3tdlqEOFxZ0dMTYrHz9iMf0gqn1pPjZFTCgM5R4R5IMA20Chb2UPYYsxjzs8CgZ7Nb5n2K2rA==", |
| 3780 | "dev": true, |
| 3781 | "license": "Apache-2.0", |
| 3782 | "dependencies": { |
| 3783 | "@jsonjoy.com/base64": "^1.1.1", |
| 3784 | "@jsonjoy.com/util": "^1.1.2", |
| 3785 | "hyperdyperid": "^1.2.0", |
| 3786 | "thingies": "^1.20.0" |
| 3787 | }, |
| 3788 | "engines": { |
| 3789 | "node": ">=10.0" |
| 3790 | }, |
| 3791 | "funding": { |
| 3792 | "type": "github", |
| 3793 | "url": "https://github.com/sponsors/streamich" |
| 3794 | }, |
| 3795 | "peerDependencies": { |
| 3796 | "tslib": "2" |
| 3797 | } |
| 3798 | }, |
| 3799 | "node_modules/@jsonjoy.com/util": { |
| 3800 | "version": "1.5.0", |
| 3801 | "resolved": "https://registry.npmmirror.com/@jsonjoy.com/util/-/util-1.5.0.tgz", |
| 3802 | "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", |
| 3803 | "dev": true, |
| 3804 | "license": "Apache-2.0", |
| 3805 | "engines": { |
| 3806 | "node": ">=10.0" |
| 3807 | }, |
| 3808 | "funding": { |
| 3809 | "type": "github", |
| 3810 | "url": "https://github.com/sponsors/streamich" |
| 3811 | }, |
| 3812 | "peerDependencies": { |
| 3813 | "tslib": "2" |
| 3814 | } |
| 3815 | }, |
| 3816 | "node_modules/@leichtgewicht/ip-codec": { |
| 3817 | "version": "2.0.5", |
| 3818 | "resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", |
| 3819 | "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", |
| 3820 | "dev": true, |
| 3821 | "license": "MIT" |
| 3822 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 3823 | "node_modules/@rc-component/async-validator": { |
| 3824 | "version": "5.0.4", |
| 3825 | "resolved": "https://registry.npmmirror.com/@rc-component/async-validator/-/async-validator-5.0.4.tgz", |
| 3826 | "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==", |
| 3827 | "license": "MIT", |
| 3828 | "dependencies": { |
| 3829 | "@babel/runtime": "^7.24.4" |
| 3830 | }, |
| 3831 | "engines": { |
| 3832 | "node": ">=14.x" |
| 3833 | } |
| 3834 | }, |
| 3835 | "node_modules/@rc-component/color-picker": { |
| 3836 | "version": "2.0.1", |
| 3837 | "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-2.0.1.tgz", |
| 3838 | "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==", |
| 3839 | "license": "MIT", |
| 3840 | "dependencies": { |
| 3841 | "@ant-design/fast-color": "^2.0.6", |
| 3842 | "@babel/runtime": "^7.23.6", |
| 3843 | "classnames": "^2.2.6", |
| 3844 | "rc-util": "^5.38.1" |
| 3845 | }, |
| 3846 | "peerDependencies": { |
| 3847 | "react": ">=16.9.0", |
| 3848 | "react-dom": ">=16.9.0" |
| 3849 | } |
| 3850 | }, |
| 3851 | "node_modules/@rc-component/context": { |
| 3852 | "version": "1.4.0", |
| 3853 | "resolved": "https://registry.npmmirror.com/@rc-component/context/-/context-1.4.0.tgz", |
| 3854 | "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==", |
| 3855 | "license": "MIT", |
| 3856 | "dependencies": { |
| 3857 | "@babel/runtime": "^7.10.1", |
| 3858 | "rc-util": "^5.27.0" |
| 3859 | }, |
| 3860 | "peerDependencies": { |
| 3861 | "react": ">=16.9.0", |
| 3862 | "react-dom": ">=16.9.0" |
| 3863 | } |
| 3864 | }, |
| 3865 | "node_modules/@rc-component/mini-decimal": { |
| 3866 | "version": "1.1.0", |
| 3867 | "resolved": "https://registry.npmmirror.com/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz", |
| 3868 | "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==", |
| 3869 | "license": "MIT", |
| 3870 | "dependencies": { |
| 3871 | "@babel/runtime": "^7.18.0" |
| 3872 | }, |
| 3873 | "engines": { |
| 3874 | "node": ">=8.x" |
| 3875 | } |
| 3876 | }, |
| 3877 | "node_modules/@rc-component/mutate-observer": { |
| 3878 | "version": "1.1.0", |
| 3879 | "resolved": "https://registry.npmmirror.com/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz", |
| 3880 | "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==", |
| 3881 | "license": "MIT", |
| 3882 | "dependencies": { |
| 3883 | "@babel/runtime": "^7.18.0", |
| 3884 | "classnames": "^2.3.2", |
| 3885 | "rc-util": "^5.24.4" |
| 3886 | }, |
| 3887 | "engines": { |
| 3888 | "node": ">=8.x" |
| 3889 | }, |
| 3890 | "peerDependencies": { |
| 3891 | "react": ">=16.9.0", |
| 3892 | "react-dom": ">=16.9.0" |
| 3893 | } |
| 3894 | }, |
| 3895 | "node_modules/@rc-component/portal": { |
| 3896 | "version": "1.1.2", |
| 3897 | "resolved": "https://registry.npmmirror.com/@rc-component/portal/-/portal-1.1.2.tgz", |
| 3898 | "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==", |
| 3899 | "license": "MIT", |
| 3900 | "dependencies": { |
| 3901 | "@babel/runtime": "^7.18.0", |
| 3902 | "classnames": "^2.3.2", |
| 3903 | "rc-util": "^5.24.4" |
| 3904 | }, |
| 3905 | "engines": { |
| 3906 | "node": ">=8.x" |
| 3907 | }, |
| 3908 | "peerDependencies": { |
| 3909 | "react": ">=16.9.0", |
| 3910 | "react-dom": ">=16.9.0" |
| 3911 | } |
| 3912 | }, |
| 3913 | "node_modules/@rc-component/qrcode": { |
| 3914 | "version": "1.0.0", |
| 3915 | "resolved": "https://registry.npmmirror.com/@rc-component/qrcode/-/qrcode-1.0.0.tgz", |
| 3916 | "integrity": "sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==", |
| 3917 | "license": "MIT", |
| 3918 | "dependencies": { |
| 3919 | "@babel/runtime": "^7.24.7", |
| 3920 | "classnames": "^2.3.2", |
| 3921 | "rc-util": "^5.38.0" |
| 3922 | }, |
| 3923 | "engines": { |
| 3924 | "node": ">=8.x" |
| 3925 | }, |
| 3926 | "peerDependencies": { |
| 3927 | "react": ">=16.9.0", |
| 3928 | "react-dom": ">=16.9.0" |
| 3929 | } |
| 3930 | }, |
| 3931 | "node_modules/@rc-component/tour": { |
| 3932 | "version": "1.15.1", |
| 3933 | "resolved": "https://registry.npmmirror.com/@rc-component/tour/-/tour-1.15.1.tgz", |
| 3934 | "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==", |
| 3935 | "license": "MIT", |
| 3936 | "dependencies": { |
| 3937 | "@babel/runtime": "^7.18.0", |
| 3938 | "@rc-component/portal": "^1.0.0-9", |
| 3939 | "@rc-component/trigger": "^2.0.0", |
| 3940 | "classnames": "^2.3.2", |
| 3941 | "rc-util": "^5.24.4" |
| 3942 | }, |
| 3943 | "engines": { |
| 3944 | "node": ">=8.x" |
| 3945 | }, |
| 3946 | "peerDependencies": { |
| 3947 | "react": ">=16.9.0", |
| 3948 | "react-dom": ">=16.9.0" |
| 3949 | } |
| 3950 | }, |
| 3951 | "node_modules/@rc-component/trigger": { |
| 3952 | "version": "2.2.6", |
| 3953 | "resolved": "https://registry.npmmirror.com/@rc-component/trigger/-/trigger-2.2.6.tgz", |
| 3954 | "integrity": "sha512-/9zuTnWwhQ3S3WT1T8BubuFTT46kvnXgaERR9f4BTKyn61/wpf/BvbImzYBubzJibU707FxwbKszLlHjcLiv1Q==", |
| 3955 | "license": "MIT", |
| 3956 | "dependencies": { |
| 3957 | "@babel/runtime": "^7.23.2", |
| 3958 | "@rc-component/portal": "^1.1.0", |
| 3959 | "classnames": "^2.3.2", |
| 3960 | "rc-motion": "^2.0.0", |
| 3961 | "rc-resize-observer": "^1.3.1", |
| 3962 | "rc-util": "^5.44.0" |
| 3963 | }, |
| 3964 | "engines": { |
| 3965 | "node": ">=8.x" |
| 3966 | }, |
| 3967 | "peerDependencies": { |
| 3968 | "react": ">=16.9.0", |
| 3969 | "react-dom": ">=16.9.0" |
| 3970 | } |
| 3971 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 3972 | "node_modules/@reduxjs/toolkit": { |
| 3973 | "version": "2.6.1", |
| 3974 | "resolved": "https://registry.npmmirror.com/@reduxjs/toolkit/-/toolkit-2.6.1.tgz", |
| 3975 | "integrity": "sha512-SSlIqZNYhqm/oMkXbtofwZSt9lrncblzo6YcZ9zoX+zLngRBrCOjK4lNLdkNucJF58RHOWrD9txT3bT3piH7Zw==", |
| 3976 | "license": "MIT", |
| 3977 | "dependencies": { |
| 3978 | "immer": "^10.0.3", |
| 3979 | "redux": "^5.0.1", |
| 3980 | "redux-thunk": "^3.1.0", |
| 3981 | "reselect": "^5.1.0" |
| 3982 | }, |
| 3983 | "peerDependencies": { |
| 3984 | "react": "^16.9.0 || ^17.0.0 || ^18 || ^19", |
| 3985 | "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" |
| 3986 | }, |
| 3987 | "peerDependenciesMeta": { |
| 3988 | "react": { |
| 3989 | "optional": true |
| 3990 | }, |
| 3991 | "react-redux": { |
| 3992 | "optional": true |
| 3993 | } |
| 3994 | } |
| 3995 | }, |
| 3996 | "node_modules/@sinclair/typebox": { |
| 3997 | "version": "0.27.8", |
| 3998 | "resolved": "https://registry.npmmirror.com/@sinclair/typebox/-/typebox-0.27.8.tgz", |
| 3999 | "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", |
| 4000 | "license": "MIT" |
| 4001 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4002 | "node_modules/@sinonjs/commons": { |
| 4003 | "version": "3.0.1", |
| 4004 | "resolved": "https://registry.npmmirror.com/@sinonjs/commons/-/commons-3.0.1.tgz", |
| 4005 | "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", |
| 4006 | "license": "BSD-3-Clause", |
| 4007 | "dependencies": { |
| 4008 | "type-detect": "4.0.8" |
| 4009 | } |
| 4010 | }, |
| 4011 | "node_modules/@sinonjs/fake-timers": { |
| 4012 | "version": "10.3.0", |
| 4013 | "resolved": "https://registry.npmmirror.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", |
| 4014 | "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", |
| 4015 | "license": "BSD-3-Clause", |
| 4016 | "dependencies": { |
| 4017 | "@sinonjs/commons": "^3.0.0" |
| 4018 | } |
| 4019 | }, |
| 4020 | "node_modules/@testing-library/dom": { |
| 4021 | "version": "10.4.0", |
| 4022 | "resolved": "https://registry.npmmirror.com/@testing-library/dom/-/dom-10.4.0.tgz", |
| 4023 | "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==", |
| 4024 | "dev": true, |
| 4025 | "license": "MIT", |
| 4026 | "peer": true, |
| 4027 | "dependencies": { |
| 4028 | "@babel/code-frame": "^7.10.4", |
| 4029 | "@babel/runtime": "^7.12.5", |
| 4030 | "@types/aria-query": "^5.0.1", |
| 4031 | "aria-query": "5.3.0", |
| 4032 | "chalk": "^4.1.0", |
| 4033 | "dom-accessibility-api": "^0.5.9", |
| 4034 | "lz-string": "^1.5.0", |
| 4035 | "pretty-format": "^27.0.2" |
| 4036 | }, |
| 4037 | "engines": { |
| 4038 | "node": ">=18" |
| 4039 | } |
| 4040 | }, |
| 4041 | "node_modules/@testing-library/dom/node_modules/ansi-styles": { |
| 4042 | "version": "5.2.0", |
| 4043 | "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-5.2.0.tgz", |
| 4044 | "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", |
| 4045 | "dev": true, |
| 4046 | "license": "MIT", |
| 4047 | "peer": true, |
| 4048 | "engines": { |
| 4049 | "node": ">=10" |
| 4050 | }, |
| 4051 | "funding": { |
| 4052 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 4053 | } |
| 4054 | }, |
| 4055 | "node_modules/@testing-library/dom/node_modules/pretty-format": { |
| 4056 | "version": "27.5.1", |
| 4057 | "resolved": "https://registry.npmmirror.com/pretty-format/-/pretty-format-27.5.1.tgz", |
| 4058 | "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", |
| 4059 | "dev": true, |
| 4060 | "license": "MIT", |
| 4061 | "peer": true, |
| 4062 | "dependencies": { |
| 4063 | "ansi-regex": "^5.0.1", |
| 4064 | "ansi-styles": "^5.0.0", |
| 4065 | "react-is": "^17.0.1" |
| 4066 | }, |
| 4067 | "engines": { |
| 4068 | "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" |
| 4069 | } |
| 4070 | }, |
| 4071 | "node_modules/@testing-library/dom/node_modules/react-is": { |
| 4072 | "version": "17.0.2", |
| 4073 | "resolved": "https://registry.npmmirror.com/react-is/-/react-is-17.0.2.tgz", |
| 4074 | "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", |
| 4075 | "dev": true, |
| 4076 | "license": "MIT", |
| 4077 | "peer": true |
| 4078 | }, |
| 4079 | "node_modules/@testing-library/jest-dom": { |
| 4080 | "version": "6.6.3", |
| 4081 | "resolved": "https://registry.npmmirror.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", |
| 4082 | "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", |
| 4083 | "dev": true, |
| 4084 | "license": "MIT", |
| 4085 | "dependencies": { |
| 4086 | "@adobe/css-tools": "^4.4.0", |
| 4087 | "aria-query": "^5.0.0", |
| 4088 | "chalk": "^3.0.0", |
| 4089 | "css.escape": "^1.5.1", |
| 4090 | "dom-accessibility-api": "^0.6.3", |
| 4091 | "lodash": "^4.17.21", |
| 4092 | "redent": "^3.0.0" |
| 4093 | }, |
| 4094 | "engines": { |
| 4095 | "node": ">=14", |
| 4096 | "npm": ">=6", |
| 4097 | "yarn": ">=1" |
| 4098 | } |
| 4099 | }, |
| 4100 | "node_modules/@testing-library/jest-dom/node_modules/chalk": { |
| 4101 | "version": "3.0.0", |
| 4102 | "resolved": "https://registry.npmmirror.com/chalk/-/chalk-3.0.0.tgz", |
| 4103 | "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", |
| 4104 | "dev": true, |
| 4105 | "license": "MIT", |
| 4106 | "dependencies": { |
| 4107 | "ansi-styles": "^4.1.0", |
| 4108 | "supports-color": "^7.1.0" |
| 4109 | }, |
| 4110 | "engines": { |
| 4111 | "node": ">=8" |
| 4112 | } |
| 4113 | }, |
| 4114 | "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { |
| 4115 | "version": "0.6.3", |
| 4116 | "resolved": "https://registry.npmmirror.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", |
| 4117 | "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", |
| 4118 | "dev": true, |
| 4119 | "license": "MIT" |
| 4120 | }, |
| 4121 | "node_modules/@testing-library/jest-dom/node_modules/supports-color": { |
| 4122 | "version": "7.2.0", |
| 4123 | "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", |
| 4124 | "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
| 4125 | "dev": true, |
| 4126 | "license": "MIT", |
| 4127 | "dependencies": { |
| 4128 | "has-flag": "^4.0.0" |
| 4129 | }, |
| 4130 | "engines": { |
| 4131 | "node": ">=8" |
| 4132 | } |
| 4133 | }, |
| 4134 | "node_modules/@testing-library/react": { |
| 4135 | "version": "16.3.0", |
| 4136 | "resolved": "https://registry.npmmirror.com/@testing-library/react/-/react-16.3.0.tgz", |
| 4137 | "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==", |
| 4138 | "dev": true, |
| 4139 | "license": "MIT", |
| 4140 | "dependencies": { |
| 4141 | "@babel/runtime": "^7.12.5" |
| 4142 | }, |
| 4143 | "engines": { |
| 4144 | "node": ">=18" |
| 4145 | }, |
| 4146 | "peerDependencies": { |
| 4147 | "@testing-library/dom": "^10.0.0", |
| 4148 | "@types/react": "^18.0.0 || ^19.0.0", |
| 4149 | "@types/react-dom": "^18.0.0 || ^19.0.0", |
| 4150 | "react": "^18.0.0 || ^19.0.0", |
| 4151 | "react-dom": "^18.0.0 || ^19.0.0" |
| 4152 | }, |
| 4153 | "peerDependenciesMeta": { |
| 4154 | "@types/react": { |
| 4155 | "optional": true |
| 4156 | }, |
| 4157 | "@types/react-dom": { |
| 4158 | "optional": true |
| 4159 | } |
| 4160 | } |
| 4161 | }, |
| 4162 | "node_modules/@testing-library/user-event": { |
| 4163 | "version": "14.6.1", |
| 4164 | "resolved": "https://registry.npmmirror.com/@testing-library/user-event/-/user-event-14.6.1.tgz", |
| 4165 | "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", |
| 4166 | "dev": true, |
| 4167 | "license": "MIT", |
| 4168 | "engines": { |
| 4169 | "node": ">=12", |
| 4170 | "npm": ">=6" |
| 4171 | }, |
| 4172 | "peerDependencies": { |
| 4173 | "@testing-library/dom": ">=7.21.4" |
| 4174 | } |
| 4175 | }, |
| 4176 | "node_modules/@tootallnate/once": { |
| 4177 | "version": "2.0.0", |
| 4178 | "resolved": "https://registry.npmmirror.com/@tootallnate/once/-/once-2.0.0.tgz", |
| 4179 | "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", |
| 4180 | "license": "MIT", |
| 4181 | "engines": { |
| 4182 | "node": ">= 10" |
| 4183 | } |
| 4184 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4185 | "node_modules/@trysound/sax": { |
| 4186 | "version": "0.2.0", |
| 4187 | "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz", |
| 4188 | "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 4189 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4190 | "license": "ISC", |
| 4191 | "engines": { |
| 4192 | "node": ">=10.13.0" |
| 4193 | } |
| 4194 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4195 | "node_modules/@types/aria-query": { |
| 4196 | "version": "5.0.4", |
| 4197 | "resolved": "https://registry.npmmirror.com/@types/aria-query/-/aria-query-5.0.4.tgz", |
| 4198 | "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", |
| 4199 | "dev": true, |
| 4200 | "license": "MIT", |
| 4201 | "peer": true |
| 4202 | }, |
| 4203 | "node_modules/@types/babel__core": { |
| 4204 | "version": "7.20.5", |
| 4205 | "resolved": "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz", |
| 4206 | "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", |
| 4207 | "dev": true, |
| 4208 | "license": "MIT", |
| 4209 | "dependencies": { |
| 4210 | "@babel/parser": "^7.20.7", |
| 4211 | "@babel/types": "^7.20.7", |
| 4212 | "@types/babel__generator": "*", |
| 4213 | "@types/babel__template": "*", |
| 4214 | "@types/babel__traverse": "*" |
| 4215 | } |
| 4216 | }, |
| 4217 | "node_modules/@types/babel__generator": { |
| 4218 | "version": "7.27.0", |
| 4219 | "resolved": "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.27.0.tgz", |
| 4220 | "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", |
| 4221 | "dev": true, |
| 4222 | "license": "MIT", |
| 4223 | "dependencies": { |
| 4224 | "@babel/types": "^7.0.0" |
| 4225 | } |
| 4226 | }, |
| 4227 | "node_modules/@types/babel__template": { |
| 4228 | "version": "7.4.4", |
| 4229 | "resolved": "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz", |
| 4230 | "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", |
| 4231 | "dev": true, |
| 4232 | "license": "MIT", |
| 4233 | "dependencies": { |
| 4234 | "@babel/parser": "^7.1.0", |
| 4235 | "@babel/types": "^7.0.0" |
| 4236 | } |
| 4237 | }, |
| 4238 | "node_modules/@types/babel__traverse": { |
| 4239 | "version": "7.20.7", |
| 4240 | "resolved": "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.20.7.tgz", |
| 4241 | "integrity": "sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==", |
| 4242 | "dev": true, |
| 4243 | "license": "MIT", |
| 4244 | "dependencies": { |
| 4245 | "@babel/types": "^7.20.7" |
| 4246 | } |
| 4247 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4248 | "node_modules/@types/body-parser": { |
| 4249 | "version": "1.19.5", |
| 4250 | "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.5.tgz", |
| 4251 | "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", |
| 4252 | "dev": true, |
| 4253 | "license": "MIT", |
| 4254 | "dependencies": { |
| 4255 | "@types/connect": "*", |
| 4256 | "@types/node": "*" |
| 4257 | } |
| 4258 | }, |
| 4259 | "node_modules/@types/bonjour": { |
| 4260 | "version": "3.5.13", |
| 4261 | "resolved": "https://registry.npmmirror.com/@types/bonjour/-/bonjour-3.5.13.tgz", |
| 4262 | "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", |
| 4263 | "dev": true, |
| 4264 | "license": "MIT", |
| 4265 | "dependencies": { |
| 4266 | "@types/node": "*" |
| 4267 | } |
| 4268 | }, |
| 4269 | "node_modules/@types/connect": { |
| 4270 | "version": "3.4.38", |
| 4271 | "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.38.tgz", |
| 4272 | "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", |
| 4273 | "dev": true, |
| 4274 | "license": "MIT", |
| 4275 | "dependencies": { |
| 4276 | "@types/node": "*" |
| 4277 | } |
| 4278 | }, |
| 4279 | "node_modules/@types/connect-history-api-fallback": { |
| 4280 | "version": "1.5.4", |
| 4281 | "resolved": "https://registry.npmmirror.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", |
| 4282 | "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", |
| 4283 | "dev": true, |
| 4284 | "license": "MIT", |
| 4285 | "dependencies": { |
| 4286 | "@types/express-serve-static-core": "*", |
| 4287 | "@types/node": "*" |
| 4288 | } |
| 4289 | }, |
| 4290 | "node_modules/@types/cookie": { |
| 4291 | "version": "0.6.0", |
| 4292 | "resolved": "https://registry.npmmirror.com/@types/cookie/-/cookie-0.6.0.tgz", |
| 4293 | "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", |
| 4294 | "license": "MIT" |
| 4295 | }, |
| 4296 | "node_modules/@types/eslint": { |
| 4297 | "version": "9.6.1", |
| 4298 | "resolved": "https://registry.npmmirror.com/@types/eslint/-/eslint-9.6.1.tgz", |
| 4299 | "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", |
| 4300 | "license": "MIT", |
| 4301 | "dependencies": { |
| 4302 | "@types/estree": "*", |
| 4303 | "@types/json-schema": "*" |
| 4304 | } |
| 4305 | }, |
| 4306 | "node_modules/@types/eslint-scope": { |
| 4307 | "version": "3.7.7", |
| 4308 | "resolved": "https://registry.npmmirror.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", |
| 4309 | "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", |
| 4310 | "license": "MIT", |
| 4311 | "dependencies": { |
| 4312 | "@types/eslint": "*", |
| 4313 | "@types/estree": "*" |
| 4314 | } |
| 4315 | }, |
| 4316 | "node_modules/@types/estree": { |
| 4317 | "version": "1.0.7", |
| 4318 | "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz", |
| 4319 | "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", |
| 4320 | "license": "MIT" |
| 4321 | }, |
| 4322 | "node_modules/@types/express": { |
| 4323 | "version": "4.17.21", |
| 4324 | "resolved": "https://registry.npmmirror.com/@types/express/-/express-4.17.21.tgz", |
| 4325 | "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", |
| 4326 | "dev": true, |
| 4327 | "license": "MIT", |
| 4328 | "dependencies": { |
| 4329 | "@types/body-parser": "*", |
| 4330 | "@types/express-serve-static-core": "^4.17.33", |
| 4331 | "@types/qs": "*", |
| 4332 | "@types/serve-static": "*" |
| 4333 | } |
| 4334 | }, |
| 4335 | "node_modules/@types/express-serve-static-core": { |
| 4336 | "version": "5.0.6", |
| 4337 | "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz", |
| 4338 | "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==", |
| 4339 | "dev": true, |
| 4340 | "license": "MIT", |
| 4341 | "dependencies": { |
| 4342 | "@types/node": "*", |
| 4343 | "@types/qs": "*", |
| 4344 | "@types/range-parser": "*", |
| 4345 | "@types/send": "*" |
| 4346 | } |
| 4347 | }, |
| 4348 | "node_modules/@types/express/node_modules/@types/express-serve-static-core": { |
| 4349 | "version": "4.19.6", |
| 4350 | "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", |
| 4351 | "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", |
| 4352 | "dev": true, |
| 4353 | "license": "MIT", |
| 4354 | "dependencies": { |
| 4355 | "@types/node": "*", |
| 4356 | "@types/qs": "*", |
| 4357 | "@types/range-parser": "*", |
| 4358 | "@types/send": "*" |
| 4359 | } |
| 4360 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4361 | "node_modules/@types/graceful-fs": { |
| 4362 | "version": "4.1.9", |
| 4363 | "resolved": "https://registry.npmmirror.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", |
| 4364 | "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", |
| 4365 | "license": "MIT", |
| 4366 | "dependencies": { |
| 4367 | "@types/node": "*" |
| 4368 | } |
| 4369 | }, |
| 4370 | "node_modules/@types/hoist-non-react-statics": { |
| 4371 | "version": "3.3.6", |
| 4372 | "resolved": "https://registry.npmmirror.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz", |
| 4373 | "integrity": "sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==", |
| 4374 | "license": "MIT", |
| 4375 | "dependencies": { |
| 4376 | "@types/react": "*", |
| 4377 | "hoist-non-react-statics": "^3.3.0" |
| 4378 | } |
| 4379 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4380 | "node_modules/@types/html-minifier-terser": { |
| 4381 | "version": "6.1.0", |
| 4382 | "resolved": "https://registry.npmmirror.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", |
| 4383 | "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 4384 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4385 | "license": "MIT" |
| 4386 | }, |
| 4387 | "node_modules/@types/http-errors": { |
| 4388 | "version": "2.0.4", |
| 4389 | "resolved": "https://registry.npmmirror.com/@types/http-errors/-/http-errors-2.0.4.tgz", |
| 4390 | "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", |
| 4391 | "dev": true, |
| 4392 | "license": "MIT" |
| 4393 | }, |
| 4394 | "node_modules/@types/http-proxy": { |
| 4395 | "version": "1.17.16", |
| 4396 | "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.16.tgz", |
| 4397 | "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==", |
| 4398 | "dev": true, |
| 4399 | "license": "MIT", |
| 4400 | "dependencies": { |
| 4401 | "@types/node": "*" |
| 4402 | } |
| 4403 | }, |
| 4404 | "node_modules/@types/istanbul-lib-coverage": { |
| 4405 | "version": "2.0.6", |
| 4406 | "resolved": "https://registry.npmmirror.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", |
| 4407 | "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", |
| 4408 | "license": "MIT" |
| 4409 | }, |
| 4410 | "node_modules/@types/istanbul-lib-report": { |
| 4411 | "version": "3.0.3", |
| 4412 | "resolved": "https://registry.npmmirror.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", |
| 4413 | "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", |
| 4414 | "license": "MIT", |
| 4415 | "dependencies": { |
| 4416 | "@types/istanbul-lib-coverage": "*" |
| 4417 | } |
| 4418 | }, |
| 4419 | "node_modules/@types/istanbul-reports": { |
| 4420 | "version": "3.0.4", |
| 4421 | "resolved": "https://registry.npmmirror.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", |
| 4422 | "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", |
| 4423 | "license": "MIT", |
| 4424 | "dependencies": { |
| 4425 | "@types/istanbul-lib-report": "*" |
| 4426 | } |
| 4427 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4428 | "node_modules/@types/jest": { |
| 4429 | "version": "29.5.14", |
| 4430 | "resolved": "https://registry.npmmirror.com/@types/jest/-/jest-29.5.14.tgz", |
| 4431 | "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", |
| 4432 | "dev": true, |
| 4433 | "license": "MIT", |
| 4434 | "dependencies": { |
| 4435 | "expect": "^29.0.0", |
| 4436 | "pretty-format": "^29.0.0" |
| 4437 | } |
| 4438 | }, |
| 4439 | "node_modules/@types/jsdom": { |
| 4440 | "version": "20.0.1", |
| 4441 | "resolved": "https://registry.npmmirror.com/@types/jsdom/-/jsdom-20.0.1.tgz", |
| 4442 | "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==", |
| 4443 | "license": "MIT", |
| 4444 | "dependencies": { |
| 4445 | "@types/node": "*", |
| 4446 | "@types/tough-cookie": "*", |
| 4447 | "parse5": "^7.0.0" |
| 4448 | } |
| 4449 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4450 | "node_modules/@types/json-schema": { |
| 4451 | "version": "7.0.15", |
| 4452 | "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz", |
| 4453 | "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", |
| 4454 | "license": "MIT" |
| 4455 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 4456 | "node_modules/@types/lodash": { |
| 4457 | "version": "4.17.16", |
| 4458 | "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.16.tgz", |
| 4459 | "integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==", |
| 4460 | "dev": true, |
| 4461 | "license": "MIT" |
| 4462 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4463 | "node_modules/@types/mime": { |
| 4464 | "version": "1.3.5", |
| 4465 | "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-1.3.5.tgz", |
| 4466 | "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", |
| 4467 | "dev": true, |
| 4468 | "license": "MIT" |
| 4469 | }, |
| 4470 | "node_modules/@types/node": { |
| 4471 | "version": "22.13.13", |
| 4472 | "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.13.13.tgz", |
| 4473 | "integrity": "sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==", |
| 4474 | "license": "MIT", |
| 4475 | "dependencies": { |
| 4476 | "undici-types": "~6.20.0" |
| 4477 | } |
| 4478 | }, |
| 4479 | "node_modules/@types/node-forge": { |
| 4480 | "version": "1.3.11", |
| 4481 | "resolved": "https://registry.npmmirror.com/@types/node-forge/-/node-forge-1.3.11.tgz", |
| 4482 | "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", |
| 4483 | "dev": true, |
| 4484 | "license": "MIT", |
| 4485 | "dependencies": { |
| 4486 | "@types/node": "*" |
| 4487 | } |
| 4488 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 4489 | "node_modules/@types/parse-json": { |
| 4490 | "version": "4.0.2", |
| 4491 | "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.2.tgz", |
| 4492 | "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", |
| 4493 | "license": "MIT" |
| 4494 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4495 | "node_modules/@types/qs": { |
| 4496 | "version": "6.9.18", |
| 4497 | "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.18.tgz", |
| 4498 | "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", |
| 4499 | "dev": true, |
| 4500 | "license": "MIT" |
| 4501 | }, |
| 4502 | "node_modules/@types/range-parser": { |
| 4503 | "version": "1.2.7", |
| 4504 | "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.7.tgz", |
| 4505 | "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", |
| 4506 | "dev": true, |
| 4507 | "license": "MIT" |
| 4508 | }, |
| 4509 | "node_modules/@types/react": { |
| 4510 | "version": "19.0.12", |
| 4511 | "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.0.12.tgz", |
| 4512 | "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==", |
| 4513 | "license": "MIT", |
| 4514 | "dependencies": { |
| 4515 | "csstype": "^3.0.2" |
| 4516 | } |
| 4517 | }, |
| 4518 | "node_modules/@types/react-dom": { |
| 4519 | "version": "19.0.4", |
| 4520 | "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.0.4.tgz", |
| 4521 | "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", |
| 4522 | "license": "MIT", |
| 4523 | "peerDependencies": { |
| 4524 | "@types/react": "^19.0.0" |
| 4525 | } |
| 4526 | }, |
| 4527 | "node_modules/@types/retry": { |
| 4528 | "version": "0.12.2", |
| 4529 | "resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.2.tgz", |
| 4530 | "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", |
| 4531 | "dev": true, |
| 4532 | "license": "MIT" |
| 4533 | }, |
| 4534 | "node_modules/@types/send": { |
| 4535 | "version": "0.17.4", |
| 4536 | "resolved": "https://registry.npmmirror.com/@types/send/-/send-0.17.4.tgz", |
| 4537 | "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", |
| 4538 | "dev": true, |
| 4539 | "license": "MIT", |
| 4540 | "dependencies": { |
| 4541 | "@types/mime": "^1", |
| 4542 | "@types/node": "*" |
| 4543 | } |
| 4544 | }, |
| 4545 | "node_modules/@types/serve-index": { |
| 4546 | "version": "1.9.4", |
| 4547 | "resolved": "https://registry.npmmirror.com/@types/serve-index/-/serve-index-1.9.4.tgz", |
| 4548 | "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", |
| 4549 | "dev": true, |
| 4550 | "license": "MIT", |
| 4551 | "dependencies": { |
| 4552 | "@types/express": "*" |
| 4553 | } |
| 4554 | }, |
| 4555 | "node_modules/@types/serve-static": { |
| 4556 | "version": "1.15.7", |
| 4557 | "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.7.tgz", |
| 4558 | "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", |
| 4559 | "dev": true, |
| 4560 | "license": "MIT", |
| 4561 | "dependencies": { |
| 4562 | "@types/http-errors": "*", |
| 4563 | "@types/node": "*", |
| 4564 | "@types/send": "*" |
| 4565 | } |
| 4566 | }, |
| 4567 | "node_modules/@types/sockjs": { |
| 4568 | "version": "0.3.36", |
| 4569 | "resolved": "https://registry.npmmirror.com/@types/sockjs/-/sockjs-0.3.36.tgz", |
| 4570 | "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", |
| 4571 | "dev": true, |
| 4572 | "license": "MIT", |
| 4573 | "dependencies": { |
| 4574 | "@types/node": "*" |
| 4575 | } |
| 4576 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4577 | "node_modules/@types/stack-utils": { |
| 4578 | "version": "2.0.3", |
| 4579 | "resolved": "https://registry.npmmirror.com/@types/stack-utils/-/stack-utils-2.0.3.tgz", |
| 4580 | "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", |
| 4581 | "license": "MIT" |
| 4582 | }, |
| 4583 | "node_modules/@types/tough-cookie": { |
| 4584 | "version": "4.0.5", |
| 4585 | "resolved": "https://registry.npmmirror.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", |
| 4586 | "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", |
| 4587 | "license": "MIT" |
| 4588 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4589 | "node_modules/@types/use-sync-external-store": { |
| 4590 | "version": "0.0.6", |
| 4591 | "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", |
| 4592 | "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", |
| 4593 | "license": "MIT" |
| 4594 | }, |
| 4595 | "node_modules/@types/ws": { |
| 4596 | "version": "8.18.0", |
| 4597 | "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.18.0.tgz", |
| 4598 | "integrity": "sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==", |
| 4599 | "dev": true, |
| 4600 | "license": "MIT", |
| 4601 | "dependencies": { |
| 4602 | "@types/node": "*" |
| 4603 | } |
| 4604 | }, |
| 4605 | "node_modules/@types/yargs": { |
| 4606 | "version": "17.0.33", |
| 4607 | "resolved": "https://registry.npmmirror.com/@types/yargs/-/yargs-17.0.33.tgz", |
| 4608 | "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", |
| 4609 | "license": "MIT", |
| 4610 | "dependencies": { |
| 4611 | "@types/yargs-parser": "*" |
| 4612 | } |
| 4613 | }, |
| 4614 | "node_modules/@types/yargs-parser": { |
| 4615 | "version": "21.0.3", |
| 4616 | "resolved": "https://registry.npmmirror.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", |
| 4617 | "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", |
| 4618 | "license": "MIT" |
| 4619 | }, |
| 4620 | "node_modules/@webassemblyjs/ast": { |
| 4621 | "version": "1.14.1", |
| 4622 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.14.1.tgz", |
| 4623 | "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", |
| 4624 | "license": "MIT", |
| 4625 | "dependencies": { |
| 4626 | "@webassemblyjs/helper-numbers": "1.13.2", |
| 4627 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2" |
| 4628 | } |
| 4629 | }, |
| 4630 | "node_modules/@webassemblyjs/floating-point-hex-parser": { |
| 4631 | "version": "1.13.2", |
| 4632 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", |
| 4633 | "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", |
| 4634 | "license": "MIT" |
| 4635 | }, |
| 4636 | "node_modules/@webassemblyjs/helper-api-error": { |
| 4637 | "version": "1.13.2", |
| 4638 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", |
| 4639 | "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", |
| 4640 | "license": "MIT" |
| 4641 | }, |
| 4642 | "node_modules/@webassemblyjs/helper-buffer": { |
| 4643 | "version": "1.14.1", |
| 4644 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", |
| 4645 | "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", |
| 4646 | "license": "MIT" |
| 4647 | }, |
| 4648 | "node_modules/@webassemblyjs/helper-numbers": { |
| 4649 | "version": "1.13.2", |
| 4650 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", |
| 4651 | "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", |
| 4652 | "license": "MIT", |
| 4653 | "dependencies": { |
| 4654 | "@webassemblyjs/floating-point-hex-parser": "1.13.2", |
| 4655 | "@webassemblyjs/helper-api-error": "1.13.2", |
| 4656 | "@xtuc/long": "4.2.2" |
| 4657 | } |
| 4658 | }, |
| 4659 | "node_modules/@webassemblyjs/helper-wasm-bytecode": { |
| 4660 | "version": "1.13.2", |
| 4661 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", |
| 4662 | "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", |
| 4663 | "license": "MIT" |
| 4664 | }, |
| 4665 | "node_modules/@webassemblyjs/helper-wasm-section": { |
| 4666 | "version": "1.14.1", |
| 4667 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", |
| 4668 | "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", |
| 4669 | "license": "MIT", |
| 4670 | "dependencies": { |
| 4671 | "@webassemblyjs/ast": "1.14.1", |
| 4672 | "@webassemblyjs/helper-buffer": "1.14.1", |
| 4673 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 4674 | "@webassemblyjs/wasm-gen": "1.14.1" |
| 4675 | } |
| 4676 | }, |
| 4677 | "node_modules/@webassemblyjs/ieee754": { |
| 4678 | "version": "1.13.2", |
| 4679 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", |
| 4680 | "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", |
| 4681 | "license": "MIT", |
| 4682 | "dependencies": { |
| 4683 | "@xtuc/ieee754": "^1.2.0" |
| 4684 | } |
| 4685 | }, |
| 4686 | "node_modules/@webassemblyjs/leb128": { |
| 4687 | "version": "1.13.2", |
| 4688 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", |
| 4689 | "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", |
| 4690 | "license": "Apache-2.0", |
| 4691 | "dependencies": { |
| 4692 | "@xtuc/long": "4.2.2" |
| 4693 | } |
| 4694 | }, |
| 4695 | "node_modules/@webassemblyjs/utf8": { |
| 4696 | "version": "1.13.2", |
| 4697 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", |
| 4698 | "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", |
| 4699 | "license": "MIT" |
| 4700 | }, |
| 4701 | "node_modules/@webassemblyjs/wasm-edit": { |
| 4702 | "version": "1.14.1", |
| 4703 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", |
| 4704 | "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", |
| 4705 | "license": "MIT", |
| 4706 | "dependencies": { |
| 4707 | "@webassemblyjs/ast": "1.14.1", |
| 4708 | "@webassemblyjs/helper-buffer": "1.14.1", |
| 4709 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 4710 | "@webassemblyjs/helper-wasm-section": "1.14.1", |
| 4711 | "@webassemblyjs/wasm-gen": "1.14.1", |
| 4712 | "@webassemblyjs/wasm-opt": "1.14.1", |
| 4713 | "@webassemblyjs/wasm-parser": "1.14.1", |
| 4714 | "@webassemblyjs/wast-printer": "1.14.1" |
| 4715 | } |
| 4716 | }, |
| 4717 | "node_modules/@webassemblyjs/wasm-gen": { |
| 4718 | "version": "1.14.1", |
| 4719 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", |
| 4720 | "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", |
| 4721 | "license": "MIT", |
| 4722 | "dependencies": { |
| 4723 | "@webassemblyjs/ast": "1.14.1", |
| 4724 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 4725 | "@webassemblyjs/ieee754": "1.13.2", |
| 4726 | "@webassemblyjs/leb128": "1.13.2", |
| 4727 | "@webassemblyjs/utf8": "1.13.2" |
| 4728 | } |
| 4729 | }, |
| 4730 | "node_modules/@webassemblyjs/wasm-opt": { |
| 4731 | "version": "1.14.1", |
| 4732 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", |
| 4733 | "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", |
| 4734 | "license": "MIT", |
| 4735 | "dependencies": { |
| 4736 | "@webassemblyjs/ast": "1.14.1", |
| 4737 | "@webassemblyjs/helper-buffer": "1.14.1", |
| 4738 | "@webassemblyjs/wasm-gen": "1.14.1", |
| 4739 | "@webassemblyjs/wasm-parser": "1.14.1" |
| 4740 | } |
| 4741 | }, |
| 4742 | "node_modules/@webassemblyjs/wasm-parser": { |
| 4743 | "version": "1.14.1", |
| 4744 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", |
| 4745 | "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", |
| 4746 | "license": "MIT", |
| 4747 | "dependencies": { |
| 4748 | "@webassemblyjs/ast": "1.14.1", |
| 4749 | "@webassemblyjs/helper-api-error": "1.13.2", |
| 4750 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2", |
| 4751 | "@webassemblyjs/ieee754": "1.13.2", |
| 4752 | "@webassemblyjs/leb128": "1.13.2", |
| 4753 | "@webassemblyjs/utf8": "1.13.2" |
| 4754 | } |
| 4755 | }, |
| 4756 | "node_modules/@webassemblyjs/wast-printer": { |
| 4757 | "version": "1.14.1", |
| 4758 | "resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", |
| 4759 | "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", |
| 4760 | "license": "MIT", |
| 4761 | "dependencies": { |
| 4762 | "@webassemblyjs/ast": "1.14.1", |
| 4763 | "@xtuc/long": "4.2.2" |
| 4764 | } |
| 4765 | }, |
| 4766 | "node_modules/@webpack-cli/configtest": { |
| 4767 | "version": "3.0.1", |
| 4768 | "resolved": "https://registry.npmmirror.com/@webpack-cli/configtest/-/configtest-3.0.1.tgz", |
| 4769 | "integrity": "sha512-u8d0pJ5YFgneF/GuvEiDA61Tf1VDomHHYMjv/wc9XzYj7nopltpG96nXN5dJRstxZhcNpV1g+nT6CydO7pHbjA==", |
| 4770 | "license": "MIT", |
| 4771 | "engines": { |
| 4772 | "node": ">=18.12.0" |
| 4773 | }, |
| 4774 | "peerDependencies": { |
| 4775 | "webpack": "^5.82.0", |
| 4776 | "webpack-cli": "6.x.x" |
| 4777 | } |
| 4778 | }, |
| 4779 | "node_modules/@webpack-cli/info": { |
| 4780 | "version": "3.0.1", |
| 4781 | "resolved": "https://registry.npmmirror.com/@webpack-cli/info/-/info-3.0.1.tgz", |
| 4782 | "integrity": "sha512-coEmDzc2u/ffMvuW9aCjoRzNSPDl/XLuhPdlFRpT9tZHmJ/039az33CE7uH+8s0uL1j5ZNtfdv0HkfaKRBGJsQ==", |
| 4783 | "license": "MIT", |
| 4784 | "engines": { |
| 4785 | "node": ">=18.12.0" |
| 4786 | }, |
| 4787 | "peerDependencies": { |
| 4788 | "webpack": "^5.82.0", |
| 4789 | "webpack-cli": "6.x.x" |
| 4790 | } |
| 4791 | }, |
| 4792 | "node_modules/@webpack-cli/serve": { |
| 4793 | "version": "3.0.1", |
| 4794 | "resolved": "https://registry.npmmirror.com/@webpack-cli/serve/-/serve-3.0.1.tgz", |
| 4795 | "integrity": "sha512-sbgw03xQaCLiT6gcY/6u3qBDn01CWw/nbaXl3gTdTFuJJ75Gffv3E3DBpgvY2fkkrdS1fpjaXNOmJlnbtKauKg==", |
| 4796 | "license": "MIT", |
| 4797 | "engines": { |
| 4798 | "node": ">=18.12.0" |
| 4799 | }, |
| 4800 | "peerDependencies": { |
| 4801 | "webpack": "^5.82.0", |
| 4802 | "webpack-cli": "6.x.x" |
| 4803 | }, |
| 4804 | "peerDependenciesMeta": { |
| 4805 | "webpack-dev-server": { |
| 4806 | "optional": true |
| 4807 | } |
| 4808 | } |
| 4809 | }, |
| 4810 | "node_modules/@xtuc/ieee754": { |
| 4811 | "version": "1.2.0", |
| 4812 | "resolved": "https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz", |
| 4813 | "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", |
| 4814 | "license": "BSD-3-Clause" |
| 4815 | }, |
| 4816 | "node_modules/@xtuc/long": { |
| 4817 | "version": "4.2.2", |
| 4818 | "resolved": "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz", |
| 4819 | "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", |
| 4820 | "license": "Apache-2.0" |
| 4821 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4822 | "node_modules/abab": { |
| 4823 | "version": "2.0.6", |
| 4824 | "resolved": "https://registry.npmmirror.com/abab/-/abab-2.0.6.tgz", |
| 4825 | "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", |
| 4826 | "deprecated": "Use your platform's native atob() and btoa() methods instead", |
| 4827 | "license": "BSD-3-Clause" |
| 4828 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4829 | "node_modules/accepts": { |
| 4830 | "version": "1.3.8", |
| 4831 | "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz", |
| 4832 | "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", |
| 4833 | "dev": true, |
| 4834 | "license": "MIT", |
| 4835 | "dependencies": { |
| 4836 | "mime-types": "~2.1.34", |
| 4837 | "negotiator": "0.6.3" |
| 4838 | }, |
| 4839 | "engines": { |
| 4840 | "node": ">= 0.6" |
| 4841 | } |
| 4842 | }, |
| 4843 | "node_modules/accepts/node_modules/negotiator": { |
| 4844 | "version": "0.6.3", |
| 4845 | "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz", |
| 4846 | "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", |
| 4847 | "dev": true, |
| 4848 | "license": "MIT", |
| 4849 | "engines": { |
| 4850 | "node": ">= 0.6" |
| 4851 | } |
| 4852 | }, |
| 4853 | "node_modules/acorn": { |
| 4854 | "version": "8.14.1", |
| 4855 | "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz", |
| 4856 | "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", |
| 4857 | "license": "MIT", |
| 4858 | "bin": { |
| 4859 | "acorn": "bin/acorn" |
| 4860 | }, |
| 4861 | "engines": { |
| 4862 | "node": ">=0.4.0" |
| 4863 | } |
| 4864 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4865 | "node_modules/acorn-globals": { |
| 4866 | "version": "7.0.1", |
| 4867 | "resolved": "https://registry.npmmirror.com/acorn-globals/-/acorn-globals-7.0.1.tgz", |
| 4868 | "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", |
| 4869 | "license": "MIT", |
| 4870 | "dependencies": { |
| 4871 | "acorn": "^8.1.0", |
| 4872 | "acorn-walk": "^8.0.2" |
| 4873 | } |
| 4874 | }, |
| 4875 | "node_modules/acorn-walk": { |
| 4876 | "version": "8.3.4", |
| 4877 | "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.4.tgz", |
| 4878 | "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", |
| 4879 | "license": "MIT", |
| 4880 | "dependencies": { |
| 4881 | "acorn": "^8.11.0" |
| 4882 | }, |
| 4883 | "engines": { |
| 4884 | "node": ">=0.4.0" |
| 4885 | } |
| 4886 | }, |
| 4887 | "node_modules/agent-base": { |
| 4888 | "version": "6.0.2", |
| 4889 | "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz", |
| 4890 | "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", |
| 4891 | "license": "MIT", |
| 4892 | "dependencies": { |
| 4893 | "debug": "4" |
| 4894 | }, |
| 4895 | "engines": { |
| 4896 | "node": ">= 6.0.0" |
| 4897 | } |
| 4898 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4899 | "node_modules/ajv": { |
| 4900 | "version": "8.17.1", |
| 4901 | "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.17.1.tgz", |
| 4902 | "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", |
| 4903 | "license": "MIT", |
| 4904 | "dependencies": { |
| 4905 | "fast-deep-equal": "^3.1.3", |
| 4906 | "fast-uri": "^3.0.1", |
| 4907 | "json-schema-traverse": "^1.0.0", |
| 4908 | "require-from-string": "^2.0.2" |
| 4909 | }, |
| 4910 | "funding": { |
| 4911 | "type": "github", |
| 4912 | "url": "https://github.com/sponsors/epoberezkin" |
| 4913 | } |
| 4914 | }, |
| 4915 | "node_modules/ajv-formats": { |
| 4916 | "version": "2.1.1", |
| 4917 | "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz", |
| 4918 | "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", |
| 4919 | "license": "MIT", |
| 4920 | "dependencies": { |
| 4921 | "ajv": "^8.0.0" |
| 4922 | }, |
| 4923 | "peerDependencies": { |
| 4924 | "ajv": "^8.0.0" |
| 4925 | }, |
| 4926 | "peerDependenciesMeta": { |
| 4927 | "ajv": { |
| 4928 | "optional": true |
| 4929 | } |
| 4930 | } |
| 4931 | }, |
| 4932 | "node_modules/ajv-keywords": { |
| 4933 | "version": "5.1.0", |
| 4934 | "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", |
| 4935 | "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", |
| 4936 | "license": "MIT", |
| 4937 | "dependencies": { |
| 4938 | "fast-deep-equal": "^3.1.3" |
| 4939 | }, |
| 4940 | "peerDependencies": { |
| 4941 | "ajv": "^8.8.2" |
| 4942 | } |
| 4943 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 4944 | "node_modules/ansi-escapes": { |
| 4945 | "version": "4.3.2", |
| 4946 | "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz", |
| 4947 | "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", |
| 4948 | "dev": true, |
| 4949 | "license": "MIT", |
| 4950 | "dependencies": { |
| 4951 | "type-fest": "^0.21.3" |
| 4952 | }, |
| 4953 | "engines": { |
| 4954 | "node": ">=8" |
| 4955 | }, |
| 4956 | "funding": { |
| 4957 | "url": "https://github.com/sponsors/sindresorhus" |
| 4958 | } |
| 4959 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4960 | "node_modules/ansi-html-community": { |
| 4961 | "version": "0.0.8", |
| 4962 | "resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz", |
| 4963 | "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", |
| 4964 | "dev": true, |
| 4965 | "engines": [ |
| 4966 | "node >= 0.8.0" |
| 4967 | ], |
| 4968 | "license": "Apache-2.0", |
| 4969 | "bin": { |
| 4970 | "ansi-html": "bin/ansi-html" |
| 4971 | } |
| 4972 | }, |
| 4973 | "node_modules/ansi-regex": { |
| 4974 | "version": "5.0.1", |
| 4975 | "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", |
| 4976 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 4977 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 4978 | "license": "MIT", |
| 4979 | "engines": { |
| 4980 | "node": ">=8" |
| 4981 | } |
| 4982 | }, |
| 4983 | "node_modules/ansi-styles": { |
| 4984 | "version": "4.3.0", |
| 4985 | "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", |
| 4986 | "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
| 4987 | "license": "MIT", |
| 4988 | "dependencies": { |
| 4989 | "color-convert": "^2.0.1" |
| 4990 | }, |
| 4991 | "engines": { |
| 4992 | "node": ">=8" |
| 4993 | }, |
| 4994 | "funding": { |
| 4995 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 4996 | } |
| 4997 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 4998 | "node_modules/antd": { |
| 4999 | "version": "5.24.7", |
| 5000 | "resolved": "https://registry.npmmirror.com/antd/-/antd-5.24.7.tgz", |
| 5001 | "integrity": "sha512-xROWsw0yYFGiNFpVSUZ9/Gs43q0qIM9BkfjugeqgePlZBpLZzLjtOpf4UGM+5aijelHqMi8864KZCX5BbcZYfA==", |
| 5002 | "license": "MIT", |
| 5003 | "dependencies": { |
| 5004 | "@ant-design/colors": "^7.2.0", |
| 5005 | "@ant-design/cssinjs": "^1.23.0", |
| 5006 | "@ant-design/cssinjs-utils": "^1.1.3", |
| 5007 | "@ant-design/fast-color": "^2.0.6", |
| 5008 | "@ant-design/icons": "^5.6.1", |
| 5009 | "@ant-design/react-slick": "~1.1.2", |
| 5010 | "@babel/runtime": "^7.26.0", |
| 5011 | "@rc-component/color-picker": "~2.0.1", |
| 5012 | "@rc-component/mutate-observer": "^1.1.0", |
| 5013 | "@rc-component/qrcode": "~1.0.0", |
| 5014 | "@rc-component/tour": "~1.15.1", |
| 5015 | "@rc-component/trigger": "^2.2.6", |
| 5016 | "classnames": "^2.5.1", |
| 5017 | "copy-to-clipboard": "^3.3.3", |
| 5018 | "dayjs": "^1.11.11", |
| 5019 | "rc-cascader": "~3.33.1", |
| 5020 | "rc-checkbox": "~3.5.0", |
| 5021 | "rc-collapse": "~3.9.0", |
| 5022 | "rc-dialog": "~9.6.0", |
| 5023 | "rc-drawer": "~7.2.0", |
| 5024 | "rc-dropdown": "~4.2.1", |
| 5025 | "rc-field-form": "~2.7.0", |
| 5026 | "rc-image": "~7.11.1", |
| 5027 | "rc-input": "~1.8.0", |
| 5028 | "rc-input-number": "~9.5.0", |
| 5029 | "rc-mentions": "~2.20.0", |
| 5030 | "rc-menu": "~9.16.1", |
| 5031 | "rc-motion": "^2.9.5", |
| 5032 | "rc-notification": "~5.6.3", |
| 5033 | "rc-pagination": "~5.1.0", |
| 5034 | "rc-picker": "~4.11.3", |
| 5035 | "rc-progress": "~4.0.0", |
| 5036 | "rc-rate": "~2.13.1", |
| 5037 | "rc-resize-observer": "^1.4.3", |
| 5038 | "rc-segmented": "~2.7.0", |
| 5039 | "rc-select": "~14.16.6", |
| 5040 | "rc-slider": "~11.1.8", |
| 5041 | "rc-steps": "~6.0.1", |
| 5042 | "rc-switch": "~4.1.0", |
| 5043 | "rc-table": "~7.50.4", |
| 5044 | "rc-tabs": "~15.5.2", |
| 5045 | "rc-textarea": "~1.10.0", |
| 5046 | "rc-tooltip": "~6.4.0", |
| 5047 | "rc-tree": "~5.13.1", |
| 5048 | "rc-tree-select": "~5.27.0", |
| 5049 | "rc-upload": "~4.8.1", |
| 5050 | "rc-util": "^5.44.4", |
| 5051 | "scroll-into-view-if-needed": "^3.1.0", |
| 5052 | "throttle-debounce": "^5.0.2" |
| 5053 | }, |
| 5054 | "funding": { |
| 5055 | "type": "opencollective", |
| 5056 | "url": "https://opencollective.com/ant-design" |
| 5057 | }, |
| 5058 | "peerDependencies": { |
| 5059 | "react": ">=16.9.0", |
| 5060 | "react-dom": ">=16.9.0" |
| 5061 | } |
| 5062 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 5063 | "node_modules/antd-style": { |
| 5064 | "version": "3.7.1", |
| 5065 | "resolved": "https://registry.npmmirror.com/antd-style/-/antd-style-3.7.1.tgz", |
| 5066 | "integrity": "sha512-CQOfddVp4aOvBfCepa+Kj2e7ap+2XBINg1Kn2osdE3oQvrD7KJu/K0sfnLcFLkgCJygbxmuazYdWLKb+drPDYA==", |
| 5067 | "license": "MIT", |
| 5068 | "dependencies": { |
| 5069 | "@ant-design/cssinjs": "^1.21.1", |
| 5070 | "@babel/runtime": "^7.24.1", |
| 5071 | "@emotion/cache": "^11.11.0", |
| 5072 | "@emotion/css": "^11.11.2", |
| 5073 | "@emotion/react": "^11.11.4", |
| 5074 | "@emotion/serialize": "^1.1.3", |
| 5075 | "@emotion/utils": "^1.2.1", |
| 5076 | "use-merge-value": "^1.2.0" |
| 5077 | }, |
| 5078 | "peerDependencies": { |
| 5079 | "antd": ">=5.8.1", |
| 5080 | "react": ">=18" |
| 5081 | } |
| 5082 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5083 | "node_modules/anymatch": { |
| 5084 | "version": "3.1.3", |
| 5085 | "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz", |
| 5086 | "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5087 | "license": "ISC", |
| 5088 | "dependencies": { |
| 5089 | "normalize-path": "^3.0.0", |
| 5090 | "picomatch": "^2.0.4" |
| 5091 | }, |
| 5092 | "engines": { |
| 5093 | "node": ">= 8" |
| 5094 | } |
| 5095 | }, |
| 5096 | "node_modules/argparse": { |
| 5097 | "version": "2.0.1", |
| 5098 | "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz", |
| 5099 | "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
| 5100 | "dev": true, |
| 5101 | "license": "Python-2.0" |
| 5102 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5103 | "node_modules/aria-query": { |
| 5104 | "version": "5.3.0", |
| 5105 | "resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.0.tgz", |
| 5106 | "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", |
| 5107 | "dev": true, |
| 5108 | "license": "Apache-2.0", |
| 5109 | "dependencies": { |
| 5110 | "dequal": "^2.0.3" |
| 5111 | } |
| 5112 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5113 | "node_modules/array-flatten": { |
| 5114 | "version": "1.1.1", |
| 5115 | "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz", |
| 5116 | "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", |
| 5117 | "dev": true, |
| 5118 | "license": "MIT" |
| 5119 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5120 | "node_modules/async": { |
| 5121 | "version": "3.2.6", |
| 5122 | "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz", |
| 5123 | "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", |
| 5124 | "dev": true, |
| 5125 | "license": "MIT" |
| 5126 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5127 | "node_modules/asynckit": { |
| 5128 | "version": "0.4.0", |
| 5129 | "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", |
| 5130 | "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", |
| 5131 | "license": "MIT" |
| 5132 | }, |
| 5133 | "node_modules/autoprefixer": { |
| 5134 | "version": "10.4.21", |
| 5135 | "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.21.tgz", |
| 5136 | "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", |
| 5137 | "dev": true, |
| 5138 | "funding": [ |
| 5139 | { |
| 5140 | "type": "opencollective", |
| 5141 | "url": "https://opencollective.com/postcss/" |
| 5142 | }, |
| 5143 | { |
| 5144 | "type": "tidelift", |
| 5145 | "url": "https://tidelift.com/funding/github/npm/autoprefixer" |
| 5146 | }, |
| 5147 | { |
| 5148 | "type": "github", |
| 5149 | "url": "https://github.com/sponsors/ai" |
| 5150 | } |
| 5151 | ], |
| 5152 | "license": "MIT", |
| 5153 | "dependencies": { |
| 5154 | "browserslist": "^4.24.4", |
| 5155 | "caniuse-lite": "^1.0.30001702", |
| 5156 | "fraction.js": "^4.3.7", |
| 5157 | "normalize-range": "^0.1.2", |
| 5158 | "picocolors": "^1.1.1", |
| 5159 | "postcss-value-parser": "^4.2.0" |
| 5160 | }, |
| 5161 | "bin": { |
| 5162 | "autoprefixer": "bin/autoprefixer" |
| 5163 | }, |
| 5164 | "engines": { |
| 5165 | "node": "^10 || ^12 || >=14" |
| 5166 | }, |
| 5167 | "peerDependencies": { |
| 5168 | "postcss": "^8.1.0" |
| 5169 | } |
| 5170 | }, |
| 5171 | "node_modules/axios": { |
| 5172 | "version": "1.8.4", |
| 5173 | "resolved": "https://registry.npmmirror.com/axios/-/axios-1.8.4.tgz", |
| 5174 | "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", |
| 5175 | "license": "MIT", |
| 5176 | "dependencies": { |
| 5177 | "follow-redirects": "^1.15.6", |
| 5178 | "form-data": "^4.0.0", |
| 5179 | "proxy-from-env": "^1.1.0" |
| 5180 | } |
| 5181 | }, |
| 5182 | "node_modules/axios-mock-adapter": { |
| 5183 | "version": "2.1.0", |
| 5184 | "resolved": "https://registry.npmmirror.com/axios-mock-adapter/-/axios-mock-adapter-2.1.0.tgz", |
| 5185 | "integrity": "sha512-AZUe4OjECGCNNssH8SOdtneiQELsqTsat3SQQCWLPjN436/H+L9AjWfV7bF+Zg/YL9cgbhrz5671hoh+Tbn98w==", |
| 5186 | "license": "MIT", |
| 5187 | "dependencies": { |
| 5188 | "fast-deep-equal": "^3.1.3", |
| 5189 | "is-buffer": "^2.0.5" |
| 5190 | }, |
| 5191 | "peerDependencies": { |
| 5192 | "axios": ">= 0.17.0" |
| 5193 | } |
| 5194 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5195 | "node_modules/babel-jest": { |
| 5196 | "version": "29.7.0", |
| 5197 | "resolved": "https://registry.npmmirror.com/babel-jest/-/babel-jest-29.7.0.tgz", |
| 5198 | "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", |
| 5199 | "dev": true, |
| 5200 | "license": "MIT", |
| 5201 | "dependencies": { |
| 5202 | "@jest/transform": "^29.7.0", |
| 5203 | "@types/babel__core": "^7.1.14", |
| 5204 | "babel-plugin-istanbul": "^6.1.1", |
| 5205 | "babel-preset-jest": "^29.6.3", |
| 5206 | "chalk": "^4.0.0", |
| 5207 | "graceful-fs": "^4.2.9", |
| 5208 | "slash": "^3.0.0" |
| 5209 | }, |
| 5210 | "engines": { |
| 5211 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5212 | }, |
| 5213 | "peerDependencies": { |
| 5214 | "@babel/core": "^7.8.0" |
| 5215 | } |
| 5216 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5217 | "node_modules/babel-loader": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5218 | "version": "10.0.0", |
| 5219 | "resolved": "https://registry.npmmirror.com/babel-loader/-/babel-loader-10.0.0.tgz", |
| 5220 | "integrity": "sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==", |
| 5221 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5222 | "license": "MIT", |
| 5223 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5224 | "find-up": "^5.0.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5225 | }, |
| 5226 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5227 | "node": "^18.20.0 || ^20.10.0 || >=22.0.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5228 | }, |
| 5229 | "peerDependencies": { |
| 5230 | "@babel/core": "^7.12.0", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5231 | "webpack": ">=5.61.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5232 | } |
| 5233 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5234 | "node_modules/babel-plugin-istanbul": { |
| 5235 | "version": "6.1.1", |
| 5236 | "resolved": "https://registry.npmmirror.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", |
| 5237 | "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", |
| 5238 | "license": "BSD-3-Clause", |
| 5239 | "dependencies": { |
| 5240 | "@babel/helper-plugin-utils": "^7.0.0", |
| 5241 | "@istanbuljs/load-nyc-config": "^1.0.0", |
| 5242 | "@istanbuljs/schema": "^0.1.2", |
| 5243 | "istanbul-lib-instrument": "^5.0.4", |
| 5244 | "test-exclude": "^6.0.0" |
| 5245 | }, |
| 5246 | "engines": { |
| 5247 | "node": ">=8" |
| 5248 | } |
| 5249 | }, |
| 5250 | "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { |
| 5251 | "version": "5.2.1", |
| 5252 | "resolved": "https://registry.npmmirror.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", |
| 5253 | "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", |
| 5254 | "license": "BSD-3-Clause", |
| 5255 | "dependencies": { |
| 5256 | "@babel/core": "^7.12.3", |
| 5257 | "@babel/parser": "^7.14.7", |
| 5258 | "@istanbuljs/schema": "^0.1.2", |
| 5259 | "istanbul-lib-coverage": "^3.2.0", |
| 5260 | "semver": "^6.3.0" |
| 5261 | }, |
| 5262 | "engines": { |
| 5263 | "node": ">=8" |
| 5264 | } |
| 5265 | }, |
| 5266 | "node_modules/babel-plugin-jest-hoist": { |
| 5267 | "version": "29.6.3", |
| 5268 | "resolved": "https://registry.npmmirror.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", |
| 5269 | "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", |
| 5270 | "dev": true, |
| 5271 | "license": "MIT", |
| 5272 | "dependencies": { |
| 5273 | "@babel/template": "^7.3.3", |
| 5274 | "@babel/types": "^7.3.3", |
| 5275 | "@types/babel__core": "^7.1.14", |
| 5276 | "@types/babel__traverse": "^7.0.6" |
| 5277 | }, |
| 5278 | "engines": { |
| 5279 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5280 | } |
| 5281 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 5282 | "node_modules/babel-plugin-macros": { |
| 5283 | "version": "3.1.0", |
| 5284 | "resolved": "https://registry.npmmirror.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", |
| 5285 | "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", |
| 5286 | "license": "MIT", |
| 5287 | "dependencies": { |
| 5288 | "@babel/runtime": "^7.12.5", |
| 5289 | "cosmiconfig": "^7.0.0", |
| 5290 | "resolve": "^1.19.0" |
| 5291 | }, |
| 5292 | "engines": { |
| 5293 | "node": ">=10", |
| 5294 | "npm": ">=6" |
| 5295 | } |
| 5296 | }, |
| 5297 | "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { |
| 5298 | "version": "7.1.0", |
| 5299 | "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz", |
| 5300 | "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", |
| 5301 | "license": "MIT", |
| 5302 | "dependencies": { |
| 5303 | "@types/parse-json": "^4.0.0", |
| 5304 | "import-fresh": "^3.2.1", |
| 5305 | "parse-json": "^5.0.0", |
| 5306 | "path-type": "^4.0.0", |
| 5307 | "yaml": "^1.10.0" |
| 5308 | }, |
| 5309 | "engines": { |
| 5310 | "node": ">=10" |
| 5311 | } |
| 5312 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5313 | "node_modules/babel-plugin-polyfill-corejs2": { |
| 5314 | "version": "0.4.13", |
| 5315 | "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz", |
| 5316 | "integrity": "sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5317 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5318 | "license": "MIT", |
| 5319 | "dependencies": { |
| 5320 | "@babel/compat-data": "^7.22.6", |
| 5321 | "@babel/helper-define-polyfill-provider": "^0.6.4", |
| 5322 | "semver": "^6.3.1" |
| 5323 | }, |
| 5324 | "peerDependencies": { |
| 5325 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 5326 | } |
| 5327 | }, |
| 5328 | "node_modules/babel-plugin-polyfill-corejs3": { |
| 5329 | "version": "0.11.1", |
| 5330 | "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz", |
| 5331 | "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5332 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5333 | "license": "MIT", |
| 5334 | "dependencies": { |
| 5335 | "@babel/helper-define-polyfill-provider": "^0.6.3", |
| 5336 | "core-js-compat": "^3.40.0" |
| 5337 | }, |
| 5338 | "peerDependencies": { |
| 5339 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 5340 | } |
| 5341 | }, |
| 5342 | "node_modules/babel-plugin-polyfill-regenerator": { |
| 5343 | "version": "0.6.4", |
| 5344 | "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz", |
| 5345 | "integrity": "sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5346 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5347 | "license": "MIT", |
| 5348 | "dependencies": { |
| 5349 | "@babel/helper-define-polyfill-provider": "^0.6.4" |
| 5350 | }, |
| 5351 | "peerDependencies": { |
| 5352 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" |
| 5353 | } |
| 5354 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5355 | "node_modules/babel-preset-current-node-syntax": { |
| 5356 | "version": "1.1.0", |
| 5357 | "resolved": "https://registry.npmmirror.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", |
| 5358 | "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", |
| 5359 | "license": "MIT", |
| 5360 | "dependencies": { |
| 5361 | "@babel/plugin-syntax-async-generators": "^7.8.4", |
| 5362 | "@babel/plugin-syntax-bigint": "^7.8.3", |
| 5363 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
| 5364 | "@babel/plugin-syntax-class-static-block": "^7.14.5", |
| 5365 | "@babel/plugin-syntax-import-attributes": "^7.24.7", |
| 5366 | "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 5367 | "@babel/plugin-syntax-json-strings": "^7.8.3", |
| 5368 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", |
| 5369 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", |
| 5370 | "@babel/plugin-syntax-numeric-separator": "^7.10.4", |
| 5371 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| 5372 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", |
| 5373 | "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| 5374 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5", |
| 5375 | "@babel/plugin-syntax-top-level-await": "^7.14.5" |
| 5376 | }, |
| 5377 | "peerDependencies": { |
| 5378 | "@babel/core": "^7.0.0" |
| 5379 | } |
| 5380 | }, |
| 5381 | "node_modules/babel-preset-jest": { |
| 5382 | "version": "29.6.3", |
| 5383 | "resolved": "https://registry.npmmirror.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", |
| 5384 | "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", |
| 5385 | "dev": true, |
| 5386 | "license": "MIT", |
| 5387 | "dependencies": { |
| 5388 | "babel-plugin-jest-hoist": "^29.6.3", |
| 5389 | "babel-preset-current-node-syntax": "^1.0.0" |
| 5390 | }, |
| 5391 | "engines": { |
| 5392 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5393 | }, |
| 5394 | "peerDependencies": { |
| 5395 | "@babel/core": "^7.0.0" |
| 5396 | } |
| 5397 | }, |
| 5398 | "node_modules/balanced-match": { |
| 5399 | "version": "1.0.2", |
| 5400 | "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", |
| 5401 | "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
| 5402 | "license": "MIT" |
| 5403 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5404 | "node_modules/batch": { |
| 5405 | "version": "0.6.1", |
| 5406 | "resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz", |
| 5407 | "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", |
| 5408 | "dev": true, |
| 5409 | "license": "MIT" |
| 5410 | }, |
| 5411 | "node_modules/binary-extensions": { |
| 5412 | "version": "2.3.0", |
| 5413 | "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz", |
| 5414 | "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", |
| 5415 | "dev": true, |
| 5416 | "license": "MIT", |
| 5417 | "engines": { |
| 5418 | "node": ">=8" |
| 5419 | }, |
| 5420 | "funding": { |
| 5421 | "url": "https://github.com/sponsors/sindresorhus" |
| 5422 | } |
| 5423 | }, |
| 5424 | "node_modules/body-parser": { |
| 5425 | "version": "1.20.3", |
| 5426 | "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.3.tgz", |
| 5427 | "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", |
| 5428 | "dev": true, |
| 5429 | "license": "MIT", |
| 5430 | "dependencies": { |
| 5431 | "bytes": "3.1.2", |
| 5432 | "content-type": "~1.0.5", |
| 5433 | "debug": "2.6.9", |
| 5434 | "depd": "2.0.0", |
| 5435 | "destroy": "1.2.0", |
| 5436 | "http-errors": "2.0.0", |
| 5437 | "iconv-lite": "0.4.24", |
| 5438 | "on-finished": "2.4.1", |
| 5439 | "qs": "6.13.0", |
| 5440 | "raw-body": "2.5.2", |
| 5441 | "type-is": "~1.6.18", |
| 5442 | "unpipe": "1.0.0" |
| 5443 | }, |
| 5444 | "engines": { |
| 5445 | "node": ">= 0.8", |
| 5446 | "npm": "1.2.8000 || >= 1.4.16" |
| 5447 | } |
| 5448 | }, |
| 5449 | "node_modules/body-parser/node_modules/debug": { |
| 5450 | "version": "2.6.9", |
| 5451 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 5452 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 5453 | "dev": true, |
| 5454 | "license": "MIT", |
| 5455 | "dependencies": { |
| 5456 | "ms": "2.0.0" |
| 5457 | } |
| 5458 | }, |
| 5459 | "node_modules/body-parser/node_modules/iconv-lite": { |
| 5460 | "version": "0.4.24", |
| 5461 | "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| 5462 | "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
| 5463 | "dev": true, |
| 5464 | "license": "MIT", |
| 5465 | "dependencies": { |
| 5466 | "safer-buffer": ">= 2.1.2 < 3" |
| 5467 | }, |
| 5468 | "engines": { |
| 5469 | "node": ">=0.10.0" |
| 5470 | } |
| 5471 | }, |
| 5472 | "node_modules/body-parser/node_modules/ms": { |
| 5473 | "version": "2.0.0", |
| 5474 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 5475 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 5476 | "dev": true, |
| 5477 | "license": "MIT" |
| 5478 | }, |
| 5479 | "node_modules/bonjour-service": { |
| 5480 | "version": "1.3.0", |
| 5481 | "resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.3.0.tgz", |
| 5482 | "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", |
| 5483 | "dev": true, |
| 5484 | "license": "MIT", |
| 5485 | "dependencies": { |
| 5486 | "fast-deep-equal": "^3.1.3", |
| 5487 | "multicast-dns": "^7.2.5" |
| 5488 | } |
| 5489 | }, |
| 5490 | "node_modules/boolbase": { |
| 5491 | "version": "1.0.0", |
| 5492 | "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz", |
| 5493 | "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5494 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5495 | "license": "ISC" |
| 5496 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5497 | "node_modules/brace-expansion": { |
| 5498 | "version": "1.1.11", |
| 5499 | "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz", |
| 5500 | "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", |
| 5501 | "license": "MIT", |
| 5502 | "dependencies": { |
| 5503 | "balanced-match": "^1.0.0", |
| 5504 | "concat-map": "0.0.1" |
| 5505 | } |
| 5506 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5507 | "node_modules/braces": { |
| 5508 | "version": "3.0.3", |
| 5509 | "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", |
| 5510 | "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5511 | "license": "MIT", |
| 5512 | "dependencies": { |
| 5513 | "fill-range": "^7.1.1" |
| 5514 | }, |
| 5515 | "engines": { |
| 5516 | "node": ">=8" |
| 5517 | } |
| 5518 | }, |
| 5519 | "node_modules/browserslist": { |
| 5520 | "version": "4.24.4", |
| 5521 | "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz", |
| 5522 | "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", |
| 5523 | "funding": [ |
| 5524 | { |
| 5525 | "type": "opencollective", |
| 5526 | "url": "https://opencollective.com/browserslist" |
| 5527 | }, |
| 5528 | { |
| 5529 | "type": "tidelift", |
| 5530 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 5531 | }, |
| 5532 | { |
| 5533 | "type": "github", |
| 5534 | "url": "https://github.com/sponsors/ai" |
| 5535 | } |
| 5536 | ], |
| 5537 | "license": "MIT", |
| 5538 | "dependencies": { |
| 5539 | "caniuse-lite": "^1.0.30001688", |
| 5540 | "electron-to-chromium": "^1.5.73", |
| 5541 | "node-releases": "^2.0.19", |
| 5542 | "update-browserslist-db": "^1.1.1" |
| 5543 | }, |
| 5544 | "bin": { |
| 5545 | "browserslist": "cli.js" |
| 5546 | }, |
| 5547 | "engines": { |
| 5548 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| 5549 | } |
| 5550 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5551 | "node_modules/bs-logger": { |
| 5552 | "version": "0.2.6", |
| 5553 | "resolved": "https://registry.npmmirror.com/bs-logger/-/bs-logger-0.2.6.tgz", |
| 5554 | "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", |
| 5555 | "dev": true, |
| 5556 | "license": "MIT", |
| 5557 | "dependencies": { |
| 5558 | "fast-json-stable-stringify": "2.x" |
| 5559 | }, |
| 5560 | "engines": { |
| 5561 | "node": ">= 6" |
| 5562 | } |
| 5563 | }, |
| 5564 | "node_modules/bser": { |
| 5565 | "version": "2.1.1", |
| 5566 | "resolved": "https://registry.npmmirror.com/bser/-/bser-2.1.1.tgz", |
| 5567 | "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", |
| 5568 | "license": "Apache-2.0", |
| 5569 | "dependencies": { |
| 5570 | "node-int64": "^0.4.0" |
| 5571 | } |
| 5572 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5573 | "node_modules/buffer-from": { |
| 5574 | "version": "1.1.2", |
| 5575 | "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz", |
| 5576 | "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", |
| 5577 | "license": "MIT" |
| 5578 | }, |
| 5579 | "node_modules/bundle-name": { |
| 5580 | "version": "4.1.0", |
| 5581 | "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz", |
| 5582 | "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", |
| 5583 | "dev": true, |
| 5584 | "license": "MIT", |
| 5585 | "dependencies": { |
| 5586 | "run-applescript": "^7.0.0" |
| 5587 | }, |
| 5588 | "engines": { |
| 5589 | "node": ">=18" |
| 5590 | }, |
| 5591 | "funding": { |
| 5592 | "url": "https://github.com/sponsors/sindresorhus" |
| 5593 | } |
| 5594 | }, |
| 5595 | "node_modules/bytes": { |
| 5596 | "version": "3.1.2", |
| 5597 | "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", |
| 5598 | "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", |
| 5599 | "dev": true, |
| 5600 | "license": "MIT", |
| 5601 | "engines": { |
| 5602 | "node": ">= 0.8" |
| 5603 | } |
| 5604 | }, |
| 5605 | "node_modules/call-bind-apply-helpers": { |
| 5606 | "version": "1.0.2", |
| 5607 | "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", |
| 5608 | "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", |
| 5609 | "license": "MIT", |
| 5610 | "dependencies": { |
| 5611 | "es-errors": "^1.3.0", |
| 5612 | "function-bind": "^1.1.2" |
| 5613 | }, |
| 5614 | "engines": { |
| 5615 | "node": ">= 0.4" |
| 5616 | } |
| 5617 | }, |
| 5618 | "node_modules/call-bound": { |
| 5619 | "version": "1.0.4", |
| 5620 | "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz", |
| 5621 | "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", |
| 5622 | "dev": true, |
| 5623 | "license": "MIT", |
| 5624 | "dependencies": { |
| 5625 | "call-bind-apply-helpers": "^1.0.2", |
| 5626 | "get-intrinsic": "^1.3.0" |
| 5627 | }, |
| 5628 | "engines": { |
| 5629 | "node": ">= 0.4" |
| 5630 | }, |
| 5631 | "funding": { |
| 5632 | "url": "https://github.com/sponsors/ljharb" |
| 5633 | } |
| 5634 | }, |
| 5635 | "node_modules/callsites": { |
| 5636 | "version": "3.1.0", |
| 5637 | "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", |
| 5638 | "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5639 | "license": "MIT", |
| 5640 | "engines": { |
| 5641 | "node": ">=6" |
| 5642 | } |
| 5643 | }, |
| 5644 | "node_modules/camel-case": { |
| 5645 | "version": "4.1.2", |
| 5646 | "resolved": "https://registry.npmmirror.com/camel-case/-/camel-case-4.1.2.tgz", |
| 5647 | "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5648 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5649 | "license": "MIT", |
| 5650 | "dependencies": { |
| 5651 | "pascal-case": "^3.1.2", |
| 5652 | "tslib": "^2.0.3" |
| 5653 | } |
| 5654 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5655 | "node_modules/camelcase": { |
| 5656 | "version": "5.3.1", |
| 5657 | "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz", |
| 5658 | "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", |
| 5659 | "license": "MIT", |
| 5660 | "engines": { |
| 5661 | "node": ">=6" |
| 5662 | } |
| 5663 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5664 | "node_modules/caniuse-api": { |
| 5665 | "version": "3.0.0", |
| 5666 | "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz", |
| 5667 | "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5668 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5669 | "license": "MIT", |
| 5670 | "dependencies": { |
| 5671 | "browserslist": "^4.0.0", |
| 5672 | "caniuse-lite": "^1.0.0", |
| 5673 | "lodash.memoize": "^4.1.2", |
| 5674 | "lodash.uniq": "^4.5.0" |
| 5675 | } |
| 5676 | }, |
| 5677 | "node_modules/caniuse-lite": { |
| 5678 | "version": "1.0.30001707", |
| 5679 | "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz", |
| 5680 | "integrity": "sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==", |
| 5681 | "funding": [ |
| 5682 | { |
| 5683 | "type": "opencollective", |
| 5684 | "url": "https://opencollective.com/browserslist" |
| 5685 | }, |
| 5686 | { |
| 5687 | "type": "tidelift", |
| 5688 | "url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
| 5689 | }, |
| 5690 | { |
| 5691 | "type": "github", |
| 5692 | "url": "https://github.com/sponsors/ai" |
| 5693 | } |
| 5694 | ], |
| 5695 | "license": "CC-BY-4.0" |
| 5696 | }, |
| 5697 | "node_modules/chalk": { |
| 5698 | "version": "4.1.2", |
| 5699 | "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", |
| 5700 | "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
| 5701 | "license": "MIT", |
| 5702 | "dependencies": { |
| 5703 | "ansi-styles": "^4.1.0", |
| 5704 | "supports-color": "^7.1.0" |
| 5705 | }, |
| 5706 | "engines": { |
| 5707 | "node": ">=10" |
| 5708 | }, |
| 5709 | "funding": { |
| 5710 | "url": "https://github.com/chalk/chalk?sponsor=1" |
| 5711 | } |
| 5712 | }, |
| 5713 | "node_modules/chalk/node_modules/supports-color": { |
| 5714 | "version": "7.2.0", |
| 5715 | "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", |
| 5716 | "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
| 5717 | "license": "MIT", |
| 5718 | "dependencies": { |
| 5719 | "has-flag": "^4.0.0" |
| 5720 | }, |
| 5721 | "engines": { |
| 5722 | "node": ">=8" |
| 5723 | } |
| 5724 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5725 | "node_modules/char-regex": { |
| 5726 | "version": "1.0.2", |
| 5727 | "resolved": "https://registry.npmmirror.com/char-regex/-/char-regex-1.0.2.tgz", |
| 5728 | "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", |
| 5729 | "dev": true, |
| 5730 | "license": "MIT", |
| 5731 | "engines": { |
| 5732 | "node": ">=10" |
| 5733 | } |
| 5734 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5735 | "node_modules/chokidar": { |
| 5736 | "version": "3.6.0", |
| 5737 | "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", |
| 5738 | "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", |
| 5739 | "dev": true, |
| 5740 | "license": "MIT", |
| 5741 | "dependencies": { |
| 5742 | "anymatch": "~3.1.2", |
| 5743 | "braces": "~3.0.2", |
| 5744 | "glob-parent": "~5.1.2", |
| 5745 | "is-binary-path": "~2.1.0", |
| 5746 | "is-glob": "~4.0.1", |
| 5747 | "normalize-path": "~3.0.0", |
| 5748 | "readdirp": "~3.6.0" |
| 5749 | }, |
| 5750 | "engines": { |
| 5751 | "node": ">= 8.10.0" |
| 5752 | }, |
| 5753 | "funding": { |
| 5754 | "url": "https://paulmillr.com/funding/" |
| 5755 | }, |
| 5756 | "optionalDependencies": { |
| 5757 | "fsevents": "~2.3.2" |
| 5758 | } |
| 5759 | }, |
| 5760 | "node_modules/chrome-trace-event": { |
| 5761 | "version": "1.0.4", |
| 5762 | "resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", |
| 5763 | "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", |
| 5764 | "license": "MIT", |
| 5765 | "engines": { |
| 5766 | "node": ">=6.0" |
| 5767 | } |
| 5768 | }, |
| 5769 | "node_modules/ci-info": { |
| 5770 | "version": "3.9.0", |
| 5771 | "resolved": "https://registry.npmmirror.com/ci-info/-/ci-info-3.9.0.tgz", |
| 5772 | "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", |
| 5773 | "funding": [ |
| 5774 | { |
| 5775 | "type": "github", |
| 5776 | "url": "https://github.com/sponsors/sibiraj-s" |
| 5777 | } |
| 5778 | ], |
| 5779 | "license": "MIT", |
| 5780 | "engines": { |
| 5781 | "node": ">=8" |
| 5782 | } |
| 5783 | }, |
| 5784 | "node_modules/circular-dependency-plugin": { |
| 5785 | "version": "5.2.2", |
| 5786 | "resolved": "https://registry.npmmirror.com/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz", |
| 5787 | "integrity": "sha512-g38K9Cm5WRwlaH6g03B9OEz/0qRizI+2I7n+Gz+L5DxXJAPAiWQvwlYNm1V1jkdpUv95bOe/ASm2vfi/G560jQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5788 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5789 | "license": "ISC", |
| 5790 | "engines": { |
| 5791 | "node": ">=6.0.0" |
| 5792 | }, |
| 5793 | "peerDependencies": { |
| 5794 | "webpack": ">=4.0.1" |
| 5795 | } |
| 5796 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5797 | "node_modules/cjs-module-lexer": { |
| 5798 | "version": "1.4.3", |
| 5799 | "resolved": "https://registry.npmmirror.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz", |
| 5800 | "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==", |
| 5801 | "dev": true, |
| 5802 | "license": "MIT" |
| 5803 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 5804 | "node_modules/classnames": { |
| 5805 | "version": "2.5.1", |
| 5806 | "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz", |
| 5807 | "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", |
| 5808 | "license": "MIT" |
| 5809 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5810 | "node_modules/clean-css": { |
| 5811 | "version": "5.3.3", |
| 5812 | "resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-5.3.3.tgz", |
| 5813 | "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5814 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5815 | "license": "MIT", |
| 5816 | "dependencies": { |
| 5817 | "source-map": "~0.6.0" |
| 5818 | }, |
| 5819 | "engines": { |
| 5820 | "node": ">= 10.0" |
| 5821 | } |
| 5822 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5823 | "node_modules/cliui": { |
| 5824 | "version": "8.0.1", |
| 5825 | "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz", |
| 5826 | "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", |
| 5827 | "dev": true, |
| 5828 | "license": "ISC", |
| 5829 | "dependencies": { |
| 5830 | "string-width": "^4.2.0", |
| 5831 | "strip-ansi": "^6.0.1", |
| 5832 | "wrap-ansi": "^7.0.0" |
| 5833 | }, |
| 5834 | "engines": { |
| 5835 | "node": ">=12" |
| 5836 | } |
| 5837 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5838 | "node_modules/clone-deep": { |
| 5839 | "version": "4.0.1", |
| 5840 | "resolved": "https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz", |
| 5841 | "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", |
| 5842 | "license": "MIT", |
| 5843 | "dependencies": { |
| 5844 | "is-plain-object": "^2.0.4", |
| 5845 | "kind-of": "^6.0.2", |
| 5846 | "shallow-clone": "^3.0.0" |
| 5847 | }, |
| 5848 | "engines": { |
| 5849 | "node": ">=6" |
| 5850 | } |
| 5851 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5852 | "node_modules/co": { |
| 5853 | "version": "4.6.0", |
| 5854 | "resolved": "https://registry.npmmirror.com/co/-/co-4.6.0.tgz", |
| 5855 | "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", |
| 5856 | "dev": true, |
| 5857 | "license": "MIT", |
| 5858 | "engines": { |
| 5859 | "iojs": ">= 1.0.0", |
| 5860 | "node": ">= 0.12.0" |
| 5861 | } |
| 5862 | }, |
| 5863 | "node_modules/collect-v8-coverage": { |
| 5864 | "version": "1.0.2", |
| 5865 | "resolved": "https://registry.npmmirror.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", |
| 5866 | "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", |
| 5867 | "dev": true, |
| 5868 | "license": "MIT" |
| 5869 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5870 | "node_modules/color-convert": { |
| 5871 | "version": "2.0.1", |
| 5872 | "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", |
| 5873 | "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
| 5874 | "license": "MIT", |
| 5875 | "dependencies": { |
| 5876 | "color-name": "~1.1.4" |
| 5877 | }, |
| 5878 | "engines": { |
| 5879 | "node": ">=7.0.0" |
| 5880 | } |
| 5881 | }, |
| 5882 | "node_modules/color-name": { |
| 5883 | "version": "1.1.4", |
| 5884 | "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", |
| 5885 | "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
| 5886 | "license": "MIT" |
| 5887 | }, |
| 5888 | "node_modules/colord": { |
| 5889 | "version": "2.9.3", |
| 5890 | "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz", |
| 5891 | "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 5892 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5893 | "license": "MIT" |
| 5894 | }, |
| 5895 | "node_modules/colorette": { |
| 5896 | "version": "2.0.20", |
| 5897 | "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz", |
| 5898 | "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", |
| 5899 | "license": "MIT" |
| 5900 | }, |
| 5901 | "node_modules/combined-stream": { |
| 5902 | "version": "1.0.8", |
| 5903 | "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", |
| 5904 | "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", |
| 5905 | "license": "MIT", |
| 5906 | "dependencies": { |
| 5907 | "delayed-stream": "~1.0.0" |
| 5908 | }, |
| 5909 | "engines": { |
| 5910 | "node": ">= 0.8" |
| 5911 | } |
| 5912 | }, |
| 5913 | "node_modules/commander": { |
| 5914 | "version": "8.3.0", |
| 5915 | "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", |
| 5916 | "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", |
| 5917 | "license": "MIT", |
| 5918 | "engines": { |
| 5919 | "node": ">= 12" |
| 5920 | } |
| 5921 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5922 | "node_modules/compressible": { |
| 5923 | "version": "2.0.18", |
| 5924 | "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz", |
| 5925 | "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", |
| 5926 | "dev": true, |
| 5927 | "license": "MIT", |
| 5928 | "dependencies": { |
| 5929 | "mime-db": ">= 1.43.0 < 2" |
| 5930 | }, |
| 5931 | "engines": { |
| 5932 | "node": ">= 0.6" |
| 5933 | } |
| 5934 | }, |
| 5935 | "node_modules/compression": { |
| 5936 | "version": "1.8.0", |
| 5937 | "resolved": "https://registry.npmmirror.com/compression/-/compression-1.8.0.tgz", |
| 5938 | "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==", |
| 5939 | "dev": true, |
| 5940 | "license": "MIT", |
| 5941 | "dependencies": { |
| 5942 | "bytes": "3.1.2", |
| 5943 | "compressible": "~2.0.18", |
| 5944 | "debug": "2.6.9", |
| 5945 | "negotiator": "~0.6.4", |
| 5946 | "on-headers": "~1.0.2", |
| 5947 | "safe-buffer": "5.2.1", |
| 5948 | "vary": "~1.1.2" |
| 5949 | }, |
| 5950 | "engines": { |
| 5951 | "node": ">= 0.8.0" |
| 5952 | } |
| 5953 | }, |
| 5954 | "node_modules/compression/node_modules/debug": { |
| 5955 | "version": "2.6.9", |
| 5956 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 5957 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 5958 | "dev": true, |
| 5959 | "license": "MIT", |
| 5960 | "dependencies": { |
| 5961 | "ms": "2.0.0" |
| 5962 | } |
| 5963 | }, |
| 5964 | "node_modules/compression/node_modules/ms": { |
| 5965 | "version": "2.0.0", |
| 5966 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 5967 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 5968 | "dev": true, |
| 5969 | "license": "MIT" |
| 5970 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 5971 | "node_modules/compute-scroll-into-view": { |
| 5972 | "version": "3.1.1", |
| 5973 | "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz", |
| 5974 | "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==", |
| 5975 | "license": "MIT" |
| 5976 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 5977 | "node_modules/concat-map": { |
| 5978 | "version": "0.0.1", |
| 5979 | "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz", |
| 5980 | "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", |
| 5981 | "license": "MIT" |
| 5982 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 5983 | "node_modules/connect-history-api-fallback": { |
| 5984 | "version": "2.0.0", |
| 5985 | "resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", |
| 5986 | "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", |
| 5987 | "dev": true, |
| 5988 | "license": "MIT", |
| 5989 | "engines": { |
| 5990 | "node": ">=0.8" |
| 5991 | } |
| 5992 | }, |
| 5993 | "node_modules/content-disposition": { |
| 5994 | "version": "0.5.4", |
| 5995 | "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz", |
| 5996 | "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", |
| 5997 | "dev": true, |
| 5998 | "license": "MIT", |
| 5999 | "dependencies": { |
| 6000 | "safe-buffer": "5.2.1" |
| 6001 | }, |
| 6002 | "engines": { |
| 6003 | "node": ">= 0.6" |
| 6004 | } |
| 6005 | }, |
| 6006 | "node_modules/content-type": { |
| 6007 | "version": "1.0.5", |
| 6008 | "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz", |
| 6009 | "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", |
| 6010 | "dev": true, |
| 6011 | "license": "MIT", |
| 6012 | "engines": { |
| 6013 | "node": ">= 0.6" |
| 6014 | } |
| 6015 | }, |
| 6016 | "node_modules/convert-source-map": { |
| 6017 | "version": "2.0.0", |
| 6018 | "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz", |
| 6019 | "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", |
| 6020 | "license": "MIT" |
| 6021 | }, |
| 6022 | "node_modules/cookie": { |
| 6023 | "version": "1.0.2", |
| 6024 | "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.0.2.tgz", |
| 6025 | "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", |
| 6026 | "license": "MIT", |
| 6027 | "engines": { |
| 6028 | "node": ">=18" |
| 6029 | } |
| 6030 | }, |
| 6031 | "node_modules/cookie-signature": { |
| 6032 | "version": "1.0.6", |
| 6033 | "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz", |
| 6034 | "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", |
| 6035 | "dev": true, |
| 6036 | "license": "MIT" |
| 6037 | }, |
| 6038 | "node_modules/copy-anything": { |
| 6039 | "version": "2.0.6", |
| 6040 | "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz", |
| 6041 | "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", |
| 6042 | "dev": true, |
| 6043 | "license": "MIT", |
| 6044 | "dependencies": { |
| 6045 | "is-what": "^3.14.1" |
| 6046 | }, |
| 6047 | "funding": { |
| 6048 | "url": "https://github.com/sponsors/mesqueeb" |
| 6049 | } |
| 6050 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 6051 | "node_modules/copy-to-clipboard": { |
| 6052 | "version": "3.3.3", |
| 6053 | "resolved": "https://registry.npmmirror.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", |
| 6054 | "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==", |
| 6055 | "license": "MIT", |
| 6056 | "dependencies": { |
| 6057 | "toggle-selection": "^1.0.6" |
| 6058 | } |
| 6059 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6060 | "node_modules/core-js": { |
| 6061 | "version": "3.41.0", |
| 6062 | "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.41.0.tgz", |
| 6063 | "integrity": "sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==", |
| 6064 | "hasInstallScript": true, |
| 6065 | "license": "MIT", |
| 6066 | "funding": { |
| 6067 | "type": "opencollective", |
| 6068 | "url": "https://opencollective.com/core-js" |
| 6069 | } |
| 6070 | }, |
| 6071 | "node_modules/core-js-compat": { |
| 6072 | "version": "3.41.0", |
| 6073 | "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.41.0.tgz", |
| 6074 | "integrity": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6075 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6076 | "license": "MIT", |
| 6077 | "dependencies": { |
| 6078 | "browserslist": "^4.24.4" |
| 6079 | }, |
| 6080 | "funding": { |
| 6081 | "type": "opencollective", |
| 6082 | "url": "https://opencollective.com/core-js" |
| 6083 | } |
| 6084 | }, |
| 6085 | "node_modules/core-util-is": { |
| 6086 | "version": "1.0.3", |
| 6087 | "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz", |
| 6088 | "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", |
| 6089 | "dev": true, |
| 6090 | "license": "MIT" |
| 6091 | }, |
| 6092 | "node_modules/cosmiconfig": { |
| 6093 | "version": "9.0.0", |
| 6094 | "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz", |
| 6095 | "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", |
| 6096 | "dev": true, |
| 6097 | "license": "MIT", |
| 6098 | "dependencies": { |
| 6099 | "env-paths": "^2.2.1", |
| 6100 | "import-fresh": "^3.3.0", |
| 6101 | "js-yaml": "^4.1.0", |
| 6102 | "parse-json": "^5.2.0" |
| 6103 | }, |
| 6104 | "engines": { |
| 6105 | "node": ">=14" |
| 6106 | }, |
| 6107 | "funding": { |
| 6108 | "url": "https://github.com/sponsors/d-fischer" |
| 6109 | }, |
| 6110 | "peerDependencies": { |
| 6111 | "typescript": ">=4.9.5" |
| 6112 | }, |
| 6113 | "peerDependenciesMeta": { |
| 6114 | "typescript": { |
| 6115 | "optional": true |
| 6116 | } |
| 6117 | } |
| 6118 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6119 | "node_modules/create-jest": { |
| 6120 | "version": "29.7.0", |
| 6121 | "resolved": "https://registry.npmmirror.com/create-jest/-/create-jest-29.7.0.tgz", |
| 6122 | "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", |
| 6123 | "dev": true, |
| 6124 | "license": "MIT", |
| 6125 | "dependencies": { |
| 6126 | "@jest/types": "^29.6.3", |
| 6127 | "chalk": "^4.0.0", |
| 6128 | "exit": "^0.1.2", |
| 6129 | "graceful-fs": "^4.2.9", |
| 6130 | "jest-config": "^29.7.0", |
| 6131 | "jest-util": "^29.7.0", |
| 6132 | "prompts": "^2.0.1" |
| 6133 | }, |
| 6134 | "bin": { |
| 6135 | "create-jest": "bin/create-jest.js" |
| 6136 | }, |
| 6137 | "engines": { |
| 6138 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 6139 | } |
| 6140 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6141 | "node_modules/cross-env": { |
| 6142 | "version": "7.0.3", |
| 6143 | "resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz", |
| 6144 | "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", |
| 6145 | "license": "MIT", |
| 6146 | "dependencies": { |
| 6147 | "cross-spawn": "^7.0.1" |
| 6148 | }, |
| 6149 | "bin": { |
| 6150 | "cross-env": "src/bin/cross-env.js", |
| 6151 | "cross-env-shell": "src/bin/cross-env-shell.js" |
| 6152 | }, |
| 6153 | "engines": { |
| 6154 | "node": ">=10.14", |
| 6155 | "npm": ">=6", |
| 6156 | "yarn": ">=1" |
| 6157 | } |
| 6158 | }, |
| 6159 | "node_modules/cross-spawn": { |
| 6160 | "version": "7.0.6", |
| 6161 | "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz", |
| 6162 | "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
| 6163 | "license": "MIT", |
| 6164 | "dependencies": { |
| 6165 | "path-key": "^3.1.0", |
| 6166 | "shebang-command": "^2.0.0", |
| 6167 | "which": "^2.0.1" |
| 6168 | }, |
| 6169 | "engines": { |
| 6170 | "node": ">= 8" |
| 6171 | } |
| 6172 | }, |
| 6173 | "node_modules/css-blank-pseudo": { |
| 6174 | "version": "7.0.1", |
| 6175 | "resolved": "https://registry.npmmirror.com/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz", |
| 6176 | "integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==", |
| 6177 | "dev": true, |
| 6178 | "funding": [ |
| 6179 | { |
| 6180 | "type": "github", |
| 6181 | "url": "https://github.com/sponsors/csstools" |
| 6182 | }, |
| 6183 | { |
| 6184 | "type": "opencollective", |
| 6185 | "url": "https://opencollective.com/csstools" |
| 6186 | } |
| 6187 | ], |
| 6188 | "license": "MIT-0", |
| 6189 | "dependencies": { |
| 6190 | "postcss-selector-parser": "^7.0.0" |
| 6191 | }, |
| 6192 | "engines": { |
| 6193 | "node": ">=18" |
| 6194 | }, |
| 6195 | "peerDependencies": { |
| 6196 | "postcss": "^8.4" |
| 6197 | } |
| 6198 | }, |
| 6199 | "node_modules/css-declaration-sorter": { |
| 6200 | "version": "7.2.0", |
| 6201 | "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", |
| 6202 | "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6203 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6204 | "license": "ISC", |
| 6205 | "engines": { |
| 6206 | "node": "^14 || ^16 || >=18" |
| 6207 | }, |
| 6208 | "peerDependencies": { |
| 6209 | "postcss": "^8.0.9" |
| 6210 | } |
| 6211 | }, |
| 6212 | "node_modules/css-has-pseudo": { |
| 6213 | "version": "7.0.2", |
| 6214 | "resolved": "https://registry.npmmirror.com/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz", |
| 6215 | "integrity": "sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==", |
| 6216 | "dev": true, |
| 6217 | "funding": [ |
| 6218 | { |
| 6219 | "type": "github", |
| 6220 | "url": "https://github.com/sponsors/csstools" |
| 6221 | }, |
| 6222 | { |
| 6223 | "type": "opencollective", |
| 6224 | "url": "https://opencollective.com/csstools" |
| 6225 | } |
| 6226 | ], |
| 6227 | "license": "MIT-0", |
| 6228 | "dependencies": { |
| 6229 | "@csstools/selector-specificity": "^5.0.0", |
| 6230 | "postcss-selector-parser": "^7.0.0", |
| 6231 | "postcss-value-parser": "^4.2.0" |
| 6232 | }, |
| 6233 | "engines": { |
| 6234 | "node": ">=18" |
| 6235 | }, |
| 6236 | "peerDependencies": { |
| 6237 | "postcss": "^8.4" |
| 6238 | } |
| 6239 | }, |
| 6240 | "node_modules/css-loader": { |
| 6241 | "version": "7.1.2", |
| 6242 | "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-7.1.2.tgz", |
| 6243 | "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", |
| 6244 | "dev": true, |
| 6245 | "license": "MIT", |
| 6246 | "dependencies": { |
| 6247 | "icss-utils": "^5.1.0", |
| 6248 | "postcss": "^8.4.33", |
| 6249 | "postcss-modules-extract-imports": "^3.1.0", |
| 6250 | "postcss-modules-local-by-default": "^4.0.5", |
| 6251 | "postcss-modules-scope": "^3.2.0", |
| 6252 | "postcss-modules-values": "^4.0.0", |
| 6253 | "postcss-value-parser": "^4.2.0", |
| 6254 | "semver": "^7.5.4" |
| 6255 | }, |
| 6256 | "engines": { |
| 6257 | "node": ">= 18.12.0" |
| 6258 | }, |
| 6259 | "funding": { |
| 6260 | "type": "opencollective", |
| 6261 | "url": "https://opencollective.com/webpack" |
| 6262 | }, |
| 6263 | "peerDependencies": { |
| 6264 | "@rspack/core": "0.x || 1.x", |
| 6265 | "webpack": "^5.27.0" |
| 6266 | }, |
| 6267 | "peerDependenciesMeta": { |
| 6268 | "@rspack/core": { |
| 6269 | "optional": true |
| 6270 | }, |
| 6271 | "webpack": { |
| 6272 | "optional": true |
| 6273 | } |
| 6274 | } |
| 6275 | }, |
| 6276 | "node_modules/css-loader/node_modules/semver": { |
| 6277 | "version": "7.7.1", |
| 6278 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 6279 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 6280 | "dev": true, |
| 6281 | "license": "ISC", |
| 6282 | "bin": { |
| 6283 | "semver": "bin/semver.js" |
| 6284 | }, |
| 6285 | "engines": { |
| 6286 | "node": ">=10" |
| 6287 | } |
| 6288 | }, |
| 6289 | "node_modules/css-minimizer-webpack-plugin": { |
| 6290 | "version": "7.0.2", |
| 6291 | "resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-7.0.2.tgz", |
| 6292 | "integrity": "sha512-nBRWZtI77PBZQgcXMNqiIXVshiQOVLGSf2qX/WZfG8IQfMbeHUMXaBWQmiiSTmPJUflQxHjZjzAmuyO7tpL2Jg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6293 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6294 | "license": "MIT", |
| 6295 | "dependencies": { |
| 6296 | "@jridgewell/trace-mapping": "^0.3.25", |
| 6297 | "cssnano": "^7.0.4", |
| 6298 | "jest-worker": "^29.7.0", |
| 6299 | "postcss": "^8.4.40", |
| 6300 | "schema-utils": "^4.2.0", |
| 6301 | "serialize-javascript": "^6.0.2" |
| 6302 | }, |
| 6303 | "engines": { |
| 6304 | "node": ">= 18.12.0" |
| 6305 | }, |
| 6306 | "funding": { |
| 6307 | "type": "opencollective", |
| 6308 | "url": "https://opencollective.com/webpack" |
| 6309 | }, |
| 6310 | "peerDependencies": { |
| 6311 | "webpack": "^5.0.0" |
| 6312 | }, |
| 6313 | "peerDependenciesMeta": { |
| 6314 | "@parcel/css": { |
| 6315 | "optional": true |
| 6316 | }, |
| 6317 | "@swc/css": { |
| 6318 | "optional": true |
| 6319 | }, |
| 6320 | "clean-css": { |
| 6321 | "optional": true |
| 6322 | }, |
| 6323 | "csso": { |
| 6324 | "optional": true |
| 6325 | }, |
| 6326 | "esbuild": { |
| 6327 | "optional": true |
| 6328 | }, |
| 6329 | "lightningcss": { |
| 6330 | "optional": true |
| 6331 | } |
| 6332 | } |
| 6333 | }, |
| 6334 | "node_modules/css-prefers-color-scheme": { |
| 6335 | "version": "10.0.0", |
| 6336 | "resolved": "https://registry.npmmirror.com/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz", |
| 6337 | "integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==", |
| 6338 | "dev": true, |
| 6339 | "funding": [ |
| 6340 | { |
| 6341 | "type": "github", |
| 6342 | "url": "https://github.com/sponsors/csstools" |
| 6343 | }, |
| 6344 | { |
| 6345 | "type": "opencollective", |
| 6346 | "url": "https://opencollective.com/csstools" |
| 6347 | } |
| 6348 | ], |
| 6349 | "license": "MIT-0", |
| 6350 | "engines": { |
| 6351 | "node": ">=18" |
| 6352 | }, |
| 6353 | "peerDependencies": { |
| 6354 | "postcss": "^8.4" |
| 6355 | } |
| 6356 | }, |
| 6357 | "node_modules/css-select": { |
| 6358 | "version": "4.3.0", |
| 6359 | "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz", |
| 6360 | "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6361 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6362 | "license": "BSD-2-Clause", |
| 6363 | "dependencies": { |
| 6364 | "boolbase": "^1.0.0", |
| 6365 | "css-what": "^6.0.1", |
| 6366 | "domhandler": "^4.3.1", |
| 6367 | "domutils": "^2.8.0", |
| 6368 | "nth-check": "^2.0.1" |
| 6369 | }, |
| 6370 | "funding": { |
| 6371 | "url": "https://github.com/sponsors/fb55" |
| 6372 | } |
| 6373 | }, |
| 6374 | "node_modules/css-tree": { |
| 6375 | "version": "2.3.1", |
| 6376 | "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz", |
| 6377 | "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6378 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6379 | "license": "MIT", |
| 6380 | "dependencies": { |
| 6381 | "mdn-data": "2.0.30", |
| 6382 | "source-map-js": "^1.0.1" |
| 6383 | }, |
| 6384 | "engines": { |
| 6385 | "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" |
| 6386 | } |
| 6387 | }, |
| 6388 | "node_modules/css-what": { |
| 6389 | "version": "6.1.0", |
| 6390 | "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz", |
| 6391 | "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6392 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6393 | "license": "BSD-2-Clause", |
| 6394 | "engines": { |
| 6395 | "node": ">= 6" |
| 6396 | }, |
| 6397 | "funding": { |
| 6398 | "url": "https://github.com/sponsors/fb55" |
| 6399 | } |
| 6400 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6401 | "node_modules/css.escape": { |
| 6402 | "version": "1.5.1", |
| 6403 | "resolved": "https://registry.npmmirror.com/css.escape/-/css.escape-1.5.1.tgz", |
| 6404 | "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", |
| 6405 | "dev": true, |
| 6406 | "license": "MIT" |
| 6407 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6408 | "node_modules/cssdb": { |
| 6409 | "version": "8.2.4", |
| 6410 | "resolved": "https://registry.npmmirror.com/cssdb/-/cssdb-8.2.4.tgz", |
| 6411 | "integrity": "sha512-3KSCVkjZJe/QxicVXnbyYSY26WsFc1YoMY7jep1ZKWMEVc7jEm6V2Xq2r+MX8WKQIuB7ofGbnr5iVI+aZpoSzg==", |
| 6412 | "dev": true, |
| 6413 | "funding": [ |
| 6414 | { |
| 6415 | "type": "opencollective", |
| 6416 | "url": "https://opencollective.com/csstools" |
| 6417 | }, |
| 6418 | { |
| 6419 | "type": "github", |
| 6420 | "url": "https://github.com/sponsors/csstools" |
| 6421 | } |
| 6422 | ], |
| 6423 | "license": "MIT-0" |
| 6424 | }, |
| 6425 | "node_modules/cssesc": { |
| 6426 | "version": "3.0.0", |
| 6427 | "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz", |
| 6428 | "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6429 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6430 | "license": "MIT", |
| 6431 | "bin": { |
| 6432 | "cssesc": "bin/cssesc" |
| 6433 | }, |
| 6434 | "engines": { |
| 6435 | "node": ">=4" |
| 6436 | } |
| 6437 | }, |
| 6438 | "node_modules/cssnano": { |
| 6439 | "version": "7.0.6", |
| 6440 | "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.0.6.tgz", |
| 6441 | "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6442 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6443 | "license": "MIT", |
| 6444 | "dependencies": { |
| 6445 | "cssnano-preset-default": "^7.0.6", |
| 6446 | "lilconfig": "^3.1.2" |
| 6447 | }, |
| 6448 | "engines": { |
| 6449 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 6450 | }, |
| 6451 | "funding": { |
| 6452 | "type": "opencollective", |
| 6453 | "url": "https://opencollective.com/cssnano" |
| 6454 | }, |
| 6455 | "peerDependencies": { |
| 6456 | "postcss": "^8.4.31" |
| 6457 | } |
| 6458 | }, |
| 6459 | "node_modules/cssnano-preset-default": { |
| 6460 | "version": "7.0.6", |
| 6461 | "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz", |
| 6462 | "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6463 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6464 | "license": "MIT", |
| 6465 | "dependencies": { |
| 6466 | "browserslist": "^4.23.3", |
| 6467 | "css-declaration-sorter": "^7.2.0", |
| 6468 | "cssnano-utils": "^5.0.0", |
| 6469 | "postcss-calc": "^10.0.2", |
| 6470 | "postcss-colormin": "^7.0.2", |
| 6471 | "postcss-convert-values": "^7.0.4", |
| 6472 | "postcss-discard-comments": "^7.0.3", |
| 6473 | "postcss-discard-duplicates": "^7.0.1", |
| 6474 | "postcss-discard-empty": "^7.0.0", |
| 6475 | "postcss-discard-overridden": "^7.0.0", |
| 6476 | "postcss-merge-longhand": "^7.0.4", |
| 6477 | "postcss-merge-rules": "^7.0.4", |
| 6478 | "postcss-minify-font-values": "^7.0.0", |
| 6479 | "postcss-minify-gradients": "^7.0.0", |
| 6480 | "postcss-minify-params": "^7.0.2", |
| 6481 | "postcss-minify-selectors": "^7.0.4", |
| 6482 | "postcss-normalize-charset": "^7.0.0", |
| 6483 | "postcss-normalize-display-values": "^7.0.0", |
| 6484 | "postcss-normalize-positions": "^7.0.0", |
| 6485 | "postcss-normalize-repeat-style": "^7.0.0", |
| 6486 | "postcss-normalize-string": "^7.0.0", |
| 6487 | "postcss-normalize-timing-functions": "^7.0.0", |
| 6488 | "postcss-normalize-unicode": "^7.0.2", |
| 6489 | "postcss-normalize-url": "^7.0.0", |
| 6490 | "postcss-normalize-whitespace": "^7.0.0", |
| 6491 | "postcss-ordered-values": "^7.0.1", |
| 6492 | "postcss-reduce-initial": "^7.0.2", |
| 6493 | "postcss-reduce-transforms": "^7.0.0", |
| 6494 | "postcss-svgo": "^7.0.1", |
| 6495 | "postcss-unique-selectors": "^7.0.3" |
| 6496 | }, |
| 6497 | "engines": { |
| 6498 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 6499 | }, |
| 6500 | "peerDependencies": { |
| 6501 | "postcss": "^8.4.31" |
| 6502 | } |
| 6503 | }, |
| 6504 | "node_modules/cssnano-utils": { |
| 6505 | "version": "5.0.0", |
| 6506 | "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.0.tgz", |
| 6507 | "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6508 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6509 | "license": "MIT", |
| 6510 | "engines": { |
| 6511 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 6512 | }, |
| 6513 | "peerDependencies": { |
| 6514 | "postcss": "^8.4.31" |
| 6515 | } |
| 6516 | }, |
| 6517 | "node_modules/csso": { |
| 6518 | "version": "5.0.5", |
| 6519 | "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz", |
| 6520 | "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6521 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6522 | "license": "MIT", |
| 6523 | "dependencies": { |
| 6524 | "css-tree": "~2.2.0" |
| 6525 | }, |
| 6526 | "engines": { |
| 6527 | "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", |
| 6528 | "npm": ">=7.0.0" |
| 6529 | } |
| 6530 | }, |
| 6531 | "node_modules/csso/node_modules/css-tree": { |
| 6532 | "version": "2.2.1", |
| 6533 | "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz", |
| 6534 | "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6535 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6536 | "license": "MIT", |
| 6537 | "dependencies": { |
| 6538 | "mdn-data": "2.0.28", |
| 6539 | "source-map-js": "^1.0.1" |
| 6540 | }, |
| 6541 | "engines": { |
| 6542 | "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", |
| 6543 | "npm": ">=7.0.0" |
| 6544 | } |
| 6545 | }, |
| 6546 | "node_modules/csso/node_modules/mdn-data": { |
| 6547 | "version": "2.0.28", |
| 6548 | "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz", |
| 6549 | "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6550 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6551 | "license": "CC0-1.0" |
| 6552 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6553 | "node_modules/cssom": { |
| 6554 | "version": "0.5.0", |
| 6555 | "resolved": "https://registry.npmmirror.com/cssom/-/cssom-0.5.0.tgz", |
| 6556 | "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", |
| 6557 | "license": "MIT" |
| 6558 | }, |
| 6559 | "node_modules/cssstyle": { |
| 6560 | "version": "2.3.0", |
| 6561 | "resolved": "https://registry.npmmirror.com/cssstyle/-/cssstyle-2.3.0.tgz", |
| 6562 | "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", |
| 6563 | "license": "MIT", |
| 6564 | "dependencies": { |
| 6565 | "cssom": "~0.3.6" |
| 6566 | }, |
| 6567 | "engines": { |
| 6568 | "node": ">=8" |
| 6569 | } |
| 6570 | }, |
| 6571 | "node_modules/cssstyle/node_modules/cssom": { |
| 6572 | "version": "0.3.8", |
| 6573 | "resolved": "https://registry.npmmirror.com/cssom/-/cssom-0.3.8.tgz", |
| 6574 | "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", |
| 6575 | "license": "MIT" |
| 6576 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6577 | "node_modules/csstype": { |
| 6578 | "version": "3.1.3", |
| 6579 | "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", |
| 6580 | "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
| 6581 | "license": "MIT" |
| 6582 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6583 | "node_modules/data-urls": { |
| 6584 | "version": "3.0.2", |
| 6585 | "resolved": "https://registry.npmmirror.com/data-urls/-/data-urls-3.0.2.tgz", |
| 6586 | "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", |
| 6587 | "license": "MIT", |
| 6588 | "dependencies": { |
| 6589 | "abab": "^2.0.6", |
| 6590 | "whatwg-mimetype": "^3.0.0", |
| 6591 | "whatwg-url": "^11.0.0" |
| 6592 | }, |
| 6593 | "engines": { |
| 6594 | "node": ">=12" |
| 6595 | } |
| 6596 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 6597 | "node_modules/dayjs": { |
| 6598 | "version": "1.11.13", |
| 6599 | "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz", |
| 6600 | "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", |
| 6601 | "license": "MIT" |
| 6602 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6603 | "node_modules/debug": { |
| 6604 | "version": "4.4.0", |
| 6605 | "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz", |
| 6606 | "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", |
| 6607 | "license": "MIT", |
| 6608 | "dependencies": { |
| 6609 | "ms": "^2.1.3" |
| 6610 | }, |
| 6611 | "engines": { |
| 6612 | "node": ">=6.0" |
| 6613 | }, |
| 6614 | "peerDependenciesMeta": { |
| 6615 | "supports-color": { |
| 6616 | "optional": true |
| 6617 | } |
| 6618 | } |
| 6619 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6620 | "node_modules/decimal.js": { |
| 6621 | "version": "10.5.0", |
| 6622 | "resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.5.0.tgz", |
| 6623 | "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==", |
| 6624 | "license": "MIT" |
| 6625 | }, |
| 6626 | "node_modules/dedent": { |
| 6627 | "version": "1.5.3", |
| 6628 | "resolved": "https://registry.npmmirror.com/dedent/-/dedent-1.5.3.tgz", |
| 6629 | "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", |
| 6630 | "dev": true, |
| 6631 | "license": "MIT", |
| 6632 | "peerDependencies": { |
| 6633 | "babel-plugin-macros": "^3.1.0" |
| 6634 | }, |
| 6635 | "peerDependenciesMeta": { |
| 6636 | "babel-plugin-macros": { |
| 6637 | "optional": true |
| 6638 | } |
| 6639 | } |
| 6640 | }, |
| 6641 | "node_modules/deepmerge": { |
| 6642 | "version": "4.3.1", |
| 6643 | "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz", |
| 6644 | "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", |
| 6645 | "dev": true, |
| 6646 | "license": "MIT", |
| 6647 | "engines": { |
| 6648 | "node": ">=0.10.0" |
| 6649 | } |
| 6650 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6651 | "node_modules/default-browser": { |
| 6652 | "version": "5.2.1", |
| 6653 | "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz", |
| 6654 | "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", |
| 6655 | "dev": true, |
| 6656 | "license": "MIT", |
| 6657 | "dependencies": { |
| 6658 | "bundle-name": "^4.1.0", |
| 6659 | "default-browser-id": "^5.0.0" |
| 6660 | }, |
| 6661 | "engines": { |
| 6662 | "node": ">=18" |
| 6663 | }, |
| 6664 | "funding": { |
| 6665 | "url": "https://github.com/sponsors/sindresorhus" |
| 6666 | } |
| 6667 | }, |
| 6668 | "node_modules/default-browser-id": { |
| 6669 | "version": "5.0.0", |
| 6670 | "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz", |
| 6671 | "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", |
| 6672 | "dev": true, |
| 6673 | "license": "MIT", |
| 6674 | "engines": { |
| 6675 | "node": ">=18" |
| 6676 | }, |
| 6677 | "funding": { |
| 6678 | "url": "https://github.com/sponsors/sindresorhus" |
| 6679 | } |
| 6680 | }, |
| 6681 | "node_modules/define-lazy-prop": { |
| 6682 | "version": "3.0.0", |
| 6683 | "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", |
| 6684 | "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", |
| 6685 | "dev": true, |
| 6686 | "license": "MIT", |
| 6687 | "engines": { |
| 6688 | "node": ">=12" |
| 6689 | }, |
| 6690 | "funding": { |
| 6691 | "url": "https://github.com/sponsors/sindresorhus" |
| 6692 | } |
| 6693 | }, |
| 6694 | "node_modules/delayed-stream": { |
| 6695 | "version": "1.0.0", |
| 6696 | "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", |
| 6697 | "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", |
| 6698 | "license": "MIT", |
| 6699 | "engines": { |
| 6700 | "node": ">=0.4.0" |
| 6701 | } |
| 6702 | }, |
| 6703 | "node_modules/depd": { |
| 6704 | "version": "2.0.0", |
| 6705 | "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz", |
| 6706 | "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", |
| 6707 | "dev": true, |
| 6708 | "license": "MIT", |
| 6709 | "engines": { |
| 6710 | "node": ">= 0.8" |
| 6711 | } |
| 6712 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6713 | "node_modules/dequal": { |
| 6714 | "version": "2.0.3", |
| 6715 | "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz", |
| 6716 | "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", |
| 6717 | "dev": true, |
| 6718 | "license": "MIT", |
| 6719 | "engines": { |
| 6720 | "node": ">=6" |
| 6721 | } |
| 6722 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6723 | "node_modules/destroy": { |
| 6724 | "version": "1.2.0", |
| 6725 | "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz", |
| 6726 | "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", |
| 6727 | "dev": true, |
| 6728 | "license": "MIT", |
| 6729 | "engines": { |
| 6730 | "node": ">= 0.8", |
| 6731 | "npm": "1.2.8000 || >= 1.4.16" |
| 6732 | } |
| 6733 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6734 | "node_modules/detect-newline": { |
| 6735 | "version": "3.1.0", |
| 6736 | "resolved": "https://registry.npmmirror.com/detect-newline/-/detect-newline-3.1.0.tgz", |
| 6737 | "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", |
| 6738 | "dev": true, |
| 6739 | "license": "MIT", |
| 6740 | "engines": { |
| 6741 | "node": ">=8" |
| 6742 | } |
| 6743 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6744 | "node_modules/detect-node": { |
| 6745 | "version": "2.1.0", |
| 6746 | "resolved": "https://registry.npmmirror.com/detect-node/-/detect-node-2.1.0.tgz", |
| 6747 | "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", |
| 6748 | "dev": true, |
| 6749 | "license": "MIT" |
| 6750 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6751 | "node_modules/diff-sequences": { |
| 6752 | "version": "29.6.3", |
| 6753 | "resolved": "https://registry.npmmirror.com/diff-sequences/-/diff-sequences-29.6.3.tgz", |
| 6754 | "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", |
| 6755 | "license": "MIT", |
| 6756 | "engines": { |
| 6757 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 6758 | } |
| 6759 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6760 | "node_modules/dns-packet": { |
| 6761 | "version": "5.6.1", |
| 6762 | "resolved": "https://registry.npmmirror.com/dns-packet/-/dns-packet-5.6.1.tgz", |
| 6763 | "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", |
| 6764 | "dev": true, |
| 6765 | "license": "MIT", |
| 6766 | "dependencies": { |
| 6767 | "@leichtgewicht/ip-codec": "^2.0.1" |
| 6768 | }, |
| 6769 | "engines": { |
| 6770 | "node": ">=6" |
| 6771 | } |
| 6772 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6773 | "node_modules/dom-accessibility-api": { |
| 6774 | "version": "0.5.16", |
| 6775 | "resolved": "https://registry.npmmirror.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", |
| 6776 | "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", |
| 6777 | "dev": true, |
| 6778 | "license": "MIT", |
| 6779 | "peer": true |
| 6780 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6781 | "node_modules/dom-converter": { |
| 6782 | "version": "0.2.0", |
| 6783 | "resolved": "https://registry.npmmirror.com/dom-converter/-/dom-converter-0.2.0.tgz", |
| 6784 | "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6785 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6786 | "license": "MIT", |
| 6787 | "dependencies": { |
| 6788 | "utila": "~0.4" |
| 6789 | } |
| 6790 | }, |
| 6791 | "node_modules/dom-serializer": { |
| 6792 | "version": "1.4.1", |
| 6793 | "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz", |
| 6794 | "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6795 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6796 | "license": "MIT", |
| 6797 | "dependencies": { |
| 6798 | "domelementtype": "^2.0.1", |
| 6799 | "domhandler": "^4.2.0", |
| 6800 | "entities": "^2.0.0" |
| 6801 | }, |
| 6802 | "funding": { |
| 6803 | "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" |
| 6804 | } |
| 6805 | }, |
| 6806 | "node_modules/domelementtype": { |
| 6807 | "version": "2.3.0", |
| 6808 | "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz", |
| 6809 | "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6810 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6811 | "funding": [ |
| 6812 | { |
| 6813 | "type": "github", |
| 6814 | "url": "https://github.com/sponsors/fb55" |
| 6815 | } |
| 6816 | ], |
| 6817 | "license": "BSD-2-Clause" |
| 6818 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6819 | "node_modules/domexception": { |
| 6820 | "version": "4.0.0", |
| 6821 | "resolved": "https://registry.npmmirror.com/domexception/-/domexception-4.0.0.tgz", |
| 6822 | "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", |
| 6823 | "deprecated": "Use your platform's native DOMException instead", |
| 6824 | "license": "MIT", |
| 6825 | "dependencies": { |
| 6826 | "webidl-conversions": "^7.0.0" |
| 6827 | }, |
| 6828 | "engines": { |
| 6829 | "node": ">=12" |
| 6830 | } |
| 6831 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6832 | "node_modules/domhandler": { |
| 6833 | "version": "4.3.1", |
| 6834 | "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz", |
| 6835 | "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6836 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6837 | "license": "BSD-2-Clause", |
| 6838 | "dependencies": { |
| 6839 | "domelementtype": "^2.2.0" |
| 6840 | }, |
| 6841 | "engines": { |
| 6842 | "node": ">= 4" |
| 6843 | }, |
| 6844 | "funding": { |
| 6845 | "url": "https://github.com/fb55/domhandler?sponsor=1" |
| 6846 | } |
| 6847 | }, |
| 6848 | "node_modules/domutils": { |
| 6849 | "version": "2.8.0", |
| 6850 | "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz", |
| 6851 | "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6852 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6853 | "license": "BSD-2-Clause", |
| 6854 | "dependencies": { |
| 6855 | "dom-serializer": "^1.0.1", |
| 6856 | "domelementtype": "^2.2.0", |
| 6857 | "domhandler": "^4.2.0" |
| 6858 | }, |
| 6859 | "funding": { |
| 6860 | "url": "https://github.com/fb55/domutils?sponsor=1" |
| 6861 | } |
| 6862 | }, |
| 6863 | "node_modules/dot-case": { |
| 6864 | "version": "3.0.4", |
| 6865 | "resolved": "https://registry.npmmirror.com/dot-case/-/dot-case-3.0.4.tgz", |
| 6866 | "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6867 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6868 | "license": "MIT", |
| 6869 | "dependencies": { |
| 6870 | "no-case": "^3.0.4", |
| 6871 | "tslib": "^2.0.3" |
| 6872 | } |
| 6873 | }, |
| 6874 | "node_modules/dunder-proto": { |
| 6875 | "version": "1.0.1", |
| 6876 | "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz", |
| 6877 | "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", |
| 6878 | "license": "MIT", |
| 6879 | "dependencies": { |
| 6880 | "call-bind-apply-helpers": "^1.0.1", |
| 6881 | "es-errors": "^1.3.0", |
| 6882 | "gopd": "^1.2.0" |
| 6883 | }, |
| 6884 | "engines": { |
| 6885 | "node": ">= 0.4" |
| 6886 | } |
| 6887 | }, |
| 6888 | "node_modules/ee-first": { |
| 6889 | "version": "1.1.1", |
| 6890 | "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", |
| 6891 | "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", |
| 6892 | "dev": true, |
| 6893 | "license": "MIT" |
| 6894 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6895 | "node_modules/ejs": { |
| 6896 | "version": "3.1.10", |
| 6897 | "resolved": "https://registry.npmmirror.com/ejs/-/ejs-3.1.10.tgz", |
| 6898 | "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", |
| 6899 | "dev": true, |
| 6900 | "license": "Apache-2.0", |
| 6901 | "dependencies": { |
| 6902 | "jake": "^10.8.5" |
| 6903 | }, |
| 6904 | "bin": { |
| 6905 | "ejs": "bin/cli.js" |
| 6906 | }, |
| 6907 | "engines": { |
| 6908 | "node": ">=0.10.0" |
| 6909 | } |
| 6910 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6911 | "node_modules/electron-to-chromium": { |
| 6912 | "version": "1.5.123", |
| 6913 | "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.123.tgz", |
| 6914 | "integrity": "sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==", |
| 6915 | "license": "ISC" |
| 6916 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 6917 | "node_modules/emittery": { |
| 6918 | "version": "0.13.1", |
| 6919 | "resolved": "https://registry.npmmirror.com/emittery/-/emittery-0.13.1.tgz", |
| 6920 | "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", |
| 6921 | "dev": true, |
| 6922 | "license": "MIT", |
| 6923 | "engines": { |
| 6924 | "node": ">=12" |
| 6925 | }, |
| 6926 | "funding": { |
| 6927 | "url": "https://github.com/sindresorhus/emittery?sponsor=1" |
| 6928 | } |
| 6929 | }, |
| 6930 | "node_modules/emoji-regex": { |
| 6931 | "version": "8.0.0", |
| 6932 | "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz", |
| 6933 | "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
| 6934 | "dev": true, |
| 6935 | "license": "MIT" |
| 6936 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6937 | "node_modules/encodeurl": { |
| 6938 | "version": "2.0.0", |
| 6939 | "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz", |
| 6940 | "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", |
| 6941 | "dev": true, |
| 6942 | "license": "MIT", |
| 6943 | "engines": { |
| 6944 | "node": ">= 0.8" |
| 6945 | } |
| 6946 | }, |
| 6947 | "node_modules/enhanced-resolve": { |
| 6948 | "version": "5.18.1", |
| 6949 | "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", |
| 6950 | "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", |
| 6951 | "license": "MIT", |
| 6952 | "dependencies": { |
| 6953 | "graceful-fs": "^4.2.4", |
| 6954 | "tapable": "^2.2.0" |
| 6955 | }, |
| 6956 | "engines": { |
| 6957 | "node": ">=10.13.0" |
| 6958 | } |
| 6959 | }, |
| 6960 | "node_modules/entities": { |
| 6961 | "version": "2.2.0", |
| 6962 | "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz", |
| 6963 | "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 6964 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 6965 | "license": "BSD-2-Clause", |
| 6966 | "funding": { |
| 6967 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 6968 | } |
| 6969 | }, |
| 6970 | "node_modules/env-paths": { |
| 6971 | "version": "2.2.1", |
| 6972 | "resolved": "https://registry.npmmirror.com/env-paths/-/env-paths-2.2.1.tgz", |
| 6973 | "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", |
| 6974 | "dev": true, |
| 6975 | "license": "MIT", |
| 6976 | "engines": { |
| 6977 | "node": ">=6" |
| 6978 | } |
| 6979 | }, |
| 6980 | "node_modules/envinfo": { |
| 6981 | "version": "7.14.0", |
| 6982 | "resolved": "https://registry.npmmirror.com/envinfo/-/envinfo-7.14.0.tgz", |
| 6983 | "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", |
| 6984 | "license": "MIT", |
| 6985 | "bin": { |
| 6986 | "envinfo": "dist/cli.js" |
| 6987 | }, |
| 6988 | "engines": { |
| 6989 | "node": ">=4" |
| 6990 | } |
| 6991 | }, |
| 6992 | "node_modules/errno": { |
| 6993 | "version": "0.1.8", |
| 6994 | "resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz", |
| 6995 | "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", |
| 6996 | "dev": true, |
| 6997 | "license": "MIT", |
| 6998 | "optional": true, |
| 6999 | "dependencies": { |
| 7000 | "prr": "~1.0.1" |
| 7001 | }, |
| 7002 | "bin": { |
| 7003 | "errno": "cli.js" |
| 7004 | } |
| 7005 | }, |
| 7006 | "node_modules/error-ex": { |
| 7007 | "version": "1.3.2", |
| 7008 | "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz", |
| 7009 | "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7010 | "license": "MIT", |
| 7011 | "dependencies": { |
| 7012 | "is-arrayish": "^0.2.1" |
| 7013 | } |
| 7014 | }, |
| 7015 | "node_modules/es-define-property": { |
| 7016 | "version": "1.0.1", |
| 7017 | "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz", |
| 7018 | "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", |
| 7019 | "license": "MIT", |
| 7020 | "engines": { |
| 7021 | "node": ">= 0.4" |
| 7022 | } |
| 7023 | }, |
| 7024 | "node_modules/es-errors": { |
| 7025 | "version": "1.3.0", |
| 7026 | "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz", |
| 7027 | "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", |
| 7028 | "license": "MIT", |
| 7029 | "engines": { |
| 7030 | "node": ">= 0.4" |
| 7031 | } |
| 7032 | }, |
| 7033 | "node_modules/es-module-lexer": { |
| 7034 | "version": "1.6.0", |
| 7035 | "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz", |
| 7036 | "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", |
| 7037 | "license": "MIT" |
| 7038 | }, |
| 7039 | "node_modules/es-object-atoms": { |
| 7040 | "version": "1.1.1", |
| 7041 | "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz", |
| 7042 | "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", |
| 7043 | "license": "MIT", |
| 7044 | "dependencies": { |
| 7045 | "es-errors": "^1.3.0" |
| 7046 | }, |
| 7047 | "engines": { |
| 7048 | "node": ">= 0.4" |
| 7049 | } |
| 7050 | }, |
| 7051 | "node_modules/es-set-tostringtag": { |
| 7052 | "version": "2.1.0", |
| 7053 | "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", |
| 7054 | "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", |
| 7055 | "license": "MIT", |
| 7056 | "dependencies": { |
| 7057 | "es-errors": "^1.3.0", |
| 7058 | "get-intrinsic": "^1.2.6", |
| 7059 | "has-tostringtag": "^1.0.2", |
| 7060 | "hasown": "^2.0.2" |
| 7061 | }, |
| 7062 | "engines": { |
| 7063 | "node": ">= 0.4" |
| 7064 | } |
| 7065 | }, |
| 7066 | "node_modules/escalade": { |
| 7067 | "version": "3.2.0", |
| 7068 | "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz", |
| 7069 | "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
| 7070 | "license": "MIT", |
| 7071 | "engines": { |
| 7072 | "node": ">=6" |
| 7073 | } |
| 7074 | }, |
| 7075 | "node_modules/escape-html": { |
| 7076 | "version": "1.0.3", |
| 7077 | "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz", |
| 7078 | "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", |
| 7079 | "dev": true, |
| 7080 | "license": "MIT" |
| 7081 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7082 | "node_modules/escape-string-regexp": { |
| 7083 | "version": "2.0.0", |
| 7084 | "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", |
| 7085 | "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", |
| 7086 | "license": "MIT", |
| 7087 | "engines": { |
| 7088 | "node": ">=8" |
| 7089 | } |
| 7090 | }, |
| 7091 | "node_modules/escodegen": { |
| 7092 | "version": "2.1.0", |
| 7093 | "resolved": "https://registry.npmmirror.com/escodegen/-/escodegen-2.1.0.tgz", |
| 7094 | "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", |
| 7095 | "license": "BSD-2-Clause", |
| 7096 | "dependencies": { |
| 7097 | "esprima": "^4.0.1", |
| 7098 | "estraverse": "^5.2.0", |
| 7099 | "esutils": "^2.0.2" |
| 7100 | }, |
| 7101 | "bin": { |
| 7102 | "escodegen": "bin/escodegen.js", |
| 7103 | "esgenerate": "bin/esgenerate.js" |
| 7104 | }, |
| 7105 | "engines": { |
| 7106 | "node": ">=6.0" |
| 7107 | }, |
| 7108 | "optionalDependencies": { |
| 7109 | "source-map": "~0.6.1" |
| 7110 | } |
| 7111 | }, |
| 7112 | "node_modules/escodegen/node_modules/estraverse": { |
| 7113 | "version": "5.3.0", |
| 7114 | "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", |
| 7115 | "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
| 7116 | "license": "BSD-2-Clause", |
| 7117 | "engines": { |
| 7118 | "node": ">=4.0" |
| 7119 | } |
| 7120 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7121 | "node_modules/eslint-scope": { |
| 7122 | "version": "5.1.1", |
| 7123 | "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz", |
| 7124 | "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", |
| 7125 | "license": "BSD-2-Clause", |
| 7126 | "dependencies": { |
| 7127 | "esrecurse": "^4.3.0", |
| 7128 | "estraverse": "^4.1.1" |
| 7129 | }, |
| 7130 | "engines": { |
| 7131 | "node": ">=8.0.0" |
| 7132 | } |
| 7133 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7134 | "node_modules/esprima": { |
| 7135 | "version": "4.0.1", |
| 7136 | "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz", |
| 7137 | "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", |
| 7138 | "license": "BSD-2-Clause", |
| 7139 | "bin": { |
| 7140 | "esparse": "bin/esparse.js", |
| 7141 | "esvalidate": "bin/esvalidate.js" |
| 7142 | }, |
| 7143 | "engines": { |
| 7144 | "node": ">=4" |
| 7145 | } |
| 7146 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7147 | "node_modules/esrecurse": { |
| 7148 | "version": "4.3.0", |
| 7149 | "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz", |
| 7150 | "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", |
| 7151 | "license": "BSD-2-Clause", |
| 7152 | "dependencies": { |
| 7153 | "estraverse": "^5.2.0" |
| 7154 | }, |
| 7155 | "engines": { |
| 7156 | "node": ">=4.0" |
| 7157 | } |
| 7158 | }, |
| 7159 | "node_modules/esrecurse/node_modules/estraverse": { |
| 7160 | "version": "5.3.0", |
| 7161 | "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", |
| 7162 | "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
| 7163 | "license": "BSD-2-Clause", |
| 7164 | "engines": { |
| 7165 | "node": ">=4.0" |
| 7166 | } |
| 7167 | }, |
| 7168 | "node_modules/estraverse": { |
| 7169 | "version": "4.3.0", |
| 7170 | "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz", |
| 7171 | "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", |
| 7172 | "license": "BSD-2-Clause", |
| 7173 | "engines": { |
| 7174 | "node": ">=4.0" |
| 7175 | } |
| 7176 | }, |
| 7177 | "node_modules/esutils": { |
| 7178 | "version": "2.0.3", |
| 7179 | "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz", |
| 7180 | "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", |
| 7181 | "license": "BSD-2-Clause", |
| 7182 | "engines": { |
| 7183 | "node": ">=0.10.0" |
| 7184 | } |
| 7185 | }, |
| 7186 | "node_modules/etag": { |
| 7187 | "version": "1.8.1", |
| 7188 | "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz", |
| 7189 | "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", |
| 7190 | "dev": true, |
| 7191 | "license": "MIT", |
| 7192 | "engines": { |
| 7193 | "node": ">= 0.6" |
| 7194 | } |
| 7195 | }, |
| 7196 | "node_modules/eventemitter3": { |
| 7197 | "version": "4.0.7", |
| 7198 | "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz", |
| 7199 | "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", |
| 7200 | "dev": true, |
| 7201 | "license": "MIT" |
| 7202 | }, |
| 7203 | "node_modules/events": { |
| 7204 | "version": "3.3.0", |
| 7205 | "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz", |
| 7206 | "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", |
| 7207 | "license": "MIT", |
| 7208 | "engines": { |
| 7209 | "node": ">=0.8.x" |
| 7210 | } |
| 7211 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7212 | "node_modules/execa": { |
| 7213 | "version": "5.1.1", |
| 7214 | "resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz", |
| 7215 | "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", |
| 7216 | "dev": true, |
| 7217 | "license": "MIT", |
| 7218 | "dependencies": { |
| 7219 | "cross-spawn": "^7.0.3", |
| 7220 | "get-stream": "^6.0.0", |
| 7221 | "human-signals": "^2.1.0", |
| 7222 | "is-stream": "^2.0.0", |
| 7223 | "merge-stream": "^2.0.0", |
| 7224 | "npm-run-path": "^4.0.1", |
| 7225 | "onetime": "^5.1.2", |
| 7226 | "signal-exit": "^3.0.3", |
| 7227 | "strip-final-newline": "^2.0.0" |
| 7228 | }, |
| 7229 | "engines": { |
| 7230 | "node": ">=10" |
| 7231 | }, |
| 7232 | "funding": { |
| 7233 | "url": "https://github.com/sindresorhus/execa?sponsor=1" |
| 7234 | } |
| 7235 | }, |
| 7236 | "node_modules/exit": { |
| 7237 | "version": "0.1.2", |
| 7238 | "resolved": "https://registry.npmmirror.com/exit/-/exit-0.1.2.tgz", |
| 7239 | "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", |
| 7240 | "dev": true, |
| 7241 | "engines": { |
| 7242 | "node": ">= 0.8.0" |
| 7243 | } |
| 7244 | }, |
| 7245 | "node_modules/expect": { |
| 7246 | "version": "29.7.0", |
| 7247 | "resolved": "https://registry.npmmirror.com/expect/-/expect-29.7.0.tgz", |
| 7248 | "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", |
| 7249 | "license": "MIT", |
| 7250 | "dependencies": { |
| 7251 | "@jest/expect-utils": "^29.7.0", |
| 7252 | "jest-get-type": "^29.6.3", |
| 7253 | "jest-matcher-utils": "^29.7.0", |
| 7254 | "jest-message-util": "^29.7.0", |
| 7255 | "jest-util": "^29.7.0" |
| 7256 | }, |
| 7257 | "engines": { |
| 7258 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 7259 | } |
| 7260 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7261 | "node_modules/express": { |
| 7262 | "version": "4.21.2", |
| 7263 | "resolved": "https://registry.npmmirror.com/express/-/express-4.21.2.tgz", |
| 7264 | "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", |
| 7265 | "dev": true, |
| 7266 | "license": "MIT", |
| 7267 | "dependencies": { |
| 7268 | "accepts": "~1.3.8", |
| 7269 | "array-flatten": "1.1.1", |
| 7270 | "body-parser": "1.20.3", |
| 7271 | "content-disposition": "0.5.4", |
| 7272 | "content-type": "~1.0.4", |
| 7273 | "cookie": "0.7.1", |
| 7274 | "cookie-signature": "1.0.6", |
| 7275 | "debug": "2.6.9", |
| 7276 | "depd": "2.0.0", |
| 7277 | "encodeurl": "~2.0.0", |
| 7278 | "escape-html": "~1.0.3", |
| 7279 | "etag": "~1.8.1", |
| 7280 | "finalhandler": "1.3.1", |
| 7281 | "fresh": "0.5.2", |
| 7282 | "http-errors": "2.0.0", |
| 7283 | "merge-descriptors": "1.0.3", |
| 7284 | "methods": "~1.1.2", |
| 7285 | "on-finished": "2.4.1", |
| 7286 | "parseurl": "~1.3.3", |
| 7287 | "path-to-regexp": "0.1.12", |
| 7288 | "proxy-addr": "~2.0.7", |
| 7289 | "qs": "6.13.0", |
| 7290 | "range-parser": "~1.2.1", |
| 7291 | "safe-buffer": "5.2.1", |
| 7292 | "send": "0.19.0", |
| 7293 | "serve-static": "1.16.2", |
| 7294 | "setprototypeof": "1.2.0", |
| 7295 | "statuses": "2.0.1", |
| 7296 | "type-is": "~1.6.18", |
| 7297 | "utils-merge": "1.0.1", |
| 7298 | "vary": "~1.1.2" |
| 7299 | }, |
| 7300 | "engines": { |
| 7301 | "node": ">= 0.10.0" |
| 7302 | }, |
| 7303 | "funding": { |
| 7304 | "type": "opencollective", |
| 7305 | "url": "https://opencollective.com/express" |
| 7306 | } |
| 7307 | }, |
| 7308 | "node_modules/express/node_modules/cookie": { |
| 7309 | "version": "0.7.1", |
| 7310 | "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.1.tgz", |
| 7311 | "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", |
| 7312 | "dev": true, |
| 7313 | "license": "MIT", |
| 7314 | "engines": { |
| 7315 | "node": ">= 0.6" |
| 7316 | } |
| 7317 | }, |
| 7318 | "node_modules/express/node_modules/debug": { |
| 7319 | "version": "2.6.9", |
| 7320 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 7321 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 7322 | "dev": true, |
| 7323 | "license": "MIT", |
| 7324 | "dependencies": { |
| 7325 | "ms": "2.0.0" |
| 7326 | } |
| 7327 | }, |
| 7328 | "node_modules/express/node_modules/ms": { |
| 7329 | "version": "2.0.0", |
| 7330 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 7331 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 7332 | "dev": true, |
| 7333 | "license": "MIT" |
| 7334 | }, |
| 7335 | "node_modules/fast-deep-equal": { |
| 7336 | "version": "3.1.3", |
| 7337 | "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", |
| 7338 | "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", |
| 7339 | "license": "MIT" |
| 7340 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7341 | "node_modules/fast-json-stable-stringify": { |
| 7342 | "version": "2.1.0", |
| 7343 | "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
| 7344 | "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", |
| 7345 | "license": "MIT" |
| 7346 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7347 | "node_modules/fast-uri": { |
| 7348 | "version": "3.0.6", |
| 7349 | "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.0.6.tgz", |
| 7350 | "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", |
| 7351 | "funding": [ |
| 7352 | { |
| 7353 | "type": "github", |
| 7354 | "url": "https://github.com/sponsors/fastify" |
| 7355 | }, |
| 7356 | { |
| 7357 | "type": "opencollective", |
| 7358 | "url": "https://opencollective.com/fastify" |
| 7359 | } |
| 7360 | ], |
| 7361 | "license": "BSD-3-Clause" |
| 7362 | }, |
| 7363 | "node_modules/fastest-levenshtein": { |
| 7364 | "version": "1.0.16", |
| 7365 | "resolved": "https://registry.npmmirror.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", |
| 7366 | "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", |
| 7367 | "license": "MIT", |
| 7368 | "engines": { |
| 7369 | "node": ">= 4.9.1" |
| 7370 | } |
| 7371 | }, |
| 7372 | "node_modules/faye-websocket": { |
| 7373 | "version": "0.11.4", |
| 7374 | "resolved": "https://registry.npmmirror.com/faye-websocket/-/faye-websocket-0.11.4.tgz", |
| 7375 | "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", |
| 7376 | "dev": true, |
| 7377 | "license": "Apache-2.0", |
| 7378 | "dependencies": { |
| 7379 | "websocket-driver": ">=0.5.1" |
| 7380 | }, |
| 7381 | "engines": { |
| 7382 | "node": ">=0.8.0" |
| 7383 | } |
| 7384 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7385 | "node_modules/fb-watchman": { |
| 7386 | "version": "2.0.2", |
| 7387 | "resolved": "https://registry.npmmirror.com/fb-watchman/-/fb-watchman-2.0.2.tgz", |
| 7388 | "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", |
| 7389 | "license": "Apache-2.0", |
| 7390 | "dependencies": { |
| 7391 | "bser": "2.1.1" |
| 7392 | } |
| 7393 | }, |
| 7394 | "node_modules/filelist": { |
| 7395 | "version": "1.0.4", |
| 7396 | "resolved": "https://registry.npmmirror.com/filelist/-/filelist-1.0.4.tgz", |
| 7397 | "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", |
| 7398 | "dev": true, |
| 7399 | "license": "Apache-2.0", |
| 7400 | "dependencies": { |
| 7401 | "minimatch": "^5.0.1" |
| 7402 | } |
| 7403 | }, |
| 7404 | "node_modules/filelist/node_modules/brace-expansion": { |
| 7405 | "version": "2.0.1", |
| 7406 | "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", |
| 7407 | "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", |
| 7408 | "dev": true, |
| 7409 | "license": "MIT", |
| 7410 | "dependencies": { |
| 7411 | "balanced-match": "^1.0.0" |
| 7412 | } |
| 7413 | }, |
| 7414 | "node_modules/filelist/node_modules/minimatch": { |
| 7415 | "version": "5.1.6", |
| 7416 | "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz", |
| 7417 | "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", |
| 7418 | "dev": true, |
| 7419 | "license": "ISC", |
| 7420 | "dependencies": { |
| 7421 | "brace-expansion": "^2.0.1" |
| 7422 | }, |
| 7423 | "engines": { |
| 7424 | "node": ">=10" |
| 7425 | } |
| 7426 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7427 | "node_modules/fill-range": { |
| 7428 | "version": "7.1.1", |
| 7429 | "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", |
| 7430 | "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7431 | "license": "MIT", |
| 7432 | "dependencies": { |
| 7433 | "to-regex-range": "^5.0.1" |
| 7434 | }, |
| 7435 | "engines": { |
| 7436 | "node": ">=8" |
| 7437 | } |
| 7438 | }, |
| 7439 | "node_modules/finalhandler": { |
| 7440 | "version": "1.3.1", |
| 7441 | "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz", |
| 7442 | "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", |
| 7443 | "dev": true, |
| 7444 | "license": "MIT", |
| 7445 | "dependencies": { |
| 7446 | "debug": "2.6.9", |
| 7447 | "encodeurl": "~2.0.0", |
| 7448 | "escape-html": "~1.0.3", |
| 7449 | "on-finished": "2.4.1", |
| 7450 | "parseurl": "~1.3.3", |
| 7451 | "statuses": "2.0.1", |
| 7452 | "unpipe": "~1.0.0" |
| 7453 | }, |
| 7454 | "engines": { |
| 7455 | "node": ">= 0.8" |
| 7456 | } |
| 7457 | }, |
| 7458 | "node_modules/finalhandler/node_modules/debug": { |
| 7459 | "version": "2.6.9", |
| 7460 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 7461 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 7462 | "dev": true, |
| 7463 | "license": "MIT", |
| 7464 | "dependencies": { |
| 7465 | "ms": "2.0.0" |
| 7466 | } |
| 7467 | }, |
| 7468 | "node_modules/finalhandler/node_modules/ms": { |
| 7469 | "version": "2.0.0", |
| 7470 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 7471 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 7472 | "dev": true, |
| 7473 | "license": "MIT" |
| 7474 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 7475 | "node_modules/find-root": { |
| 7476 | "version": "1.1.0", |
| 7477 | "resolved": "https://registry.npmmirror.com/find-root/-/find-root-1.1.0.tgz", |
| 7478 | "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", |
| 7479 | "license": "MIT" |
| 7480 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7481 | "node_modules/find-up": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 7482 | "version": "5.0.0", |
| 7483 | "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz", |
| 7484 | "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", |
| 7485 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7486 | "license": "MIT", |
| 7487 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 7488 | "locate-path": "^6.0.0", |
| 7489 | "path-exists": "^4.0.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7490 | }, |
| 7491 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 7492 | "node": ">=10" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7493 | }, |
| 7494 | "funding": { |
| 7495 | "url": "https://github.com/sponsors/sindresorhus" |
| 7496 | } |
| 7497 | }, |
| 7498 | "node_modules/flat": { |
| 7499 | "version": "5.0.2", |
| 7500 | "resolved": "https://registry.npmmirror.com/flat/-/flat-5.0.2.tgz", |
| 7501 | "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", |
| 7502 | "license": "BSD-3-Clause", |
| 7503 | "bin": { |
| 7504 | "flat": "cli.js" |
| 7505 | } |
| 7506 | }, |
| 7507 | "node_modules/follow-redirects": { |
| 7508 | "version": "1.15.9", |
| 7509 | "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz", |
| 7510 | "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", |
| 7511 | "funding": [ |
| 7512 | { |
| 7513 | "type": "individual", |
| 7514 | "url": "https://github.com/sponsors/RubenVerborgh" |
| 7515 | } |
| 7516 | ], |
| 7517 | "license": "MIT", |
| 7518 | "engines": { |
| 7519 | "node": ">=4.0" |
| 7520 | }, |
| 7521 | "peerDependenciesMeta": { |
| 7522 | "debug": { |
| 7523 | "optional": true |
| 7524 | } |
| 7525 | } |
| 7526 | }, |
| 7527 | "node_modules/form-data": { |
| 7528 | "version": "4.0.2", |
| 7529 | "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.2.tgz", |
| 7530 | "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", |
| 7531 | "license": "MIT", |
| 7532 | "dependencies": { |
| 7533 | "asynckit": "^0.4.0", |
| 7534 | "combined-stream": "^1.0.8", |
| 7535 | "es-set-tostringtag": "^2.1.0", |
| 7536 | "mime-types": "^2.1.12" |
| 7537 | }, |
| 7538 | "engines": { |
| 7539 | "node": ">= 6" |
| 7540 | } |
| 7541 | }, |
| 7542 | "node_modules/forwarded": { |
| 7543 | "version": "0.2.0", |
| 7544 | "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz", |
| 7545 | "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", |
| 7546 | "dev": true, |
| 7547 | "license": "MIT", |
| 7548 | "engines": { |
| 7549 | "node": ">= 0.6" |
| 7550 | } |
| 7551 | }, |
| 7552 | "node_modules/fraction.js": { |
| 7553 | "version": "4.3.7", |
| 7554 | "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz", |
| 7555 | "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", |
| 7556 | "dev": true, |
| 7557 | "license": "MIT", |
| 7558 | "engines": { |
| 7559 | "node": "*" |
| 7560 | }, |
| 7561 | "funding": { |
| 7562 | "type": "patreon", |
| 7563 | "url": "https://github.com/sponsors/rawify" |
| 7564 | } |
| 7565 | }, |
| 7566 | "node_modules/fresh": { |
| 7567 | "version": "0.5.2", |
| 7568 | "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz", |
| 7569 | "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", |
| 7570 | "dev": true, |
| 7571 | "license": "MIT", |
| 7572 | "engines": { |
| 7573 | "node": ">= 0.6" |
| 7574 | } |
| 7575 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7576 | "node_modules/fs.realpath": { |
| 7577 | "version": "1.0.0", |
| 7578 | "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz", |
| 7579 | "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", |
| 7580 | "license": "ISC" |
| 7581 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7582 | "node_modules/fsevents": { |
| 7583 | "version": "2.3.3", |
| 7584 | "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz", |
| 7585 | "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7586 | "hasInstallScript": true, |
| 7587 | "license": "MIT", |
| 7588 | "optional": true, |
| 7589 | "os": [ |
| 7590 | "darwin" |
| 7591 | ], |
| 7592 | "engines": { |
| 7593 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| 7594 | } |
| 7595 | }, |
| 7596 | "node_modules/function-bind": { |
| 7597 | "version": "1.1.2", |
| 7598 | "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", |
| 7599 | "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
| 7600 | "license": "MIT", |
| 7601 | "funding": { |
| 7602 | "url": "https://github.com/sponsors/ljharb" |
| 7603 | } |
| 7604 | }, |
| 7605 | "node_modules/gensync": { |
| 7606 | "version": "1.0.0-beta.2", |
| 7607 | "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", |
| 7608 | "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", |
| 7609 | "license": "MIT", |
| 7610 | "engines": { |
| 7611 | "node": ">=6.9.0" |
| 7612 | } |
| 7613 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7614 | "node_modules/get-caller-file": { |
| 7615 | "version": "2.0.5", |
| 7616 | "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz", |
| 7617 | "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", |
| 7618 | "dev": true, |
| 7619 | "license": "ISC", |
| 7620 | "engines": { |
| 7621 | "node": "6.* || 8.* || >= 10.*" |
| 7622 | } |
| 7623 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7624 | "node_modules/get-intrinsic": { |
| 7625 | "version": "1.3.0", |
| 7626 | "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz", |
| 7627 | "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", |
| 7628 | "license": "MIT", |
| 7629 | "dependencies": { |
| 7630 | "call-bind-apply-helpers": "^1.0.2", |
| 7631 | "es-define-property": "^1.0.1", |
| 7632 | "es-errors": "^1.3.0", |
| 7633 | "es-object-atoms": "^1.1.1", |
| 7634 | "function-bind": "^1.1.2", |
| 7635 | "get-proto": "^1.0.1", |
| 7636 | "gopd": "^1.2.0", |
| 7637 | "has-symbols": "^1.1.0", |
| 7638 | "hasown": "^2.0.2", |
| 7639 | "math-intrinsics": "^1.1.0" |
| 7640 | }, |
| 7641 | "engines": { |
| 7642 | "node": ">= 0.4" |
| 7643 | }, |
| 7644 | "funding": { |
| 7645 | "url": "https://github.com/sponsors/ljharb" |
| 7646 | } |
| 7647 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7648 | "node_modules/get-package-type": { |
| 7649 | "version": "0.1.0", |
| 7650 | "resolved": "https://registry.npmmirror.com/get-package-type/-/get-package-type-0.1.0.tgz", |
| 7651 | "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", |
| 7652 | "license": "MIT", |
| 7653 | "engines": { |
| 7654 | "node": ">=8.0.0" |
| 7655 | } |
| 7656 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7657 | "node_modules/get-proto": { |
| 7658 | "version": "1.0.1", |
| 7659 | "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz", |
| 7660 | "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", |
| 7661 | "license": "MIT", |
| 7662 | "dependencies": { |
| 7663 | "dunder-proto": "^1.0.1", |
| 7664 | "es-object-atoms": "^1.0.0" |
| 7665 | }, |
| 7666 | "engines": { |
| 7667 | "node": ">= 0.4" |
| 7668 | } |
| 7669 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7670 | "node_modules/get-stream": { |
| 7671 | "version": "6.0.1", |
| 7672 | "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz", |
| 7673 | "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", |
| 7674 | "dev": true, |
| 7675 | "license": "MIT", |
| 7676 | "engines": { |
| 7677 | "node": ">=10" |
| 7678 | }, |
| 7679 | "funding": { |
| 7680 | "url": "https://github.com/sponsors/sindresorhus" |
| 7681 | } |
| 7682 | }, |
| 7683 | "node_modules/glob": { |
| 7684 | "version": "7.2.3", |
| 7685 | "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", |
| 7686 | "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", |
| 7687 | "deprecated": "Glob versions prior to v9 are no longer supported", |
| 7688 | "license": "ISC", |
| 7689 | "dependencies": { |
| 7690 | "fs.realpath": "^1.0.0", |
| 7691 | "inflight": "^1.0.4", |
| 7692 | "inherits": "2", |
| 7693 | "minimatch": "^3.1.1", |
| 7694 | "once": "^1.3.0", |
| 7695 | "path-is-absolute": "^1.0.0" |
| 7696 | }, |
| 7697 | "engines": { |
| 7698 | "node": "*" |
| 7699 | }, |
| 7700 | "funding": { |
| 7701 | "url": "https://github.com/sponsors/isaacs" |
| 7702 | } |
| 7703 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7704 | "node_modules/glob-parent": { |
| 7705 | "version": "5.1.2", |
| 7706 | "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", |
| 7707 | "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
| 7708 | "dev": true, |
| 7709 | "license": "ISC", |
| 7710 | "dependencies": { |
| 7711 | "is-glob": "^4.0.1" |
| 7712 | }, |
| 7713 | "engines": { |
| 7714 | "node": ">= 6" |
| 7715 | } |
| 7716 | }, |
| 7717 | "node_modules/glob-to-regexp": { |
| 7718 | "version": "0.4.1", |
| 7719 | "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", |
| 7720 | "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", |
| 7721 | "license": "BSD-2-Clause" |
| 7722 | }, |
| 7723 | "node_modules/globals": { |
| 7724 | "version": "11.12.0", |
| 7725 | "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", |
| 7726 | "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", |
| 7727 | "license": "MIT", |
| 7728 | "engines": { |
| 7729 | "node": ">=4" |
| 7730 | } |
| 7731 | }, |
| 7732 | "node_modules/gopd": { |
| 7733 | "version": "1.2.0", |
| 7734 | "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz", |
| 7735 | "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", |
| 7736 | "license": "MIT", |
| 7737 | "engines": { |
| 7738 | "node": ">= 0.4" |
| 7739 | }, |
| 7740 | "funding": { |
| 7741 | "url": "https://github.com/sponsors/ljharb" |
| 7742 | } |
| 7743 | }, |
| 7744 | "node_modules/graceful-fs": { |
| 7745 | "version": "4.2.11", |
| 7746 | "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz", |
| 7747 | "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", |
| 7748 | "license": "ISC" |
| 7749 | }, |
| 7750 | "node_modules/handle-thing": { |
| 7751 | "version": "2.0.1", |
| 7752 | "resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz", |
| 7753 | "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", |
| 7754 | "dev": true, |
| 7755 | "license": "MIT" |
| 7756 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7757 | "node_modules/harmony-reflect": { |
| 7758 | "version": "1.6.2", |
| 7759 | "resolved": "https://registry.npmmirror.com/harmony-reflect/-/harmony-reflect-1.6.2.tgz", |
| 7760 | "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", |
| 7761 | "dev": true, |
| 7762 | "license": "(Apache-2.0 OR MPL-1.1)" |
| 7763 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7764 | "node_modules/has-flag": { |
| 7765 | "version": "4.0.0", |
| 7766 | "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", |
| 7767 | "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
| 7768 | "license": "MIT", |
| 7769 | "engines": { |
| 7770 | "node": ">=8" |
| 7771 | } |
| 7772 | }, |
| 7773 | "node_modules/has-symbols": { |
| 7774 | "version": "1.1.0", |
| 7775 | "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz", |
| 7776 | "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", |
| 7777 | "license": "MIT", |
| 7778 | "engines": { |
| 7779 | "node": ">= 0.4" |
| 7780 | }, |
| 7781 | "funding": { |
| 7782 | "url": "https://github.com/sponsors/ljharb" |
| 7783 | } |
| 7784 | }, |
| 7785 | "node_modules/has-tostringtag": { |
| 7786 | "version": "1.0.2", |
| 7787 | "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz", |
| 7788 | "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", |
| 7789 | "license": "MIT", |
| 7790 | "dependencies": { |
| 7791 | "has-symbols": "^1.0.3" |
| 7792 | }, |
| 7793 | "engines": { |
| 7794 | "node": ">= 0.4" |
| 7795 | }, |
| 7796 | "funding": { |
| 7797 | "url": "https://github.com/sponsors/ljharb" |
| 7798 | } |
| 7799 | }, |
| 7800 | "node_modules/hasown": { |
| 7801 | "version": "2.0.2", |
| 7802 | "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz", |
| 7803 | "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", |
| 7804 | "license": "MIT", |
| 7805 | "dependencies": { |
| 7806 | "function-bind": "^1.1.2" |
| 7807 | }, |
| 7808 | "engines": { |
| 7809 | "node": ">= 0.4" |
| 7810 | } |
| 7811 | }, |
| 7812 | "node_modules/he": { |
| 7813 | "version": "1.2.0", |
| 7814 | "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz", |
| 7815 | "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 7816 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7817 | "license": "MIT", |
| 7818 | "bin": { |
| 7819 | "he": "bin/he" |
| 7820 | } |
| 7821 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7822 | "node_modules/hoist-non-react-statics": { |
| 7823 | "version": "3.3.2", |
| 7824 | "resolved": "https://registry.npmmirror.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", |
| 7825 | "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", |
| 7826 | "license": "BSD-3-Clause", |
| 7827 | "dependencies": { |
| 7828 | "react-is": "^16.7.0" |
| 7829 | } |
| 7830 | }, |
| 7831 | "node_modules/hoist-non-react-statics/node_modules/react-is": { |
| 7832 | "version": "16.13.1", |
| 7833 | "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz", |
| 7834 | "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", |
| 7835 | "license": "MIT" |
| 7836 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7837 | "node_modules/hpack.js": { |
| 7838 | "version": "2.1.6", |
| 7839 | "resolved": "https://registry.npmmirror.com/hpack.js/-/hpack.js-2.1.6.tgz", |
| 7840 | "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", |
| 7841 | "dev": true, |
| 7842 | "license": "MIT", |
| 7843 | "dependencies": { |
| 7844 | "inherits": "^2.0.1", |
| 7845 | "obuf": "^1.0.0", |
| 7846 | "readable-stream": "^2.0.1", |
| 7847 | "wbuf": "^1.1.0" |
| 7848 | } |
| 7849 | }, |
| 7850 | "node_modules/hpack.js/node_modules/readable-stream": { |
| 7851 | "version": "2.3.8", |
| 7852 | "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz", |
| 7853 | "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
| 7854 | "dev": true, |
| 7855 | "license": "MIT", |
| 7856 | "dependencies": { |
| 7857 | "core-util-is": "~1.0.0", |
| 7858 | "inherits": "~2.0.3", |
| 7859 | "isarray": "~1.0.0", |
| 7860 | "process-nextick-args": "~2.0.0", |
| 7861 | "safe-buffer": "~5.1.1", |
| 7862 | "string_decoder": "~1.1.1", |
| 7863 | "util-deprecate": "~1.0.1" |
| 7864 | } |
| 7865 | }, |
| 7866 | "node_modules/hpack.js/node_modules/safe-buffer": { |
| 7867 | "version": "5.1.2", |
| 7868 | "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", |
| 7869 | "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
| 7870 | "dev": true, |
| 7871 | "license": "MIT" |
| 7872 | }, |
| 7873 | "node_modules/hpack.js/node_modules/string_decoder": { |
| 7874 | "version": "1.1.1", |
| 7875 | "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz", |
| 7876 | "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
| 7877 | "dev": true, |
| 7878 | "license": "MIT", |
| 7879 | "dependencies": { |
| 7880 | "safe-buffer": "~5.1.0" |
| 7881 | } |
| 7882 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 7883 | "node_modules/html-encoding-sniffer": { |
| 7884 | "version": "3.0.0", |
| 7885 | "resolved": "https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", |
| 7886 | "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", |
| 7887 | "license": "MIT", |
| 7888 | "dependencies": { |
| 7889 | "whatwg-encoding": "^2.0.0" |
| 7890 | }, |
| 7891 | "engines": { |
| 7892 | "node": ">=12" |
| 7893 | } |
| 7894 | }, |
| 7895 | "node_modules/html-escaper": { |
| 7896 | "version": "2.0.2", |
| 7897 | "resolved": "https://registry.npmmirror.com/html-escaper/-/html-escaper-2.0.2.tgz", |
| 7898 | "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", |
| 7899 | "dev": true, |
| 7900 | "license": "MIT" |
| 7901 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7902 | "node_modules/html-minifier-terser": { |
| 7903 | "version": "6.1.0", |
| 7904 | "resolved": "https://registry.npmmirror.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", |
| 7905 | "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 7906 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7907 | "license": "MIT", |
| 7908 | "dependencies": { |
| 7909 | "camel-case": "^4.1.2", |
| 7910 | "clean-css": "^5.2.2", |
| 7911 | "commander": "^8.3.0", |
| 7912 | "he": "^1.2.0", |
| 7913 | "param-case": "^3.0.4", |
| 7914 | "relateurl": "^0.2.7", |
| 7915 | "terser": "^5.10.0" |
| 7916 | }, |
| 7917 | "bin": { |
| 7918 | "html-minifier-terser": "cli.js" |
| 7919 | }, |
| 7920 | "engines": { |
| 7921 | "node": ">=12" |
| 7922 | } |
| 7923 | }, |
| 7924 | "node_modules/html-webpack-plugin": { |
| 7925 | "version": "5.6.3", |
| 7926 | "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", |
| 7927 | "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 7928 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7929 | "license": "MIT", |
| 7930 | "dependencies": { |
| 7931 | "@types/html-minifier-terser": "^6.0.0", |
| 7932 | "html-minifier-terser": "^6.0.2", |
| 7933 | "lodash": "^4.17.21", |
| 7934 | "pretty-error": "^4.0.0", |
| 7935 | "tapable": "^2.0.0" |
| 7936 | }, |
| 7937 | "engines": { |
| 7938 | "node": ">=10.13.0" |
| 7939 | }, |
| 7940 | "funding": { |
| 7941 | "type": "opencollective", |
| 7942 | "url": "https://opencollective.com/html-webpack-plugin" |
| 7943 | }, |
| 7944 | "peerDependencies": { |
| 7945 | "@rspack/core": "0.x || 1.x", |
| 7946 | "webpack": "^5.20.0" |
| 7947 | }, |
| 7948 | "peerDependenciesMeta": { |
| 7949 | "@rspack/core": { |
| 7950 | "optional": true |
| 7951 | }, |
| 7952 | "webpack": { |
| 7953 | "optional": true |
| 7954 | } |
| 7955 | } |
| 7956 | }, |
| 7957 | "node_modules/htmlparser2": { |
| 7958 | "version": "6.1.0", |
| 7959 | "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz", |
| 7960 | "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 7961 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 7962 | "funding": [ |
| 7963 | "https://github.com/fb55/htmlparser2?sponsor=1", |
| 7964 | { |
| 7965 | "type": "github", |
| 7966 | "url": "https://github.com/sponsors/fb55" |
| 7967 | } |
| 7968 | ], |
| 7969 | "license": "MIT", |
| 7970 | "dependencies": { |
| 7971 | "domelementtype": "^2.0.1", |
| 7972 | "domhandler": "^4.0.0", |
| 7973 | "domutils": "^2.5.2", |
| 7974 | "entities": "^2.0.0" |
| 7975 | } |
| 7976 | }, |
| 7977 | "node_modules/http-deceiver": { |
| 7978 | "version": "1.2.7", |
| 7979 | "resolved": "https://registry.npmmirror.com/http-deceiver/-/http-deceiver-1.2.7.tgz", |
| 7980 | "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", |
| 7981 | "dev": true, |
| 7982 | "license": "MIT" |
| 7983 | }, |
| 7984 | "node_modules/http-errors": { |
| 7985 | "version": "2.0.0", |
| 7986 | "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz", |
| 7987 | "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", |
| 7988 | "dev": true, |
| 7989 | "license": "MIT", |
| 7990 | "dependencies": { |
| 7991 | "depd": "2.0.0", |
| 7992 | "inherits": "2.0.4", |
| 7993 | "setprototypeof": "1.2.0", |
| 7994 | "statuses": "2.0.1", |
| 7995 | "toidentifier": "1.0.1" |
| 7996 | }, |
| 7997 | "engines": { |
| 7998 | "node": ">= 0.8" |
| 7999 | } |
| 8000 | }, |
| 8001 | "node_modules/http-parser-js": { |
| 8002 | "version": "0.5.9", |
| 8003 | "resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.9.tgz", |
| 8004 | "integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==", |
| 8005 | "dev": true, |
| 8006 | "license": "MIT" |
| 8007 | }, |
| 8008 | "node_modules/http-proxy": { |
| 8009 | "version": "1.18.1", |
| 8010 | "resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz", |
| 8011 | "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", |
| 8012 | "dev": true, |
| 8013 | "license": "MIT", |
| 8014 | "dependencies": { |
| 8015 | "eventemitter3": "^4.0.0", |
| 8016 | "follow-redirects": "^1.0.0", |
| 8017 | "requires-port": "^1.0.0" |
| 8018 | }, |
| 8019 | "engines": { |
| 8020 | "node": ">=8.0.0" |
| 8021 | } |
| 8022 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8023 | "node_modules/http-proxy-agent": { |
| 8024 | "version": "5.0.0", |
| 8025 | "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", |
| 8026 | "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", |
| 8027 | "license": "MIT", |
| 8028 | "dependencies": { |
| 8029 | "@tootallnate/once": "2", |
| 8030 | "agent-base": "6", |
| 8031 | "debug": "4" |
| 8032 | }, |
| 8033 | "engines": { |
| 8034 | "node": ">= 6" |
| 8035 | } |
| 8036 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8037 | "node_modules/http-proxy-middleware": { |
| 8038 | "version": "2.0.7", |
| 8039 | "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", |
| 8040 | "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", |
| 8041 | "dev": true, |
| 8042 | "license": "MIT", |
| 8043 | "dependencies": { |
| 8044 | "@types/http-proxy": "^1.17.8", |
| 8045 | "http-proxy": "^1.18.1", |
| 8046 | "is-glob": "^4.0.1", |
| 8047 | "is-plain-obj": "^3.0.0", |
| 8048 | "micromatch": "^4.0.2" |
| 8049 | }, |
| 8050 | "engines": { |
| 8051 | "node": ">=12.0.0" |
| 8052 | }, |
| 8053 | "peerDependencies": { |
| 8054 | "@types/express": "^4.17.13" |
| 8055 | }, |
| 8056 | "peerDependenciesMeta": { |
| 8057 | "@types/express": { |
| 8058 | "optional": true |
| 8059 | } |
| 8060 | } |
| 8061 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8062 | "node_modules/https-proxy-agent": { |
| 8063 | "version": "5.0.1", |
| 8064 | "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", |
| 8065 | "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", |
| 8066 | "license": "MIT", |
| 8067 | "dependencies": { |
| 8068 | "agent-base": "6", |
| 8069 | "debug": "4" |
| 8070 | }, |
| 8071 | "engines": { |
| 8072 | "node": ">= 6" |
| 8073 | } |
| 8074 | }, |
| 8075 | "node_modules/human-signals": { |
| 8076 | "version": "2.1.0", |
| 8077 | "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz", |
| 8078 | "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", |
| 8079 | "dev": true, |
| 8080 | "license": "Apache-2.0", |
| 8081 | "engines": { |
| 8082 | "node": ">=10.17.0" |
| 8083 | } |
| 8084 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8085 | "node_modules/hyperdyperid": { |
| 8086 | "version": "1.2.0", |
| 8087 | "resolved": "https://registry.npmmirror.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz", |
| 8088 | "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", |
| 8089 | "dev": true, |
| 8090 | "license": "MIT", |
| 8091 | "engines": { |
| 8092 | "node": ">=10.18" |
| 8093 | } |
| 8094 | }, |
| 8095 | "node_modules/iconv-lite": { |
| 8096 | "version": "0.6.3", |
| 8097 | "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", |
| 8098 | "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8099 | "license": "MIT", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8100 | "dependencies": { |
| 8101 | "safer-buffer": ">= 2.1.2 < 3.0.0" |
| 8102 | }, |
| 8103 | "engines": { |
| 8104 | "node": ">=0.10.0" |
| 8105 | } |
| 8106 | }, |
| 8107 | "node_modules/icss-utils": { |
| 8108 | "version": "5.1.0", |
| 8109 | "resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz", |
| 8110 | "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", |
| 8111 | "dev": true, |
| 8112 | "license": "ISC", |
| 8113 | "engines": { |
| 8114 | "node": "^10 || ^12 || >= 14" |
| 8115 | }, |
| 8116 | "peerDependencies": { |
| 8117 | "postcss": "^8.1.0" |
| 8118 | } |
| 8119 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8120 | "node_modules/identity-obj-proxy": { |
| 8121 | "version": "3.0.0", |
| 8122 | "resolved": "https://registry.npmmirror.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", |
| 8123 | "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", |
| 8124 | "dev": true, |
| 8125 | "license": "MIT", |
| 8126 | "dependencies": { |
| 8127 | "harmony-reflect": "^1.4.6" |
| 8128 | }, |
| 8129 | "engines": { |
| 8130 | "node": ">=4" |
| 8131 | } |
| 8132 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8133 | "node_modules/image-size": { |
| 8134 | "version": "0.5.5", |
| 8135 | "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz", |
| 8136 | "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", |
| 8137 | "dev": true, |
| 8138 | "license": "MIT", |
| 8139 | "optional": true, |
| 8140 | "bin": { |
| 8141 | "image-size": "bin/image-size.js" |
| 8142 | }, |
| 8143 | "engines": { |
| 8144 | "node": ">=0.10.0" |
| 8145 | } |
| 8146 | }, |
| 8147 | "node_modules/immer": { |
| 8148 | "version": "10.1.1", |
| 8149 | "resolved": "https://registry.npmmirror.com/immer/-/immer-10.1.1.tgz", |
| 8150 | "integrity": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==", |
| 8151 | "license": "MIT", |
| 8152 | "funding": { |
| 8153 | "type": "opencollective", |
| 8154 | "url": "https://opencollective.com/immer" |
| 8155 | } |
| 8156 | }, |
| 8157 | "node_modules/import-fresh": { |
| 8158 | "version": "3.3.1", |
| 8159 | "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz", |
| 8160 | "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8161 | "license": "MIT", |
| 8162 | "dependencies": { |
| 8163 | "parent-module": "^1.0.0", |
| 8164 | "resolve-from": "^4.0.0" |
| 8165 | }, |
| 8166 | "engines": { |
| 8167 | "node": ">=6" |
| 8168 | }, |
| 8169 | "funding": { |
| 8170 | "url": "https://github.com/sponsors/sindresorhus" |
| 8171 | } |
| 8172 | }, |
| 8173 | "node_modules/import-local": { |
| 8174 | "version": "3.2.0", |
| 8175 | "resolved": "https://registry.npmmirror.com/import-local/-/import-local-3.2.0.tgz", |
| 8176 | "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", |
| 8177 | "license": "MIT", |
| 8178 | "dependencies": { |
| 8179 | "pkg-dir": "^4.2.0", |
| 8180 | "resolve-cwd": "^3.0.0" |
| 8181 | }, |
| 8182 | "bin": { |
| 8183 | "import-local-fixture": "fixtures/cli.js" |
| 8184 | }, |
| 8185 | "engines": { |
| 8186 | "node": ">=8" |
| 8187 | }, |
| 8188 | "funding": { |
| 8189 | "url": "https://github.com/sponsors/sindresorhus" |
| 8190 | } |
| 8191 | }, |
| 8192 | "node_modules/import-local/node_modules/find-up": { |
| 8193 | "version": "4.1.0", |
| 8194 | "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz", |
| 8195 | "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", |
| 8196 | "license": "MIT", |
| 8197 | "dependencies": { |
| 8198 | "locate-path": "^5.0.0", |
| 8199 | "path-exists": "^4.0.0" |
| 8200 | }, |
| 8201 | "engines": { |
| 8202 | "node": ">=8" |
| 8203 | } |
| 8204 | }, |
| 8205 | "node_modules/import-local/node_modules/locate-path": { |
| 8206 | "version": "5.0.0", |
| 8207 | "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz", |
| 8208 | "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", |
| 8209 | "license": "MIT", |
| 8210 | "dependencies": { |
| 8211 | "p-locate": "^4.1.0" |
| 8212 | }, |
| 8213 | "engines": { |
| 8214 | "node": ">=8" |
| 8215 | } |
| 8216 | }, |
| 8217 | "node_modules/import-local/node_modules/p-limit": { |
| 8218 | "version": "2.3.0", |
| 8219 | "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz", |
| 8220 | "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
| 8221 | "license": "MIT", |
| 8222 | "dependencies": { |
| 8223 | "p-try": "^2.0.0" |
| 8224 | }, |
| 8225 | "engines": { |
| 8226 | "node": ">=6" |
| 8227 | }, |
| 8228 | "funding": { |
| 8229 | "url": "https://github.com/sponsors/sindresorhus" |
| 8230 | } |
| 8231 | }, |
| 8232 | "node_modules/import-local/node_modules/p-locate": { |
| 8233 | "version": "4.1.0", |
| 8234 | "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz", |
| 8235 | "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", |
| 8236 | "license": "MIT", |
| 8237 | "dependencies": { |
| 8238 | "p-limit": "^2.2.0" |
| 8239 | }, |
| 8240 | "engines": { |
| 8241 | "node": ">=8" |
| 8242 | } |
| 8243 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8244 | "node_modules/import-local/node_modules/pkg-dir": { |
| 8245 | "version": "4.2.0", |
| 8246 | "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz", |
| 8247 | "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", |
| 8248 | "license": "MIT", |
| 8249 | "dependencies": { |
| 8250 | "find-up": "^4.0.0" |
| 8251 | }, |
| 8252 | "engines": { |
| 8253 | "node": ">=8" |
| 8254 | } |
| 8255 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8256 | "node_modules/imurmurhash": { |
| 8257 | "version": "0.1.4", |
| 8258 | "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz", |
| 8259 | "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", |
| 8260 | "license": "MIT", |
| 8261 | "engines": { |
| 8262 | "node": ">=0.8.19" |
| 8263 | } |
| 8264 | }, |
| 8265 | "node_modules/indent-string": { |
| 8266 | "version": "4.0.0", |
| 8267 | "resolved": "https://registry.npmmirror.com/indent-string/-/indent-string-4.0.0.tgz", |
| 8268 | "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", |
| 8269 | "dev": true, |
| 8270 | "license": "MIT", |
| 8271 | "engines": { |
| 8272 | "node": ">=8" |
| 8273 | } |
| 8274 | }, |
| 8275 | "node_modules/inflight": { |
| 8276 | "version": "1.0.6", |
| 8277 | "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz", |
| 8278 | "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", |
| 8279 | "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", |
| 8280 | "license": "ISC", |
| 8281 | "dependencies": { |
| 8282 | "once": "^1.3.0", |
| 8283 | "wrappy": "1" |
| 8284 | } |
| 8285 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8286 | "node_modules/inherits": { |
| 8287 | "version": "2.0.4", |
| 8288 | "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", |
| 8289 | "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8290 | "license": "ISC" |
| 8291 | }, |
| 8292 | "node_modules/interpret": { |
| 8293 | "version": "3.1.1", |
| 8294 | "resolved": "https://registry.npmmirror.com/interpret/-/interpret-3.1.1.tgz", |
| 8295 | "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", |
| 8296 | "license": "MIT", |
| 8297 | "engines": { |
| 8298 | "node": ">=10.13.0" |
| 8299 | } |
| 8300 | }, |
| 8301 | "node_modules/ipaddr.js": { |
| 8302 | "version": "2.2.0", |
| 8303 | "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz", |
| 8304 | "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", |
| 8305 | "dev": true, |
| 8306 | "license": "MIT", |
| 8307 | "engines": { |
| 8308 | "node": ">= 10" |
| 8309 | } |
| 8310 | }, |
| 8311 | "node_modules/is-arrayish": { |
| 8312 | "version": "0.2.1", |
| 8313 | "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz", |
| 8314 | "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8315 | "license": "MIT" |
| 8316 | }, |
| 8317 | "node_modules/is-binary-path": { |
| 8318 | "version": "2.1.0", |
| 8319 | "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz", |
| 8320 | "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", |
| 8321 | "dev": true, |
| 8322 | "license": "MIT", |
| 8323 | "dependencies": { |
| 8324 | "binary-extensions": "^2.0.0" |
| 8325 | }, |
| 8326 | "engines": { |
| 8327 | "node": ">=8" |
| 8328 | } |
| 8329 | }, |
| 8330 | "node_modules/is-buffer": { |
| 8331 | "version": "2.0.5", |
| 8332 | "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-2.0.5.tgz", |
| 8333 | "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", |
| 8334 | "funding": [ |
| 8335 | { |
| 8336 | "type": "github", |
| 8337 | "url": "https://github.com/sponsors/feross" |
| 8338 | }, |
| 8339 | { |
| 8340 | "type": "patreon", |
| 8341 | "url": "https://www.patreon.com/feross" |
| 8342 | }, |
| 8343 | { |
| 8344 | "type": "consulting", |
| 8345 | "url": "https://feross.org/support" |
| 8346 | } |
| 8347 | ], |
| 8348 | "license": "MIT", |
| 8349 | "engines": { |
| 8350 | "node": ">=4" |
| 8351 | } |
| 8352 | }, |
| 8353 | "node_modules/is-core-module": { |
| 8354 | "version": "2.16.1", |
| 8355 | "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz", |
| 8356 | "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", |
| 8357 | "license": "MIT", |
| 8358 | "dependencies": { |
| 8359 | "hasown": "^2.0.2" |
| 8360 | }, |
| 8361 | "engines": { |
| 8362 | "node": ">= 0.4" |
| 8363 | }, |
| 8364 | "funding": { |
| 8365 | "url": "https://github.com/sponsors/ljharb" |
| 8366 | } |
| 8367 | }, |
| 8368 | "node_modules/is-docker": { |
| 8369 | "version": "3.0.0", |
| 8370 | "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz", |
| 8371 | "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", |
| 8372 | "dev": true, |
| 8373 | "license": "MIT", |
| 8374 | "bin": { |
| 8375 | "is-docker": "cli.js" |
| 8376 | }, |
| 8377 | "engines": { |
| 8378 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 8379 | }, |
| 8380 | "funding": { |
| 8381 | "url": "https://github.com/sponsors/sindresorhus" |
| 8382 | } |
| 8383 | }, |
| 8384 | "node_modules/is-extglob": { |
| 8385 | "version": "2.1.1", |
| 8386 | "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", |
| 8387 | "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
| 8388 | "dev": true, |
| 8389 | "license": "MIT", |
| 8390 | "engines": { |
| 8391 | "node": ">=0.10.0" |
| 8392 | } |
| 8393 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8394 | "node_modules/is-fullwidth-code-point": { |
| 8395 | "version": "3.0.0", |
| 8396 | "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", |
| 8397 | "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", |
| 8398 | "dev": true, |
| 8399 | "license": "MIT", |
| 8400 | "engines": { |
| 8401 | "node": ">=8" |
| 8402 | } |
| 8403 | }, |
| 8404 | "node_modules/is-generator-fn": { |
| 8405 | "version": "2.1.0", |
| 8406 | "resolved": "https://registry.npmmirror.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz", |
| 8407 | "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", |
| 8408 | "dev": true, |
| 8409 | "license": "MIT", |
| 8410 | "engines": { |
| 8411 | "node": ">=6" |
| 8412 | } |
| 8413 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8414 | "node_modules/is-glob": { |
| 8415 | "version": "4.0.3", |
| 8416 | "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", |
| 8417 | "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", |
| 8418 | "dev": true, |
| 8419 | "license": "MIT", |
| 8420 | "dependencies": { |
| 8421 | "is-extglob": "^2.1.1" |
| 8422 | }, |
| 8423 | "engines": { |
| 8424 | "node": ">=0.10.0" |
| 8425 | } |
| 8426 | }, |
| 8427 | "node_modules/is-inside-container": { |
| 8428 | "version": "1.0.0", |
| 8429 | "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz", |
| 8430 | "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", |
| 8431 | "dev": true, |
| 8432 | "license": "MIT", |
| 8433 | "dependencies": { |
| 8434 | "is-docker": "^3.0.0" |
| 8435 | }, |
| 8436 | "bin": { |
| 8437 | "is-inside-container": "cli.js" |
| 8438 | }, |
| 8439 | "engines": { |
| 8440 | "node": ">=14.16" |
| 8441 | }, |
| 8442 | "funding": { |
| 8443 | "url": "https://github.com/sponsors/sindresorhus" |
| 8444 | } |
| 8445 | }, |
| 8446 | "node_modules/is-network-error": { |
| 8447 | "version": "1.1.0", |
| 8448 | "resolved": "https://registry.npmmirror.com/is-network-error/-/is-network-error-1.1.0.tgz", |
| 8449 | "integrity": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==", |
| 8450 | "dev": true, |
| 8451 | "license": "MIT", |
| 8452 | "engines": { |
| 8453 | "node": ">=16" |
| 8454 | }, |
| 8455 | "funding": { |
| 8456 | "url": "https://github.com/sponsors/sindresorhus" |
| 8457 | } |
| 8458 | }, |
| 8459 | "node_modules/is-number": { |
| 8460 | "version": "7.0.0", |
| 8461 | "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", |
| 8462 | "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8463 | "license": "MIT", |
| 8464 | "engines": { |
| 8465 | "node": ">=0.12.0" |
| 8466 | } |
| 8467 | }, |
| 8468 | "node_modules/is-plain-obj": { |
| 8469 | "version": "3.0.0", |
| 8470 | "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz", |
| 8471 | "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", |
| 8472 | "dev": true, |
| 8473 | "license": "MIT", |
| 8474 | "engines": { |
| 8475 | "node": ">=10" |
| 8476 | }, |
| 8477 | "funding": { |
| 8478 | "url": "https://github.com/sponsors/sindresorhus" |
| 8479 | } |
| 8480 | }, |
| 8481 | "node_modules/is-plain-object": { |
| 8482 | "version": "2.0.4", |
| 8483 | "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz", |
| 8484 | "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", |
| 8485 | "license": "MIT", |
| 8486 | "dependencies": { |
| 8487 | "isobject": "^3.0.1" |
| 8488 | }, |
| 8489 | "engines": { |
| 8490 | "node": ">=0.10.0" |
| 8491 | } |
| 8492 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8493 | "node_modules/is-potential-custom-element-name": { |
| 8494 | "version": "1.0.1", |
| 8495 | "resolved": "https://registry.npmmirror.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", |
| 8496 | "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", |
| 8497 | "license": "MIT" |
| 8498 | }, |
| 8499 | "node_modules/is-stream": { |
| 8500 | "version": "2.0.1", |
| 8501 | "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz", |
| 8502 | "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", |
| 8503 | "dev": true, |
| 8504 | "license": "MIT", |
| 8505 | "engines": { |
| 8506 | "node": ">=8" |
| 8507 | }, |
| 8508 | "funding": { |
| 8509 | "url": "https://github.com/sponsors/sindresorhus" |
| 8510 | } |
| 8511 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 8512 | "node_modules/is-what": { |
| 8513 | "version": "3.14.1", |
| 8514 | "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz", |
| 8515 | "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", |
| 8516 | "dev": true, |
| 8517 | "license": "MIT" |
| 8518 | }, |
| 8519 | "node_modules/is-wsl": { |
| 8520 | "version": "3.1.0", |
| 8521 | "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz", |
| 8522 | "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", |
| 8523 | "dev": true, |
| 8524 | "license": "MIT", |
| 8525 | "dependencies": { |
| 8526 | "is-inside-container": "^1.0.0" |
| 8527 | }, |
| 8528 | "engines": { |
| 8529 | "node": ">=16" |
| 8530 | }, |
| 8531 | "funding": { |
| 8532 | "url": "https://github.com/sponsors/sindresorhus" |
| 8533 | } |
| 8534 | }, |
| 8535 | "node_modules/isarray": { |
| 8536 | "version": "1.0.0", |
| 8537 | "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz", |
| 8538 | "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", |
| 8539 | "dev": true, |
| 8540 | "license": "MIT" |
| 8541 | }, |
| 8542 | "node_modules/isexe": { |
| 8543 | "version": "2.0.0", |
| 8544 | "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", |
| 8545 | "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
| 8546 | "license": "ISC" |
| 8547 | }, |
| 8548 | "node_modules/isobject": { |
| 8549 | "version": "3.0.1", |
| 8550 | "resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz", |
| 8551 | "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", |
| 8552 | "license": "MIT", |
| 8553 | "engines": { |
| 8554 | "node": ">=0.10.0" |
| 8555 | } |
| 8556 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8557 | "node_modules/istanbul-lib-coverage": { |
| 8558 | "version": "3.2.2", |
| 8559 | "resolved": "https://registry.npmmirror.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", |
| 8560 | "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", |
| 8561 | "license": "BSD-3-Clause", |
| 8562 | "engines": { |
| 8563 | "node": ">=8" |
| 8564 | } |
| 8565 | }, |
| 8566 | "node_modules/istanbul-lib-instrument": { |
| 8567 | "version": "6.0.3", |
| 8568 | "resolved": "https://registry.npmmirror.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", |
| 8569 | "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", |
| 8570 | "dev": true, |
| 8571 | "license": "BSD-3-Clause", |
| 8572 | "dependencies": { |
| 8573 | "@babel/core": "^7.23.9", |
| 8574 | "@babel/parser": "^7.23.9", |
| 8575 | "@istanbuljs/schema": "^0.1.3", |
| 8576 | "istanbul-lib-coverage": "^3.2.0", |
| 8577 | "semver": "^7.5.4" |
| 8578 | }, |
| 8579 | "engines": { |
| 8580 | "node": ">=10" |
| 8581 | } |
| 8582 | }, |
| 8583 | "node_modules/istanbul-lib-instrument/node_modules/semver": { |
| 8584 | "version": "7.7.1", |
| 8585 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 8586 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 8587 | "dev": true, |
| 8588 | "license": "ISC", |
| 8589 | "bin": { |
| 8590 | "semver": "bin/semver.js" |
| 8591 | }, |
| 8592 | "engines": { |
| 8593 | "node": ">=10" |
| 8594 | } |
| 8595 | }, |
| 8596 | "node_modules/istanbul-lib-report": { |
| 8597 | "version": "3.0.1", |
| 8598 | "resolved": "https://registry.npmmirror.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", |
| 8599 | "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", |
| 8600 | "dev": true, |
| 8601 | "license": "BSD-3-Clause", |
| 8602 | "dependencies": { |
| 8603 | "istanbul-lib-coverage": "^3.0.0", |
| 8604 | "make-dir": "^4.0.0", |
| 8605 | "supports-color": "^7.1.0" |
| 8606 | }, |
| 8607 | "engines": { |
| 8608 | "node": ">=10" |
| 8609 | } |
| 8610 | }, |
| 8611 | "node_modules/istanbul-lib-report/node_modules/make-dir": { |
| 8612 | "version": "4.0.0", |
| 8613 | "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-4.0.0.tgz", |
| 8614 | "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", |
| 8615 | "dev": true, |
| 8616 | "license": "MIT", |
| 8617 | "dependencies": { |
| 8618 | "semver": "^7.5.3" |
| 8619 | }, |
| 8620 | "engines": { |
| 8621 | "node": ">=10" |
| 8622 | }, |
| 8623 | "funding": { |
| 8624 | "url": "https://github.com/sponsors/sindresorhus" |
| 8625 | } |
| 8626 | }, |
| 8627 | "node_modules/istanbul-lib-report/node_modules/semver": { |
| 8628 | "version": "7.7.1", |
| 8629 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 8630 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 8631 | "dev": true, |
| 8632 | "license": "ISC", |
| 8633 | "bin": { |
| 8634 | "semver": "bin/semver.js" |
| 8635 | }, |
| 8636 | "engines": { |
| 8637 | "node": ">=10" |
| 8638 | } |
| 8639 | }, |
| 8640 | "node_modules/istanbul-lib-report/node_modules/supports-color": { |
| 8641 | "version": "7.2.0", |
| 8642 | "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", |
| 8643 | "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
| 8644 | "dev": true, |
| 8645 | "license": "MIT", |
| 8646 | "dependencies": { |
| 8647 | "has-flag": "^4.0.0" |
| 8648 | }, |
| 8649 | "engines": { |
| 8650 | "node": ">=8" |
| 8651 | } |
| 8652 | }, |
| 8653 | "node_modules/istanbul-lib-source-maps": { |
| 8654 | "version": "4.0.1", |
| 8655 | "resolved": "https://registry.npmmirror.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", |
| 8656 | "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", |
| 8657 | "dev": true, |
| 8658 | "license": "BSD-3-Clause", |
| 8659 | "dependencies": { |
| 8660 | "debug": "^4.1.1", |
| 8661 | "istanbul-lib-coverage": "^3.0.0", |
| 8662 | "source-map": "^0.6.1" |
| 8663 | }, |
| 8664 | "engines": { |
| 8665 | "node": ">=10" |
| 8666 | } |
| 8667 | }, |
| 8668 | "node_modules/istanbul-reports": { |
| 8669 | "version": "3.1.7", |
| 8670 | "resolved": "https://registry.npmmirror.com/istanbul-reports/-/istanbul-reports-3.1.7.tgz", |
| 8671 | "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", |
| 8672 | "dev": true, |
| 8673 | "license": "BSD-3-Clause", |
| 8674 | "dependencies": { |
| 8675 | "html-escaper": "^2.0.0", |
| 8676 | "istanbul-lib-report": "^3.0.0" |
| 8677 | }, |
| 8678 | "engines": { |
| 8679 | "node": ">=8" |
| 8680 | } |
| 8681 | }, |
| 8682 | "node_modules/jake": { |
| 8683 | "version": "10.9.2", |
| 8684 | "resolved": "https://registry.npmmirror.com/jake/-/jake-10.9.2.tgz", |
| 8685 | "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", |
| 8686 | "dev": true, |
| 8687 | "license": "Apache-2.0", |
| 8688 | "dependencies": { |
| 8689 | "async": "^3.2.3", |
| 8690 | "chalk": "^4.0.2", |
| 8691 | "filelist": "^1.0.4", |
| 8692 | "minimatch": "^3.1.2" |
| 8693 | }, |
| 8694 | "bin": { |
| 8695 | "jake": "bin/cli.js" |
| 8696 | }, |
| 8697 | "engines": { |
| 8698 | "node": ">=10" |
| 8699 | } |
| 8700 | }, |
| 8701 | "node_modules/jest": { |
| 8702 | "version": "29.7.0", |
| 8703 | "resolved": "https://registry.npmmirror.com/jest/-/jest-29.7.0.tgz", |
| 8704 | "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", |
| 8705 | "dev": true, |
| 8706 | "license": "MIT", |
| 8707 | "dependencies": { |
| 8708 | "@jest/core": "^29.7.0", |
| 8709 | "@jest/types": "^29.6.3", |
| 8710 | "import-local": "^3.0.2", |
| 8711 | "jest-cli": "^29.7.0" |
| 8712 | }, |
| 8713 | "bin": { |
| 8714 | "jest": "bin/jest.js" |
| 8715 | }, |
| 8716 | "engines": { |
| 8717 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8718 | }, |
| 8719 | "peerDependencies": { |
| 8720 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 8721 | }, |
| 8722 | "peerDependenciesMeta": { |
| 8723 | "node-notifier": { |
| 8724 | "optional": true |
| 8725 | } |
| 8726 | } |
| 8727 | }, |
| 8728 | "node_modules/jest-changed-files": { |
| 8729 | "version": "29.7.0", |
| 8730 | "resolved": "https://registry.npmmirror.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz", |
| 8731 | "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", |
| 8732 | "dev": true, |
| 8733 | "license": "MIT", |
| 8734 | "dependencies": { |
| 8735 | "execa": "^5.0.0", |
| 8736 | "jest-util": "^29.7.0", |
| 8737 | "p-limit": "^3.1.0" |
| 8738 | }, |
| 8739 | "engines": { |
| 8740 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8741 | } |
| 8742 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8743 | "node_modules/jest-circus": { |
| 8744 | "version": "29.7.0", |
| 8745 | "resolved": "https://registry.npmmirror.com/jest-circus/-/jest-circus-29.7.0.tgz", |
| 8746 | "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", |
| 8747 | "dev": true, |
| 8748 | "license": "MIT", |
| 8749 | "dependencies": { |
| 8750 | "@jest/environment": "^29.7.0", |
| 8751 | "@jest/expect": "^29.7.0", |
| 8752 | "@jest/test-result": "^29.7.0", |
| 8753 | "@jest/types": "^29.6.3", |
| 8754 | "@types/node": "*", |
| 8755 | "chalk": "^4.0.0", |
| 8756 | "co": "^4.6.0", |
| 8757 | "dedent": "^1.0.0", |
| 8758 | "is-generator-fn": "^2.0.0", |
| 8759 | "jest-each": "^29.7.0", |
| 8760 | "jest-matcher-utils": "^29.7.0", |
| 8761 | "jest-message-util": "^29.7.0", |
| 8762 | "jest-runtime": "^29.7.0", |
| 8763 | "jest-snapshot": "^29.7.0", |
| 8764 | "jest-util": "^29.7.0", |
| 8765 | "p-limit": "^3.1.0", |
| 8766 | "pretty-format": "^29.7.0", |
| 8767 | "pure-rand": "^6.0.0", |
| 8768 | "slash": "^3.0.0", |
| 8769 | "stack-utils": "^2.0.3" |
| 8770 | }, |
| 8771 | "engines": { |
| 8772 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8773 | } |
| 8774 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 8775 | "node_modules/jest-cli": { |
| 8776 | "version": "29.7.0", |
| 8777 | "resolved": "https://registry.npmmirror.com/jest-cli/-/jest-cli-29.7.0.tgz", |
| 8778 | "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", |
| 8779 | "dev": true, |
| 8780 | "license": "MIT", |
| 8781 | "dependencies": { |
| 8782 | "@jest/core": "^29.7.0", |
| 8783 | "@jest/test-result": "^29.7.0", |
| 8784 | "@jest/types": "^29.6.3", |
| 8785 | "chalk": "^4.0.0", |
| 8786 | "create-jest": "^29.7.0", |
| 8787 | "exit": "^0.1.2", |
| 8788 | "import-local": "^3.0.2", |
| 8789 | "jest-config": "^29.7.0", |
| 8790 | "jest-util": "^29.7.0", |
| 8791 | "jest-validate": "^29.7.0", |
| 8792 | "yargs": "^17.3.1" |
| 8793 | }, |
| 8794 | "bin": { |
| 8795 | "jest": "bin/jest.js" |
| 8796 | }, |
| 8797 | "engines": { |
| 8798 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8799 | }, |
| 8800 | "peerDependencies": { |
| 8801 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 8802 | }, |
| 8803 | "peerDependenciesMeta": { |
| 8804 | "node-notifier": { |
| 8805 | "optional": true |
| 8806 | } |
| 8807 | } |
| 8808 | }, |
| 8809 | "node_modules/jest-config": { |
| 8810 | "version": "29.7.0", |
| 8811 | "resolved": "https://registry.npmmirror.com/jest-config/-/jest-config-29.7.0.tgz", |
| 8812 | "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", |
| 8813 | "dev": true, |
| 8814 | "license": "MIT", |
| 8815 | "dependencies": { |
| 8816 | "@babel/core": "^7.11.6", |
| 8817 | "@jest/test-sequencer": "^29.7.0", |
| 8818 | "@jest/types": "^29.6.3", |
| 8819 | "babel-jest": "^29.7.0", |
| 8820 | "chalk": "^4.0.0", |
| 8821 | "ci-info": "^3.2.0", |
| 8822 | "deepmerge": "^4.2.2", |
| 8823 | "glob": "^7.1.3", |
| 8824 | "graceful-fs": "^4.2.9", |
| 8825 | "jest-circus": "^29.7.0", |
| 8826 | "jest-environment-node": "^29.7.0", |
| 8827 | "jest-get-type": "^29.6.3", |
| 8828 | "jest-regex-util": "^29.6.3", |
| 8829 | "jest-resolve": "^29.7.0", |
| 8830 | "jest-runner": "^29.7.0", |
| 8831 | "jest-util": "^29.7.0", |
| 8832 | "jest-validate": "^29.7.0", |
| 8833 | "micromatch": "^4.0.4", |
| 8834 | "parse-json": "^5.2.0", |
| 8835 | "pretty-format": "^29.7.0", |
| 8836 | "slash": "^3.0.0", |
| 8837 | "strip-json-comments": "^3.1.1" |
| 8838 | }, |
| 8839 | "engines": { |
| 8840 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8841 | }, |
| 8842 | "peerDependencies": { |
| 8843 | "@types/node": "*", |
| 8844 | "ts-node": ">=9.0.0" |
| 8845 | }, |
| 8846 | "peerDependenciesMeta": { |
| 8847 | "@types/node": { |
| 8848 | "optional": true |
| 8849 | }, |
| 8850 | "ts-node": { |
| 8851 | "optional": true |
| 8852 | } |
| 8853 | } |
| 8854 | }, |
| 8855 | "node_modules/jest-diff": { |
| 8856 | "version": "29.7.0", |
| 8857 | "resolved": "https://registry.npmmirror.com/jest-diff/-/jest-diff-29.7.0.tgz", |
| 8858 | "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", |
| 8859 | "license": "MIT", |
| 8860 | "dependencies": { |
| 8861 | "chalk": "^4.0.0", |
| 8862 | "diff-sequences": "^29.6.3", |
| 8863 | "jest-get-type": "^29.6.3", |
| 8864 | "pretty-format": "^29.7.0" |
| 8865 | }, |
| 8866 | "engines": { |
| 8867 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8868 | } |
| 8869 | }, |
| 8870 | "node_modules/jest-docblock": { |
| 8871 | "version": "29.7.0", |
| 8872 | "resolved": "https://registry.npmmirror.com/jest-docblock/-/jest-docblock-29.7.0.tgz", |
| 8873 | "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", |
| 8874 | "dev": true, |
| 8875 | "license": "MIT", |
| 8876 | "dependencies": { |
| 8877 | "detect-newline": "^3.0.0" |
| 8878 | }, |
| 8879 | "engines": { |
| 8880 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8881 | } |
| 8882 | }, |
| 8883 | "node_modules/jest-each": { |
| 8884 | "version": "29.7.0", |
| 8885 | "resolved": "https://registry.npmmirror.com/jest-each/-/jest-each-29.7.0.tgz", |
| 8886 | "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", |
| 8887 | "dev": true, |
| 8888 | "license": "MIT", |
| 8889 | "dependencies": { |
| 8890 | "@jest/types": "^29.6.3", |
| 8891 | "chalk": "^4.0.0", |
| 8892 | "jest-get-type": "^29.6.3", |
| 8893 | "jest-util": "^29.7.0", |
| 8894 | "pretty-format": "^29.7.0" |
| 8895 | }, |
| 8896 | "engines": { |
| 8897 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8898 | } |
| 8899 | }, |
| 8900 | "node_modules/jest-environment-jsdom": { |
| 8901 | "version": "29.7.0", |
| 8902 | "resolved": "https://registry.npmmirror.com/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz", |
| 8903 | "integrity": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==", |
| 8904 | "license": "MIT", |
| 8905 | "dependencies": { |
| 8906 | "@jest/environment": "^29.7.0", |
| 8907 | "@jest/fake-timers": "^29.7.0", |
| 8908 | "@jest/types": "^29.6.3", |
| 8909 | "@types/jsdom": "^20.0.0", |
| 8910 | "@types/node": "*", |
| 8911 | "jest-mock": "^29.7.0", |
| 8912 | "jest-util": "^29.7.0", |
| 8913 | "jsdom": "^20.0.0" |
| 8914 | }, |
| 8915 | "engines": { |
| 8916 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8917 | }, |
| 8918 | "peerDependencies": { |
| 8919 | "canvas": "^2.5.0" |
| 8920 | }, |
| 8921 | "peerDependenciesMeta": { |
| 8922 | "canvas": { |
| 8923 | "optional": true |
| 8924 | } |
| 8925 | } |
| 8926 | }, |
| 8927 | "node_modules/jest-environment-node": { |
| 8928 | "version": "29.7.0", |
| 8929 | "resolved": "https://registry.npmmirror.com/jest-environment-node/-/jest-environment-node-29.7.0.tgz", |
| 8930 | "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", |
| 8931 | "dev": true, |
| 8932 | "license": "MIT", |
| 8933 | "dependencies": { |
| 8934 | "@jest/environment": "^29.7.0", |
| 8935 | "@jest/fake-timers": "^29.7.0", |
| 8936 | "@jest/types": "^29.6.3", |
| 8937 | "@types/node": "*", |
| 8938 | "jest-mock": "^29.7.0", |
| 8939 | "jest-util": "^29.7.0" |
| 8940 | }, |
| 8941 | "engines": { |
| 8942 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8943 | } |
| 8944 | }, |
| 8945 | "node_modules/jest-get-type": { |
| 8946 | "version": "29.6.3", |
| 8947 | "resolved": "https://registry.npmmirror.com/jest-get-type/-/jest-get-type-29.6.3.tgz", |
| 8948 | "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", |
| 8949 | "license": "MIT", |
| 8950 | "engines": { |
| 8951 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8952 | } |
| 8953 | }, |
| 8954 | "node_modules/jest-haste-map": { |
| 8955 | "version": "29.7.0", |
| 8956 | "resolved": "https://registry.npmmirror.com/jest-haste-map/-/jest-haste-map-29.7.0.tgz", |
| 8957 | "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", |
| 8958 | "license": "MIT", |
| 8959 | "dependencies": { |
| 8960 | "@jest/types": "^29.6.3", |
| 8961 | "@types/graceful-fs": "^4.1.3", |
| 8962 | "@types/node": "*", |
| 8963 | "anymatch": "^3.0.3", |
| 8964 | "fb-watchman": "^2.0.0", |
| 8965 | "graceful-fs": "^4.2.9", |
| 8966 | "jest-regex-util": "^29.6.3", |
| 8967 | "jest-util": "^29.7.0", |
| 8968 | "jest-worker": "^29.7.0", |
| 8969 | "micromatch": "^4.0.4", |
| 8970 | "walker": "^1.0.8" |
| 8971 | }, |
| 8972 | "engines": { |
| 8973 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8974 | }, |
| 8975 | "optionalDependencies": { |
| 8976 | "fsevents": "^2.3.2" |
| 8977 | } |
| 8978 | }, |
| 8979 | "node_modules/jest-leak-detector": { |
| 8980 | "version": "29.7.0", |
| 8981 | "resolved": "https://registry.npmmirror.com/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", |
| 8982 | "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", |
| 8983 | "dev": true, |
| 8984 | "license": "MIT", |
| 8985 | "dependencies": { |
| 8986 | "jest-get-type": "^29.6.3", |
| 8987 | "pretty-format": "^29.7.0" |
| 8988 | }, |
| 8989 | "engines": { |
| 8990 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8991 | } |
| 8992 | }, |
| 8993 | "node_modules/jest-matcher-utils": { |
| 8994 | "version": "29.7.0", |
| 8995 | "resolved": "https://registry.npmmirror.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", |
| 8996 | "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", |
| 8997 | "license": "MIT", |
| 8998 | "dependencies": { |
| 8999 | "chalk": "^4.0.0", |
| 9000 | "jest-diff": "^29.7.0", |
| 9001 | "jest-get-type": "^29.6.3", |
| 9002 | "pretty-format": "^29.7.0" |
| 9003 | }, |
| 9004 | "engines": { |
| 9005 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9006 | } |
| 9007 | }, |
| 9008 | "node_modules/jest-message-util": { |
| 9009 | "version": "29.7.0", |
| 9010 | "resolved": "https://registry.npmmirror.com/jest-message-util/-/jest-message-util-29.7.0.tgz", |
| 9011 | "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", |
| 9012 | "license": "MIT", |
| 9013 | "dependencies": { |
| 9014 | "@babel/code-frame": "^7.12.13", |
| 9015 | "@jest/types": "^29.6.3", |
| 9016 | "@types/stack-utils": "^2.0.0", |
| 9017 | "chalk": "^4.0.0", |
| 9018 | "graceful-fs": "^4.2.9", |
| 9019 | "micromatch": "^4.0.4", |
| 9020 | "pretty-format": "^29.7.0", |
| 9021 | "slash": "^3.0.0", |
| 9022 | "stack-utils": "^2.0.3" |
| 9023 | }, |
| 9024 | "engines": { |
| 9025 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9026 | } |
| 9027 | }, |
| 9028 | "node_modules/jest-mock": { |
| 9029 | "version": "29.7.0", |
| 9030 | "resolved": "https://registry.npmmirror.com/jest-mock/-/jest-mock-29.7.0.tgz", |
| 9031 | "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", |
| 9032 | "license": "MIT", |
| 9033 | "dependencies": { |
| 9034 | "@jest/types": "^29.6.3", |
| 9035 | "@types/node": "*", |
| 9036 | "jest-util": "^29.7.0" |
| 9037 | }, |
| 9038 | "engines": { |
| 9039 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9040 | } |
| 9041 | }, |
| 9042 | "node_modules/jest-pnp-resolver": { |
| 9043 | "version": "1.2.3", |
| 9044 | "resolved": "https://registry.npmmirror.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", |
| 9045 | "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", |
| 9046 | "dev": true, |
| 9047 | "license": "MIT", |
| 9048 | "engines": { |
| 9049 | "node": ">=6" |
| 9050 | }, |
| 9051 | "peerDependencies": { |
| 9052 | "jest-resolve": "*" |
| 9053 | }, |
| 9054 | "peerDependenciesMeta": { |
| 9055 | "jest-resolve": { |
| 9056 | "optional": true |
| 9057 | } |
| 9058 | } |
| 9059 | }, |
| 9060 | "node_modules/jest-regex-util": { |
| 9061 | "version": "29.6.3", |
| 9062 | "resolved": "https://registry.npmmirror.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz", |
| 9063 | "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", |
| 9064 | "license": "MIT", |
| 9065 | "engines": { |
| 9066 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9067 | } |
| 9068 | }, |
| 9069 | "node_modules/jest-resolve": { |
| 9070 | "version": "29.7.0", |
| 9071 | "resolved": "https://registry.npmmirror.com/jest-resolve/-/jest-resolve-29.7.0.tgz", |
| 9072 | "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", |
| 9073 | "dev": true, |
| 9074 | "license": "MIT", |
| 9075 | "dependencies": { |
| 9076 | "chalk": "^4.0.0", |
| 9077 | "graceful-fs": "^4.2.9", |
| 9078 | "jest-haste-map": "^29.7.0", |
| 9079 | "jest-pnp-resolver": "^1.2.2", |
| 9080 | "jest-util": "^29.7.0", |
| 9081 | "jest-validate": "^29.7.0", |
| 9082 | "resolve": "^1.20.0", |
| 9083 | "resolve.exports": "^2.0.0", |
| 9084 | "slash": "^3.0.0" |
| 9085 | }, |
| 9086 | "engines": { |
| 9087 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9088 | } |
| 9089 | }, |
| 9090 | "node_modules/jest-resolve-dependencies": { |
| 9091 | "version": "29.7.0", |
| 9092 | "resolved": "https://registry.npmmirror.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", |
| 9093 | "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", |
| 9094 | "dev": true, |
| 9095 | "license": "MIT", |
| 9096 | "dependencies": { |
| 9097 | "jest-regex-util": "^29.6.3", |
| 9098 | "jest-snapshot": "^29.7.0" |
| 9099 | }, |
| 9100 | "engines": { |
| 9101 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9102 | } |
| 9103 | }, |
| 9104 | "node_modules/jest-runner": { |
| 9105 | "version": "29.7.0", |
| 9106 | "resolved": "https://registry.npmmirror.com/jest-runner/-/jest-runner-29.7.0.tgz", |
| 9107 | "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", |
| 9108 | "dev": true, |
| 9109 | "license": "MIT", |
| 9110 | "dependencies": { |
| 9111 | "@jest/console": "^29.7.0", |
| 9112 | "@jest/environment": "^29.7.0", |
| 9113 | "@jest/test-result": "^29.7.0", |
| 9114 | "@jest/transform": "^29.7.0", |
| 9115 | "@jest/types": "^29.6.3", |
| 9116 | "@types/node": "*", |
| 9117 | "chalk": "^4.0.0", |
| 9118 | "emittery": "^0.13.1", |
| 9119 | "graceful-fs": "^4.2.9", |
| 9120 | "jest-docblock": "^29.7.0", |
| 9121 | "jest-environment-node": "^29.7.0", |
| 9122 | "jest-haste-map": "^29.7.0", |
| 9123 | "jest-leak-detector": "^29.7.0", |
| 9124 | "jest-message-util": "^29.7.0", |
| 9125 | "jest-resolve": "^29.7.0", |
| 9126 | "jest-runtime": "^29.7.0", |
| 9127 | "jest-util": "^29.7.0", |
| 9128 | "jest-watcher": "^29.7.0", |
| 9129 | "jest-worker": "^29.7.0", |
| 9130 | "p-limit": "^3.1.0", |
| 9131 | "source-map-support": "0.5.13" |
| 9132 | }, |
| 9133 | "engines": { |
| 9134 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9135 | } |
| 9136 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9137 | "node_modules/jest-runner/node_modules/source-map-support": { |
| 9138 | "version": "0.5.13", |
| 9139 | "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.13.tgz", |
| 9140 | "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", |
| 9141 | "dev": true, |
| 9142 | "license": "MIT", |
| 9143 | "dependencies": { |
| 9144 | "buffer-from": "^1.0.0", |
| 9145 | "source-map": "^0.6.0" |
| 9146 | } |
| 9147 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9148 | "node_modules/jest-runtime": { |
| 9149 | "version": "29.7.0", |
| 9150 | "resolved": "https://registry.npmmirror.com/jest-runtime/-/jest-runtime-29.7.0.tgz", |
| 9151 | "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", |
| 9152 | "dev": true, |
| 9153 | "license": "MIT", |
| 9154 | "dependencies": { |
| 9155 | "@jest/environment": "^29.7.0", |
| 9156 | "@jest/fake-timers": "^29.7.0", |
| 9157 | "@jest/globals": "^29.7.0", |
| 9158 | "@jest/source-map": "^29.6.3", |
| 9159 | "@jest/test-result": "^29.7.0", |
| 9160 | "@jest/transform": "^29.7.0", |
| 9161 | "@jest/types": "^29.6.3", |
| 9162 | "@types/node": "*", |
| 9163 | "chalk": "^4.0.0", |
| 9164 | "cjs-module-lexer": "^1.0.0", |
| 9165 | "collect-v8-coverage": "^1.0.0", |
| 9166 | "glob": "^7.1.3", |
| 9167 | "graceful-fs": "^4.2.9", |
| 9168 | "jest-haste-map": "^29.7.0", |
| 9169 | "jest-message-util": "^29.7.0", |
| 9170 | "jest-mock": "^29.7.0", |
| 9171 | "jest-regex-util": "^29.6.3", |
| 9172 | "jest-resolve": "^29.7.0", |
| 9173 | "jest-snapshot": "^29.7.0", |
| 9174 | "jest-util": "^29.7.0", |
| 9175 | "slash": "^3.0.0", |
| 9176 | "strip-bom": "^4.0.0" |
| 9177 | }, |
| 9178 | "engines": { |
| 9179 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9180 | } |
| 9181 | }, |
| 9182 | "node_modules/jest-snapshot": { |
| 9183 | "version": "29.7.0", |
| 9184 | "resolved": "https://registry.npmmirror.com/jest-snapshot/-/jest-snapshot-29.7.0.tgz", |
| 9185 | "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", |
| 9186 | "license": "MIT", |
| 9187 | "dependencies": { |
| 9188 | "@babel/core": "^7.11.6", |
| 9189 | "@babel/generator": "^7.7.2", |
| 9190 | "@babel/plugin-syntax-jsx": "^7.7.2", |
| 9191 | "@babel/plugin-syntax-typescript": "^7.7.2", |
| 9192 | "@babel/types": "^7.3.3", |
| 9193 | "@jest/expect-utils": "^29.7.0", |
| 9194 | "@jest/transform": "^29.7.0", |
| 9195 | "@jest/types": "^29.6.3", |
| 9196 | "babel-preset-current-node-syntax": "^1.0.0", |
| 9197 | "chalk": "^4.0.0", |
| 9198 | "expect": "^29.7.0", |
| 9199 | "graceful-fs": "^4.2.9", |
| 9200 | "jest-diff": "^29.7.0", |
| 9201 | "jest-get-type": "^29.6.3", |
| 9202 | "jest-matcher-utils": "^29.7.0", |
| 9203 | "jest-message-util": "^29.7.0", |
| 9204 | "jest-util": "^29.7.0", |
| 9205 | "natural-compare": "^1.4.0", |
| 9206 | "pretty-format": "^29.7.0", |
| 9207 | "semver": "^7.5.3" |
| 9208 | }, |
| 9209 | "engines": { |
| 9210 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9211 | } |
| 9212 | }, |
| 9213 | "node_modules/jest-snapshot/node_modules/semver": { |
| 9214 | "version": "7.7.1", |
| 9215 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 9216 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 9217 | "license": "ISC", |
| 9218 | "bin": { |
| 9219 | "semver": "bin/semver.js" |
| 9220 | }, |
| 9221 | "engines": { |
| 9222 | "node": ">=10" |
| 9223 | } |
| 9224 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9225 | "node_modules/jest-util": { |
| 9226 | "version": "29.7.0", |
| 9227 | "resolved": "https://registry.npmmirror.com/jest-util/-/jest-util-29.7.0.tgz", |
| 9228 | "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", |
| 9229 | "license": "MIT", |
| 9230 | "dependencies": { |
| 9231 | "@jest/types": "^29.6.3", |
| 9232 | "@types/node": "*", |
| 9233 | "chalk": "^4.0.0", |
| 9234 | "ci-info": "^3.2.0", |
| 9235 | "graceful-fs": "^4.2.9", |
| 9236 | "picomatch": "^2.2.3" |
| 9237 | }, |
| 9238 | "engines": { |
| 9239 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9240 | } |
| 9241 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9242 | "node_modules/jest-validate": { |
| 9243 | "version": "29.7.0", |
| 9244 | "resolved": "https://registry.npmmirror.com/jest-validate/-/jest-validate-29.7.0.tgz", |
| 9245 | "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", |
| 9246 | "dev": true, |
| 9247 | "license": "MIT", |
| 9248 | "dependencies": { |
| 9249 | "@jest/types": "^29.6.3", |
| 9250 | "camelcase": "^6.2.0", |
| 9251 | "chalk": "^4.0.0", |
| 9252 | "jest-get-type": "^29.6.3", |
| 9253 | "leven": "^3.1.0", |
| 9254 | "pretty-format": "^29.7.0" |
| 9255 | }, |
| 9256 | "engines": { |
| 9257 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9258 | } |
| 9259 | }, |
| 9260 | "node_modules/jest-validate/node_modules/camelcase": { |
| 9261 | "version": "6.3.0", |
| 9262 | "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz", |
| 9263 | "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", |
| 9264 | "dev": true, |
| 9265 | "license": "MIT", |
| 9266 | "engines": { |
| 9267 | "node": ">=10" |
| 9268 | }, |
| 9269 | "funding": { |
| 9270 | "url": "https://github.com/sponsors/sindresorhus" |
| 9271 | } |
| 9272 | }, |
| 9273 | "node_modules/jest-watcher": { |
| 9274 | "version": "29.7.0", |
| 9275 | "resolved": "https://registry.npmmirror.com/jest-watcher/-/jest-watcher-29.7.0.tgz", |
| 9276 | "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", |
| 9277 | "dev": true, |
| 9278 | "license": "MIT", |
| 9279 | "dependencies": { |
| 9280 | "@jest/test-result": "^29.7.0", |
| 9281 | "@jest/types": "^29.6.3", |
| 9282 | "@types/node": "*", |
| 9283 | "ansi-escapes": "^4.2.1", |
| 9284 | "chalk": "^4.0.0", |
| 9285 | "emittery": "^0.13.1", |
| 9286 | "jest-util": "^29.7.0", |
| 9287 | "string-length": "^4.0.1" |
| 9288 | }, |
| 9289 | "engines": { |
| 9290 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9291 | } |
| 9292 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9293 | "node_modules/jest-worker": { |
| 9294 | "version": "29.7.0", |
| 9295 | "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-29.7.0.tgz", |
| 9296 | "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", |
| 9297 | "license": "MIT", |
| 9298 | "dependencies": { |
| 9299 | "@types/node": "*", |
| 9300 | "jest-util": "^29.7.0", |
| 9301 | "merge-stream": "^2.0.0", |
| 9302 | "supports-color": "^8.0.0" |
| 9303 | }, |
| 9304 | "engines": { |
| 9305 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9306 | } |
| 9307 | }, |
| 9308 | "node_modules/jiti": { |
| 9309 | "version": "1.21.7", |
| 9310 | "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.7.tgz", |
| 9311 | "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", |
| 9312 | "dev": true, |
| 9313 | "license": "MIT", |
| 9314 | "bin": { |
| 9315 | "jiti": "bin/jiti.js" |
| 9316 | } |
| 9317 | }, |
| 9318 | "node_modules/js-tokens": { |
| 9319 | "version": "4.0.0", |
| 9320 | "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", |
| 9321 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
| 9322 | "license": "MIT" |
| 9323 | }, |
| 9324 | "node_modules/js-yaml": { |
| 9325 | "version": "4.1.0", |
| 9326 | "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", |
| 9327 | "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", |
| 9328 | "dev": true, |
| 9329 | "license": "MIT", |
| 9330 | "dependencies": { |
| 9331 | "argparse": "^2.0.1" |
| 9332 | }, |
| 9333 | "bin": { |
| 9334 | "js-yaml": "bin/js-yaml.js" |
| 9335 | } |
| 9336 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9337 | "node_modules/jsdom": { |
| 9338 | "version": "20.0.3", |
| 9339 | "resolved": "https://registry.npmmirror.com/jsdom/-/jsdom-20.0.3.tgz", |
| 9340 | "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", |
| 9341 | "license": "MIT", |
| 9342 | "dependencies": { |
| 9343 | "abab": "^2.0.6", |
| 9344 | "acorn": "^8.8.1", |
| 9345 | "acorn-globals": "^7.0.0", |
| 9346 | "cssom": "^0.5.0", |
| 9347 | "cssstyle": "^2.3.0", |
| 9348 | "data-urls": "^3.0.2", |
| 9349 | "decimal.js": "^10.4.2", |
| 9350 | "domexception": "^4.0.0", |
| 9351 | "escodegen": "^2.0.0", |
| 9352 | "form-data": "^4.0.0", |
| 9353 | "html-encoding-sniffer": "^3.0.0", |
| 9354 | "http-proxy-agent": "^5.0.0", |
| 9355 | "https-proxy-agent": "^5.0.1", |
| 9356 | "is-potential-custom-element-name": "^1.0.1", |
| 9357 | "nwsapi": "^2.2.2", |
| 9358 | "parse5": "^7.1.1", |
| 9359 | "saxes": "^6.0.0", |
| 9360 | "symbol-tree": "^3.2.4", |
| 9361 | "tough-cookie": "^4.1.2", |
| 9362 | "w3c-xmlserializer": "^4.0.0", |
| 9363 | "webidl-conversions": "^7.0.0", |
| 9364 | "whatwg-encoding": "^2.0.0", |
| 9365 | "whatwg-mimetype": "^3.0.0", |
| 9366 | "whatwg-url": "^11.0.0", |
| 9367 | "ws": "^8.11.0", |
| 9368 | "xml-name-validator": "^4.0.0" |
| 9369 | }, |
| 9370 | "engines": { |
| 9371 | "node": ">=14" |
| 9372 | }, |
| 9373 | "peerDependencies": { |
| 9374 | "canvas": "^2.5.0" |
| 9375 | }, |
| 9376 | "peerDependenciesMeta": { |
| 9377 | "canvas": { |
| 9378 | "optional": true |
| 9379 | } |
| 9380 | } |
| 9381 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9382 | "node_modules/jsesc": { |
| 9383 | "version": "3.1.0", |
| 9384 | "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz", |
| 9385 | "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
| 9386 | "license": "MIT", |
| 9387 | "bin": { |
| 9388 | "jsesc": "bin/jsesc" |
| 9389 | }, |
| 9390 | "engines": { |
| 9391 | "node": ">=6" |
| 9392 | } |
| 9393 | }, |
| 9394 | "node_modules/json-parse-even-better-errors": { |
| 9395 | "version": "2.3.1", |
| 9396 | "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", |
| 9397 | "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", |
| 9398 | "license": "MIT" |
| 9399 | }, |
| 9400 | "node_modules/json-schema-traverse": { |
| 9401 | "version": "1.0.0", |
| 9402 | "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", |
| 9403 | "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", |
| 9404 | "license": "MIT" |
| 9405 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 9406 | "node_modules/json2mq": { |
| 9407 | "version": "0.2.0", |
| 9408 | "resolved": "https://registry.npmmirror.com/json2mq/-/json2mq-0.2.0.tgz", |
| 9409 | "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==", |
| 9410 | "license": "MIT", |
| 9411 | "dependencies": { |
| 9412 | "string-convert": "^0.2.0" |
| 9413 | } |
| 9414 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9415 | "node_modules/json5": { |
| 9416 | "version": "2.2.3", |
| 9417 | "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz", |
| 9418 | "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", |
| 9419 | "license": "MIT", |
| 9420 | "bin": { |
| 9421 | "json5": "lib/cli.js" |
| 9422 | }, |
| 9423 | "engines": { |
| 9424 | "node": ">=6" |
| 9425 | } |
| 9426 | }, |
| 9427 | "node_modules/kind-of": { |
| 9428 | "version": "6.0.3", |
| 9429 | "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz", |
| 9430 | "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", |
| 9431 | "license": "MIT", |
| 9432 | "engines": { |
| 9433 | "node": ">=0.10.0" |
| 9434 | } |
| 9435 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9436 | "node_modules/kleur": { |
| 9437 | "version": "3.0.3", |
| 9438 | "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz", |
| 9439 | "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", |
| 9440 | "dev": true, |
| 9441 | "license": "MIT", |
| 9442 | "engines": { |
| 9443 | "node": ">=6" |
| 9444 | } |
| 9445 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9446 | "node_modules/launch-editor": { |
| 9447 | "version": "2.10.0", |
| 9448 | "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.10.0.tgz", |
| 9449 | "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==", |
| 9450 | "dev": true, |
| 9451 | "license": "MIT", |
| 9452 | "dependencies": { |
| 9453 | "picocolors": "^1.0.0", |
| 9454 | "shell-quote": "^1.8.1" |
| 9455 | } |
| 9456 | }, |
| 9457 | "node_modules/less": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9458 | "version": "4.3.0", |
| 9459 | "resolved": "https://registry.npmmirror.com/less/-/less-4.3.0.tgz", |
| 9460 | "integrity": "sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9461 | "dev": true, |
| 9462 | "license": "Apache-2.0", |
| 9463 | "dependencies": { |
| 9464 | "copy-anything": "^2.0.1", |
| 9465 | "parse-node-version": "^1.0.1", |
| 9466 | "tslib": "^2.3.0" |
| 9467 | }, |
| 9468 | "bin": { |
| 9469 | "lessc": "bin/lessc" |
| 9470 | }, |
| 9471 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9472 | "node": ">=14" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9473 | }, |
| 9474 | "optionalDependencies": { |
| 9475 | "errno": "^0.1.1", |
| 9476 | "graceful-fs": "^4.1.2", |
| 9477 | "image-size": "~0.5.0", |
| 9478 | "make-dir": "^2.1.0", |
| 9479 | "mime": "^1.4.1", |
| 9480 | "needle": "^3.1.0", |
| 9481 | "source-map": "~0.6.0" |
| 9482 | } |
| 9483 | }, |
| 9484 | "node_modules/less-loader": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9485 | "version": "12.3.0", |
| 9486 | "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-12.3.0.tgz", |
| 9487 | "integrity": "sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9488 | "dev": true, |
| 9489 | "license": "MIT", |
| 9490 | "engines": { |
| 9491 | "node": ">= 18.12.0" |
| 9492 | }, |
| 9493 | "funding": { |
| 9494 | "type": "opencollective", |
| 9495 | "url": "https://opencollective.com/webpack" |
| 9496 | }, |
| 9497 | "peerDependencies": { |
| 9498 | "@rspack/core": "0.x || 1.x", |
| 9499 | "less": "^3.5.0 || ^4.0.0", |
| 9500 | "webpack": "^5.0.0" |
| 9501 | }, |
| 9502 | "peerDependenciesMeta": { |
| 9503 | "@rspack/core": { |
| 9504 | "optional": true |
| 9505 | }, |
| 9506 | "webpack": { |
| 9507 | "optional": true |
| 9508 | } |
| 9509 | } |
| 9510 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9511 | "node_modules/leven": { |
| 9512 | "version": "3.1.0", |
| 9513 | "resolved": "https://registry.npmmirror.com/leven/-/leven-3.1.0.tgz", |
| 9514 | "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", |
| 9515 | "dev": true, |
| 9516 | "license": "MIT", |
| 9517 | "engines": { |
| 9518 | "node": ">=6" |
| 9519 | } |
| 9520 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9521 | "node_modules/lilconfig": { |
| 9522 | "version": "3.1.3", |
| 9523 | "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz", |
| 9524 | "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9525 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9526 | "license": "MIT", |
| 9527 | "engines": { |
| 9528 | "node": ">=14" |
| 9529 | }, |
| 9530 | "funding": { |
| 9531 | "url": "https://github.com/sponsors/antonk52" |
| 9532 | } |
| 9533 | }, |
| 9534 | "node_modules/lines-and-columns": { |
| 9535 | "version": "1.2.4", |
| 9536 | "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz", |
| 9537 | "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9538 | "license": "MIT" |
| 9539 | }, |
| 9540 | "node_modules/loader-runner": { |
| 9541 | "version": "4.3.0", |
| 9542 | "resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz", |
| 9543 | "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", |
| 9544 | "license": "MIT", |
| 9545 | "engines": { |
| 9546 | "node": ">=6.11.5" |
| 9547 | } |
| 9548 | }, |
| 9549 | "node_modules/locate-path": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9550 | "version": "6.0.0", |
| 9551 | "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz", |
| 9552 | "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", |
| 9553 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9554 | "license": "MIT", |
| 9555 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9556 | "p-locate": "^5.0.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9557 | }, |
| 9558 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9559 | "node": ">=10" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9560 | }, |
| 9561 | "funding": { |
| 9562 | "url": "https://github.com/sponsors/sindresorhus" |
| 9563 | } |
| 9564 | }, |
| 9565 | "node_modules/lodash": { |
| 9566 | "version": "4.17.21", |
| 9567 | "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", |
| 9568 | "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", |
| 9569 | "license": "MIT" |
| 9570 | }, |
| 9571 | "node_modules/lodash.debounce": { |
| 9572 | "version": "4.0.8", |
| 9573 | "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz", |
| 9574 | "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", |
| 9575 | "license": "MIT" |
| 9576 | }, |
| 9577 | "node_modules/lodash.memoize": { |
| 9578 | "version": "4.1.2", |
| 9579 | "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz", |
| 9580 | "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9581 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9582 | "license": "MIT" |
| 9583 | }, |
| 9584 | "node_modules/lodash.uniq": { |
| 9585 | "version": "4.5.0", |
| 9586 | "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz", |
| 9587 | "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9588 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9589 | "license": "MIT" |
| 9590 | }, |
| 9591 | "node_modules/lower-case": { |
| 9592 | "version": "2.0.2", |
| 9593 | "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz", |
| 9594 | "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9595 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9596 | "license": "MIT", |
| 9597 | "dependencies": { |
| 9598 | "tslib": "^2.0.3" |
| 9599 | } |
| 9600 | }, |
| 9601 | "node_modules/lru-cache": { |
| 9602 | "version": "5.1.1", |
| 9603 | "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz", |
| 9604 | "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", |
| 9605 | "license": "ISC", |
| 9606 | "dependencies": { |
| 9607 | "yallist": "^3.0.2" |
| 9608 | } |
| 9609 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9610 | "node_modules/lz-string": { |
| 9611 | "version": "1.5.0", |
| 9612 | "resolved": "https://registry.npmmirror.com/lz-string/-/lz-string-1.5.0.tgz", |
| 9613 | "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", |
| 9614 | "dev": true, |
| 9615 | "license": "MIT", |
| 9616 | "peer": true, |
| 9617 | "bin": { |
| 9618 | "lz-string": "bin/bin.js" |
| 9619 | } |
| 9620 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9621 | "node_modules/make-dir": { |
| 9622 | "version": "2.1.0", |
| 9623 | "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz", |
| 9624 | "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", |
| 9625 | "dev": true, |
| 9626 | "license": "MIT", |
| 9627 | "optional": true, |
| 9628 | "dependencies": { |
| 9629 | "pify": "^4.0.1", |
| 9630 | "semver": "^5.6.0" |
| 9631 | }, |
| 9632 | "engines": { |
| 9633 | "node": ">=6" |
| 9634 | } |
| 9635 | }, |
| 9636 | "node_modules/make-dir/node_modules/semver": { |
| 9637 | "version": "5.7.2", |
| 9638 | "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz", |
| 9639 | "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", |
| 9640 | "dev": true, |
| 9641 | "license": "ISC", |
| 9642 | "optional": true, |
| 9643 | "bin": { |
| 9644 | "semver": "bin/semver" |
| 9645 | } |
| 9646 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9647 | "node_modules/make-error": { |
| 9648 | "version": "1.3.6", |
| 9649 | "resolved": "https://registry.npmmirror.com/make-error/-/make-error-1.3.6.tgz", |
| 9650 | "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", |
| 9651 | "dev": true, |
| 9652 | "license": "ISC" |
| 9653 | }, |
| 9654 | "node_modules/makeerror": { |
| 9655 | "version": "1.0.12", |
| 9656 | "resolved": "https://registry.npmmirror.com/makeerror/-/makeerror-1.0.12.tgz", |
| 9657 | "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", |
| 9658 | "license": "BSD-3-Clause", |
| 9659 | "dependencies": { |
| 9660 | "tmpl": "1.0.5" |
| 9661 | } |
| 9662 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9663 | "node_modules/math-intrinsics": { |
| 9664 | "version": "1.1.0", |
| 9665 | "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz", |
| 9666 | "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", |
| 9667 | "license": "MIT", |
| 9668 | "engines": { |
| 9669 | "node": ">= 0.4" |
| 9670 | } |
| 9671 | }, |
| 9672 | "node_modules/mdn-data": { |
| 9673 | "version": "2.0.30", |
| 9674 | "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz", |
| 9675 | "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9676 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9677 | "license": "CC0-1.0" |
| 9678 | }, |
| 9679 | "node_modules/media-typer": { |
| 9680 | "version": "0.3.0", |
| 9681 | "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz", |
| 9682 | "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", |
| 9683 | "dev": true, |
| 9684 | "license": "MIT", |
| 9685 | "engines": { |
| 9686 | "node": ">= 0.6" |
| 9687 | } |
| 9688 | }, |
| 9689 | "node_modules/memfs": { |
| 9690 | "version": "4.17.0", |
| 9691 | "resolved": "https://registry.npmmirror.com/memfs/-/memfs-4.17.0.tgz", |
| 9692 | "integrity": "sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==", |
| 9693 | "dev": true, |
| 9694 | "license": "Apache-2.0", |
| 9695 | "dependencies": { |
| 9696 | "@jsonjoy.com/json-pack": "^1.0.3", |
| 9697 | "@jsonjoy.com/util": "^1.3.0", |
| 9698 | "tree-dump": "^1.0.1", |
| 9699 | "tslib": "^2.0.0" |
| 9700 | }, |
| 9701 | "engines": { |
| 9702 | "node": ">= 4.0.0" |
| 9703 | }, |
| 9704 | "funding": { |
| 9705 | "type": "github", |
| 9706 | "url": "https://github.com/sponsors/streamich" |
| 9707 | } |
| 9708 | }, |
| 9709 | "node_modules/merge-descriptors": { |
| 9710 | "version": "1.0.3", |
| 9711 | "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz", |
| 9712 | "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", |
| 9713 | "dev": true, |
| 9714 | "license": "MIT", |
| 9715 | "funding": { |
| 9716 | "url": "https://github.com/sponsors/sindresorhus" |
| 9717 | } |
| 9718 | }, |
| 9719 | "node_modules/merge-stream": { |
| 9720 | "version": "2.0.0", |
| 9721 | "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz", |
| 9722 | "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", |
| 9723 | "license": "MIT" |
| 9724 | }, |
| 9725 | "node_modules/methods": { |
| 9726 | "version": "1.1.2", |
| 9727 | "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz", |
| 9728 | "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", |
| 9729 | "dev": true, |
| 9730 | "license": "MIT", |
| 9731 | "engines": { |
| 9732 | "node": ">= 0.6" |
| 9733 | } |
| 9734 | }, |
| 9735 | "node_modules/micromatch": { |
| 9736 | "version": "4.0.8", |
| 9737 | "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", |
| 9738 | "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9739 | "license": "MIT", |
| 9740 | "dependencies": { |
| 9741 | "braces": "^3.0.3", |
| 9742 | "picomatch": "^2.3.1" |
| 9743 | }, |
| 9744 | "engines": { |
| 9745 | "node": ">=8.6" |
| 9746 | } |
| 9747 | }, |
| 9748 | "node_modules/mime": { |
| 9749 | "version": "1.6.0", |
| 9750 | "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz", |
| 9751 | "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", |
| 9752 | "dev": true, |
| 9753 | "license": "MIT", |
| 9754 | "bin": { |
| 9755 | "mime": "cli.js" |
| 9756 | }, |
| 9757 | "engines": { |
| 9758 | "node": ">=4" |
| 9759 | } |
| 9760 | }, |
| 9761 | "node_modules/mime-db": { |
| 9762 | "version": "1.52.0", |
| 9763 | "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", |
| 9764 | "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", |
| 9765 | "license": "MIT", |
| 9766 | "engines": { |
| 9767 | "node": ">= 0.6" |
| 9768 | } |
| 9769 | }, |
| 9770 | "node_modules/mime-types": { |
| 9771 | "version": "2.1.35", |
| 9772 | "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", |
| 9773 | "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", |
| 9774 | "license": "MIT", |
| 9775 | "dependencies": { |
| 9776 | "mime-db": "1.52.0" |
| 9777 | }, |
| 9778 | "engines": { |
| 9779 | "node": ">= 0.6" |
| 9780 | } |
| 9781 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9782 | "node_modules/mimic-fn": { |
| 9783 | "version": "2.1.0", |
| 9784 | "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz", |
| 9785 | "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", |
| 9786 | "dev": true, |
| 9787 | "license": "MIT", |
| 9788 | "engines": { |
| 9789 | "node": ">=6" |
| 9790 | } |
| 9791 | }, |
| 9792 | "node_modules/min-indent": { |
| 9793 | "version": "1.0.1", |
| 9794 | "resolved": "https://registry.npmmirror.com/min-indent/-/min-indent-1.0.1.tgz", |
| 9795 | "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", |
| 9796 | "dev": true, |
| 9797 | "license": "MIT", |
| 9798 | "engines": { |
| 9799 | "node": ">=4" |
| 9800 | } |
| 9801 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9802 | "node_modules/mini-css-extract-plugin": { |
| 9803 | "version": "2.9.2", |
| 9804 | "resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", |
| 9805 | "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9806 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9807 | "license": "MIT", |
| 9808 | "dependencies": { |
| 9809 | "schema-utils": "^4.0.0", |
| 9810 | "tapable": "^2.2.1" |
| 9811 | }, |
| 9812 | "engines": { |
| 9813 | "node": ">= 12.13.0" |
| 9814 | }, |
| 9815 | "funding": { |
| 9816 | "type": "opencollective", |
| 9817 | "url": "https://opencollective.com/webpack" |
| 9818 | }, |
| 9819 | "peerDependencies": { |
| 9820 | "webpack": "^5.0.0" |
| 9821 | } |
| 9822 | }, |
| 9823 | "node_modules/minimalistic-assert": { |
| 9824 | "version": "1.0.1", |
| 9825 | "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", |
| 9826 | "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", |
| 9827 | "dev": true, |
| 9828 | "license": "ISC" |
| 9829 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9830 | "node_modules/minimatch": { |
| 9831 | "version": "3.1.2", |
| 9832 | "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz", |
| 9833 | "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", |
| 9834 | "license": "ISC", |
| 9835 | "dependencies": { |
| 9836 | "brace-expansion": "^1.1.7" |
| 9837 | }, |
| 9838 | "engines": { |
| 9839 | "node": "*" |
| 9840 | } |
| 9841 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9842 | "node_modules/mock": { |
| 9843 | "version": "0.1.1", |
| 9844 | "resolved": "https://registry.npmmirror.com/mock/-/mock-0.1.1.tgz", |
| 9845 | "integrity": "sha512-eJcWbgoaFUcPqU0g6AcuPKxoe83f7IPALr+dTwCwBN4Iuj4UlLzPtzUlsIpbLVzaXU0CkxP8PvLWKKlFDYdyCw==" |
| 9846 | }, |
| 9847 | "node_modules/mockjs": { |
| 9848 | "version": "1.1.0", |
| 9849 | "resolved": "https://registry.npmmirror.com/mockjs/-/mockjs-1.1.0.tgz", |
| 9850 | "integrity": "sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==", |
| 9851 | "dependencies": { |
| 9852 | "commander": "*" |
| 9853 | }, |
| 9854 | "bin": { |
| 9855 | "random": "bin/random" |
| 9856 | } |
| 9857 | }, |
| 9858 | "node_modules/ms": { |
| 9859 | "version": "2.1.3", |
| 9860 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", |
| 9861 | "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", |
| 9862 | "license": "MIT" |
| 9863 | }, |
| 9864 | "node_modules/multicast-dns": { |
| 9865 | "version": "7.2.5", |
| 9866 | "resolved": "https://registry.npmmirror.com/multicast-dns/-/multicast-dns-7.2.5.tgz", |
| 9867 | "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", |
| 9868 | "dev": true, |
| 9869 | "license": "MIT", |
| 9870 | "dependencies": { |
| 9871 | "dns-packet": "^5.2.2", |
| 9872 | "thunky": "^1.0.2" |
| 9873 | }, |
| 9874 | "bin": { |
| 9875 | "multicast-dns": "cli.js" |
| 9876 | } |
| 9877 | }, |
| 9878 | "node_modules/nanoid": { |
| 9879 | "version": "3.3.11", |
| 9880 | "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz", |
| 9881 | "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9882 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9883 | "funding": [ |
| 9884 | { |
| 9885 | "type": "github", |
| 9886 | "url": "https://github.com/sponsors/ai" |
| 9887 | } |
| 9888 | ], |
| 9889 | "license": "MIT", |
| 9890 | "bin": { |
| 9891 | "nanoid": "bin/nanoid.cjs" |
| 9892 | }, |
| 9893 | "engines": { |
| 9894 | "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
| 9895 | } |
| 9896 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9897 | "node_modules/natural-compare": { |
| 9898 | "version": "1.4.0", |
| 9899 | "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz", |
| 9900 | "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", |
| 9901 | "license": "MIT" |
| 9902 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9903 | "node_modules/needle": { |
| 9904 | "version": "3.3.1", |
| 9905 | "resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz", |
| 9906 | "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", |
| 9907 | "dev": true, |
| 9908 | "license": "MIT", |
| 9909 | "optional": true, |
| 9910 | "dependencies": { |
| 9911 | "iconv-lite": "^0.6.3", |
| 9912 | "sax": "^1.2.4" |
| 9913 | }, |
| 9914 | "bin": { |
| 9915 | "needle": "bin/needle" |
| 9916 | }, |
| 9917 | "engines": { |
| 9918 | "node": ">= 4.4.x" |
| 9919 | } |
| 9920 | }, |
| 9921 | "node_modules/negotiator": { |
| 9922 | "version": "0.6.4", |
| 9923 | "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.4.tgz", |
| 9924 | "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", |
| 9925 | "dev": true, |
| 9926 | "license": "MIT", |
| 9927 | "engines": { |
| 9928 | "node": ">= 0.6" |
| 9929 | } |
| 9930 | }, |
| 9931 | "node_modules/neo-async": { |
| 9932 | "version": "2.6.2", |
| 9933 | "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz", |
| 9934 | "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", |
| 9935 | "license": "MIT" |
| 9936 | }, |
| 9937 | "node_modules/no-case": { |
| 9938 | "version": "3.0.4", |
| 9939 | "resolved": "https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz", |
| 9940 | "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 9941 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9942 | "license": "MIT", |
| 9943 | "dependencies": { |
| 9944 | "lower-case": "^2.0.2", |
| 9945 | "tslib": "^2.0.3" |
| 9946 | } |
| 9947 | }, |
| 9948 | "node_modules/node-forge": { |
| 9949 | "version": "1.3.1", |
| 9950 | "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz", |
| 9951 | "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", |
| 9952 | "dev": true, |
| 9953 | "license": "(BSD-3-Clause OR GPL-2.0)", |
| 9954 | "engines": { |
| 9955 | "node": ">= 6.13.0" |
| 9956 | } |
| 9957 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9958 | "node_modules/node-int64": { |
| 9959 | "version": "0.4.0", |
| 9960 | "resolved": "https://registry.npmmirror.com/node-int64/-/node-int64-0.4.0.tgz", |
| 9961 | "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", |
| 9962 | "license": "MIT" |
| 9963 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9964 | "node_modules/node-releases": { |
| 9965 | "version": "2.0.19", |
| 9966 | "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz", |
| 9967 | "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", |
| 9968 | "license": "MIT" |
| 9969 | }, |
| 9970 | "node_modules/normalize-path": { |
| 9971 | "version": "3.0.0", |
| 9972 | "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz", |
| 9973 | "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 9974 | "license": "MIT", |
| 9975 | "engines": { |
| 9976 | "node": ">=0.10.0" |
| 9977 | } |
| 9978 | }, |
| 9979 | "node_modules/normalize-range": { |
| 9980 | "version": "0.1.2", |
| 9981 | "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz", |
| 9982 | "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", |
| 9983 | "dev": true, |
| 9984 | "license": "MIT", |
| 9985 | "engines": { |
| 9986 | "node": ">=0.10.0" |
| 9987 | } |
| 9988 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 9989 | "node_modules/npm-run-path": { |
| 9990 | "version": "4.0.1", |
| 9991 | "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz", |
| 9992 | "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", |
| 9993 | "dev": true, |
| 9994 | "license": "MIT", |
| 9995 | "dependencies": { |
| 9996 | "path-key": "^3.0.0" |
| 9997 | }, |
| 9998 | "engines": { |
| 9999 | "node": ">=8" |
| 10000 | } |
| 10001 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10002 | "node_modules/nth-check": { |
| 10003 | "version": "2.1.1", |
| 10004 | "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz", |
| 10005 | "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10006 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10007 | "license": "BSD-2-Clause", |
| 10008 | "dependencies": { |
| 10009 | "boolbase": "^1.0.0" |
| 10010 | }, |
| 10011 | "funding": { |
| 10012 | "url": "https://github.com/fb55/nth-check?sponsor=1" |
| 10013 | } |
| 10014 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 10015 | "node_modules/nwsapi": { |
| 10016 | "version": "2.2.20", |
| 10017 | "resolved": "https://registry.npmmirror.com/nwsapi/-/nwsapi-2.2.20.tgz", |
| 10018 | "integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==", |
| 10019 | "license": "MIT" |
| 10020 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10021 | "node_modules/object-inspect": { |
| 10022 | "version": "1.13.4", |
| 10023 | "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz", |
| 10024 | "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", |
| 10025 | "dev": true, |
| 10026 | "license": "MIT", |
| 10027 | "engines": { |
| 10028 | "node": ">= 0.4" |
| 10029 | }, |
| 10030 | "funding": { |
| 10031 | "url": "https://github.com/sponsors/ljharb" |
| 10032 | } |
| 10033 | }, |
| 10034 | "node_modules/obuf": { |
| 10035 | "version": "1.1.2", |
| 10036 | "resolved": "https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz", |
| 10037 | "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", |
| 10038 | "dev": true, |
| 10039 | "license": "MIT" |
| 10040 | }, |
| 10041 | "node_modules/on-finished": { |
| 10042 | "version": "2.4.1", |
| 10043 | "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz", |
| 10044 | "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", |
| 10045 | "dev": true, |
| 10046 | "license": "MIT", |
| 10047 | "dependencies": { |
| 10048 | "ee-first": "1.1.1" |
| 10049 | }, |
| 10050 | "engines": { |
| 10051 | "node": ">= 0.8" |
| 10052 | } |
| 10053 | }, |
| 10054 | "node_modules/on-headers": { |
| 10055 | "version": "1.0.2", |
| 10056 | "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz", |
| 10057 | "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", |
| 10058 | "dev": true, |
| 10059 | "license": "MIT", |
| 10060 | "engines": { |
| 10061 | "node": ">= 0.8" |
| 10062 | } |
| 10063 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 10064 | "node_modules/once": { |
| 10065 | "version": "1.4.0", |
| 10066 | "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", |
| 10067 | "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", |
| 10068 | "license": "ISC", |
| 10069 | "dependencies": { |
| 10070 | "wrappy": "1" |
| 10071 | } |
| 10072 | }, |
| 10073 | "node_modules/onetime": { |
| 10074 | "version": "5.1.2", |
| 10075 | "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz", |
| 10076 | "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", |
| 10077 | "dev": true, |
| 10078 | "license": "MIT", |
| 10079 | "dependencies": { |
| 10080 | "mimic-fn": "^2.1.0" |
| 10081 | }, |
| 10082 | "engines": { |
| 10083 | "node": ">=6" |
| 10084 | }, |
| 10085 | "funding": { |
| 10086 | "url": "https://github.com/sponsors/sindresorhus" |
| 10087 | } |
| 10088 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10089 | "node_modules/open": { |
| 10090 | "version": "10.1.0", |
| 10091 | "resolved": "https://registry.npmmirror.com/open/-/open-10.1.0.tgz", |
| 10092 | "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", |
| 10093 | "dev": true, |
| 10094 | "license": "MIT", |
| 10095 | "dependencies": { |
| 10096 | "default-browser": "^5.2.1", |
| 10097 | "define-lazy-prop": "^3.0.0", |
| 10098 | "is-inside-container": "^1.0.0", |
| 10099 | "is-wsl": "^3.1.0" |
| 10100 | }, |
| 10101 | "engines": { |
| 10102 | "node": ">=18" |
| 10103 | }, |
| 10104 | "funding": { |
| 10105 | "url": "https://github.com/sponsors/sindresorhus" |
| 10106 | } |
| 10107 | }, |
| 10108 | "node_modules/p-limit": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10109 | "version": "3.1.0", |
| 10110 | "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz", |
| 10111 | "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", |
| 10112 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10113 | "license": "MIT", |
| 10114 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10115 | "yocto-queue": "^0.1.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10116 | }, |
| 10117 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10118 | "node": ">=10" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10119 | }, |
| 10120 | "funding": { |
| 10121 | "url": "https://github.com/sponsors/sindresorhus" |
| 10122 | } |
| 10123 | }, |
| 10124 | "node_modules/p-locate": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10125 | "version": "5.0.0", |
| 10126 | "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz", |
| 10127 | "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", |
| 10128 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10129 | "license": "MIT", |
| 10130 | "dependencies": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10131 | "p-limit": "^3.0.2" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10132 | }, |
| 10133 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10134 | "node": ">=10" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10135 | }, |
| 10136 | "funding": { |
| 10137 | "url": "https://github.com/sponsors/sindresorhus" |
| 10138 | } |
| 10139 | }, |
| 10140 | "node_modules/p-retry": { |
| 10141 | "version": "6.2.1", |
| 10142 | "resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-6.2.1.tgz", |
| 10143 | "integrity": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==", |
| 10144 | "dev": true, |
| 10145 | "license": "MIT", |
| 10146 | "dependencies": { |
| 10147 | "@types/retry": "0.12.2", |
| 10148 | "is-network-error": "^1.0.0", |
| 10149 | "retry": "^0.13.1" |
| 10150 | }, |
| 10151 | "engines": { |
| 10152 | "node": ">=16.17" |
| 10153 | }, |
| 10154 | "funding": { |
| 10155 | "url": "https://github.com/sponsors/sindresorhus" |
| 10156 | } |
| 10157 | }, |
| 10158 | "node_modules/p-try": { |
| 10159 | "version": "2.2.0", |
| 10160 | "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz", |
| 10161 | "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", |
| 10162 | "license": "MIT", |
| 10163 | "engines": { |
| 10164 | "node": ">=6" |
| 10165 | } |
| 10166 | }, |
| 10167 | "node_modules/param-case": { |
| 10168 | "version": "3.0.4", |
| 10169 | "resolved": "https://registry.npmmirror.com/param-case/-/param-case-3.0.4.tgz", |
| 10170 | "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10171 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10172 | "license": "MIT", |
| 10173 | "dependencies": { |
| 10174 | "dot-case": "^3.0.4", |
| 10175 | "tslib": "^2.0.3" |
| 10176 | } |
| 10177 | }, |
| 10178 | "node_modules/parent-module": { |
| 10179 | "version": "1.0.1", |
| 10180 | "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz", |
| 10181 | "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10182 | "license": "MIT", |
| 10183 | "dependencies": { |
| 10184 | "callsites": "^3.0.0" |
| 10185 | }, |
| 10186 | "engines": { |
| 10187 | "node": ">=6" |
| 10188 | } |
| 10189 | }, |
| 10190 | "node_modules/parse-json": { |
| 10191 | "version": "5.2.0", |
| 10192 | "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz", |
| 10193 | "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10194 | "license": "MIT", |
| 10195 | "dependencies": { |
| 10196 | "@babel/code-frame": "^7.0.0", |
| 10197 | "error-ex": "^1.3.1", |
| 10198 | "json-parse-even-better-errors": "^2.3.0", |
| 10199 | "lines-and-columns": "^1.1.6" |
| 10200 | }, |
| 10201 | "engines": { |
| 10202 | "node": ">=8" |
| 10203 | }, |
| 10204 | "funding": { |
| 10205 | "url": "https://github.com/sponsors/sindresorhus" |
| 10206 | } |
| 10207 | }, |
| 10208 | "node_modules/parse-node-version": { |
| 10209 | "version": "1.0.1", |
| 10210 | "resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz", |
| 10211 | "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", |
| 10212 | "dev": true, |
| 10213 | "license": "MIT", |
| 10214 | "engines": { |
| 10215 | "node": ">= 0.10" |
| 10216 | } |
| 10217 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 10218 | "node_modules/parse5": { |
| 10219 | "version": "7.2.1", |
| 10220 | "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.2.1.tgz", |
| 10221 | "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", |
| 10222 | "license": "MIT", |
| 10223 | "dependencies": { |
| 10224 | "entities": "^4.5.0" |
| 10225 | }, |
| 10226 | "funding": { |
| 10227 | "url": "https://github.com/inikulin/parse5?sponsor=1" |
| 10228 | } |
| 10229 | }, |
| 10230 | "node_modules/parse5/node_modules/entities": { |
| 10231 | "version": "4.5.0", |
| 10232 | "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz", |
| 10233 | "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", |
| 10234 | "license": "BSD-2-Clause", |
| 10235 | "engines": { |
| 10236 | "node": ">=0.12" |
| 10237 | }, |
| 10238 | "funding": { |
| 10239 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 10240 | } |
| 10241 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10242 | "node_modules/parseurl": { |
| 10243 | "version": "1.3.3", |
| 10244 | "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", |
| 10245 | "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", |
| 10246 | "dev": true, |
| 10247 | "license": "MIT", |
| 10248 | "engines": { |
| 10249 | "node": ">= 0.8" |
| 10250 | } |
| 10251 | }, |
| 10252 | "node_modules/pascal-case": { |
| 10253 | "version": "3.1.2", |
| 10254 | "resolved": "https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz", |
| 10255 | "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10256 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10257 | "license": "MIT", |
| 10258 | "dependencies": { |
| 10259 | "no-case": "^3.0.4", |
| 10260 | "tslib": "^2.0.3" |
| 10261 | } |
| 10262 | }, |
| 10263 | "node_modules/path-exists": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10264 | "version": "4.0.0", |
| 10265 | "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz", |
| 10266 | "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10267 | "license": "MIT", |
| 10268 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10269 | "node": ">=8" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10270 | } |
| 10271 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 10272 | "node_modules/path-is-absolute": { |
| 10273 | "version": "1.0.1", |
| 10274 | "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz", |
| 10275 | "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", |
| 10276 | "license": "MIT", |
| 10277 | "engines": { |
| 10278 | "node": ">=0.10.0" |
| 10279 | } |
| 10280 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10281 | "node_modules/path-key": { |
| 10282 | "version": "3.1.1", |
| 10283 | "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", |
| 10284 | "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", |
| 10285 | "license": "MIT", |
| 10286 | "engines": { |
| 10287 | "node": ">=8" |
| 10288 | } |
| 10289 | }, |
| 10290 | "node_modules/path-parse": { |
| 10291 | "version": "1.0.7", |
| 10292 | "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", |
| 10293 | "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", |
| 10294 | "license": "MIT" |
| 10295 | }, |
| 10296 | "node_modules/path-to-regexp": { |
| 10297 | "version": "0.1.12", |
| 10298 | "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz", |
| 10299 | "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", |
| 10300 | "dev": true, |
| 10301 | "license": "MIT" |
| 10302 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 10303 | "node_modules/path-type": { |
| 10304 | "version": "4.0.0", |
| 10305 | "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz", |
| 10306 | "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", |
| 10307 | "license": "MIT", |
| 10308 | "engines": { |
| 10309 | "node": ">=8" |
| 10310 | } |
| 10311 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10312 | "node_modules/picocolors": { |
| 10313 | "version": "1.1.1", |
| 10314 | "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", |
| 10315 | "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
| 10316 | "license": "ISC" |
| 10317 | }, |
| 10318 | "node_modules/picomatch": { |
| 10319 | "version": "2.3.1", |
| 10320 | "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", |
| 10321 | "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
| 10322 | "license": "MIT", |
| 10323 | "engines": { |
| 10324 | "node": ">=8.6" |
| 10325 | }, |
| 10326 | "funding": { |
| 10327 | "url": "https://github.com/sponsors/jonschlinkert" |
| 10328 | } |
| 10329 | }, |
| 10330 | "node_modules/pify": { |
| 10331 | "version": "4.0.1", |
| 10332 | "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz", |
| 10333 | "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", |
| 10334 | "dev": true, |
| 10335 | "license": "MIT", |
| 10336 | "optional": true, |
| 10337 | "engines": { |
| 10338 | "node": ">=6" |
| 10339 | } |
| 10340 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 10341 | "node_modules/pirates": { |
| 10342 | "version": "4.0.7", |
| 10343 | "resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.7.tgz", |
| 10344 | "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", |
| 10345 | "license": "MIT", |
| 10346 | "engines": { |
| 10347 | "node": ">= 6" |
| 10348 | } |
| 10349 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10350 | "node_modules/postcss": { |
| 10351 | "version": "8.5.3", |
| 10352 | "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz", |
| 10353 | "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10354 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10355 | "funding": [ |
| 10356 | { |
| 10357 | "type": "opencollective", |
| 10358 | "url": "https://opencollective.com/postcss/" |
| 10359 | }, |
| 10360 | { |
| 10361 | "type": "tidelift", |
| 10362 | "url": "https://tidelift.com/funding/github/npm/postcss" |
| 10363 | }, |
| 10364 | { |
| 10365 | "type": "github", |
| 10366 | "url": "https://github.com/sponsors/ai" |
| 10367 | } |
| 10368 | ], |
| 10369 | "license": "MIT", |
| 10370 | "dependencies": { |
| 10371 | "nanoid": "^3.3.8", |
| 10372 | "picocolors": "^1.1.1", |
| 10373 | "source-map-js": "^1.2.1" |
| 10374 | }, |
| 10375 | "engines": { |
| 10376 | "node": "^10 || ^12 || >=14" |
| 10377 | } |
| 10378 | }, |
| 10379 | "node_modules/postcss-attribute-case-insensitive": { |
| 10380 | "version": "7.0.1", |
| 10381 | "resolved": "https://registry.npmmirror.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz", |
| 10382 | "integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==", |
| 10383 | "dev": true, |
| 10384 | "funding": [ |
| 10385 | { |
| 10386 | "type": "github", |
| 10387 | "url": "https://github.com/sponsors/csstools" |
| 10388 | }, |
| 10389 | { |
| 10390 | "type": "opencollective", |
| 10391 | "url": "https://opencollective.com/csstools" |
| 10392 | } |
| 10393 | ], |
| 10394 | "license": "MIT", |
| 10395 | "dependencies": { |
| 10396 | "postcss-selector-parser": "^7.0.0" |
| 10397 | }, |
| 10398 | "engines": { |
| 10399 | "node": ">=18" |
| 10400 | }, |
| 10401 | "peerDependencies": { |
| 10402 | "postcss": "^8.4" |
| 10403 | } |
| 10404 | }, |
| 10405 | "node_modules/postcss-calc": { |
| 10406 | "version": "10.1.1", |
| 10407 | "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.1.1.tgz", |
| 10408 | "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10409 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10410 | "license": "MIT", |
| 10411 | "dependencies": { |
| 10412 | "postcss-selector-parser": "^7.0.0", |
| 10413 | "postcss-value-parser": "^4.2.0" |
| 10414 | }, |
| 10415 | "engines": { |
| 10416 | "node": "^18.12 || ^20.9 || >=22.0" |
| 10417 | }, |
| 10418 | "peerDependencies": { |
| 10419 | "postcss": "^8.4.38" |
| 10420 | } |
| 10421 | }, |
| 10422 | "node_modules/postcss-clamp": { |
| 10423 | "version": "4.1.0", |
| 10424 | "resolved": "https://registry.npmmirror.com/postcss-clamp/-/postcss-clamp-4.1.0.tgz", |
| 10425 | "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", |
| 10426 | "dev": true, |
| 10427 | "license": "MIT", |
| 10428 | "dependencies": { |
| 10429 | "postcss-value-parser": "^4.2.0" |
| 10430 | }, |
| 10431 | "engines": { |
| 10432 | "node": ">=7.6.0" |
| 10433 | }, |
| 10434 | "peerDependencies": { |
| 10435 | "postcss": "^8.4.6" |
| 10436 | } |
| 10437 | }, |
| 10438 | "node_modules/postcss-color-functional-notation": { |
| 10439 | "version": "7.0.8", |
| 10440 | "resolved": "https://registry.npmmirror.com/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.8.tgz", |
| 10441 | "integrity": "sha512-S/TpMKVKofNvsxfau/+bw+IA6cSfB6/kmzFj5szUofHOVnFFMB2WwK+Zu07BeMD8T0n+ZnTO5uXiMvAKe2dPkA==", |
| 10442 | "dev": true, |
| 10443 | "funding": [ |
| 10444 | { |
| 10445 | "type": "github", |
| 10446 | "url": "https://github.com/sponsors/csstools" |
| 10447 | }, |
| 10448 | { |
| 10449 | "type": "opencollective", |
| 10450 | "url": "https://opencollective.com/csstools" |
| 10451 | } |
| 10452 | ], |
| 10453 | "license": "MIT-0", |
| 10454 | "dependencies": { |
| 10455 | "@csstools/css-color-parser": "^3.0.8", |
| 10456 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 10457 | "@csstools/css-tokenizer": "^3.0.3", |
| 10458 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 10459 | "@csstools/utilities": "^2.0.0" |
| 10460 | }, |
| 10461 | "engines": { |
| 10462 | "node": ">=18" |
| 10463 | }, |
| 10464 | "peerDependencies": { |
| 10465 | "postcss": "^8.4" |
| 10466 | } |
| 10467 | }, |
| 10468 | "node_modules/postcss-color-hex-alpha": { |
| 10469 | "version": "10.0.0", |
| 10470 | "resolved": "https://registry.npmmirror.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz", |
| 10471 | "integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==", |
| 10472 | "dev": true, |
| 10473 | "funding": [ |
| 10474 | { |
| 10475 | "type": "github", |
| 10476 | "url": "https://github.com/sponsors/csstools" |
| 10477 | }, |
| 10478 | { |
| 10479 | "type": "opencollective", |
| 10480 | "url": "https://opencollective.com/csstools" |
| 10481 | } |
| 10482 | ], |
| 10483 | "license": "MIT", |
| 10484 | "dependencies": { |
| 10485 | "@csstools/utilities": "^2.0.0", |
| 10486 | "postcss-value-parser": "^4.2.0" |
| 10487 | }, |
| 10488 | "engines": { |
| 10489 | "node": ">=18" |
| 10490 | }, |
| 10491 | "peerDependencies": { |
| 10492 | "postcss": "^8.4" |
| 10493 | } |
| 10494 | }, |
| 10495 | "node_modules/postcss-color-rebeccapurple": { |
| 10496 | "version": "10.0.0", |
| 10497 | "resolved": "https://registry.npmmirror.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz", |
| 10498 | "integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==", |
| 10499 | "dev": true, |
| 10500 | "funding": [ |
| 10501 | { |
| 10502 | "type": "github", |
| 10503 | "url": "https://github.com/sponsors/csstools" |
| 10504 | }, |
| 10505 | { |
| 10506 | "type": "opencollective", |
| 10507 | "url": "https://opencollective.com/csstools" |
| 10508 | } |
| 10509 | ], |
| 10510 | "license": "MIT-0", |
| 10511 | "dependencies": { |
| 10512 | "@csstools/utilities": "^2.0.0", |
| 10513 | "postcss-value-parser": "^4.2.0" |
| 10514 | }, |
| 10515 | "engines": { |
| 10516 | "node": ">=18" |
| 10517 | }, |
| 10518 | "peerDependencies": { |
| 10519 | "postcss": "^8.4" |
| 10520 | } |
| 10521 | }, |
| 10522 | "node_modules/postcss-colormin": { |
| 10523 | "version": "7.0.2", |
| 10524 | "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.2.tgz", |
| 10525 | "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10526 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10527 | "license": "MIT", |
| 10528 | "dependencies": { |
| 10529 | "browserslist": "^4.23.3", |
| 10530 | "caniuse-api": "^3.0.0", |
| 10531 | "colord": "^2.9.3", |
| 10532 | "postcss-value-parser": "^4.2.0" |
| 10533 | }, |
| 10534 | "engines": { |
| 10535 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 10536 | }, |
| 10537 | "peerDependencies": { |
| 10538 | "postcss": "^8.4.31" |
| 10539 | } |
| 10540 | }, |
| 10541 | "node_modules/postcss-convert-values": { |
| 10542 | "version": "7.0.4", |
| 10543 | "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz", |
| 10544 | "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10545 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10546 | "license": "MIT", |
| 10547 | "dependencies": { |
| 10548 | "browserslist": "^4.23.3", |
| 10549 | "postcss-value-parser": "^4.2.0" |
| 10550 | }, |
| 10551 | "engines": { |
| 10552 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 10553 | }, |
| 10554 | "peerDependencies": { |
| 10555 | "postcss": "^8.4.31" |
| 10556 | } |
| 10557 | }, |
| 10558 | "node_modules/postcss-custom-media": { |
| 10559 | "version": "11.0.5", |
| 10560 | "resolved": "https://registry.npmmirror.com/postcss-custom-media/-/postcss-custom-media-11.0.5.tgz", |
| 10561 | "integrity": "sha512-SQHhayVNgDvSAdX9NQ/ygcDQGEY+aSF4b/96z7QUX6mqL5yl/JgG/DywcF6fW9XbnCRE+aVYk+9/nqGuzOPWeQ==", |
| 10562 | "dev": true, |
| 10563 | "funding": [ |
| 10564 | { |
| 10565 | "type": "github", |
| 10566 | "url": "https://github.com/sponsors/csstools" |
| 10567 | }, |
| 10568 | { |
| 10569 | "type": "opencollective", |
| 10570 | "url": "https://opencollective.com/csstools" |
| 10571 | } |
| 10572 | ], |
| 10573 | "license": "MIT", |
| 10574 | "dependencies": { |
| 10575 | "@csstools/cascade-layer-name-parser": "^2.0.4", |
| 10576 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 10577 | "@csstools/css-tokenizer": "^3.0.3", |
| 10578 | "@csstools/media-query-list-parser": "^4.0.2" |
| 10579 | }, |
| 10580 | "engines": { |
| 10581 | "node": ">=18" |
| 10582 | }, |
| 10583 | "peerDependencies": { |
| 10584 | "postcss": "^8.4" |
| 10585 | } |
| 10586 | }, |
| 10587 | "node_modules/postcss-custom-properties": { |
| 10588 | "version": "14.0.4", |
| 10589 | "resolved": "https://registry.npmmirror.com/postcss-custom-properties/-/postcss-custom-properties-14.0.4.tgz", |
| 10590 | "integrity": "sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==", |
| 10591 | "dev": true, |
| 10592 | "funding": [ |
| 10593 | { |
| 10594 | "type": "github", |
| 10595 | "url": "https://github.com/sponsors/csstools" |
| 10596 | }, |
| 10597 | { |
| 10598 | "type": "opencollective", |
| 10599 | "url": "https://opencollective.com/csstools" |
| 10600 | } |
| 10601 | ], |
| 10602 | "license": "MIT", |
| 10603 | "dependencies": { |
| 10604 | "@csstools/cascade-layer-name-parser": "^2.0.4", |
| 10605 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 10606 | "@csstools/css-tokenizer": "^3.0.3", |
| 10607 | "@csstools/utilities": "^2.0.0", |
| 10608 | "postcss-value-parser": "^4.2.0" |
| 10609 | }, |
| 10610 | "engines": { |
| 10611 | "node": ">=18" |
| 10612 | }, |
| 10613 | "peerDependencies": { |
| 10614 | "postcss": "^8.4" |
| 10615 | } |
| 10616 | }, |
| 10617 | "node_modules/postcss-custom-selectors": { |
| 10618 | "version": "8.0.4", |
| 10619 | "resolved": "https://registry.npmmirror.com/postcss-custom-selectors/-/postcss-custom-selectors-8.0.4.tgz", |
| 10620 | "integrity": "sha512-ASOXqNvDCE0dAJ/5qixxPeL1aOVGHGW2JwSy7HyjWNbnWTQCl+fDc968HY1jCmZI0+BaYT5CxsOiUhavpG/7eg==", |
| 10621 | "dev": true, |
| 10622 | "funding": [ |
| 10623 | { |
| 10624 | "type": "github", |
| 10625 | "url": "https://github.com/sponsors/csstools" |
| 10626 | }, |
| 10627 | { |
| 10628 | "type": "opencollective", |
| 10629 | "url": "https://opencollective.com/csstools" |
| 10630 | } |
| 10631 | ], |
| 10632 | "license": "MIT", |
| 10633 | "dependencies": { |
| 10634 | "@csstools/cascade-layer-name-parser": "^2.0.4", |
| 10635 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 10636 | "@csstools/css-tokenizer": "^3.0.3", |
| 10637 | "postcss-selector-parser": "^7.0.0" |
| 10638 | }, |
| 10639 | "engines": { |
| 10640 | "node": ">=18" |
| 10641 | }, |
| 10642 | "peerDependencies": { |
| 10643 | "postcss": "^8.4" |
| 10644 | } |
| 10645 | }, |
| 10646 | "node_modules/postcss-dir-pseudo-class": { |
| 10647 | "version": "9.0.1", |
| 10648 | "resolved": "https://registry.npmmirror.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz", |
| 10649 | "integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==", |
| 10650 | "dev": true, |
| 10651 | "funding": [ |
| 10652 | { |
| 10653 | "type": "github", |
| 10654 | "url": "https://github.com/sponsors/csstools" |
| 10655 | }, |
| 10656 | { |
| 10657 | "type": "opencollective", |
| 10658 | "url": "https://opencollective.com/csstools" |
| 10659 | } |
| 10660 | ], |
| 10661 | "license": "MIT-0", |
| 10662 | "dependencies": { |
| 10663 | "postcss-selector-parser": "^7.0.0" |
| 10664 | }, |
| 10665 | "engines": { |
| 10666 | "node": ">=18" |
| 10667 | }, |
| 10668 | "peerDependencies": { |
| 10669 | "postcss": "^8.4" |
| 10670 | } |
| 10671 | }, |
| 10672 | "node_modules/postcss-discard-comments": { |
| 10673 | "version": "7.0.3", |
| 10674 | "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz", |
| 10675 | "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10676 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10677 | "license": "MIT", |
| 10678 | "dependencies": { |
| 10679 | "postcss-selector-parser": "^6.1.2" |
| 10680 | }, |
| 10681 | "engines": { |
| 10682 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 10683 | }, |
| 10684 | "peerDependencies": { |
| 10685 | "postcss": "^8.4.31" |
| 10686 | } |
| 10687 | }, |
| 10688 | "node_modules/postcss-discard-comments/node_modules/postcss-selector-parser": { |
| 10689 | "version": "6.1.2", |
| 10690 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 10691 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10692 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10693 | "license": "MIT", |
| 10694 | "dependencies": { |
| 10695 | "cssesc": "^3.0.0", |
| 10696 | "util-deprecate": "^1.0.2" |
| 10697 | }, |
| 10698 | "engines": { |
| 10699 | "node": ">=4" |
| 10700 | } |
| 10701 | }, |
| 10702 | "node_modules/postcss-discard-duplicates": { |
| 10703 | "version": "7.0.1", |
| 10704 | "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz", |
| 10705 | "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10706 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10707 | "license": "MIT", |
| 10708 | "engines": { |
| 10709 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 10710 | }, |
| 10711 | "peerDependencies": { |
| 10712 | "postcss": "^8.4.31" |
| 10713 | } |
| 10714 | }, |
| 10715 | "node_modules/postcss-discard-empty": { |
| 10716 | "version": "7.0.0", |
| 10717 | "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz", |
| 10718 | "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10719 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10720 | "license": "MIT", |
| 10721 | "engines": { |
| 10722 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 10723 | }, |
| 10724 | "peerDependencies": { |
| 10725 | "postcss": "^8.4.31" |
| 10726 | } |
| 10727 | }, |
| 10728 | "node_modules/postcss-discard-overridden": { |
| 10729 | "version": "7.0.0", |
| 10730 | "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz", |
| 10731 | "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10732 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10733 | "license": "MIT", |
| 10734 | "engines": { |
| 10735 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 10736 | }, |
| 10737 | "peerDependencies": { |
| 10738 | "postcss": "^8.4.31" |
| 10739 | } |
| 10740 | }, |
| 10741 | "node_modules/postcss-double-position-gradients": { |
| 10742 | "version": "6.0.0", |
| 10743 | "resolved": "https://registry.npmmirror.com/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.0.tgz", |
| 10744 | "integrity": "sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==", |
| 10745 | "dev": true, |
| 10746 | "funding": [ |
| 10747 | { |
| 10748 | "type": "github", |
| 10749 | "url": "https://github.com/sponsors/csstools" |
| 10750 | }, |
| 10751 | { |
| 10752 | "type": "opencollective", |
| 10753 | "url": "https://opencollective.com/csstools" |
| 10754 | } |
| 10755 | ], |
| 10756 | "license": "MIT-0", |
| 10757 | "dependencies": { |
| 10758 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 10759 | "@csstools/utilities": "^2.0.0", |
| 10760 | "postcss-value-parser": "^4.2.0" |
| 10761 | }, |
| 10762 | "engines": { |
| 10763 | "node": ">=18" |
| 10764 | }, |
| 10765 | "peerDependencies": { |
| 10766 | "postcss": "^8.4" |
| 10767 | } |
| 10768 | }, |
| 10769 | "node_modules/postcss-focus-visible": { |
| 10770 | "version": "10.0.1", |
| 10771 | "resolved": "https://registry.npmmirror.com/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz", |
| 10772 | "integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==", |
| 10773 | "dev": true, |
| 10774 | "funding": [ |
| 10775 | { |
| 10776 | "type": "github", |
| 10777 | "url": "https://github.com/sponsors/csstools" |
| 10778 | }, |
| 10779 | { |
| 10780 | "type": "opencollective", |
| 10781 | "url": "https://opencollective.com/csstools" |
| 10782 | } |
| 10783 | ], |
| 10784 | "license": "MIT-0", |
| 10785 | "dependencies": { |
| 10786 | "postcss-selector-parser": "^7.0.0" |
| 10787 | }, |
| 10788 | "engines": { |
| 10789 | "node": ">=18" |
| 10790 | }, |
| 10791 | "peerDependencies": { |
| 10792 | "postcss": "^8.4" |
| 10793 | } |
| 10794 | }, |
| 10795 | "node_modules/postcss-focus-within": { |
| 10796 | "version": "9.0.1", |
| 10797 | "resolved": "https://registry.npmmirror.com/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz", |
| 10798 | "integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==", |
| 10799 | "dev": true, |
| 10800 | "funding": [ |
| 10801 | { |
| 10802 | "type": "github", |
| 10803 | "url": "https://github.com/sponsors/csstools" |
| 10804 | }, |
| 10805 | { |
| 10806 | "type": "opencollective", |
| 10807 | "url": "https://opencollective.com/csstools" |
| 10808 | } |
| 10809 | ], |
| 10810 | "license": "MIT-0", |
| 10811 | "dependencies": { |
| 10812 | "postcss-selector-parser": "^7.0.0" |
| 10813 | }, |
| 10814 | "engines": { |
| 10815 | "node": ">=18" |
| 10816 | }, |
| 10817 | "peerDependencies": { |
| 10818 | "postcss": "^8.4" |
| 10819 | } |
| 10820 | }, |
| 10821 | "node_modules/postcss-font-variant": { |
| 10822 | "version": "5.0.0", |
| 10823 | "resolved": "https://registry.npmmirror.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", |
| 10824 | "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", |
| 10825 | "dev": true, |
| 10826 | "license": "MIT", |
| 10827 | "peerDependencies": { |
| 10828 | "postcss": "^8.1.0" |
| 10829 | } |
| 10830 | }, |
| 10831 | "node_modules/postcss-gap-properties": { |
| 10832 | "version": "6.0.0", |
| 10833 | "resolved": "https://registry.npmmirror.com/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz", |
| 10834 | "integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==", |
| 10835 | "dev": true, |
| 10836 | "funding": [ |
| 10837 | { |
| 10838 | "type": "github", |
| 10839 | "url": "https://github.com/sponsors/csstools" |
| 10840 | }, |
| 10841 | { |
| 10842 | "type": "opencollective", |
| 10843 | "url": "https://opencollective.com/csstools" |
| 10844 | } |
| 10845 | ], |
| 10846 | "license": "MIT-0", |
| 10847 | "engines": { |
| 10848 | "node": ">=18" |
| 10849 | }, |
| 10850 | "peerDependencies": { |
| 10851 | "postcss": "^8.4" |
| 10852 | } |
| 10853 | }, |
| 10854 | "node_modules/postcss-image-set-function": { |
| 10855 | "version": "7.0.0", |
| 10856 | "resolved": "https://registry.npmmirror.com/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz", |
| 10857 | "integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==", |
| 10858 | "dev": true, |
| 10859 | "funding": [ |
| 10860 | { |
| 10861 | "type": "github", |
| 10862 | "url": "https://github.com/sponsors/csstools" |
| 10863 | }, |
| 10864 | { |
| 10865 | "type": "opencollective", |
| 10866 | "url": "https://opencollective.com/csstools" |
| 10867 | } |
| 10868 | ], |
| 10869 | "license": "MIT-0", |
| 10870 | "dependencies": { |
| 10871 | "@csstools/utilities": "^2.0.0", |
| 10872 | "postcss-value-parser": "^4.2.0" |
| 10873 | }, |
| 10874 | "engines": { |
| 10875 | "node": ">=18" |
| 10876 | }, |
| 10877 | "peerDependencies": { |
| 10878 | "postcss": "^8.4" |
| 10879 | } |
| 10880 | }, |
| 10881 | "node_modules/postcss-lab-function": { |
| 10882 | "version": "7.0.8", |
| 10883 | "resolved": "https://registry.npmmirror.com/postcss-lab-function/-/postcss-lab-function-7.0.8.tgz", |
| 10884 | "integrity": "sha512-plV21I86Hg9q8omNz13G9fhPtLopIWH06bt/Cb5cs1XnaGU2kUtEitvVd4vtQb/VqCdNUHK5swKn3QFmMRbpDg==", |
| 10885 | "dev": true, |
| 10886 | "funding": [ |
| 10887 | { |
| 10888 | "type": "github", |
| 10889 | "url": "https://github.com/sponsors/csstools" |
| 10890 | }, |
| 10891 | { |
| 10892 | "type": "opencollective", |
| 10893 | "url": "https://opencollective.com/csstools" |
| 10894 | } |
| 10895 | ], |
| 10896 | "license": "MIT-0", |
| 10897 | "dependencies": { |
| 10898 | "@csstools/css-color-parser": "^3.0.8", |
| 10899 | "@csstools/css-parser-algorithms": "^3.0.4", |
| 10900 | "@csstools/css-tokenizer": "^3.0.3", |
| 10901 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 10902 | "@csstools/utilities": "^2.0.0" |
| 10903 | }, |
| 10904 | "engines": { |
| 10905 | "node": ">=18" |
| 10906 | }, |
| 10907 | "peerDependencies": { |
| 10908 | "postcss": "^8.4" |
| 10909 | } |
| 10910 | }, |
| 10911 | "node_modules/postcss-loader": { |
| 10912 | "version": "8.1.1", |
| 10913 | "resolved": "https://registry.npmmirror.com/postcss-loader/-/postcss-loader-8.1.1.tgz", |
| 10914 | "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", |
| 10915 | "dev": true, |
| 10916 | "license": "MIT", |
| 10917 | "dependencies": { |
| 10918 | "cosmiconfig": "^9.0.0", |
| 10919 | "jiti": "^1.20.0", |
| 10920 | "semver": "^7.5.4" |
| 10921 | }, |
| 10922 | "engines": { |
| 10923 | "node": ">= 18.12.0" |
| 10924 | }, |
| 10925 | "funding": { |
| 10926 | "type": "opencollective", |
| 10927 | "url": "https://opencollective.com/webpack" |
| 10928 | }, |
| 10929 | "peerDependencies": { |
| 10930 | "@rspack/core": "0.x || 1.x", |
| 10931 | "postcss": "^7.0.0 || ^8.0.1", |
| 10932 | "webpack": "^5.0.0" |
| 10933 | }, |
| 10934 | "peerDependenciesMeta": { |
| 10935 | "@rspack/core": { |
| 10936 | "optional": true |
| 10937 | }, |
| 10938 | "webpack": { |
| 10939 | "optional": true |
| 10940 | } |
| 10941 | } |
| 10942 | }, |
| 10943 | "node_modules/postcss-loader/node_modules/semver": { |
| 10944 | "version": "7.7.1", |
| 10945 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 10946 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 10947 | "dev": true, |
| 10948 | "license": "ISC", |
| 10949 | "bin": { |
| 10950 | "semver": "bin/semver.js" |
| 10951 | }, |
| 10952 | "engines": { |
| 10953 | "node": ">=10" |
| 10954 | } |
| 10955 | }, |
| 10956 | "node_modules/postcss-logical": { |
| 10957 | "version": "8.1.0", |
| 10958 | "resolved": "https://registry.npmmirror.com/postcss-logical/-/postcss-logical-8.1.0.tgz", |
| 10959 | "integrity": "sha512-pL1hXFQ2fEXNKiNiAgtfA005T9FBxky5zkX6s4GZM2D8RkVgRqz3f4g1JUoq925zXv495qk8UNldDwh8uGEDoA==", |
| 10960 | "dev": true, |
| 10961 | "funding": [ |
| 10962 | { |
| 10963 | "type": "github", |
| 10964 | "url": "https://github.com/sponsors/csstools" |
| 10965 | }, |
| 10966 | { |
| 10967 | "type": "opencollective", |
| 10968 | "url": "https://opencollective.com/csstools" |
| 10969 | } |
| 10970 | ], |
| 10971 | "license": "MIT-0", |
| 10972 | "dependencies": { |
| 10973 | "postcss-value-parser": "^4.2.0" |
| 10974 | }, |
| 10975 | "engines": { |
| 10976 | "node": ">=18" |
| 10977 | }, |
| 10978 | "peerDependencies": { |
| 10979 | "postcss": "^8.4" |
| 10980 | } |
| 10981 | }, |
| 10982 | "node_modules/postcss-merge-longhand": { |
| 10983 | "version": "7.0.4", |
| 10984 | "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz", |
| 10985 | "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 10986 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 10987 | "license": "MIT", |
| 10988 | "dependencies": { |
| 10989 | "postcss-value-parser": "^4.2.0", |
| 10990 | "stylehacks": "^7.0.4" |
| 10991 | }, |
| 10992 | "engines": { |
| 10993 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 10994 | }, |
| 10995 | "peerDependencies": { |
| 10996 | "postcss": "^8.4.31" |
| 10997 | } |
| 10998 | }, |
| 10999 | "node_modules/postcss-merge-rules": { |
| 11000 | "version": "7.0.4", |
| 11001 | "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz", |
| 11002 | "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11003 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11004 | "license": "MIT", |
| 11005 | "dependencies": { |
| 11006 | "browserslist": "^4.23.3", |
| 11007 | "caniuse-api": "^3.0.0", |
| 11008 | "cssnano-utils": "^5.0.0", |
| 11009 | "postcss-selector-parser": "^6.1.2" |
| 11010 | }, |
| 11011 | "engines": { |
| 11012 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11013 | }, |
| 11014 | "peerDependencies": { |
| 11015 | "postcss": "^8.4.31" |
| 11016 | } |
| 11017 | }, |
| 11018 | "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": { |
| 11019 | "version": "6.1.2", |
| 11020 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 11021 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11022 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11023 | "license": "MIT", |
| 11024 | "dependencies": { |
| 11025 | "cssesc": "^3.0.0", |
| 11026 | "util-deprecate": "^1.0.2" |
| 11027 | }, |
| 11028 | "engines": { |
| 11029 | "node": ">=4" |
| 11030 | } |
| 11031 | }, |
| 11032 | "node_modules/postcss-minify-font-values": { |
| 11033 | "version": "7.0.0", |
| 11034 | "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz", |
| 11035 | "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11036 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11037 | "license": "MIT", |
| 11038 | "dependencies": { |
| 11039 | "postcss-value-parser": "^4.2.0" |
| 11040 | }, |
| 11041 | "engines": { |
| 11042 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11043 | }, |
| 11044 | "peerDependencies": { |
| 11045 | "postcss": "^8.4.31" |
| 11046 | } |
| 11047 | }, |
| 11048 | "node_modules/postcss-minify-gradients": { |
| 11049 | "version": "7.0.0", |
| 11050 | "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz", |
| 11051 | "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11052 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11053 | "license": "MIT", |
| 11054 | "dependencies": { |
| 11055 | "colord": "^2.9.3", |
| 11056 | "cssnano-utils": "^5.0.0", |
| 11057 | "postcss-value-parser": "^4.2.0" |
| 11058 | }, |
| 11059 | "engines": { |
| 11060 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11061 | }, |
| 11062 | "peerDependencies": { |
| 11063 | "postcss": "^8.4.31" |
| 11064 | } |
| 11065 | }, |
| 11066 | "node_modules/postcss-minify-params": { |
| 11067 | "version": "7.0.2", |
| 11068 | "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz", |
| 11069 | "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11070 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11071 | "license": "MIT", |
| 11072 | "dependencies": { |
| 11073 | "browserslist": "^4.23.3", |
| 11074 | "cssnano-utils": "^5.0.0", |
| 11075 | "postcss-value-parser": "^4.2.0" |
| 11076 | }, |
| 11077 | "engines": { |
| 11078 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11079 | }, |
| 11080 | "peerDependencies": { |
| 11081 | "postcss": "^8.4.31" |
| 11082 | } |
| 11083 | }, |
| 11084 | "node_modules/postcss-minify-selectors": { |
| 11085 | "version": "7.0.4", |
| 11086 | "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz", |
| 11087 | "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11088 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11089 | "license": "MIT", |
| 11090 | "dependencies": { |
| 11091 | "cssesc": "^3.0.0", |
| 11092 | "postcss-selector-parser": "^6.1.2" |
| 11093 | }, |
| 11094 | "engines": { |
| 11095 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11096 | }, |
| 11097 | "peerDependencies": { |
| 11098 | "postcss": "^8.4.31" |
| 11099 | } |
| 11100 | }, |
| 11101 | "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": { |
| 11102 | "version": "6.1.2", |
| 11103 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 11104 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11105 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11106 | "license": "MIT", |
| 11107 | "dependencies": { |
| 11108 | "cssesc": "^3.0.0", |
| 11109 | "util-deprecate": "^1.0.2" |
| 11110 | }, |
| 11111 | "engines": { |
| 11112 | "node": ">=4" |
| 11113 | } |
| 11114 | }, |
| 11115 | "node_modules/postcss-modules-extract-imports": { |
| 11116 | "version": "3.1.0", |
| 11117 | "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", |
| 11118 | "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", |
| 11119 | "dev": true, |
| 11120 | "license": "ISC", |
| 11121 | "engines": { |
| 11122 | "node": "^10 || ^12 || >= 14" |
| 11123 | }, |
| 11124 | "peerDependencies": { |
| 11125 | "postcss": "^8.1.0" |
| 11126 | } |
| 11127 | }, |
| 11128 | "node_modules/postcss-modules-local-by-default": { |
| 11129 | "version": "4.2.0", |
| 11130 | "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", |
| 11131 | "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", |
| 11132 | "dev": true, |
| 11133 | "license": "MIT", |
| 11134 | "dependencies": { |
| 11135 | "icss-utils": "^5.0.0", |
| 11136 | "postcss-selector-parser": "^7.0.0", |
| 11137 | "postcss-value-parser": "^4.1.0" |
| 11138 | }, |
| 11139 | "engines": { |
| 11140 | "node": "^10 || ^12 || >= 14" |
| 11141 | }, |
| 11142 | "peerDependencies": { |
| 11143 | "postcss": "^8.1.0" |
| 11144 | } |
| 11145 | }, |
| 11146 | "node_modules/postcss-modules-scope": { |
| 11147 | "version": "3.2.1", |
| 11148 | "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", |
| 11149 | "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", |
| 11150 | "dev": true, |
| 11151 | "license": "ISC", |
| 11152 | "dependencies": { |
| 11153 | "postcss-selector-parser": "^7.0.0" |
| 11154 | }, |
| 11155 | "engines": { |
| 11156 | "node": "^10 || ^12 || >= 14" |
| 11157 | }, |
| 11158 | "peerDependencies": { |
| 11159 | "postcss": "^8.1.0" |
| 11160 | } |
| 11161 | }, |
| 11162 | "node_modules/postcss-modules-values": { |
| 11163 | "version": "4.0.0", |
| 11164 | "resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", |
| 11165 | "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", |
| 11166 | "dev": true, |
| 11167 | "license": "ISC", |
| 11168 | "dependencies": { |
| 11169 | "icss-utils": "^5.0.0" |
| 11170 | }, |
| 11171 | "engines": { |
| 11172 | "node": "^10 || ^12 || >= 14" |
| 11173 | }, |
| 11174 | "peerDependencies": { |
| 11175 | "postcss": "^8.1.0" |
| 11176 | } |
| 11177 | }, |
| 11178 | "node_modules/postcss-nesting": { |
| 11179 | "version": "13.0.1", |
| 11180 | "resolved": "https://registry.npmmirror.com/postcss-nesting/-/postcss-nesting-13.0.1.tgz", |
| 11181 | "integrity": "sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==", |
| 11182 | "dev": true, |
| 11183 | "funding": [ |
| 11184 | { |
| 11185 | "type": "github", |
| 11186 | "url": "https://github.com/sponsors/csstools" |
| 11187 | }, |
| 11188 | { |
| 11189 | "type": "opencollective", |
| 11190 | "url": "https://opencollective.com/csstools" |
| 11191 | } |
| 11192 | ], |
| 11193 | "license": "MIT-0", |
| 11194 | "dependencies": { |
| 11195 | "@csstools/selector-resolve-nested": "^3.0.0", |
| 11196 | "@csstools/selector-specificity": "^5.0.0", |
| 11197 | "postcss-selector-parser": "^7.0.0" |
| 11198 | }, |
| 11199 | "engines": { |
| 11200 | "node": ">=18" |
| 11201 | }, |
| 11202 | "peerDependencies": { |
| 11203 | "postcss": "^8.4" |
| 11204 | } |
| 11205 | }, |
| 11206 | "node_modules/postcss-normalize-charset": { |
| 11207 | "version": "7.0.0", |
| 11208 | "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz", |
| 11209 | "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11210 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11211 | "license": "MIT", |
| 11212 | "engines": { |
| 11213 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11214 | }, |
| 11215 | "peerDependencies": { |
| 11216 | "postcss": "^8.4.31" |
| 11217 | } |
| 11218 | }, |
| 11219 | "node_modules/postcss-normalize-display-values": { |
| 11220 | "version": "7.0.0", |
| 11221 | "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz", |
| 11222 | "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11223 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11224 | "license": "MIT", |
| 11225 | "dependencies": { |
| 11226 | "postcss-value-parser": "^4.2.0" |
| 11227 | }, |
| 11228 | "engines": { |
| 11229 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11230 | }, |
| 11231 | "peerDependencies": { |
| 11232 | "postcss": "^8.4.31" |
| 11233 | } |
| 11234 | }, |
| 11235 | "node_modules/postcss-normalize-positions": { |
| 11236 | "version": "7.0.0", |
| 11237 | "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz", |
| 11238 | "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11239 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11240 | "license": "MIT", |
| 11241 | "dependencies": { |
| 11242 | "postcss-value-parser": "^4.2.0" |
| 11243 | }, |
| 11244 | "engines": { |
| 11245 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11246 | }, |
| 11247 | "peerDependencies": { |
| 11248 | "postcss": "^8.4.31" |
| 11249 | } |
| 11250 | }, |
| 11251 | "node_modules/postcss-normalize-repeat-style": { |
| 11252 | "version": "7.0.0", |
| 11253 | "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz", |
| 11254 | "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11255 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11256 | "license": "MIT", |
| 11257 | "dependencies": { |
| 11258 | "postcss-value-parser": "^4.2.0" |
| 11259 | }, |
| 11260 | "engines": { |
| 11261 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11262 | }, |
| 11263 | "peerDependencies": { |
| 11264 | "postcss": "^8.4.31" |
| 11265 | } |
| 11266 | }, |
| 11267 | "node_modules/postcss-normalize-string": { |
| 11268 | "version": "7.0.0", |
| 11269 | "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz", |
| 11270 | "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11271 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11272 | "license": "MIT", |
| 11273 | "dependencies": { |
| 11274 | "postcss-value-parser": "^4.2.0" |
| 11275 | }, |
| 11276 | "engines": { |
| 11277 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11278 | }, |
| 11279 | "peerDependencies": { |
| 11280 | "postcss": "^8.4.31" |
| 11281 | } |
| 11282 | }, |
| 11283 | "node_modules/postcss-normalize-timing-functions": { |
| 11284 | "version": "7.0.0", |
| 11285 | "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz", |
| 11286 | "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11287 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11288 | "license": "MIT", |
| 11289 | "dependencies": { |
| 11290 | "postcss-value-parser": "^4.2.0" |
| 11291 | }, |
| 11292 | "engines": { |
| 11293 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11294 | }, |
| 11295 | "peerDependencies": { |
| 11296 | "postcss": "^8.4.31" |
| 11297 | } |
| 11298 | }, |
| 11299 | "node_modules/postcss-normalize-unicode": { |
| 11300 | "version": "7.0.2", |
| 11301 | "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz", |
| 11302 | "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11303 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11304 | "license": "MIT", |
| 11305 | "dependencies": { |
| 11306 | "browserslist": "^4.23.3", |
| 11307 | "postcss-value-parser": "^4.2.0" |
| 11308 | }, |
| 11309 | "engines": { |
| 11310 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11311 | }, |
| 11312 | "peerDependencies": { |
| 11313 | "postcss": "^8.4.31" |
| 11314 | } |
| 11315 | }, |
| 11316 | "node_modules/postcss-normalize-url": { |
| 11317 | "version": "7.0.0", |
| 11318 | "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz", |
| 11319 | "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11320 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11321 | "license": "MIT", |
| 11322 | "dependencies": { |
| 11323 | "postcss-value-parser": "^4.2.0" |
| 11324 | }, |
| 11325 | "engines": { |
| 11326 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11327 | }, |
| 11328 | "peerDependencies": { |
| 11329 | "postcss": "^8.4.31" |
| 11330 | } |
| 11331 | }, |
| 11332 | "node_modules/postcss-normalize-whitespace": { |
| 11333 | "version": "7.0.0", |
| 11334 | "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz", |
| 11335 | "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11336 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11337 | "license": "MIT", |
| 11338 | "dependencies": { |
| 11339 | "postcss-value-parser": "^4.2.0" |
| 11340 | }, |
| 11341 | "engines": { |
| 11342 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11343 | }, |
| 11344 | "peerDependencies": { |
| 11345 | "postcss": "^8.4.31" |
| 11346 | } |
| 11347 | }, |
| 11348 | "node_modules/postcss-opacity-percentage": { |
| 11349 | "version": "3.0.0", |
| 11350 | "resolved": "https://registry.npmmirror.com/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz", |
| 11351 | "integrity": "sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==", |
| 11352 | "dev": true, |
| 11353 | "funding": [ |
| 11354 | { |
| 11355 | "type": "kofi", |
| 11356 | "url": "https://ko-fi.com/mrcgrtz" |
| 11357 | }, |
| 11358 | { |
| 11359 | "type": "liberapay", |
| 11360 | "url": "https://liberapay.com/mrcgrtz" |
| 11361 | } |
| 11362 | ], |
| 11363 | "license": "MIT", |
| 11364 | "engines": { |
| 11365 | "node": ">=18" |
| 11366 | }, |
| 11367 | "peerDependencies": { |
| 11368 | "postcss": "^8.4" |
| 11369 | } |
| 11370 | }, |
| 11371 | "node_modules/postcss-ordered-values": { |
| 11372 | "version": "7.0.1", |
| 11373 | "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz", |
| 11374 | "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11375 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11376 | "license": "MIT", |
| 11377 | "dependencies": { |
| 11378 | "cssnano-utils": "^5.0.0", |
| 11379 | "postcss-value-parser": "^4.2.0" |
| 11380 | }, |
| 11381 | "engines": { |
| 11382 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11383 | }, |
| 11384 | "peerDependencies": { |
| 11385 | "postcss": "^8.4.31" |
| 11386 | } |
| 11387 | }, |
| 11388 | "node_modules/postcss-overflow-shorthand": { |
| 11389 | "version": "6.0.0", |
| 11390 | "resolved": "https://registry.npmmirror.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz", |
| 11391 | "integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==", |
| 11392 | "dev": true, |
| 11393 | "funding": [ |
| 11394 | { |
| 11395 | "type": "github", |
| 11396 | "url": "https://github.com/sponsors/csstools" |
| 11397 | }, |
| 11398 | { |
| 11399 | "type": "opencollective", |
| 11400 | "url": "https://opencollective.com/csstools" |
| 11401 | } |
| 11402 | ], |
| 11403 | "license": "MIT-0", |
| 11404 | "dependencies": { |
| 11405 | "postcss-value-parser": "^4.2.0" |
| 11406 | }, |
| 11407 | "engines": { |
| 11408 | "node": ">=18" |
| 11409 | }, |
| 11410 | "peerDependencies": { |
| 11411 | "postcss": "^8.4" |
| 11412 | } |
| 11413 | }, |
| 11414 | "node_modules/postcss-page-break": { |
| 11415 | "version": "3.0.4", |
| 11416 | "resolved": "https://registry.npmmirror.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz", |
| 11417 | "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", |
| 11418 | "dev": true, |
| 11419 | "license": "MIT", |
| 11420 | "peerDependencies": { |
| 11421 | "postcss": "^8" |
| 11422 | } |
| 11423 | }, |
| 11424 | "node_modules/postcss-place": { |
| 11425 | "version": "10.0.0", |
| 11426 | "resolved": "https://registry.npmmirror.com/postcss-place/-/postcss-place-10.0.0.tgz", |
| 11427 | "integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==", |
| 11428 | "dev": true, |
| 11429 | "funding": [ |
| 11430 | { |
| 11431 | "type": "github", |
| 11432 | "url": "https://github.com/sponsors/csstools" |
| 11433 | }, |
| 11434 | { |
| 11435 | "type": "opencollective", |
| 11436 | "url": "https://opencollective.com/csstools" |
| 11437 | } |
| 11438 | ], |
| 11439 | "license": "MIT-0", |
| 11440 | "dependencies": { |
| 11441 | "postcss-value-parser": "^4.2.0" |
| 11442 | }, |
| 11443 | "engines": { |
| 11444 | "node": ">=18" |
| 11445 | }, |
| 11446 | "peerDependencies": { |
| 11447 | "postcss": "^8.4" |
| 11448 | } |
| 11449 | }, |
| 11450 | "node_modules/postcss-preset-env": { |
| 11451 | "version": "10.1.5", |
| 11452 | "resolved": "https://registry.npmmirror.com/postcss-preset-env/-/postcss-preset-env-10.1.5.tgz", |
| 11453 | "integrity": "sha512-LQybafF/K7H+6fAs4SIkgzkSCixJy0/h0gubDIAP3Ihz+IQBRwsjyvBnAZ3JUHD+A/ITaxVRPDxn//a3Qy4pDw==", |
| 11454 | "dev": true, |
| 11455 | "funding": [ |
| 11456 | { |
| 11457 | "type": "github", |
| 11458 | "url": "https://github.com/sponsors/csstools" |
| 11459 | }, |
| 11460 | { |
| 11461 | "type": "opencollective", |
| 11462 | "url": "https://opencollective.com/csstools" |
| 11463 | } |
| 11464 | ], |
| 11465 | "license": "MIT-0", |
| 11466 | "dependencies": { |
| 11467 | "@csstools/postcss-cascade-layers": "^5.0.1", |
| 11468 | "@csstools/postcss-color-function": "^4.0.8", |
| 11469 | "@csstools/postcss-color-mix-function": "^3.0.8", |
| 11470 | "@csstools/postcss-content-alt-text": "^2.0.4", |
| 11471 | "@csstools/postcss-exponential-functions": "^2.0.7", |
| 11472 | "@csstools/postcss-font-format-keywords": "^4.0.0", |
| 11473 | "@csstools/postcss-gamut-mapping": "^2.0.8", |
| 11474 | "@csstools/postcss-gradients-interpolation-method": "^5.0.8", |
| 11475 | "@csstools/postcss-hwb-function": "^4.0.8", |
| 11476 | "@csstools/postcss-ic-unit": "^4.0.0", |
| 11477 | "@csstools/postcss-initial": "^2.0.1", |
| 11478 | "@csstools/postcss-is-pseudo-class": "^5.0.1", |
| 11479 | "@csstools/postcss-light-dark-function": "^2.0.7", |
| 11480 | "@csstools/postcss-logical-float-and-clear": "^3.0.0", |
| 11481 | "@csstools/postcss-logical-overflow": "^2.0.0", |
| 11482 | "@csstools/postcss-logical-overscroll-behavior": "^2.0.0", |
| 11483 | "@csstools/postcss-logical-resize": "^3.0.0", |
| 11484 | "@csstools/postcss-logical-viewport-units": "^3.0.3", |
| 11485 | "@csstools/postcss-media-minmax": "^2.0.7", |
| 11486 | "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4", |
| 11487 | "@csstools/postcss-nested-calc": "^4.0.0", |
| 11488 | "@csstools/postcss-normalize-display-values": "^4.0.0", |
| 11489 | "@csstools/postcss-oklab-function": "^4.0.8", |
| 11490 | "@csstools/postcss-progressive-custom-properties": "^4.0.0", |
| 11491 | "@csstools/postcss-random-function": "^1.0.3", |
| 11492 | "@csstools/postcss-relative-color-syntax": "^3.0.8", |
| 11493 | "@csstools/postcss-scope-pseudo-class": "^4.0.1", |
| 11494 | "@csstools/postcss-sign-functions": "^1.1.2", |
| 11495 | "@csstools/postcss-stepped-value-functions": "^4.0.7", |
| 11496 | "@csstools/postcss-text-decoration-shorthand": "^4.0.2", |
| 11497 | "@csstools/postcss-trigonometric-functions": "^4.0.7", |
| 11498 | "@csstools/postcss-unset-value": "^4.0.0", |
| 11499 | "autoprefixer": "^10.4.19", |
| 11500 | "browserslist": "^4.24.4", |
| 11501 | "css-blank-pseudo": "^7.0.1", |
| 11502 | "css-has-pseudo": "^7.0.2", |
| 11503 | "css-prefers-color-scheme": "^10.0.0", |
| 11504 | "cssdb": "^8.2.3", |
| 11505 | "postcss-attribute-case-insensitive": "^7.0.1", |
| 11506 | "postcss-clamp": "^4.1.0", |
| 11507 | "postcss-color-functional-notation": "^7.0.8", |
| 11508 | "postcss-color-hex-alpha": "^10.0.0", |
| 11509 | "postcss-color-rebeccapurple": "^10.0.0", |
| 11510 | "postcss-custom-media": "^11.0.5", |
| 11511 | "postcss-custom-properties": "^14.0.4", |
| 11512 | "postcss-custom-selectors": "^8.0.4", |
| 11513 | "postcss-dir-pseudo-class": "^9.0.1", |
| 11514 | "postcss-double-position-gradients": "^6.0.0", |
| 11515 | "postcss-focus-visible": "^10.0.1", |
| 11516 | "postcss-focus-within": "^9.0.1", |
| 11517 | "postcss-font-variant": "^5.0.0", |
| 11518 | "postcss-gap-properties": "^6.0.0", |
| 11519 | "postcss-image-set-function": "^7.0.0", |
| 11520 | "postcss-lab-function": "^7.0.8", |
| 11521 | "postcss-logical": "^8.1.0", |
| 11522 | "postcss-nesting": "^13.0.1", |
| 11523 | "postcss-opacity-percentage": "^3.0.0", |
| 11524 | "postcss-overflow-shorthand": "^6.0.0", |
| 11525 | "postcss-page-break": "^3.0.4", |
| 11526 | "postcss-place": "^10.0.0", |
| 11527 | "postcss-pseudo-class-any-link": "^10.0.1", |
| 11528 | "postcss-replace-overflow-wrap": "^4.0.0", |
| 11529 | "postcss-selector-not": "^8.0.1" |
| 11530 | }, |
| 11531 | "engines": { |
| 11532 | "node": ">=18" |
| 11533 | }, |
| 11534 | "peerDependencies": { |
| 11535 | "postcss": "^8.4" |
| 11536 | } |
| 11537 | }, |
| 11538 | "node_modules/postcss-pseudo-class-any-link": { |
| 11539 | "version": "10.0.1", |
| 11540 | "resolved": "https://registry.npmmirror.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz", |
| 11541 | "integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==", |
| 11542 | "dev": true, |
| 11543 | "funding": [ |
| 11544 | { |
| 11545 | "type": "github", |
| 11546 | "url": "https://github.com/sponsors/csstools" |
| 11547 | }, |
| 11548 | { |
| 11549 | "type": "opencollective", |
| 11550 | "url": "https://opencollective.com/csstools" |
| 11551 | } |
| 11552 | ], |
| 11553 | "license": "MIT-0", |
| 11554 | "dependencies": { |
| 11555 | "postcss-selector-parser": "^7.0.0" |
| 11556 | }, |
| 11557 | "engines": { |
| 11558 | "node": ">=18" |
| 11559 | }, |
| 11560 | "peerDependencies": { |
| 11561 | "postcss": "^8.4" |
| 11562 | } |
| 11563 | }, |
| 11564 | "node_modules/postcss-reduce-initial": { |
| 11565 | "version": "7.0.2", |
| 11566 | "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz", |
| 11567 | "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11568 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11569 | "license": "MIT", |
| 11570 | "dependencies": { |
| 11571 | "browserslist": "^4.23.3", |
| 11572 | "caniuse-api": "^3.0.0" |
| 11573 | }, |
| 11574 | "engines": { |
| 11575 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11576 | }, |
| 11577 | "peerDependencies": { |
| 11578 | "postcss": "^8.4.31" |
| 11579 | } |
| 11580 | }, |
| 11581 | "node_modules/postcss-reduce-transforms": { |
| 11582 | "version": "7.0.0", |
| 11583 | "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz", |
| 11584 | "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11585 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11586 | "license": "MIT", |
| 11587 | "dependencies": { |
| 11588 | "postcss-value-parser": "^4.2.0" |
| 11589 | }, |
| 11590 | "engines": { |
| 11591 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11592 | }, |
| 11593 | "peerDependencies": { |
| 11594 | "postcss": "^8.4.31" |
| 11595 | } |
| 11596 | }, |
| 11597 | "node_modules/postcss-replace-overflow-wrap": { |
| 11598 | "version": "4.0.0", |
| 11599 | "resolved": "https://registry.npmmirror.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", |
| 11600 | "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", |
| 11601 | "dev": true, |
| 11602 | "license": "MIT", |
| 11603 | "peerDependencies": { |
| 11604 | "postcss": "^8.0.3" |
| 11605 | } |
| 11606 | }, |
| 11607 | "node_modules/postcss-selector-not": { |
| 11608 | "version": "8.0.1", |
| 11609 | "resolved": "https://registry.npmmirror.com/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz", |
| 11610 | "integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==", |
| 11611 | "dev": true, |
| 11612 | "funding": [ |
| 11613 | { |
| 11614 | "type": "github", |
| 11615 | "url": "https://github.com/sponsors/csstools" |
| 11616 | }, |
| 11617 | { |
| 11618 | "type": "opencollective", |
| 11619 | "url": "https://opencollective.com/csstools" |
| 11620 | } |
| 11621 | ], |
| 11622 | "license": "MIT", |
| 11623 | "dependencies": { |
| 11624 | "postcss-selector-parser": "^7.0.0" |
| 11625 | }, |
| 11626 | "engines": { |
| 11627 | "node": ">=18" |
| 11628 | }, |
| 11629 | "peerDependencies": { |
| 11630 | "postcss": "^8.4" |
| 11631 | } |
| 11632 | }, |
| 11633 | "node_modules/postcss-selector-parser": { |
| 11634 | "version": "7.1.0", |
| 11635 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", |
| 11636 | "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11637 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11638 | "license": "MIT", |
| 11639 | "dependencies": { |
| 11640 | "cssesc": "^3.0.0", |
| 11641 | "util-deprecate": "^1.0.2" |
| 11642 | }, |
| 11643 | "engines": { |
| 11644 | "node": ">=4" |
| 11645 | } |
| 11646 | }, |
| 11647 | "node_modules/postcss-svgo": { |
| 11648 | "version": "7.0.1", |
| 11649 | "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.0.1.tgz", |
| 11650 | "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11651 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11652 | "license": "MIT", |
| 11653 | "dependencies": { |
| 11654 | "postcss-value-parser": "^4.2.0", |
| 11655 | "svgo": "^3.3.2" |
| 11656 | }, |
| 11657 | "engines": { |
| 11658 | "node": "^18.12.0 || ^20.9.0 || >= 18" |
| 11659 | }, |
| 11660 | "peerDependencies": { |
| 11661 | "postcss": "^8.4.31" |
| 11662 | } |
| 11663 | }, |
| 11664 | "node_modules/postcss-unique-selectors": { |
| 11665 | "version": "7.0.3", |
| 11666 | "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz", |
| 11667 | "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11668 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11669 | "license": "MIT", |
| 11670 | "dependencies": { |
| 11671 | "postcss-selector-parser": "^6.1.2" |
| 11672 | }, |
| 11673 | "engines": { |
| 11674 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 11675 | }, |
| 11676 | "peerDependencies": { |
| 11677 | "postcss": "^8.4.31" |
| 11678 | } |
| 11679 | }, |
| 11680 | "node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser": { |
| 11681 | "version": "6.1.2", |
| 11682 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 11683 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11684 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11685 | "license": "MIT", |
| 11686 | "dependencies": { |
| 11687 | "cssesc": "^3.0.0", |
| 11688 | "util-deprecate": "^1.0.2" |
| 11689 | }, |
| 11690 | "engines": { |
| 11691 | "node": ">=4" |
| 11692 | } |
| 11693 | }, |
| 11694 | "node_modules/postcss-value-parser": { |
| 11695 | "version": "4.2.0", |
| 11696 | "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", |
| 11697 | "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11698 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11699 | "license": "MIT" |
| 11700 | }, |
| 11701 | "node_modules/pretty-error": { |
| 11702 | "version": "4.0.0", |
| 11703 | "resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz", |
| 11704 | "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11705 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11706 | "license": "MIT", |
| 11707 | "dependencies": { |
| 11708 | "lodash": "^4.17.20", |
| 11709 | "renderkid": "^3.0.0" |
| 11710 | } |
| 11711 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 11712 | "node_modules/pretty-format": { |
| 11713 | "version": "29.7.0", |
| 11714 | "resolved": "https://registry.npmmirror.com/pretty-format/-/pretty-format-29.7.0.tgz", |
| 11715 | "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", |
| 11716 | "license": "MIT", |
| 11717 | "dependencies": { |
| 11718 | "@jest/schemas": "^29.6.3", |
| 11719 | "ansi-styles": "^5.0.0", |
| 11720 | "react-is": "^18.0.0" |
| 11721 | }, |
| 11722 | "engines": { |
| 11723 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11724 | } |
| 11725 | }, |
| 11726 | "node_modules/pretty-format/node_modules/ansi-styles": { |
| 11727 | "version": "5.2.0", |
| 11728 | "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-5.2.0.tgz", |
| 11729 | "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", |
| 11730 | "license": "MIT", |
| 11731 | "engines": { |
| 11732 | "node": ">=10" |
| 11733 | }, |
| 11734 | "funding": { |
| 11735 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11736 | } |
| 11737 | }, |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 11738 | "node_modules/process": { |
| 11739 | "version": "0.11.10", |
| 11740 | "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz", |
| 11741 | "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", |
| 11742 | "dev": true, |
| 11743 | "license": "MIT", |
| 11744 | "engines": { |
| 11745 | "node": ">= 0.6.0" |
| 11746 | } |
| 11747 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11748 | "node_modules/process-nextick-args": { |
| 11749 | "version": "2.0.1", |
| 11750 | "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
| 11751 | "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", |
| 11752 | "dev": true, |
| 11753 | "license": "MIT" |
| 11754 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 11755 | "node_modules/prompts": { |
| 11756 | "version": "2.4.2", |
| 11757 | "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz", |
| 11758 | "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", |
| 11759 | "dev": true, |
| 11760 | "license": "MIT", |
| 11761 | "dependencies": { |
| 11762 | "kleur": "^3.0.3", |
| 11763 | "sisteransi": "^1.0.5" |
| 11764 | }, |
| 11765 | "engines": { |
| 11766 | "node": ">= 6" |
| 11767 | } |
| 11768 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11769 | "node_modules/proxy-addr": { |
| 11770 | "version": "2.0.7", |
| 11771 | "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz", |
| 11772 | "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", |
| 11773 | "dev": true, |
| 11774 | "license": "MIT", |
| 11775 | "dependencies": { |
| 11776 | "forwarded": "0.2.0", |
| 11777 | "ipaddr.js": "1.9.1" |
| 11778 | }, |
| 11779 | "engines": { |
| 11780 | "node": ">= 0.10" |
| 11781 | } |
| 11782 | }, |
| 11783 | "node_modules/proxy-addr/node_modules/ipaddr.js": { |
| 11784 | "version": "1.9.1", |
| 11785 | "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz", |
| 11786 | "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", |
| 11787 | "dev": true, |
| 11788 | "license": "MIT", |
| 11789 | "engines": { |
| 11790 | "node": ">= 0.10" |
| 11791 | } |
| 11792 | }, |
| 11793 | "node_modules/proxy-from-env": { |
| 11794 | "version": "1.1.0", |
| 11795 | "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", |
| 11796 | "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", |
| 11797 | "license": "MIT" |
| 11798 | }, |
| 11799 | "node_modules/prr": { |
| 11800 | "version": "1.0.1", |
| 11801 | "resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz", |
| 11802 | "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", |
| 11803 | "dev": true, |
| 11804 | "license": "MIT", |
| 11805 | "optional": true |
| 11806 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 11807 | "node_modules/psl": { |
| 11808 | "version": "1.15.0", |
| 11809 | "resolved": "https://registry.npmmirror.com/psl/-/psl-1.15.0.tgz", |
| 11810 | "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", |
| 11811 | "license": "MIT", |
| 11812 | "dependencies": { |
| 11813 | "punycode": "^2.3.1" |
| 11814 | }, |
| 11815 | "funding": { |
| 11816 | "url": "https://github.com/sponsors/lupomontero" |
| 11817 | } |
| 11818 | }, |
| 11819 | "node_modules/punycode": { |
| 11820 | "version": "2.3.1", |
| 11821 | "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz", |
| 11822 | "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", |
| 11823 | "license": "MIT", |
| 11824 | "engines": { |
| 11825 | "node": ">=6" |
| 11826 | } |
| 11827 | }, |
| 11828 | "node_modules/pure-rand": { |
| 11829 | "version": "6.1.0", |
| 11830 | "resolved": "https://registry.npmmirror.com/pure-rand/-/pure-rand-6.1.0.tgz", |
| 11831 | "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", |
| 11832 | "dev": true, |
| 11833 | "funding": [ |
| 11834 | { |
| 11835 | "type": "individual", |
| 11836 | "url": "https://github.com/sponsors/dubzzz" |
| 11837 | }, |
| 11838 | { |
| 11839 | "type": "opencollective", |
| 11840 | "url": "https://opencollective.com/fast-check" |
| 11841 | } |
| 11842 | ], |
| 11843 | "license": "MIT" |
| 11844 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11845 | "node_modules/qs": { |
| 11846 | "version": "6.13.0", |
| 11847 | "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz", |
| 11848 | "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", |
| 11849 | "dev": true, |
| 11850 | "license": "BSD-3-Clause", |
| 11851 | "dependencies": { |
| 11852 | "side-channel": "^1.0.6" |
| 11853 | }, |
| 11854 | "engines": { |
| 11855 | "node": ">=0.6" |
| 11856 | }, |
| 11857 | "funding": { |
| 11858 | "url": "https://github.com/sponsors/ljharb" |
| 11859 | } |
| 11860 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 11861 | "node_modules/querystringify": { |
| 11862 | "version": "2.2.0", |
| 11863 | "resolved": "https://registry.npmmirror.com/querystringify/-/querystringify-2.2.0.tgz", |
| 11864 | "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", |
| 11865 | "license": "MIT" |
| 11866 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 11867 | "node_modules/randombytes": { |
| 11868 | "version": "2.1.0", |
| 11869 | "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz", |
| 11870 | "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", |
| 11871 | "license": "MIT", |
| 11872 | "dependencies": { |
| 11873 | "safe-buffer": "^5.1.0" |
| 11874 | } |
| 11875 | }, |
| 11876 | "node_modules/range-parser": { |
| 11877 | "version": "1.2.1", |
| 11878 | "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz", |
| 11879 | "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", |
| 11880 | "dev": true, |
| 11881 | "license": "MIT", |
| 11882 | "engines": { |
| 11883 | "node": ">= 0.6" |
| 11884 | } |
| 11885 | }, |
| 11886 | "node_modules/raw-body": { |
| 11887 | "version": "2.5.2", |
| 11888 | "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.2.tgz", |
| 11889 | "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", |
| 11890 | "dev": true, |
| 11891 | "license": "MIT", |
| 11892 | "dependencies": { |
| 11893 | "bytes": "3.1.2", |
| 11894 | "http-errors": "2.0.0", |
| 11895 | "iconv-lite": "0.4.24", |
| 11896 | "unpipe": "1.0.0" |
| 11897 | }, |
| 11898 | "engines": { |
| 11899 | "node": ">= 0.8" |
| 11900 | } |
| 11901 | }, |
| 11902 | "node_modules/raw-body/node_modules/iconv-lite": { |
| 11903 | "version": "0.4.24", |
| 11904 | "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| 11905 | "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
| 11906 | "dev": true, |
| 11907 | "license": "MIT", |
| 11908 | "dependencies": { |
| 11909 | "safer-buffer": ">= 2.1.2 < 3" |
| 11910 | }, |
| 11911 | "engines": { |
| 11912 | "node": ">=0.10.0" |
| 11913 | } |
| 11914 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 11915 | "node_modules/rc-cascader": { |
| 11916 | "version": "3.33.1", |
| 11917 | "resolved": "https://registry.npmmirror.com/rc-cascader/-/rc-cascader-3.33.1.tgz", |
| 11918 | "integrity": "sha512-Kyl4EJ7ZfCBuidmZVieegcbFw0RcU5bHHSbtEdmuLYd0fYHCAiYKZ6zon7fWAVyC6rWWOOib0XKdTSf7ElC9rg==", |
| 11919 | "license": "MIT", |
| 11920 | "dependencies": { |
| 11921 | "@babel/runtime": "^7.25.7", |
| 11922 | "classnames": "^2.3.1", |
| 11923 | "rc-select": "~14.16.2", |
| 11924 | "rc-tree": "~5.13.0", |
| 11925 | "rc-util": "^5.43.0" |
| 11926 | }, |
| 11927 | "peerDependencies": { |
| 11928 | "react": ">=16.9.0", |
| 11929 | "react-dom": ">=16.9.0" |
| 11930 | } |
| 11931 | }, |
| 11932 | "node_modules/rc-checkbox": { |
| 11933 | "version": "3.5.0", |
| 11934 | "resolved": "https://registry.npmmirror.com/rc-checkbox/-/rc-checkbox-3.5.0.tgz", |
| 11935 | "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==", |
| 11936 | "license": "MIT", |
| 11937 | "dependencies": { |
| 11938 | "@babel/runtime": "^7.10.1", |
| 11939 | "classnames": "^2.3.2", |
| 11940 | "rc-util": "^5.25.2" |
| 11941 | }, |
| 11942 | "peerDependencies": { |
| 11943 | "react": ">=16.9.0", |
| 11944 | "react-dom": ">=16.9.0" |
| 11945 | } |
| 11946 | }, |
| 11947 | "node_modules/rc-collapse": { |
| 11948 | "version": "3.9.0", |
| 11949 | "resolved": "https://registry.npmmirror.com/rc-collapse/-/rc-collapse-3.9.0.tgz", |
| 11950 | "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==", |
| 11951 | "license": "MIT", |
| 11952 | "dependencies": { |
| 11953 | "@babel/runtime": "^7.10.1", |
| 11954 | "classnames": "2.x", |
| 11955 | "rc-motion": "^2.3.4", |
| 11956 | "rc-util": "^5.27.0" |
| 11957 | }, |
| 11958 | "peerDependencies": { |
| 11959 | "react": ">=16.9.0", |
| 11960 | "react-dom": ">=16.9.0" |
| 11961 | } |
| 11962 | }, |
| 11963 | "node_modules/rc-dialog": { |
| 11964 | "version": "9.6.0", |
| 11965 | "resolved": "https://registry.npmmirror.com/rc-dialog/-/rc-dialog-9.6.0.tgz", |
| 11966 | "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==", |
| 11967 | "license": "MIT", |
| 11968 | "dependencies": { |
| 11969 | "@babel/runtime": "^7.10.1", |
| 11970 | "@rc-component/portal": "^1.0.0-8", |
| 11971 | "classnames": "^2.2.6", |
| 11972 | "rc-motion": "^2.3.0", |
| 11973 | "rc-util": "^5.21.0" |
| 11974 | }, |
| 11975 | "peerDependencies": { |
| 11976 | "react": ">=16.9.0", |
| 11977 | "react-dom": ">=16.9.0" |
| 11978 | } |
| 11979 | }, |
| 11980 | "node_modules/rc-drawer": { |
| 11981 | "version": "7.2.0", |
| 11982 | "resolved": "https://registry.npmmirror.com/rc-drawer/-/rc-drawer-7.2.0.tgz", |
| 11983 | "integrity": "sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==", |
| 11984 | "license": "MIT", |
| 11985 | "dependencies": { |
| 11986 | "@babel/runtime": "^7.23.9", |
| 11987 | "@rc-component/portal": "^1.1.1", |
| 11988 | "classnames": "^2.2.6", |
| 11989 | "rc-motion": "^2.6.1", |
| 11990 | "rc-util": "^5.38.1" |
| 11991 | }, |
| 11992 | "peerDependencies": { |
| 11993 | "react": ">=16.9.0", |
| 11994 | "react-dom": ">=16.9.0" |
| 11995 | } |
| 11996 | }, |
| 11997 | "node_modules/rc-dropdown": { |
| 11998 | "version": "4.2.1", |
| 11999 | "resolved": "https://registry.npmmirror.com/rc-dropdown/-/rc-dropdown-4.2.1.tgz", |
| 12000 | "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==", |
| 12001 | "license": "MIT", |
| 12002 | "dependencies": { |
| 12003 | "@babel/runtime": "^7.18.3", |
| 12004 | "@rc-component/trigger": "^2.0.0", |
| 12005 | "classnames": "^2.2.6", |
| 12006 | "rc-util": "^5.44.1" |
| 12007 | }, |
| 12008 | "peerDependencies": { |
| 12009 | "react": ">=16.11.0", |
| 12010 | "react-dom": ">=16.11.0" |
| 12011 | } |
| 12012 | }, |
| 12013 | "node_modules/rc-field-form": { |
| 12014 | "version": "2.7.0", |
| 12015 | "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-2.7.0.tgz", |
| 12016 | "integrity": "sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==", |
| 12017 | "license": "MIT", |
| 12018 | "dependencies": { |
| 12019 | "@babel/runtime": "^7.18.0", |
| 12020 | "@rc-component/async-validator": "^5.0.3", |
| 12021 | "rc-util": "^5.32.2" |
| 12022 | }, |
| 12023 | "engines": { |
| 12024 | "node": ">=8.x" |
| 12025 | }, |
| 12026 | "peerDependencies": { |
| 12027 | "react": ">=16.9.0", |
| 12028 | "react-dom": ">=16.9.0" |
| 12029 | } |
| 12030 | }, |
| 12031 | "node_modules/rc-image": { |
| 12032 | "version": "7.11.1", |
| 12033 | "resolved": "https://registry.npmmirror.com/rc-image/-/rc-image-7.11.1.tgz", |
| 12034 | "integrity": "sha512-XuoWx4KUXg7hNy5mRTy1i8c8p3K8boWg6UajbHpDXS5AlRVucNfTi5YxTtPBTBzegxAZpvuLfh3emXFt6ybUdA==", |
| 12035 | "license": "MIT", |
| 12036 | "dependencies": { |
| 12037 | "@babel/runtime": "^7.11.2", |
| 12038 | "@rc-component/portal": "^1.0.2", |
| 12039 | "classnames": "^2.2.6", |
| 12040 | "rc-dialog": "~9.6.0", |
| 12041 | "rc-motion": "^2.6.2", |
| 12042 | "rc-util": "^5.34.1" |
| 12043 | }, |
| 12044 | "peerDependencies": { |
| 12045 | "react": ">=16.9.0", |
| 12046 | "react-dom": ">=16.9.0" |
| 12047 | } |
| 12048 | }, |
| 12049 | "node_modules/rc-input": { |
| 12050 | "version": "1.8.0", |
| 12051 | "resolved": "https://registry.npmmirror.com/rc-input/-/rc-input-1.8.0.tgz", |
| 12052 | "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==", |
| 12053 | "license": "MIT", |
| 12054 | "dependencies": { |
| 12055 | "@babel/runtime": "^7.11.1", |
| 12056 | "classnames": "^2.2.1", |
| 12057 | "rc-util": "^5.18.1" |
| 12058 | }, |
| 12059 | "peerDependencies": { |
| 12060 | "react": ">=16.0.0", |
| 12061 | "react-dom": ">=16.0.0" |
| 12062 | } |
| 12063 | }, |
| 12064 | "node_modules/rc-input-number": { |
| 12065 | "version": "9.5.0", |
| 12066 | "resolved": "https://registry.npmmirror.com/rc-input-number/-/rc-input-number-9.5.0.tgz", |
| 12067 | "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==", |
| 12068 | "license": "MIT", |
| 12069 | "dependencies": { |
| 12070 | "@babel/runtime": "^7.10.1", |
| 12071 | "@rc-component/mini-decimal": "^1.0.1", |
| 12072 | "classnames": "^2.2.5", |
| 12073 | "rc-input": "~1.8.0", |
| 12074 | "rc-util": "^5.40.1" |
| 12075 | }, |
| 12076 | "peerDependencies": { |
| 12077 | "react": ">=16.9.0", |
| 12078 | "react-dom": ">=16.9.0" |
| 12079 | } |
| 12080 | }, |
| 12081 | "node_modules/rc-mentions": { |
| 12082 | "version": "2.20.0", |
| 12083 | "resolved": "https://registry.npmmirror.com/rc-mentions/-/rc-mentions-2.20.0.tgz", |
| 12084 | "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==", |
| 12085 | "license": "MIT", |
| 12086 | "dependencies": { |
| 12087 | "@babel/runtime": "^7.22.5", |
| 12088 | "@rc-component/trigger": "^2.0.0", |
| 12089 | "classnames": "^2.2.6", |
| 12090 | "rc-input": "~1.8.0", |
| 12091 | "rc-menu": "~9.16.0", |
| 12092 | "rc-textarea": "~1.10.0", |
| 12093 | "rc-util": "^5.34.1" |
| 12094 | }, |
| 12095 | "peerDependencies": { |
| 12096 | "react": ">=16.9.0", |
| 12097 | "react-dom": ">=16.9.0" |
| 12098 | } |
| 12099 | }, |
| 12100 | "node_modules/rc-menu": { |
| 12101 | "version": "9.16.1", |
| 12102 | "resolved": "https://registry.npmmirror.com/rc-menu/-/rc-menu-9.16.1.tgz", |
| 12103 | "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==", |
| 12104 | "license": "MIT", |
| 12105 | "dependencies": { |
| 12106 | "@babel/runtime": "^7.10.1", |
| 12107 | "@rc-component/trigger": "^2.0.0", |
| 12108 | "classnames": "2.x", |
| 12109 | "rc-motion": "^2.4.3", |
| 12110 | "rc-overflow": "^1.3.1", |
| 12111 | "rc-util": "^5.27.0" |
| 12112 | }, |
| 12113 | "peerDependencies": { |
| 12114 | "react": ">=16.9.0", |
| 12115 | "react-dom": ">=16.9.0" |
| 12116 | } |
| 12117 | }, |
| 12118 | "node_modules/rc-motion": { |
| 12119 | "version": "2.9.5", |
| 12120 | "resolved": "https://registry.npmmirror.com/rc-motion/-/rc-motion-2.9.5.tgz", |
| 12121 | "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==", |
| 12122 | "license": "MIT", |
| 12123 | "dependencies": { |
| 12124 | "@babel/runtime": "^7.11.1", |
| 12125 | "classnames": "^2.2.1", |
| 12126 | "rc-util": "^5.44.0" |
| 12127 | }, |
| 12128 | "peerDependencies": { |
| 12129 | "react": ">=16.9.0", |
| 12130 | "react-dom": ">=16.9.0" |
| 12131 | } |
| 12132 | }, |
| 12133 | "node_modules/rc-notification": { |
| 12134 | "version": "5.6.3", |
| 12135 | "resolved": "https://registry.npmmirror.com/rc-notification/-/rc-notification-5.6.3.tgz", |
| 12136 | "integrity": "sha512-42szwnn8VYQoT6GnjO00i1iwqV9D1TTMvxObWsuLwgl0TsOokzhkYiufdtQBsJMFjJravS1hfDKVMHLKLcPE4g==", |
| 12137 | "license": "MIT", |
| 12138 | "dependencies": { |
| 12139 | "@babel/runtime": "^7.10.1", |
| 12140 | "classnames": "2.x", |
| 12141 | "rc-motion": "^2.9.0", |
| 12142 | "rc-util": "^5.20.1" |
| 12143 | }, |
| 12144 | "engines": { |
| 12145 | "node": ">=8.x" |
| 12146 | }, |
| 12147 | "peerDependencies": { |
| 12148 | "react": ">=16.9.0", |
| 12149 | "react-dom": ">=16.9.0" |
| 12150 | } |
| 12151 | }, |
| 12152 | "node_modules/rc-overflow": { |
| 12153 | "version": "1.4.1", |
| 12154 | "resolved": "https://registry.npmmirror.com/rc-overflow/-/rc-overflow-1.4.1.tgz", |
| 12155 | "integrity": "sha512-3MoPQQPV1uKyOMVNd6SZfONi+f3st0r8PksexIdBTeIYbMX0Jr+k7pHEDvsXtR4BpCv90/Pv2MovVNhktKrwvw==", |
| 12156 | "license": "MIT", |
| 12157 | "dependencies": { |
| 12158 | "@babel/runtime": "^7.11.1", |
| 12159 | "classnames": "^2.2.1", |
| 12160 | "rc-resize-observer": "^1.0.0", |
| 12161 | "rc-util": "^5.37.0" |
| 12162 | }, |
| 12163 | "peerDependencies": { |
| 12164 | "react": ">=16.9.0", |
| 12165 | "react-dom": ">=16.9.0" |
| 12166 | } |
| 12167 | }, |
| 12168 | "node_modules/rc-pagination": { |
| 12169 | "version": "5.1.0", |
| 12170 | "resolved": "https://registry.npmmirror.com/rc-pagination/-/rc-pagination-5.1.0.tgz", |
| 12171 | "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==", |
| 12172 | "license": "MIT", |
| 12173 | "dependencies": { |
| 12174 | "@babel/runtime": "^7.10.1", |
| 12175 | "classnames": "^2.3.2", |
| 12176 | "rc-util": "^5.38.0" |
| 12177 | }, |
| 12178 | "peerDependencies": { |
| 12179 | "react": ">=16.9.0", |
| 12180 | "react-dom": ">=16.9.0" |
| 12181 | } |
| 12182 | }, |
| 12183 | "node_modules/rc-picker": { |
| 12184 | "version": "4.11.3", |
| 12185 | "resolved": "https://registry.npmmirror.com/rc-picker/-/rc-picker-4.11.3.tgz", |
| 12186 | "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==", |
| 12187 | "license": "MIT", |
| 12188 | "dependencies": { |
| 12189 | "@babel/runtime": "^7.24.7", |
| 12190 | "@rc-component/trigger": "^2.0.0", |
| 12191 | "classnames": "^2.2.1", |
| 12192 | "rc-overflow": "^1.3.2", |
| 12193 | "rc-resize-observer": "^1.4.0", |
| 12194 | "rc-util": "^5.43.0" |
| 12195 | }, |
| 12196 | "engines": { |
| 12197 | "node": ">=8.x" |
| 12198 | }, |
| 12199 | "peerDependencies": { |
| 12200 | "date-fns": ">= 2.x", |
| 12201 | "dayjs": ">= 1.x", |
| 12202 | "luxon": ">= 3.x", |
| 12203 | "moment": ">= 2.x", |
| 12204 | "react": ">=16.9.0", |
| 12205 | "react-dom": ">=16.9.0" |
| 12206 | }, |
| 12207 | "peerDependenciesMeta": { |
| 12208 | "date-fns": { |
| 12209 | "optional": true |
| 12210 | }, |
| 12211 | "dayjs": { |
| 12212 | "optional": true |
| 12213 | }, |
| 12214 | "luxon": { |
| 12215 | "optional": true |
| 12216 | }, |
| 12217 | "moment": { |
| 12218 | "optional": true |
| 12219 | } |
| 12220 | } |
| 12221 | }, |
| 12222 | "node_modules/rc-progress": { |
| 12223 | "version": "4.0.0", |
| 12224 | "resolved": "https://registry.npmmirror.com/rc-progress/-/rc-progress-4.0.0.tgz", |
| 12225 | "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==", |
| 12226 | "license": "MIT", |
| 12227 | "dependencies": { |
| 12228 | "@babel/runtime": "^7.10.1", |
| 12229 | "classnames": "^2.2.6", |
| 12230 | "rc-util": "^5.16.1" |
| 12231 | }, |
| 12232 | "peerDependencies": { |
| 12233 | "react": ">=16.9.0", |
| 12234 | "react-dom": ">=16.9.0" |
| 12235 | } |
| 12236 | }, |
| 12237 | "node_modules/rc-rate": { |
| 12238 | "version": "2.13.1", |
| 12239 | "resolved": "https://registry.npmmirror.com/rc-rate/-/rc-rate-2.13.1.tgz", |
| 12240 | "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==", |
| 12241 | "license": "MIT", |
| 12242 | "dependencies": { |
| 12243 | "@babel/runtime": "^7.10.1", |
| 12244 | "classnames": "^2.2.5", |
| 12245 | "rc-util": "^5.0.1" |
| 12246 | }, |
| 12247 | "engines": { |
| 12248 | "node": ">=8.x" |
| 12249 | }, |
| 12250 | "peerDependencies": { |
| 12251 | "react": ">=16.9.0", |
| 12252 | "react-dom": ">=16.9.0" |
| 12253 | } |
| 12254 | }, |
| 12255 | "node_modules/rc-resize-observer": { |
| 12256 | "version": "1.4.3", |
| 12257 | "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz", |
| 12258 | "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==", |
| 12259 | "license": "MIT", |
| 12260 | "dependencies": { |
| 12261 | "@babel/runtime": "^7.20.7", |
| 12262 | "classnames": "^2.2.1", |
| 12263 | "rc-util": "^5.44.1", |
| 12264 | "resize-observer-polyfill": "^1.5.1" |
| 12265 | }, |
| 12266 | "peerDependencies": { |
| 12267 | "react": ">=16.9.0", |
| 12268 | "react-dom": ">=16.9.0" |
| 12269 | } |
| 12270 | }, |
| 12271 | "node_modules/rc-segmented": { |
| 12272 | "version": "2.7.0", |
| 12273 | "resolved": "https://registry.npmmirror.com/rc-segmented/-/rc-segmented-2.7.0.tgz", |
| 12274 | "integrity": "sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==", |
| 12275 | "license": "MIT", |
| 12276 | "dependencies": { |
| 12277 | "@babel/runtime": "^7.11.1", |
| 12278 | "classnames": "^2.2.1", |
| 12279 | "rc-motion": "^2.4.4", |
| 12280 | "rc-util": "^5.17.0" |
| 12281 | }, |
| 12282 | "peerDependencies": { |
| 12283 | "react": ">=16.0.0", |
| 12284 | "react-dom": ">=16.0.0" |
| 12285 | } |
| 12286 | }, |
| 12287 | "node_modules/rc-select": { |
| 12288 | "version": "14.16.6", |
| 12289 | "resolved": "https://registry.npmmirror.com/rc-select/-/rc-select-14.16.6.tgz", |
| 12290 | "integrity": "sha512-YPMtRPqfZWOm2XGTbx5/YVr1HT0vn//8QS77At0Gjb3Lv+Lbut0IORJPKLWu1hQ3u4GsA0SrDzs7nI8JG7Zmyg==", |
| 12291 | "license": "MIT", |
| 12292 | "dependencies": { |
| 12293 | "@babel/runtime": "^7.10.1", |
| 12294 | "@rc-component/trigger": "^2.1.1", |
| 12295 | "classnames": "2.x", |
| 12296 | "rc-motion": "^2.0.1", |
| 12297 | "rc-overflow": "^1.3.1", |
| 12298 | "rc-util": "^5.16.1", |
| 12299 | "rc-virtual-list": "^3.5.2" |
| 12300 | }, |
| 12301 | "engines": { |
| 12302 | "node": ">=8.x" |
| 12303 | }, |
| 12304 | "peerDependencies": { |
| 12305 | "react": "*", |
| 12306 | "react-dom": "*" |
| 12307 | } |
| 12308 | }, |
| 12309 | "node_modules/rc-slider": { |
| 12310 | "version": "11.1.8", |
| 12311 | "resolved": "https://registry.npmmirror.com/rc-slider/-/rc-slider-11.1.8.tgz", |
| 12312 | "integrity": "sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==", |
| 12313 | "license": "MIT", |
| 12314 | "dependencies": { |
| 12315 | "@babel/runtime": "^7.10.1", |
| 12316 | "classnames": "^2.2.5", |
| 12317 | "rc-util": "^5.36.0" |
| 12318 | }, |
| 12319 | "engines": { |
| 12320 | "node": ">=8.x" |
| 12321 | }, |
| 12322 | "peerDependencies": { |
| 12323 | "react": ">=16.9.0", |
| 12324 | "react-dom": ">=16.9.0" |
| 12325 | } |
| 12326 | }, |
| 12327 | "node_modules/rc-steps": { |
| 12328 | "version": "6.0.1", |
| 12329 | "resolved": "https://registry.npmmirror.com/rc-steps/-/rc-steps-6.0.1.tgz", |
| 12330 | "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==", |
| 12331 | "license": "MIT", |
| 12332 | "dependencies": { |
| 12333 | "@babel/runtime": "^7.16.7", |
| 12334 | "classnames": "^2.2.3", |
| 12335 | "rc-util": "^5.16.1" |
| 12336 | }, |
| 12337 | "engines": { |
| 12338 | "node": ">=8.x" |
| 12339 | }, |
| 12340 | "peerDependencies": { |
| 12341 | "react": ">=16.9.0", |
| 12342 | "react-dom": ">=16.9.0" |
| 12343 | } |
| 12344 | }, |
| 12345 | "node_modules/rc-switch": { |
| 12346 | "version": "4.1.0", |
| 12347 | "resolved": "https://registry.npmmirror.com/rc-switch/-/rc-switch-4.1.0.tgz", |
| 12348 | "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==", |
| 12349 | "license": "MIT", |
| 12350 | "dependencies": { |
| 12351 | "@babel/runtime": "^7.21.0", |
| 12352 | "classnames": "^2.2.1", |
| 12353 | "rc-util": "^5.30.0" |
| 12354 | }, |
| 12355 | "peerDependencies": { |
| 12356 | "react": ">=16.9.0", |
| 12357 | "react-dom": ">=16.9.0" |
| 12358 | } |
| 12359 | }, |
| 12360 | "node_modules/rc-table": { |
| 12361 | "version": "7.50.4", |
| 12362 | "resolved": "https://registry.npmmirror.com/rc-table/-/rc-table-7.50.4.tgz", |
| 12363 | "integrity": "sha512-Y+YuncnQqoS5e7yHvfvlv8BmCvwDYDX/2VixTBEhkMDk9itS9aBINp4nhzXFKiBP/frG4w0pS9d9Rgisl0T1Bw==", |
| 12364 | "license": "MIT", |
| 12365 | "dependencies": { |
| 12366 | "@babel/runtime": "^7.10.1", |
| 12367 | "@rc-component/context": "^1.4.0", |
| 12368 | "classnames": "^2.2.5", |
| 12369 | "rc-resize-observer": "^1.1.0", |
| 12370 | "rc-util": "^5.44.3", |
| 12371 | "rc-virtual-list": "^3.14.2" |
| 12372 | }, |
| 12373 | "engines": { |
| 12374 | "node": ">=8.x" |
| 12375 | }, |
| 12376 | "peerDependencies": { |
| 12377 | "react": ">=16.9.0", |
| 12378 | "react-dom": ">=16.9.0" |
| 12379 | } |
| 12380 | }, |
| 12381 | "node_modules/rc-tabs": { |
| 12382 | "version": "15.5.2", |
| 12383 | "resolved": "https://registry.npmmirror.com/rc-tabs/-/rc-tabs-15.5.2.tgz", |
| 12384 | "integrity": "sha512-Hbqf2IV6k/jPgfMjPtIDmPV0D0C9c/fN4B/fYcoh9qqaUzUZQoK0PYzsV3UaV+3UsmyoYt48p74m/HkLhGTw+w==", |
| 12385 | "license": "MIT", |
| 12386 | "dependencies": { |
| 12387 | "@babel/runtime": "^7.11.2", |
| 12388 | "classnames": "2.x", |
| 12389 | "rc-dropdown": "~4.2.0", |
| 12390 | "rc-menu": "~9.16.0", |
| 12391 | "rc-motion": "^2.6.2", |
| 12392 | "rc-resize-observer": "^1.0.0", |
| 12393 | "rc-util": "^5.34.1" |
| 12394 | }, |
| 12395 | "engines": { |
| 12396 | "node": ">=8.x" |
| 12397 | }, |
| 12398 | "peerDependencies": { |
| 12399 | "react": ">=16.9.0", |
| 12400 | "react-dom": ">=16.9.0" |
| 12401 | } |
| 12402 | }, |
| 12403 | "node_modules/rc-textarea": { |
| 12404 | "version": "1.10.0", |
| 12405 | "resolved": "https://registry.npmmirror.com/rc-textarea/-/rc-textarea-1.10.0.tgz", |
| 12406 | "integrity": "sha512-ai9IkanNuyBS4x6sOL8qu/Ld40e6cEs6pgk93R+XLYg0mDSjNBGey6/ZpDs5+gNLD7urQ14po3V6Ck2dJLt9SA==", |
| 12407 | "license": "MIT", |
| 12408 | "dependencies": { |
| 12409 | "@babel/runtime": "^7.10.1", |
| 12410 | "classnames": "^2.2.1", |
| 12411 | "rc-input": "~1.8.0", |
| 12412 | "rc-resize-observer": "^1.0.0", |
| 12413 | "rc-util": "^5.27.0" |
| 12414 | }, |
| 12415 | "peerDependencies": { |
| 12416 | "react": ">=16.9.0", |
| 12417 | "react-dom": ">=16.9.0" |
| 12418 | } |
| 12419 | }, |
| 12420 | "node_modules/rc-tooltip": { |
| 12421 | "version": "6.4.0", |
| 12422 | "resolved": "https://registry.npmmirror.com/rc-tooltip/-/rc-tooltip-6.4.0.tgz", |
| 12423 | "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==", |
| 12424 | "license": "MIT", |
| 12425 | "dependencies": { |
| 12426 | "@babel/runtime": "^7.11.2", |
| 12427 | "@rc-component/trigger": "^2.0.0", |
| 12428 | "classnames": "^2.3.1", |
| 12429 | "rc-util": "^5.44.3" |
| 12430 | }, |
| 12431 | "peerDependencies": { |
| 12432 | "react": ">=16.9.0", |
| 12433 | "react-dom": ">=16.9.0" |
| 12434 | } |
| 12435 | }, |
| 12436 | "node_modules/rc-tree": { |
| 12437 | "version": "5.13.1", |
| 12438 | "resolved": "https://registry.npmmirror.com/rc-tree/-/rc-tree-5.13.1.tgz", |
| 12439 | "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==", |
| 12440 | "license": "MIT", |
| 12441 | "dependencies": { |
| 12442 | "@babel/runtime": "^7.10.1", |
| 12443 | "classnames": "2.x", |
| 12444 | "rc-motion": "^2.0.1", |
| 12445 | "rc-util": "^5.16.1", |
| 12446 | "rc-virtual-list": "^3.5.1" |
| 12447 | }, |
| 12448 | "engines": { |
| 12449 | "node": ">=10.x" |
| 12450 | }, |
| 12451 | "peerDependencies": { |
| 12452 | "react": "*", |
| 12453 | "react-dom": "*" |
| 12454 | } |
| 12455 | }, |
| 12456 | "node_modules/rc-tree-select": { |
| 12457 | "version": "5.27.0", |
| 12458 | "resolved": "https://registry.npmmirror.com/rc-tree-select/-/rc-tree-select-5.27.0.tgz", |
| 12459 | "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==", |
| 12460 | "license": "MIT", |
| 12461 | "dependencies": { |
| 12462 | "@babel/runtime": "^7.25.7", |
| 12463 | "classnames": "2.x", |
| 12464 | "rc-select": "~14.16.2", |
| 12465 | "rc-tree": "~5.13.0", |
| 12466 | "rc-util": "^5.43.0" |
| 12467 | }, |
| 12468 | "peerDependencies": { |
| 12469 | "react": "*", |
| 12470 | "react-dom": "*" |
| 12471 | } |
| 12472 | }, |
| 12473 | "node_modules/rc-upload": { |
| 12474 | "version": "4.8.1", |
| 12475 | "resolved": "https://registry.npmmirror.com/rc-upload/-/rc-upload-4.8.1.tgz", |
| 12476 | "integrity": "sha512-toEAhwl4hjLAI1u8/CgKWt30BR06ulPa4iGQSMvSXoHzO88gPCslxqV/mnn4gJU7PDoltGIC9Eh+wkeudqgHyw==", |
| 12477 | "license": "MIT", |
| 12478 | "dependencies": { |
| 12479 | "@babel/runtime": "^7.18.3", |
| 12480 | "classnames": "^2.2.5", |
| 12481 | "rc-util": "^5.2.0" |
| 12482 | }, |
| 12483 | "peerDependencies": { |
| 12484 | "react": ">=16.9.0", |
| 12485 | "react-dom": ">=16.9.0" |
| 12486 | } |
| 12487 | }, |
| 12488 | "node_modules/rc-util": { |
| 12489 | "version": "5.44.4", |
| 12490 | "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.44.4.tgz", |
| 12491 | "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==", |
| 12492 | "license": "MIT", |
| 12493 | "dependencies": { |
| 12494 | "@babel/runtime": "^7.18.3", |
| 12495 | "react-is": "^18.2.0" |
| 12496 | }, |
| 12497 | "peerDependencies": { |
| 12498 | "react": ">=16.9.0", |
| 12499 | "react-dom": ">=16.9.0" |
| 12500 | } |
| 12501 | }, |
| 12502 | "node_modules/rc-virtual-list": { |
| 12503 | "version": "3.18.5", |
| 12504 | "resolved": "https://registry.npmmirror.com/rc-virtual-list/-/rc-virtual-list-3.18.5.tgz", |
| 12505 | "integrity": "sha512-1FuxVSxhzTj3y8k5xMPbhXCB0t2TOiI3Tq+qE2Bu+GGV7f+ECVuQl4OUg6lZ2qT5fordTW7CBpr9czdzXCI7Pg==", |
| 12506 | "license": "MIT", |
| 12507 | "dependencies": { |
| 12508 | "@babel/runtime": "^7.20.0", |
| 12509 | "classnames": "^2.2.6", |
| 12510 | "rc-resize-observer": "^1.0.0", |
| 12511 | "rc-util": "^5.36.0" |
| 12512 | }, |
| 12513 | "engines": { |
| 12514 | "node": ">=8.x" |
| 12515 | }, |
| 12516 | "peerDependencies": { |
| 12517 | "react": ">=16.9.0", |
| 12518 | "react-dom": ">=16.9.0" |
| 12519 | } |
| 12520 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12521 | "node_modules/react": { |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12522 | "version": "19.1.0", |
| 12523 | "resolved": "https://registry.npmmirror.com/react/-/react-19.1.0.tgz", |
| 12524 | "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12525 | "license": "MIT", |
| 12526 | "engines": { |
| 12527 | "node": ">=0.10.0" |
| 12528 | } |
| 12529 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12530 | "node_modules/react-cookie": { |
| 12531 | "version": "8.0.1", |
| 12532 | "resolved": "https://registry.npmmirror.com/react-cookie/-/react-cookie-8.0.1.tgz", |
| 12533 | "integrity": "sha512-QNdAd0MLuAiDiLcDU/2s/eyKmmfMHtjPUKJ2dZ/5CcQ9QKUium4B3o61/haq6PQl/YWFqC5PO8GvxeHKhy3GFA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12534 | "license": "MIT", |
| 12535 | "dependencies": { |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12536 | "@types/hoist-non-react-statics": "^3.3.6", |
| 12537 | "hoist-non-react-statics": "^3.3.2", |
| 12538 | "universal-cookie": "^8.0.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12539 | }, |
| 12540 | "peerDependencies": { |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12541 | "react": ">= 16.3.0" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12542 | } |
| 12543 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12544 | "node_modules/react-dom": { |
| 12545 | "version": "19.1.0", |
| 12546 | "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.1.0.tgz", |
| 12547 | "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==", |
| 12548 | "license": "MIT", |
| 12549 | "dependencies": { |
| 12550 | "scheduler": "^0.26.0" |
| 12551 | }, |
| 12552 | "peerDependencies": { |
| 12553 | "react": "^19.1.0" |
| 12554 | } |
| 12555 | }, |
| 12556 | "node_modules/react-is": { |
| 12557 | "version": "18.3.1", |
| 12558 | "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz", |
| 12559 | "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", |
| 12560 | "license": "MIT" |
| 12561 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12562 | "node_modules/react-redux": { |
| 12563 | "version": "9.2.0", |
| 12564 | "resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-9.2.0.tgz", |
| 12565 | "integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==", |
| 12566 | "license": "MIT", |
| 12567 | "dependencies": { |
| 12568 | "@types/use-sync-external-store": "^0.0.6", |
| 12569 | "use-sync-external-store": "^1.4.0" |
| 12570 | }, |
| 12571 | "peerDependencies": { |
| 12572 | "@types/react": "^18.2.25 || ^19", |
| 12573 | "react": "^18.0 || ^19", |
| 12574 | "redux": "^5.0.0" |
| 12575 | }, |
| 12576 | "peerDependenciesMeta": { |
| 12577 | "@types/react": { |
| 12578 | "optional": true |
| 12579 | }, |
| 12580 | "redux": { |
| 12581 | "optional": true |
| 12582 | } |
| 12583 | } |
| 12584 | }, |
| 12585 | "node_modules/react-router": { |
| 12586 | "version": "7.4.0", |
| 12587 | "resolved": "https://registry.npmmirror.com/react-router/-/react-router-7.4.0.tgz", |
| 12588 | "integrity": "sha512-Y2g5ObjkvX3VFeVt+0CIPuYd9PpgqCslG7ASSIdN73LwA1nNWzcMLaoMRJfP3prZFI92svxFwbn7XkLJ+UPQ6A==", |
| 12589 | "license": "MIT", |
| 12590 | "dependencies": { |
| 12591 | "@types/cookie": "^0.6.0", |
| 12592 | "cookie": "^1.0.1", |
| 12593 | "set-cookie-parser": "^2.6.0", |
| 12594 | "turbo-stream": "2.4.0" |
| 12595 | }, |
| 12596 | "engines": { |
| 12597 | "node": ">=20.0.0" |
| 12598 | }, |
| 12599 | "peerDependencies": { |
| 12600 | "react": ">=18", |
| 12601 | "react-dom": ">=18" |
| 12602 | }, |
| 12603 | "peerDependenciesMeta": { |
| 12604 | "react-dom": { |
| 12605 | "optional": true |
| 12606 | } |
| 12607 | } |
| 12608 | }, |
| 12609 | "node_modules/react-router-dom": { |
| 12610 | "version": "7.4.0", |
| 12611 | "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-7.4.0.tgz", |
| 12612 | "integrity": "sha512-VlksBPf3n2bijPvnA7nkTsXxMAKOj+bWp4R9c3i+bnwlSOFAGOkJkKhzy/OsRkWaBMICqcAl1JDzh9ZSOze9CA==", |
| 12613 | "license": "MIT", |
| 12614 | "dependencies": { |
| 12615 | "react-router": "7.4.0" |
| 12616 | }, |
| 12617 | "engines": { |
| 12618 | "node": ">=20.0.0" |
| 12619 | }, |
| 12620 | "peerDependencies": { |
| 12621 | "react": ">=18", |
| 12622 | "react-dom": ">=18" |
| 12623 | } |
| 12624 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12625 | "node_modules/react-test-renderer": { |
| 12626 | "version": "19.1.0", |
| 12627 | "resolved": "https://registry.npmmirror.com/react-test-renderer/-/react-test-renderer-19.1.0.tgz", |
| 12628 | "integrity": "sha512-jXkSl3CpvPYEF+p/eGDLB4sPoDX8pKkYvRl9+rR8HxLY0X04vW7hCm1/0zHoUSjPZ3bDa+wXWNTDVIw/R8aDVw==", |
| 12629 | "dev": true, |
| 12630 | "license": "MIT", |
| 12631 | "dependencies": { |
| 12632 | "react-is": "^19.1.0", |
| 12633 | "scheduler": "^0.26.0" |
| 12634 | }, |
| 12635 | "peerDependencies": { |
| 12636 | "react": "^19.1.0" |
| 12637 | } |
| 12638 | }, |
| 12639 | "node_modules/react-test-renderer/node_modules/react-is": { |
| 12640 | "version": "19.1.0", |
| 12641 | "resolved": "https://registry.npmmirror.com/react-is/-/react-is-19.1.0.tgz", |
| 12642 | "integrity": "sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==", |
| 12643 | "dev": true, |
| 12644 | "license": "MIT" |
| 12645 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12646 | "node_modules/readable-stream": { |
| 12647 | "version": "3.6.2", |
| 12648 | "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz", |
| 12649 | "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", |
| 12650 | "dev": true, |
| 12651 | "license": "MIT", |
| 12652 | "dependencies": { |
| 12653 | "inherits": "^2.0.3", |
| 12654 | "string_decoder": "^1.1.1", |
| 12655 | "util-deprecate": "^1.0.1" |
| 12656 | }, |
| 12657 | "engines": { |
| 12658 | "node": ">= 6" |
| 12659 | } |
| 12660 | }, |
| 12661 | "node_modules/readdirp": { |
| 12662 | "version": "3.6.0", |
| 12663 | "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", |
| 12664 | "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", |
| 12665 | "dev": true, |
| 12666 | "license": "MIT", |
| 12667 | "dependencies": { |
| 12668 | "picomatch": "^2.2.1" |
| 12669 | }, |
| 12670 | "engines": { |
| 12671 | "node": ">=8.10.0" |
| 12672 | } |
| 12673 | }, |
| 12674 | "node_modules/rechoir": { |
| 12675 | "version": "0.8.0", |
| 12676 | "resolved": "https://registry.npmmirror.com/rechoir/-/rechoir-0.8.0.tgz", |
| 12677 | "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", |
| 12678 | "license": "MIT", |
| 12679 | "dependencies": { |
| 12680 | "resolve": "^1.20.0" |
| 12681 | }, |
| 12682 | "engines": { |
| 12683 | "node": ">= 10.13.0" |
| 12684 | } |
| 12685 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12686 | "node_modules/redent": { |
| 12687 | "version": "3.0.0", |
| 12688 | "resolved": "https://registry.npmmirror.com/redent/-/redent-3.0.0.tgz", |
| 12689 | "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", |
| 12690 | "dev": true, |
| 12691 | "license": "MIT", |
| 12692 | "dependencies": { |
| 12693 | "indent-string": "^4.0.0", |
| 12694 | "strip-indent": "^3.0.0" |
| 12695 | }, |
| 12696 | "engines": { |
| 12697 | "node": ">=8" |
| 12698 | } |
| 12699 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12700 | "node_modules/redux": { |
| 12701 | "version": "5.0.1", |
| 12702 | "resolved": "https://registry.npmmirror.com/redux/-/redux-5.0.1.tgz", |
| 12703 | "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==", |
| 12704 | "license": "MIT" |
| 12705 | }, |
| 12706 | "node_modules/redux-thunk": { |
| 12707 | "version": "3.1.0", |
| 12708 | "resolved": "https://registry.npmmirror.com/redux-thunk/-/redux-thunk-3.1.0.tgz", |
| 12709 | "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", |
| 12710 | "license": "MIT", |
| 12711 | "peerDependencies": { |
| 12712 | "redux": "^5.0.0" |
| 12713 | } |
| 12714 | }, |
| 12715 | "node_modules/regenerate": { |
| 12716 | "version": "1.4.2", |
| 12717 | "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz", |
| 12718 | "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12719 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12720 | "license": "MIT" |
| 12721 | }, |
| 12722 | "node_modules/regenerate-unicode-properties": { |
| 12723 | "version": "10.2.0", |
| 12724 | "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", |
| 12725 | "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12726 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12727 | "license": "MIT", |
| 12728 | "dependencies": { |
| 12729 | "regenerate": "^1.4.2" |
| 12730 | }, |
| 12731 | "engines": { |
| 12732 | "node": ">=4" |
| 12733 | } |
| 12734 | }, |
| 12735 | "node_modules/regenerator-runtime": { |
| 12736 | "version": "0.14.1", |
| 12737 | "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", |
| 12738 | "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", |
| 12739 | "license": "MIT" |
| 12740 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12741 | "node_modules/regexpu-core": { |
| 12742 | "version": "6.2.0", |
| 12743 | "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz", |
| 12744 | "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12745 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12746 | "license": "MIT", |
| 12747 | "dependencies": { |
| 12748 | "regenerate": "^1.4.2", |
| 12749 | "regenerate-unicode-properties": "^10.2.0", |
| 12750 | "regjsgen": "^0.8.0", |
| 12751 | "regjsparser": "^0.12.0", |
| 12752 | "unicode-match-property-ecmascript": "^2.0.0", |
| 12753 | "unicode-match-property-value-ecmascript": "^2.1.0" |
| 12754 | }, |
| 12755 | "engines": { |
| 12756 | "node": ">=4" |
| 12757 | } |
| 12758 | }, |
| 12759 | "node_modules/regjsgen": { |
| 12760 | "version": "0.8.0", |
| 12761 | "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz", |
| 12762 | "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12763 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12764 | "license": "MIT" |
| 12765 | }, |
| 12766 | "node_modules/regjsparser": { |
| 12767 | "version": "0.12.0", |
| 12768 | "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz", |
| 12769 | "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12770 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12771 | "license": "BSD-2-Clause", |
| 12772 | "dependencies": { |
| 12773 | "jsesc": "~3.0.2" |
| 12774 | }, |
| 12775 | "bin": { |
| 12776 | "regjsparser": "bin/parser" |
| 12777 | } |
| 12778 | }, |
| 12779 | "node_modules/regjsparser/node_modules/jsesc": { |
| 12780 | "version": "3.0.2", |
| 12781 | "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz", |
| 12782 | "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12783 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12784 | "license": "MIT", |
| 12785 | "bin": { |
| 12786 | "jsesc": "bin/jsesc" |
| 12787 | }, |
| 12788 | "engines": { |
| 12789 | "node": ">=6" |
| 12790 | } |
| 12791 | }, |
| 12792 | "node_modules/relateurl": { |
| 12793 | "version": "0.2.7", |
| 12794 | "resolved": "https://registry.npmmirror.com/relateurl/-/relateurl-0.2.7.tgz", |
| 12795 | "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 12796 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12797 | "license": "MIT", |
| 12798 | "engines": { |
| 12799 | "node": ">= 0.10" |
| 12800 | } |
| 12801 | }, |
| 12802 | "node_modules/renderkid": { |
| 12803 | "version": "3.0.0", |
| 12804 | "resolved": "https://registry.npmmirror.com/renderkid/-/renderkid-3.0.0.tgz", |
| 12805 | "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 12806 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12807 | "license": "MIT", |
| 12808 | "dependencies": { |
| 12809 | "css-select": "^4.1.3", |
| 12810 | "dom-converter": "^0.2.0", |
| 12811 | "htmlparser2": "^6.1.0", |
| 12812 | "lodash": "^4.17.21", |
| 12813 | "strip-ansi": "^6.0.1" |
| 12814 | } |
| 12815 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12816 | "node_modules/require-directory": { |
| 12817 | "version": "2.1.1", |
| 12818 | "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz", |
| 12819 | "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", |
| 12820 | "dev": true, |
| 12821 | "license": "MIT", |
| 12822 | "engines": { |
| 12823 | "node": ">=0.10.0" |
| 12824 | } |
| 12825 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12826 | "node_modules/require-from-string": { |
| 12827 | "version": "2.0.2", |
| 12828 | "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", |
| 12829 | "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", |
| 12830 | "license": "MIT", |
| 12831 | "engines": { |
| 12832 | "node": ">=0.10.0" |
| 12833 | } |
| 12834 | }, |
| 12835 | "node_modules/requires-port": { |
| 12836 | "version": "1.0.0", |
| 12837 | "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz", |
| 12838 | "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12839 | "license": "MIT" |
| 12840 | }, |
| 12841 | "node_modules/reselect": { |
| 12842 | "version": "5.1.1", |
| 12843 | "resolved": "https://registry.npmmirror.com/reselect/-/reselect-5.1.1.tgz", |
| 12844 | "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==", |
| 12845 | "license": "MIT" |
| 12846 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 12847 | "node_modules/resize-observer-polyfill": { |
| 12848 | "version": "1.5.1", |
| 12849 | "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", |
| 12850 | "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==", |
| 12851 | "license": "MIT" |
| 12852 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12853 | "node_modules/resolve": { |
| 12854 | "version": "1.22.10", |
| 12855 | "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz", |
| 12856 | "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", |
| 12857 | "license": "MIT", |
| 12858 | "dependencies": { |
| 12859 | "is-core-module": "^2.16.0", |
| 12860 | "path-parse": "^1.0.7", |
| 12861 | "supports-preserve-symlinks-flag": "^1.0.0" |
| 12862 | }, |
| 12863 | "bin": { |
| 12864 | "resolve": "bin/resolve" |
| 12865 | }, |
| 12866 | "engines": { |
| 12867 | "node": ">= 0.4" |
| 12868 | }, |
| 12869 | "funding": { |
| 12870 | "url": "https://github.com/sponsors/ljharb" |
| 12871 | } |
| 12872 | }, |
| 12873 | "node_modules/resolve-cwd": { |
| 12874 | "version": "3.0.0", |
| 12875 | "resolved": "https://registry.npmmirror.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz", |
| 12876 | "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", |
| 12877 | "license": "MIT", |
| 12878 | "dependencies": { |
| 12879 | "resolve-from": "^5.0.0" |
| 12880 | }, |
| 12881 | "engines": { |
| 12882 | "node": ">=8" |
| 12883 | } |
| 12884 | }, |
| 12885 | "node_modules/resolve-cwd/node_modules/resolve-from": { |
| 12886 | "version": "5.0.0", |
| 12887 | "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz", |
| 12888 | "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", |
| 12889 | "license": "MIT", |
| 12890 | "engines": { |
| 12891 | "node": ">=8" |
| 12892 | } |
| 12893 | }, |
| 12894 | "node_modules/resolve-from": { |
| 12895 | "version": "4.0.0", |
| 12896 | "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", |
| 12897 | "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12898 | "license": "MIT", |
| 12899 | "engines": { |
| 12900 | "node": ">=4" |
| 12901 | } |
| 12902 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12903 | "node_modules/resolve.exports": { |
| 12904 | "version": "2.0.3", |
| 12905 | "resolved": "https://registry.npmmirror.com/resolve.exports/-/resolve.exports-2.0.3.tgz", |
| 12906 | "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==", |
| 12907 | "dev": true, |
| 12908 | "license": "MIT", |
| 12909 | "engines": { |
| 12910 | "node": ">=10" |
| 12911 | } |
| 12912 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12913 | "node_modules/retry": { |
| 12914 | "version": "0.13.1", |
| 12915 | "resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz", |
| 12916 | "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", |
| 12917 | "dev": true, |
| 12918 | "license": "MIT", |
| 12919 | "engines": { |
| 12920 | "node": ">= 4" |
| 12921 | } |
| 12922 | }, |
| 12923 | "node_modules/run-applescript": { |
| 12924 | "version": "7.0.0", |
| 12925 | "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz", |
| 12926 | "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", |
| 12927 | "dev": true, |
| 12928 | "license": "MIT", |
| 12929 | "engines": { |
| 12930 | "node": ">=18" |
| 12931 | }, |
| 12932 | "funding": { |
| 12933 | "url": "https://github.com/sponsors/sindresorhus" |
| 12934 | } |
| 12935 | }, |
| 12936 | "node_modules/safe-buffer": { |
| 12937 | "version": "5.2.1", |
| 12938 | "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| 12939 | "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", |
| 12940 | "funding": [ |
| 12941 | { |
| 12942 | "type": "github", |
| 12943 | "url": "https://github.com/sponsors/feross" |
| 12944 | }, |
| 12945 | { |
| 12946 | "type": "patreon", |
| 12947 | "url": "https://www.patreon.com/feross" |
| 12948 | }, |
| 12949 | { |
| 12950 | "type": "consulting", |
| 12951 | "url": "https://feross.org/support" |
| 12952 | } |
| 12953 | ], |
| 12954 | "license": "MIT" |
| 12955 | }, |
| 12956 | "node_modules/safer-buffer": { |
| 12957 | "version": "2.1.2", |
| 12958 | "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", |
| 12959 | "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12960 | "license": "MIT" |
| 12961 | }, |
| 12962 | "node_modules/sax": { |
| 12963 | "version": "1.4.1", |
| 12964 | "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz", |
| 12965 | "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", |
| 12966 | "dev": true, |
| 12967 | "license": "ISC", |
| 12968 | "optional": true |
| 12969 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12970 | "node_modules/saxes": { |
| 12971 | "version": "6.0.0", |
| 12972 | "resolved": "https://registry.npmmirror.com/saxes/-/saxes-6.0.0.tgz", |
| 12973 | "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", |
| 12974 | "license": "ISC", |
| 12975 | "dependencies": { |
| 12976 | "xmlchars": "^2.2.0" |
| 12977 | }, |
| 12978 | "engines": { |
| 12979 | "node": ">=v12.22.7" |
| 12980 | } |
| 12981 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12982 | "node_modules/scheduler": { |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 12983 | "version": "0.26.0", |
| 12984 | "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.26.0.tgz", |
| 12985 | "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 12986 | "license": "MIT" |
| 12987 | }, |
| 12988 | "node_modules/schema-utils": { |
| 12989 | "version": "4.3.0", |
| 12990 | "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.3.0.tgz", |
| 12991 | "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==", |
| 12992 | "license": "MIT", |
| 12993 | "dependencies": { |
| 12994 | "@types/json-schema": "^7.0.9", |
| 12995 | "ajv": "^8.9.0", |
| 12996 | "ajv-formats": "^2.1.1", |
| 12997 | "ajv-keywords": "^5.1.0" |
| 12998 | }, |
| 12999 | "engines": { |
| 13000 | "node": ">= 10.13.0" |
| 13001 | }, |
| 13002 | "funding": { |
| 13003 | "type": "opencollective", |
| 13004 | "url": "https://opencollective.com/webpack" |
| 13005 | } |
| 13006 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 13007 | "node_modules/scroll-into-view-if-needed": { |
| 13008 | "version": "3.1.0", |
| 13009 | "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz", |
| 13010 | "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==", |
| 13011 | "license": "MIT", |
| 13012 | "dependencies": { |
| 13013 | "compute-scroll-into-view": "^3.0.2" |
| 13014 | } |
| 13015 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13016 | "node_modules/select-hose": { |
| 13017 | "version": "2.0.0", |
| 13018 | "resolved": "https://registry.npmmirror.com/select-hose/-/select-hose-2.0.0.tgz", |
| 13019 | "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", |
| 13020 | "dev": true, |
| 13021 | "license": "MIT" |
| 13022 | }, |
| 13023 | "node_modules/selfsigned": { |
| 13024 | "version": "2.4.1", |
| 13025 | "resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-2.4.1.tgz", |
| 13026 | "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", |
| 13027 | "dev": true, |
| 13028 | "license": "MIT", |
| 13029 | "dependencies": { |
| 13030 | "@types/node-forge": "^1.3.0", |
| 13031 | "node-forge": "^1" |
| 13032 | }, |
| 13033 | "engines": { |
| 13034 | "node": ">=10" |
| 13035 | } |
| 13036 | }, |
| 13037 | "node_modules/semver": { |
| 13038 | "version": "6.3.1", |
| 13039 | "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", |
| 13040 | "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
| 13041 | "license": "ISC", |
| 13042 | "bin": { |
| 13043 | "semver": "bin/semver.js" |
| 13044 | } |
| 13045 | }, |
| 13046 | "node_modules/send": { |
| 13047 | "version": "0.19.0", |
| 13048 | "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz", |
| 13049 | "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", |
| 13050 | "dev": true, |
| 13051 | "license": "MIT", |
| 13052 | "dependencies": { |
| 13053 | "debug": "2.6.9", |
| 13054 | "depd": "2.0.0", |
| 13055 | "destroy": "1.2.0", |
| 13056 | "encodeurl": "~1.0.2", |
| 13057 | "escape-html": "~1.0.3", |
| 13058 | "etag": "~1.8.1", |
| 13059 | "fresh": "0.5.2", |
| 13060 | "http-errors": "2.0.0", |
| 13061 | "mime": "1.6.0", |
| 13062 | "ms": "2.1.3", |
| 13063 | "on-finished": "2.4.1", |
| 13064 | "range-parser": "~1.2.1", |
| 13065 | "statuses": "2.0.1" |
| 13066 | }, |
| 13067 | "engines": { |
| 13068 | "node": ">= 0.8.0" |
| 13069 | } |
| 13070 | }, |
| 13071 | "node_modules/send/node_modules/debug": { |
| 13072 | "version": "2.6.9", |
| 13073 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 13074 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 13075 | "dev": true, |
| 13076 | "license": "MIT", |
| 13077 | "dependencies": { |
| 13078 | "ms": "2.0.0" |
| 13079 | } |
| 13080 | }, |
| 13081 | "node_modules/send/node_modules/debug/node_modules/ms": { |
| 13082 | "version": "2.0.0", |
| 13083 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 13084 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 13085 | "dev": true, |
| 13086 | "license": "MIT" |
| 13087 | }, |
| 13088 | "node_modules/send/node_modules/encodeurl": { |
| 13089 | "version": "1.0.2", |
| 13090 | "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz", |
| 13091 | "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", |
| 13092 | "dev": true, |
| 13093 | "license": "MIT", |
| 13094 | "engines": { |
| 13095 | "node": ">= 0.8" |
| 13096 | } |
| 13097 | }, |
| 13098 | "node_modules/serialize-javascript": { |
| 13099 | "version": "6.0.2", |
| 13100 | "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz", |
| 13101 | "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", |
| 13102 | "license": "BSD-3-Clause", |
| 13103 | "dependencies": { |
| 13104 | "randombytes": "^2.1.0" |
| 13105 | } |
| 13106 | }, |
| 13107 | "node_modules/serve-index": { |
| 13108 | "version": "1.9.1", |
| 13109 | "resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.1.tgz", |
| 13110 | "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", |
| 13111 | "dev": true, |
| 13112 | "license": "MIT", |
| 13113 | "dependencies": { |
| 13114 | "accepts": "~1.3.4", |
| 13115 | "batch": "0.6.1", |
| 13116 | "debug": "2.6.9", |
| 13117 | "escape-html": "~1.0.3", |
| 13118 | "http-errors": "~1.6.2", |
| 13119 | "mime-types": "~2.1.17", |
| 13120 | "parseurl": "~1.3.2" |
| 13121 | }, |
| 13122 | "engines": { |
| 13123 | "node": ">= 0.8.0" |
| 13124 | } |
| 13125 | }, |
| 13126 | "node_modules/serve-index/node_modules/debug": { |
| 13127 | "version": "2.6.9", |
| 13128 | "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", |
| 13129 | "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
| 13130 | "dev": true, |
| 13131 | "license": "MIT", |
| 13132 | "dependencies": { |
| 13133 | "ms": "2.0.0" |
| 13134 | } |
| 13135 | }, |
| 13136 | "node_modules/serve-index/node_modules/depd": { |
| 13137 | "version": "1.1.2", |
| 13138 | "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz", |
| 13139 | "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", |
| 13140 | "dev": true, |
| 13141 | "license": "MIT", |
| 13142 | "engines": { |
| 13143 | "node": ">= 0.6" |
| 13144 | } |
| 13145 | }, |
| 13146 | "node_modules/serve-index/node_modules/http-errors": { |
| 13147 | "version": "1.6.3", |
| 13148 | "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz", |
| 13149 | "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", |
| 13150 | "dev": true, |
| 13151 | "license": "MIT", |
| 13152 | "dependencies": { |
| 13153 | "depd": "~1.1.2", |
| 13154 | "inherits": "2.0.3", |
| 13155 | "setprototypeof": "1.1.0", |
| 13156 | "statuses": ">= 1.4.0 < 2" |
| 13157 | }, |
| 13158 | "engines": { |
| 13159 | "node": ">= 0.6" |
| 13160 | } |
| 13161 | }, |
| 13162 | "node_modules/serve-index/node_modules/inherits": { |
| 13163 | "version": "2.0.3", |
| 13164 | "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz", |
| 13165 | "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", |
| 13166 | "dev": true, |
| 13167 | "license": "ISC" |
| 13168 | }, |
| 13169 | "node_modules/serve-index/node_modules/ms": { |
| 13170 | "version": "2.0.0", |
| 13171 | "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", |
| 13172 | "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", |
| 13173 | "dev": true, |
| 13174 | "license": "MIT" |
| 13175 | }, |
| 13176 | "node_modules/serve-index/node_modules/setprototypeof": { |
| 13177 | "version": "1.1.0", |
| 13178 | "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.1.0.tgz", |
| 13179 | "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", |
| 13180 | "dev": true, |
| 13181 | "license": "ISC" |
| 13182 | }, |
| 13183 | "node_modules/serve-index/node_modules/statuses": { |
| 13184 | "version": "1.5.0", |
| 13185 | "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz", |
| 13186 | "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", |
| 13187 | "dev": true, |
| 13188 | "license": "MIT", |
| 13189 | "engines": { |
| 13190 | "node": ">= 0.6" |
| 13191 | } |
| 13192 | }, |
| 13193 | "node_modules/serve-static": { |
| 13194 | "version": "1.16.2", |
| 13195 | "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz", |
| 13196 | "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", |
| 13197 | "dev": true, |
| 13198 | "license": "MIT", |
| 13199 | "dependencies": { |
| 13200 | "encodeurl": "~2.0.0", |
| 13201 | "escape-html": "~1.0.3", |
| 13202 | "parseurl": "~1.3.3", |
| 13203 | "send": "0.19.0" |
| 13204 | }, |
| 13205 | "engines": { |
| 13206 | "node": ">= 0.8.0" |
| 13207 | } |
| 13208 | }, |
| 13209 | "node_modules/set-cookie-parser": { |
| 13210 | "version": "2.7.1", |
| 13211 | "resolved": "https://registry.npmmirror.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", |
| 13212 | "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", |
| 13213 | "license": "MIT" |
| 13214 | }, |
| 13215 | "node_modules/setprototypeof": { |
| 13216 | "version": "1.2.0", |
| 13217 | "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz", |
| 13218 | "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", |
| 13219 | "dev": true, |
| 13220 | "license": "ISC" |
| 13221 | }, |
| 13222 | "node_modules/shallow-clone": { |
| 13223 | "version": "3.0.1", |
| 13224 | "resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz", |
| 13225 | "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", |
| 13226 | "license": "MIT", |
| 13227 | "dependencies": { |
| 13228 | "kind-of": "^6.0.2" |
| 13229 | }, |
| 13230 | "engines": { |
| 13231 | "node": ">=8" |
| 13232 | } |
| 13233 | }, |
| 13234 | "node_modules/shebang-command": { |
| 13235 | "version": "2.0.0", |
| 13236 | "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", |
| 13237 | "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
| 13238 | "license": "MIT", |
| 13239 | "dependencies": { |
| 13240 | "shebang-regex": "^3.0.0" |
| 13241 | }, |
| 13242 | "engines": { |
| 13243 | "node": ">=8" |
| 13244 | } |
| 13245 | }, |
| 13246 | "node_modules/shebang-regex": { |
| 13247 | "version": "3.0.0", |
| 13248 | "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", |
| 13249 | "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", |
| 13250 | "license": "MIT", |
| 13251 | "engines": { |
| 13252 | "node": ">=8" |
| 13253 | } |
| 13254 | }, |
| 13255 | "node_modules/shell-quote": { |
| 13256 | "version": "1.8.2", |
| 13257 | "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.2.tgz", |
| 13258 | "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", |
| 13259 | "dev": true, |
| 13260 | "license": "MIT", |
| 13261 | "engines": { |
| 13262 | "node": ">= 0.4" |
| 13263 | }, |
| 13264 | "funding": { |
| 13265 | "url": "https://github.com/sponsors/ljharb" |
| 13266 | } |
| 13267 | }, |
| 13268 | "node_modules/side-channel": { |
| 13269 | "version": "1.1.0", |
| 13270 | "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz", |
| 13271 | "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", |
| 13272 | "dev": true, |
| 13273 | "license": "MIT", |
| 13274 | "dependencies": { |
| 13275 | "es-errors": "^1.3.0", |
| 13276 | "object-inspect": "^1.13.3", |
| 13277 | "side-channel-list": "^1.0.0", |
| 13278 | "side-channel-map": "^1.0.1", |
| 13279 | "side-channel-weakmap": "^1.0.2" |
| 13280 | }, |
| 13281 | "engines": { |
| 13282 | "node": ">= 0.4" |
| 13283 | }, |
| 13284 | "funding": { |
| 13285 | "url": "https://github.com/sponsors/ljharb" |
| 13286 | } |
| 13287 | }, |
| 13288 | "node_modules/side-channel-list": { |
| 13289 | "version": "1.0.0", |
| 13290 | "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz", |
| 13291 | "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", |
| 13292 | "dev": true, |
| 13293 | "license": "MIT", |
| 13294 | "dependencies": { |
| 13295 | "es-errors": "^1.3.0", |
| 13296 | "object-inspect": "^1.13.3" |
| 13297 | }, |
| 13298 | "engines": { |
| 13299 | "node": ">= 0.4" |
| 13300 | }, |
| 13301 | "funding": { |
| 13302 | "url": "https://github.com/sponsors/ljharb" |
| 13303 | } |
| 13304 | }, |
| 13305 | "node_modules/side-channel-map": { |
| 13306 | "version": "1.0.1", |
| 13307 | "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz", |
| 13308 | "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", |
| 13309 | "dev": true, |
| 13310 | "license": "MIT", |
| 13311 | "dependencies": { |
| 13312 | "call-bound": "^1.0.2", |
| 13313 | "es-errors": "^1.3.0", |
| 13314 | "get-intrinsic": "^1.2.5", |
| 13315 | "object-inspect": "^1.13.3" |
| 13316 | }, |
| 13317 | "engines": { |
| 13318 | "node": ">= 0.4" |
| 13319 | }, |
| 13320 | "funding": { |
| 13321 | "url": "https://github.com/sponsors/ljharb" |
| 13322 | } |
| 13323 | }, |
| 13324 | "node_modules/side-channel-weakmap": { |
| 13325 | "version": "1.0.2", |
| 13326 | "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", |
| 13327 | "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", |
| 13328 | "dev": true, |
| 13329 | "license": "MIT", |
| 13330 | "dependencies": { |
| 13331 | "call-bound": "^1.0.2", |
| 13332 | "es-errors": "^1.3.0", |
| 13333 | "get-intrinsic": "^1.2.5", |
| 13334 | "object-inspect": "^1.13.3", |
| 13335 | "side-channel-map": "^1.0.1" |
| 13336 | }, |
| 13337 | "engines": { |
| 13338 | "node": ">= 0.4" |
| 13339 | }, |
| 13340 | "funding": { |
| 13341 | "url": "https://github.com/sponsors/ljharb" |
| 13342 | } |
| 13343 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13344 | "node_modules/signal-exit": { |
| 13345 | "version": "3.0.7", |
| 13346 | "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz", |
| 13347 | "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", |
| 13348 | "license": "ISC" |
| 13349 | }, |
| 13350 | "node_modules/sisteransi": { |
| 13351 | "version": "1.0.5", |
| 13352 | "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz", |
| 13353 | "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", |
| 13354 | "dev": true, |
| 13355 | "license": "MIT" |
| 13356 | }, |
| 13357 | "node_modules/slash": { |
| 13358 | "version": "3.0.0", |
| 13359 | "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz", |
| 13360 | "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", |
| 13361 | "license": "MIT", |
| 13362 | "engines": { |
| 13363 | "node": ">=8" |
| 13364 | } |
| 13365 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13366 | "node_modules/sockjs": { |
| 13367 | "version": "0.3.24", |
| 13368 | "resolved": "https://registry.npmmirror.com/sockjs/-/sockjs-0.3.24.tgz", |
| 13369 | "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", |
| 13370 | "dev": true, |
| 13371 | "license": "MIT", |
| 13372 | "dependencies": { |
| 13373 | "faye-websocket": "^0.11.3", |
| 13374 | "uuid": "^8.3.2", |
| 13375 | "websocket-driver": "^0.7.4" |
| 13376 | } |
| 13377 | }, |
| 13378 | "node_modules/source-map": { |
| 13379 | "version": "0.6.1", |
| 13380 | "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", |
| 13381 | "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", |
| 13382 | "license": "BSD-3-Clause", |
| 13383 | "engines": { |
| 13384 | "node": ">=0.10.0" |
| 13385 | } |
| 13386 | }, |
| 13387 | "node_modules/source-map-js": { |
| 13388 | "version": "1.2.1", |
| 13389 | "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", |
| 13390 | "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13391 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13392 | "license": "BSD-3-Clause", |
| 13393 | "engines": { |
| 13394 | "node": ">=0.10.0" |
| 13395 | } |
| 13396 | }, |
| 13397 | "node_modules/source-map-support": { |
| 13398 | "version": "0.5.21", |
| 13399 | "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz", |
| 13400 | "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", |
| 13401 | "license": "MIT", |
| 13402 | "dependencies": { |
| 13403 | "buffer-from": "^1.0.0", |
| 13404 | "source-map": "^0.6.0" |
| 13405 | } |
| 13406 | }, |
| 13407 | "node_modules/spdy": { |
| 13408 | "version": "4.0.2", |
| 13409 | "resolved": "https://registry.npmmirror.com/spdy/-/spdy-4.0.2.tgz", |
| 13410 | "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", |
| 13411 | "dev": true, |
| 13412 | "license": "MIT", |
| 13413 | "dependencies": { |
| 13414 | "debug": "^4.1.0", |
| 13415 | "handle-thing": "^2.0.0", |
| 13416 | "http-deceiver": "^1.2.7", |
| 13417 | "select-hose": "^2.0.0", |
| 13418 | "spdy-transport": "^3.0.0" |
| 13419 | }, |
| 13420 | "engines": { |
| 13421 | "node": ">=6.0.0" |
| 13422 | } |
| 13423 | }, |
| 13424 | "node_modules/spdy-transport": { |
| 13425 | "version": "3.0.0", |
| 13426 | "resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-3.0.0.tgz", |
| 13427 | "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", |
| 13428 | "dev": true, |
| 13429 | "license": "MIT", |
| 13430 | "dependencies": { |
| 13431 | "debug": "^4.1.0", |
| 13432 | "detect-node": "^2.0.4", |
| 13433 | "hpack.js": "^2.1.6", |
| 13434 | "obuf": "^1.1.2", |
| 13435 | "readable-stream": "^3.0.6", |
| 13436 | "wbuf": "^1.7.3" |
| 13437 | } |
| 13438 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13439 | "node_modules/sprintf-js": { |
| 13440 | "version": "1.0.3", |
| 13441 | "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz", |
| 13442 | "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", |
| 13443 | "license": "BSD-3-Clause" |
| 13444 | }, |
| 13445 | "node_modules/stack-utils": { |
| 13446 | "version": "2.0.6", |
| 13447 | "resolved": "https://registry.npmmirror.com/stack-utils/-/stack-utils-2.0.6.tgz", |
| 13448 | "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", |
| 13449 | "license": "MIT", |
| 13450 | "dependencies": { |
| 13451 | "escape-string-regexp": "^2.0.0" |
| 13452 | }, |
| 13453 | "engines": { |
| 13454 | "node": ">=10" |
| 13455 | } |
| 13456 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13457 | "node_modules/statuses": { |
| 13458 | "version": "2.0.1", |
| 13459 | "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz", |
| 13460 | "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", |
| 13461 | "dev": true, |
| 13462 | "license": "MIT", |
| 13463 | "engines": { |
| 13464 | "node": ">= 0.8" |
| 13465 | } |
| 13466 | }, |
| 13467 | "node_modules/string_decoder": { |
| 13468 | "version": "1.3.0", |
| 13469 | "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", |
| 13470 | "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", |
| 13471 | "dev": true, |
| 13472 | "license": "MIT", |
| 13473 | "dependencies": { |
| 13474 | "safe-buffer": "~5.2.0" |
| 13475 | } |
| 13476 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 13477 | "node_modules/string-convert": { |
| 13478 | "version": "0.2.1", |
| 13479 | "resolved": "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz", |
| 13480 | "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==", |
| 13481 | "license": "MIT" |
| 13482 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13483 | "node_modules/string-length": { |
| 13484 | "version": "4.0.2", |
| 13485 | "resolved": "https://registry.npmmirror.com/string-length/-/string-length-4.0.2.tgz", |
| 13486 | "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", |
| 13487 | "dev": true, |
| 13488 | "license": "MIT", |
| 13489 | "dependencies": { |
| 13490 | "char-regex": "^1.0.2", |
| 13491 | "strip-ansi": "^6.0.0" |
| 13492 | }, |
| 13493 | "engines": { |
| 13494 | "node": ">=10" |
| 13495 | } |
| 13496 | }, |
| 13497 | "node_modules/string-width": { |
| 13498 | "version": "4.2.3", |
| 13499 | "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", |
| 13500 | "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
| 13501 | "dev": true, |
| 13502 | "license": "MIT", |
| 13503 | "dependencies": { |
| 13504 | "emoji-regex": "^8.0.0", |
| 13505 | "is-fullwidth-code-point": "^3.0.0", |
| 13506 | "strip-ansi": "^6.0.1" |
| 13507 | }, |
| 13508 | "engines": { |
| 13509 | "node": ">=8" |
| 13510 | } |
| 13511 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13512 | "node_modules/strip-ansi": { |
| 13513 | "version": "6.0.1", |
| 13514 | "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", |
| 13515 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13516 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13517 | "license": "MIT", |
| 13518 | "dependencies": { |
| 13519 | "ansi-regex": "^5.0.1" |
| 13520 | }, |
| 13521 | "engines": { |
| 13522 | "node": ">=8" |
| 13523 | } |
| 13524 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13525 | "node_modules/strip-bom": { |
| 13526 | "version": "4.0.0", |
| 13527 | "resolved": "https://registry.npmmirror.com/strip-bom/-/strip-bom-4.0.0.tgz", |
| 13528 | "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", |
| 13529 | "dev": true, |
| 13530 | "license": "MIT", |
| 13531 | "engines": { |
| 13532 | "node": ">=8" |
| 13533 | } |
| 13534 | }, |
| 13535 | "node_modules/strip-final-newline": { |
| 13536 | "version": "2.0.0", |
| 13537 | "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz", |
| 13538 | "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", |
| 13539 | "dev": true, |
| 13540 | "license": "MIT", |
| 13541 | "engines": { |
| 13542 | "node": ">=6" |
| 13543 | } |
| 13544 | }, |
| 13545 | "node_modules/strip-indent": { |
| 13546 | "version": "3.0.0", |
| 13547 | "resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-3.0.0.tgz", |
| 13548 | "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", |
| 13549 | "dev": true, |
| 13550 | "license": "MIT", |
| 13551 | "dependencies": { |
| 13552 | "min-indent": "^1.0.0" |
| 13553 | }, |
| 13554 | "engines": { |
| 13555 | "node": ">=8" |
| 13556 | } |
| 13557 | }, |
| 13558 | "node_modules/strip-json-comments": { |
| 13559 | "version": "3.1.1", |
| 13560 | "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz", |
| 13561 | "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", |
| 13562 | "dev": true, |
| 13563 | "license": "MIT", |
| 13564 | "engines": { |
| 13565 | "node": ">=8" |
| 13566 | }, |
| 13567 | "funding": { |
| 13568 | "url": "https://github.com/sponsors/sindresorhus" |
| 13569 | } |
| 13570 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13571 | "node_modules/style-loader": { |
| 13572 | "version": "4.0.0", |
| 13573 | "resolved": "https://registry.npmmirror.com/style-loader/-/style-loader-4.0.0.tgz", |
| 13574 | "integrity": "sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==", |
| 13575 | "dev": true, |
| 13576 | "license": "MIT", |
| 13577 | "engines": { |
| 13578 | "node": ">= 18.12.0" |
| 13579 | }, |
| 13580 | "funding": { |
| 13581 | "type": "opencollective", |
| 13582 | "url": "https://opencollective.com/webpack" |
| 13583 | }, |
| 13584 | "peerDependencies": { |
| 13585 | "webpack": "^5.27.0" |
| 13586 | } |
| 13587 | }, |
| 13588 | "node_modules/stylehacks": { |
| 13589 | "version": "7.0.4", |
| 13590 | "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.4.tgz", |
| 13591 | "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13592 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13593 | "license": "MIT", |
| 13594 | "dependencies": { |
| 13595 | "browserslist": "^4.23.3", |
| 13596 | "postcss-selector-parser": "^6.1.2" |
| 13597 | }, |
| 13598 | "engines": { |
| 13599 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 13600 | }, |
| 13601 | "peerDependencies": { |
| 13602 | "postcss": "^8.4.31" |
| 13603 | } |
| 13604 | }, |
| 13605 | "node_modules/stylehacks/node_modules/postcss-selector-parser": { |
| 13606 | "version": "6.1.2", |
| 13607 | "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
| 13608 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13609 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13610 | "license": "MIT", |
| 13611 | "dependencies": { |
| 13612 | "cssesc": "^3.0.0", |
| 13613 | "util-deprecate": "^1.0.2" |
| 13614 | }, |
| 13615 | "engines": { |
| 13616 | "node": ">=4" |
| 13617 | } |
| 13618 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 13619 | "node_modules/stylis": { |
| 13620 | "version": "4.3.6", |
| 13621 | "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz", |
| 13622 | "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==", |
| 13623 | "license": "MIT" |
| 13624 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13625 | "node_modules/supports-color": { |
| 13626 | "version": "8.1.1", |
| 13627 | "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz", |
| 13628 | "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", |
| 13629 | "license": "MIT", |
| 13630 | "dependencies": { |
| 13631 | "has-flag": "^4.0.0" |
| 13632 | }, |
| 13633 | "engines": { |
| 13634 | "node": ">=10" |
| 13635 | }, |
| 13636 | "funding": { |
| 13637 | "url": "https://github.com/chalk/supports-color?sponsor=1" |
| 13638 | } |
| 13639 | }, |
| 13640 | "node_modules/supports-preserve-symlinks-flag": { |
| 13641 | "version": "1.0.0", |
| 13642 | "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", |
| 13643 | "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", |
| 13644 | "license": "MIT", |
| 13645 | "engines": { |
| 13646 | "node": ">= 0.4" |
| 13647 | }, |
| 13648 | "funding": { |
| 13649 | "url": "https://github.com/sponsors/ljharb" |
| 13650 | } |
| 13651 | }, |
| 13652 | "node_modules/svgo": { |
| 13653 | "version": "3.3.2", |
| 13654 | "resolved": "https://registry.npmmirror.com/svgo/-/svgo-3.3.2.tgz", |
| 13655 | "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13656 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13657 | "license": "MIT", |
| 13658 | "dependencies": { |
| 13659 | "@trysound/sax": "0.2.0", |
| 13660 | "commander": "^7.2.0", |
| 13661 | "css-select": "^5.1.0", |
| 13662 | "css-tree": "^2.3.1", |
| 13663 | "css-what": "^6.1.0", |
| 13664 | "csso": "^5.0.5", |
| 13665 | "picocolors": "^1.0.0" |
| 13666 | }, |
| 13667 | "bin": { |
| 13668 | "svgo": "bin/svgo" |
| 13669 | }, |
| 13670 | "engines": { |
| 13671 | "node": ">=14.0.0" |
| 13672 | }, |
| 13673 | "funding": { |
| 13674 | "type": "opencollective", |
| 13675 | "url": "https://opencollective.com/svgo" |
| 13676 | } |
| 13677 | }, |
| 13678 | "node_modules/svgo/node_modules/commander": { |
| 13679 | "version": "7.2.0", |
| 13680 | "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz", |
| 13681 | "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13682 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13683 | "license": "MIT", |
| 13684 | "engines": { |
| 13685 | "node": ">= 10" |
| 13686 | } |
| 13687 | }, |
| 13688 | "node_modules/svgo/node_modules/css-select": { |
| 13689 | "version": "5.1.0", |
| 13690 | "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz", |
| 13691 | "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13692 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13693 | "license": "BSD-2-Clause", |
| 13694 | "dependencies": { |
| 13695 | "boolbase": "^1.0.0", |
| 13696 | "css-what": "^6.1.0", |
| 13697 | "domhandler": "^5.0.2", |
| 13698 | "domutils": "^3.0.1", |
| 13699 | "nth-check": "^2.0.1" |
| 13700 | }, |
| 13701 | "funding": { |
| 13702 | "url": "https://github.com/sponsors/fb55" |
| 13703 | } |
| 13704 | }, |
| 13705 | "node_modules/svgo/node_modules/dom-serializer": { |
| 13706 | "version": "2.0.0", |
| 13707 | "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz", |
| 13708 | "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13709 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13710 | "license": "MIT", |
| 13711 | "dependencies": { |
| 13712 | "domelementtype": "^2.3.0", |
| 13713 | "domhandler": "^5.0.2", |
| 13714 | "entities": "^4.2.0" |
| 13715 | }, |
| 13716 | "funding": { |
| 13717 | "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" |
| 13718 | } |
| 13719 | }, |
| 13720 | "node_modules/svgo/node_modules/domhandler": { |
| 13721 | "version": "5.0.3", |
| 13722 | "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz", |
| 13723 | "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13724 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13725 | "license": "BSD-2-Clause", |
| 13726 | "dependencies": { |
| 13727 | "domelementtype": "^2.3.0" |
| 13728 | }, |
| 13729 | "engines": { |
| 13730 | "node": ">= 4" |
| 13731 | }, |
| 13732 | "funding": { |
| 13733 | "url": "https://github.com/fb55/domhandler?sponsor=1" |
| 13734 | } |
| 13735 | }, |
| 13736 | "node_modules/svgo/node_modules/domutils": { |
| 13737 | "version": "3.2.2", |
| 13738 | "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz", |
| 13739 | "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13740 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13741 | "license": "BSD-2-Clause", |
| 13742 | "dependencies": { |
| 13743 | "dom-serializer": "^2.0.0", |
| 13744 | "domelementtype": "^2.3.0", |
| 13745 | "domhandler": "^5.0.3" |
| 13746 | }, |
| 13747 | "funding": { |
| 13748 | "url": "https://github.com/fb55/domutils?sponsor=1" |
| 13749 | } |
| 13750 | }, |
| 13751 | "node_modules/svgo/node_modules/entities": { |
| 13752 | "version": "4.5.0", |
| 13753 | "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz", |
| 13754 | "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 13755 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13756 | "license": "BSD-2-Clause", |
| 13757 | "engines": { |
| 13758 | "node": ">=0.12" |
| 13759 | }, |
| 13760 | "funding": { |
| 13761 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 13762 | } |
| 13763 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13764 | "node_modules/symbol-tree": { |
| 13765 | "version": "3.2.4", |
| 13766 | "resolved": "https://registry.npmmirror.com/symbol-tree/-/symbol-tree-3.2.4.tgz", |
| 13767 | "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", |
| 13768 | "license": "MIT" |
| 13769 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13770 | "node_modules/tapable": { |
| 13771 | "version": "2.2.1", |
| 13772 | "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz", |
| 13773 | "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", |
| 13774 | "license": "MIT", |
| 13775 | "engines": { |
| 13776 | "node": ">=6" |
| 13777 | } |
| 13778 | }, |
| 13779 | "node_modules/terser": { |
| 13780 | "version": "5.39.0", |
| 13781 | "resolved": "https://registry.npmmirror.com/terser/-/terser-5.39.0.tgz", |
| 13782 | "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==", |
| 13783 | "license": "BSD-2-Clause", |
| 13784 | "dependencies": { |
| 13785 | "@jridgewell/source-map": "^0.3.3", |
| 13786 | "acorn": "^8.8.2", |
| 13787 | "commander": "^2.20.0", |
| 13788 | "source-map-support": "~0.5.20" |
| 13789 | }, |
| 13790 | "bin": { |
| 13791 | "terser": "bin/terser" |
| 13792 | }, |
| 13793 | "engines": { |
| 13794 | "node": ">=10" |
| 13795 | } |
| 13796 | }, |
| 13797 | "node_modules/terser-webpack-plugin": { |
| 13798 | "version": "5.3.14", |
| 13799 | "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", |
| 13800 | "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", |
| 13801 | "license": "MIT", |
| 13802 | "dependencies": { |
| 13803 | "@jridgewell/trace-mapping": "^0.3.25", |
| 13804 | "jest-worker": "^27.4.5", |
| 13805 | "schema-utils": "^4.3.0", |
| 13806 | "serialize-javascript": "^6.0.2", |
| 13807 | "terser": "^5.31.1" |
| 13808 | }, |
| 13809 | "engines": { |
| 13810 | "node": ">= 10.13.0" |
| 13811 | }, |
| 13812 | "funding": { |
| 13813 | "type": "opencollective", |
| 13814 | "url": "https://opencollective.com/webpack" |
| 13815 | }, |
| 13816 | "peerDependencies": { |
| 13817 | "webpack": "^5.1.0" |
| 13818 | }, |
| 13819 | "peerDependenciesMeta": { |
| 13820 | "@swc/core": { |
| 13821 | "optional": true |
| 13822 | }, |
| 13823 | "esbuild": { |
| 13824 | "optional": true |
| 13825 | }, |
| 13826 | "uglify-js": { |
| 13827 | "optional": true |
| 13828 | } |
| 13829 | } |
| 13830 | }, |
| 13831 | "node_modules/terser-webpack-plugin/node_modules/jest-worker": { |
| 13832 | "version": "27.5.1", |
| 13833 | "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz", |
| 13834 | "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", |
| 13835 | "license": "MIT", |
| 13836 | "dependencies": { |
| 13837 | "@types/node": "*", |
| 13838 | "merge-stream": "^2.0.0", |
| 13839 | "supports-color": "^8.0.0" |
| 13840 | }, |
| 13841 | "engines": { |
| 13842 | "node": ">= 10.13.0" |
| 13843 | } |
| 13844 | }, |
| 13845 | "node_modules/terser/node_modules/commander": { |
| 13846 | "version": "2.20.3", |
| 13847 | "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz", |
| 13848 | "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", |
| 13849 | "license": "MIT" |
| 13850 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13851 | "node_modules/test-exclude": { |
| 13852 | "version": "6.0.0", |
| 13853 | "resolved": "https://registry.npmmirror.com/test-exclude/-/test-exclude-6.0.0.tgz", |
| 13854 | "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", |
| 13855 | "license": "ISC", |
| 13856 | "dependencies": { |
| 13857 | "@istanbuljs/schema": "^0.1.2", |
| 13858 | "glob": "^7.1.4", |
| 13859 | "minimatch": "^3.0.4" |
| 13860 | }, |
| 13861 | "engines": { |
| 13862 | "node": ">=8" |
| 13863 | } |
| 13864 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13865 | "node_modules/thingies": { |
| 13866 | "version": "1.21.0", |
| 13867 | "resolved": "https://registry.npmmirror.com/thingies/-/thingies-1.21.0.tgz", |
| 13868 | "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", |
| 13869 | "dev": true, |
| 13870 | "license": "Unlicense", |
| 13871 | "engines": { |
| 13872 | "node": ">=10.18" |
| 13873 | }, |
| 13874 | "peerDependencies": { |
| 13875 | "tslib": "^2" |
| 13876 | } |
| 13877 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 13878 | "node_modules/throttle-debounce": { |
| 13879 | "version": "5.0.2", |
| 13880 | "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz", |
| 13881 | "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==", |
| 13882 | "license": "MIT", |
| 13883 | "engines": { |
| 13884 | "node": ">=12.22" |
| 13885 | } |
| 13886 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13887 | "node_modules/thunky": { |
| 13888 | "version": "1.1.0", |
| 13889 | "resolved": "https://registry.npmmirror.com/thunky/-/thunky-1.1.0.tgz", |
| 13890 | "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", |
| 13891 | "dev": true, |
| 13892 | "license": "MIT" |
| 13893 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13894 | "node_modules/tmpl": { |
| 13895 | "version": "1.0.5", |
| 13896 | "resolved": "https://registry.npmmirror.com/tmpl/-/tmpl-1.0.5.tgz", |
| 13897 | "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", |
| 13898 | "license": "BSD-3-Clause" |
| 13899 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13900 | "node_modules/to-regex-range": { |
| 13901 | "version": "5.0.1", |
| 13902 | "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", |
| 13903 | "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13904 | "license": "MIT", |
| 13905 | "dependencies": { |
| 13906 | "is-number": "^7.0.0" |
| 13907 | }, |
| 13908 | "engines": { |
| 13909 | "node": ">=8.0" |
| 13910 | } |
| 13911 | }, |
San3yuan | 03ab064 | 2025-04-29 18:00:25 +0800 | [diff] [blame] | 13912 | "node_modules/toggle-selection": { |
| 13913 | "version": "1.0.6", |
| 13914 | "resolved": "https://registry.npmmirror.com/toggle-selection/-/toggle-selection-1.0.6.tgz", |
| 13915 | "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==", |
| 13916 | "license": "MIT" |
| 13917 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13918 | "node_modules/toidentifier": { |
| 13919 | "version": "1.0.1", |
| 13920 | "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", |
| 13921 | "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", |
| 13922 | "dev": true, |
| 13923 | "license": "MIT", |
| 13924 | "engines": { |
| 13925 | "node": ">=0.6" |
| 13926 | } |
| 13927 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13928 | "node_modules/tough-cookie": { |
| 13929 | "version": "4.1.4", |
| 13930 | "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-4.1.4.tgz", |
| 13931 | "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", |
| 13932 | "license": "BSD-3-Clause", |
| 13933 | "dependencies": { |
| 13934 | "psl": "^1.1.33", |
| 13935 | "punycode": "^2.1.1", |
| 13936 | "universalify": "^0.2.0", |
| 13937 | "url-parse": "^1.5.3" |
| 13938 | }, |
| 13939 | "engines": { |
| 13940 | "node": ">=6" |
| 13941 | } |
| 13942 | }, |
| 13943 | "node_modules/tr46": { |
| 13944 | "version": "3.0.0", |
| 13945 | "resolved": "https://registry.npmmirror.com/tr46/-/tr46-3.0.0.tgz", |
| 13946 | "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", |
| 13947 | "license": "MIT", |
| 13948 | "dependencies": { |
| 13949 | "punycode": "^2.1.1" |
| 13950 | }, |
| 13951 | "engines": { |
| 13952 | "node": ">=12" |
| 13953 | } |
| 13954 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 13955 | "node_modules/tree-dump": { |
| 13956 | "version": "1.0.2", |
| 13957 | "resolved": "https://registry.npmmirror.com/tree-dump/-/tree-dump-1.0.2.tgz", |
| 13958 | "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", |
| 13959 | "dev": true, |
| 13960 | "license": "Apache-2.0", |
| 13961 | "engines": { |
| 13962 | "node": ">=10.0" |
| 13963 | }, |
| 13964 | "funding": { |
| 13965 | "type": "github", |
| 13966 | "url": "https://github.com/sponsors/streamich" |
| 13967 | }, |
| 13968 | "peerDependencies": { |
| 13969 | "tslib": "2" |
| 13970 | } |
| 13971 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 13972 | "node_modules/ts-jest": { |
| 13973 | "version": "29.3.2", |
| 13974 | "resolved": "https://registry.npmmirror.com/ts-jest/-/ts-jest-29.3.2.tgz", |
| 13975 | "integrity": "sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug==", |
| 13976 | "dev": true, |
| 13977 | "license": "MIT", |
| 13978 | "dependencies": { |
| 13979 | "bs-logger": "^0.2.6", |
| 13980 | "ejs": "^3.1.10", |
| 13981 | "fast-json-stable-stringify": "^2.1.0", |
| 13982 | "jest-util": "^29.0.0", |
| 13983 | "json5": "^2.2.3", |
| 13984 | "lodash.memoize": "^4.1.2", |
| 13985 | "make-error": "^1.3.6", |
| 13986 | "semver": "^7.7.1", |
| 13987 | "type-fest": "^4.39.1", |
| 13988 | "yargs-parser": "^21.1.1" |
| 13989 | }, |
| 13990 | "bin": { |
| 13991 | "ts-jest": "cli.js" |
| 13992 | }, |
| 13993 | "engines": { |
| 13994 | "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" |
| 13995 | }, |
| 13996 | "peerDependencies": { |
| 13997 | "@babel/core": ">=7.0.0-beta.0 <8", |
| 13998 | "@jest/transform": "^29.0.0", |
| 13999 | "@jest/types": "^29.0.0", |
| 14000 | "babel-jest": "^29.0.0", |
| 14001 | "jest": "^29.0.0", |
| 14002 | "typescript": ">=4.3 <6" |
| 14003 | }, |
| 14004 | "peerDependenciesMeta": { |
| 14005 | "@babel/core": { |
| 14006 | "optional": true |
| 14007 | }, |
| 14008 | "@jest/transform": { |
| 14009 | "optional": true |
| 14010 | }, |
| 14011 | "@jest/types": { |
| 14012 | "optional": true |
| 14013 | }, |
| 14014 | "babel-jest": { |
| 14015 | "optional": true |
| 14016 | }, |
| 14017 | "esbuild": { |
| 14018 | "optional": true |
| 14019 | } |
| 14020 | } |
| 14021 | }, |
| 14022 | "node_modules/ts-jest/node_modules/semver": { |
| 14023 | "version": "7.7.1", |
| 14024 | "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz", |
| 14025 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 14026 | "dev": true, |
| 14027 | "license": "ISC", |
| 14028 | "bin": { |
| 14029 | "semver": "bin/semver.js" |
| 14030 | }, |
| 14031 | "engines": { |
| 14032 | "node": ">=10" |
| 14033 | } |
| 14034 | }, |
| 14035 | "node_modules/ts-jest/node_modules/type-fest": { |
| 14036 | "version": "4.39.1", |
| 14037 | "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-4.39.1.tgz", |
| 14038 | "integrity": "sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==", |
| 14039 | "dev": true, |
| 14040 | "license": "(MIT OR CC0-1.0)", |
| 14041 | "engines": { |
| 14042 | "node": ">=16" |
| 14043 | }, |
| 14044 | "funding": { |
| 14045 | "url": "https://github.com/sponsors/sindresorhus" |
| 14046 | } |
| 14047 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14048 | "node_modules/tslib": { |
| 14049 | "version": "2.8.1", |
| 14050 | "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz", |
| 14051 | "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 14052 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14053 | "license": "0BSD" |
| 14054 | }, |
| 14055 | "node_modules/turbo-stream": { |
| 14056 | "version": "2.4.0", |
| 14057 | "resolved": "https://registry.npmmirror.com/turbo-stream/-/turbo-stream-2.4.0.tgz", |
| 14058 | "integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==", |
| 14059 | "license": "ISC" |
| 14060 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14061 | "node_modules/type-detect": { |
| 14062 | "version": "4.0.8", |
| 14063 | "resolved": "https://registry.npmmirror.com/type-detect/-/type-detect-4.0.8.tgz", |
| 14064 | "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", |
| 14065 | "license": "MIT", |
| 14066 | "engines": { |
| 14067 | "node": ">=4" |
| 14068 | } |
| 14069 | }, |
| 14070 | "node_modules/type-fest": { |
| 14071 | "version": "0.21.3", |
| 14072 | "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz", |
| 14073 | "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", |
| 14074 | "dev": true, |
| 14075 | "license": "(MIT OR CC0-1.0)", |
| 14076 | "engines": { |
| 14077 | "node": ">=10" |
| 14078 | }, |
| 14079 | "funding": { |
| 14080 | "url": "https://github.com/sponsors/sindresorhus" |
| 14081 | } |
| 14082 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14083 | "node_modules/type-is": { |
| 14084 | "version": "1.6.18", |
| 14085 | "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz", |
| 14086 | "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", |
| 14087 | "dev": true, |
| 14088 | "license": "MIT", |
| 14089 | "dependencies": { |
| 14090 | "media-typer": "0.3.0", |
| 14091 | "mime-types": "~2.1.24" |
| 14092 | }, |
| 14093 | "engines": { |
| 14094 | "node": ">= 0.6" |
| 14095 | } |
| 14096 | }, |
| 14097 | "node_modules/typescript": { |
| 14098 | "version": "5.8.2", |
| 14099 | "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.2.tgz", |
| 14100 | "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", |
| 14101 | "license": "Apache-2.0", |
| 14102 | "bin": { |
| 14103 | "tsc": "bin/tsc", |
| 14104 | "tsserver": "bin/tsserver" |
| 14105 | }, |
| 14106 | "engines": { |
| 14107 | "node": ">=14.17" |
| 14108 | } |
| 14109 | }, |
| 14110 | "node_modules/undici-types": { |
| 14111 | "version": "6.20.0", |
| 14112 | "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz", |
| 14113 | "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", |
| 14114 | "license": "MIT" |
| 14115 | }, |
| 14116 | "node_modules/unicode-canonical-property-names-ecmascript": { |
| 14117 | "version": "2.0.1", |
| 14118 | "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", |
| 14119 | "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14120 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14121 | "license": "MIT", |
| 14122 | "engines": { |
| 14123 | "node": ">=4" |
| 14124 | } |
| 14125 | }, |
| 14126 | "node_modules/unicode-match-property-ecmascript": { |
| 14127 | "version": "2.0.0", |
| 14128 | "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", |
| 14129 | "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14130 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14131 | "license": "MIT", |
| 14132 | "dependencies": { |
| 14133 | "unicode-canonical-property-names-ecmascript": "^2.0.0", |
| 14134 | "unicode-property-aliases-ecmascript": "^2.0.0" |
| 14135 | }, |
| 14136 | "engines": { |
| 14137 | "node": ">=4" |
| 14138 | } |
| 14139 | }, |
| 14140 | "node_modules/unicode-match-property-value-ecmascript": { |
| 14141 | "version": "2.2.0", |
| 14142 | "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", |
| 14143 | "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14144 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14145 | "license": "MIT", |
| 14146 | "engines": { |
| 14147 | "node": ">=4" |
| 14148 | } |
| 14149 | }, |
| 14150 | "node_modules/unicode-property-aliases-ecmascript": { |
| 14151 | "version": "2.1.0", |
| 14152 | "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", |
| 14153 | "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14154 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14155 | "license": "MIT", |
| 14156 | "engines": { |
| 14157 | "node": ">=4" |
| 14158 | } |
| 14159 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14160 | "node_modules/universal-cookie": { |
| 14161 | "version": "8.0.1", |
| 14162 | "resolved": "https://registry.npmmirror.com/universal-cookie/-/universal-cookie-8.0.1.tgz", |
| 14163 | "integrity": "sha512-B6ks9FLLnP1UbPPcveOidfvB9pHjP+wekP2uRYB9YDfKVpvcjKgy1W5Zj+cEXJ9KTPnqOKGfVDQBmn8/YCQfRg==", |
| 14164 | "license": "MIT", |
| 14165 | "dependencies": { |
| 14166 | "cookie": "^1.0.2" |
| 14167 | } |
| 14168 | }, |
| 14169 | "node_modules/universalify": { |
| 14170 | "version": "0.2.0", |
| 14171 | "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.2.0.tgz", |
| 14172 | "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", |
| 14173 | "license": "MIT", |
| 14174 | "engines": { |
| 14175 | "node": ">= 4.0.0" |
| 14176 | } |
| 14177 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14178 | "node_modules/unpipe": { |
| 14179 | "version": "1.0.0", |
| 14180 | "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz", |
| 14181 | "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", |
| 14182 | "dev": true, |
| 14183 | "license": "MIT", |
| 14184 | "engines": { |
| 14185 | "node": ">= 0.8" |
| 14186 | } |
| 14187 | }, |
| 14188 | "node_modules/update-browserslist-db": { |
| 14189 | "version": "1.1.3", |
| 14190 | "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", |
| 14191 | "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", |
| 14192 | "funding": [ |
| 14193 | { |
| 14194 | "type": "opencollective", |
| 14195 | "url": "https://opencollective.com/browserslist" |
| 14196 | }, |
| 14197 | { |
| 14198 | "type": "tidelift", |
| 14199 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 14200 | }, |
| 14201 | { |
| 14202 | "type": "github", |
| 14203 | "url": "https://github.com/sponsors/ai" |
| 14204 | } |
| 14205 | ], |
| 14206 | "license": "MIT", |
| 14207 | "dependencies": { |
| 14208 | "escalade": "^3.2.0", |
| 14209 | "picocolors": "^1.1.1" |
| 14210 | }, |
| 14211 | "bin": { |
| 14212 | "update-browserslist-db": "cli.js" |
| 14213 | }, |
| 14214 | "peerDependencies": { |
| 14215 | "browserslist": ">= 4.21.0" |
| 14216 | } |
| 14217 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14218 | "node_modules/url-parse": { |
| 14219 | "version": "1.5.10", |
| 14220 | "resolved": "https://registry.npmmirror.com/url-parse/-/url-parse-1.5.10.tgz", |
| 14221 | "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", |
| 14222 | "license": "MIT", |
| 14223 | "dependencies": { |
| 14224 | "querystringify": "^2.1.1", |
| 14225 | "requires-port": "^1.0.0" |
| 14226 | } |
| 14227 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 14228 | "node_modules/use-merge-value": { |
| 14229 | "version": "1.2.0", |
| 14230 | "resolved": "https://registry.npmmirror.com/use-merge-value/-/use-merge-value-1.2.0.tgz", |
| 14231 | "integrity": "sha512-DXgG0kkgJN45TcyoXL49vJnn55LehnrmoHc7MbKi+QDBvr8dsesqws8UlyIWGHMR+JXgxc1nvY+jDGMlycsUcw==", |
| 14232 | "license": "MIT", |
| 14233 | "peerDependencies": { |
| 14234 | "react": ">= 16.x" |
| 14235 | } |
| 14236 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14237 | "node_modules/use-sync-external-store": { |
| 14238 | "version": "1.4.0", |
| 14239 | "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz", |
| 14240 | "integrity": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==", |
| 14241 | "license": "MIT", |
| 14242 | "peerDependencies": { |
| 14243 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| 14244 | } |
| 14245 | }, |
| 14246 | "node_modules/util-deprecate": { |
| 14247 | "version": "1.0.2", |
| 14248 | "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", |
| 14249 | "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 14250 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14251 | "license": "MIT" |
| 14252 | }, |
| 14253 | "node_modules/utila": { |
| 14254 | "version": "0.4.0", |
| 14255 | "resolved": "https://registry.npmmirror.com/utila/-/utila-0.4.0.tgz", |
| 14256 | "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 14257 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14258 | "license": "MIT" |
| 14259 | }, |
| 14260 | "node_modules/utils-merge": { |
| 14261 | "version": "1.0.1", |
| 14262 | "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz", |
| 14263 | "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", |
| 14264 | "dev": true, |
| 14265 | "license": "MIT", |
| 14266 | "engines": { |
| 14267 | "node": ">= 0.4.0" |
| 14268 | } |
| 14269 | }, |
| 14270 | "node_modules/uuid": { |
| 14271 | "version": "8.3.2", |
| 14272 | "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz", |
| 14273 | "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", |
| 14274 | "dev": true, |
| 14275 | "license": "MIT", |
| 14276 | "bin": { |
| 14277 | "uuid": "dist/bin/uuid" |
| 14278 | } |
| 14279 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14280 | "node_modules/v8-to-istanbul": { |
| 14281 | "version": "9.3.0", |
| 14282 | "resolved": "https://registry.npmmirror.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", |
| 14283 | "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", |
| 14284 | "dev": true, |
| 14285 | "license": "ISC", |
| 14286 | "dependencies": { |
| 14287 | "@jridgewell/trace-mapping": "^0.3.12", |
| 14288 | "@types/istanbul-lib-coverage": "^2.0.1", |
| 14289 | "convert-source-map": "^2.0.0" |
| 14290 | }, |
| 14291 | "engines": { |
| 14292 | "node": ">=10.12.0" |
| 14293 | } |
| 14294 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14295 | "node_modules/vary": { |
| 14296 | "version": "1.1.2", |
| 14297 | "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz", |
| 14298 | "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", |
| 14299 | "dev": true, |
| 14300 | "license": "MIT", |
| 14301 | "engines": { |
| 14302 | "node": ">= 0.8" |
| 14303 | } |
| 14304 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14305 | "node_modules/w3c-xmlserializer": { |
| 14306 | "version": "4.0.0", |
| 14307 | "resolved": "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", |
| 14308 | "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", |
| 14309 | "license": "MIT", |
| 14310 | "dependencies": { |
| 14311 | "xml-name-validator": "^4.0.0" |
| 14312 | }, |
| 14313 | "engines": { |
| 14314 | "node": ">=14" |
| 14315 | } |
| 14316 | }, |
| 14317 | "node_modules/walker": { |
| 14318 | "version": "1.0.8", |
| 14319 | "resolved": "https://registry.npmmirror.com/walker/-/walker-1.0.8.tgz", |
| 14320 | "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", |
| 14321 | "license": "Apache-2.0", |
| 14322 | "dependencies": { |
| 14323 | "makeerror": "1.0.12" |
| 14324 | } |
| 14325 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14326 | "node_modules/watchpack": { |
| 14327 | "version": "2.4.2", |
| 14328 | "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.2.tgz", |
| 14329 | "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", |
| 14330 | "license": "MIT", |
| 14331 | "dependencies": { |
| 14332 | "glob-to-regexp": "^0.4.1", |
| 14333 | "graceful-fs": "^4.1.2" |
| 14334 | }, |
| 14335 | "engines": { |
| 14336 | "node": ">=10.13.0" |
| 14337 | } |
| 14338 | }, |
| 14339 | "node_modules/wbuf": { |
| 14340 | "version": "1.7.3", |
| 14341 | "resolved": "https://registry.npmmirror.com/wbuf/-/wbuf-1.7.3.tgz", |
| 14342 | "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", |
| 14343 | "dev": true, |
| 14344 | "license": "MIT", |
| 14345 | "dependencies": { |
| 14346 | "minimalistic-assert": "^1.0.0" |
| 14347 | } |
| 14348 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14349 | "node_modules/webidl-conversions": { |
| 14350 | "version": "7.0.0", |
| 14351 | "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz", |
| 14352 | "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", |
| 14353 | "license": "BSD-2-Clause", |
| 14354 | "engines": { |
| 14355 | "node": ">=12" |
| 14356 | } |
| 14357 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14358 | "node_modules/webpack": { |
| 14359 | "version": "5.98.0", |
| 14360 | "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.98.0.tgz", |
| 14361 | "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==", |
| 14362 | "license": "MIT", |
| 14363 | "dependencies": { |
| 14364 | "@types/eslint-scope": "^3.7.7", |
| 14365 | "@types/estree": "^1.0.6", |
| 14366 | "@webassemblyjs/ast": "^1.14.1", |
| 14367 | "@webassemblyjs/wasm-edit": "^1.14.1", |
| 14368 | "@webassemblyjs/wasm-parser": "^1.14.1", |
| 14369 | "acorn": "^8.14.0", |
| 14370 | "browserslist": "^4.24.0", |
| 14371 | "chrome-trace-event": "^1.0.2", |
| 14372 | "enhanced-resolve": "^5.17.1", |
| 14373 | "es-module-lexer": "^1.2.1", |
| 14374 | "eslint-scope": "5.1.1", |
| 14375 | "events": "^3.2.0", |
| 14376 | "glob-to-regexp": "^0.4.1", |
| 14377 | "graceful-fs": "^4.2.11", |
| 14378 | "json-parse-even-better-errors": "^2.3.1", |
| 14379 | "loader-runner": "^4.2.0", |
| 14380 | "mime-types": "^2.1.27", |
| 14381 | "neo-async": "^2.6.2", |
| 14382 | "schema-utils": "^4.3.0", |
| 14383 | "tapable": "^2.1.1", |
| 14384 | "terser-webpack-plugin": "^5.3.11", |
| 14385 | "watchpack": "^2.4.1", |
| 14386 | "webpack-sources": "^3.2.3" |
| 14387 | }, |
| 14388 | "bin": { |
| 14389 | "webpack": "bin/webpack.js" |
| 14390 | }, |
| 14391 | "engines": { |
| 14392 | "node": ">=10.13.0" |
| 14393 | }, |
| 14394 | "funding": { |
| 14395 | "type": "opencollective", |
| 14396 | "url": "https://opencollective.com/webpack" |
| 14397 | }, |
| 14398 | "peerDependenciesMeta": { |
| 14399 | "webpack-cli": { |
| 14400 | "optional": true |
| 14401 | } |
| 14402 | } |
| 14403 | }, |
| 14404 | "node_modules/webpack-cli": { |
| 14405 | "version": "6.0.1", |
| 14406 | "resolved": "https://registry.npmmirror.com/webpack-cli/-/webpack-cli-6.0.1.tgz", |
| 14407 | "integrity": "sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==", |
| 14408 | "license": "MIT", |
| 14409 | "dependencies": { |
| 14410 | "@discoveryjs/json-ext": "^0.6.1", |
| 14411 | "@webpack-cli/configtest": "^3.0.1", |
| 14412 | "@webpack-cli/info": "^3.0.1", |
| 14413 | "@webpack-cli/serve": "^3.0.1", |
| 14414 | "colorette": "^2.0.14", |
| 14415 | "commander": "^12.1.0", |
| 14416 | "cross-spawn": "^7.0.3", |
| 14417 | "envinfo": "^7.14.0", |
| 14418 | "fastest-levenshtein": "^1.0.12", |
| 14419 | "import-local": "^3.0.2", |
| 14420 | "interpret": "^3.1.1", |
| 14421 | "rechoir": "^0.8.0", |
| 14422 | "webpack-merge": "^6.0.1" |
| 14423 | }, |
| 14424 | "bin": { |
| 14425 | "webpack-cli": "bin/cli.js" |
| 14426 | }, |
| 14427 | "engines": { |
| 14428 | "node": ">=18.12.0" |
| 14429 | }, |
| 14430 | "funding": { |
| 14431 | "type": "opencollective", |
| 14432 | "url": "https://opencollective.com/webpack" |
| 14433 | }, |
| 14434 | "peerDependencies": { |
| 14435 | "webpack": "^5.82.0" |
| 14436 | }, |
| 14437 | "peerDependenciesMeta": { |
| 14438 | "webpack-bundle-analyzer": { |
| 14439 | "optional": true |
| 14440 | }, |
| 14441 | "webpack-dev-server": { |
| 14442 | "optional": true |
| 14443 | } |
| 14444 | } |
| 14445 | }, |
| 14446 | "node_modules/webpack-cli/node_modules/commander": { |
| 14447 | "version": "12.1.0", |
| 14448 | "resolved": "https://registry.npmmirror.com/commander/-/commander-12.1.0.tgz", |
| 14449 | "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", |
| 14450 | "license": "MIT", |
| 14451 | "engines": { |
| 14452 | "node": ">=18" |
| 14453 | } |
| 14454 | }, |
| 14455 | "node_modules/webpack-dev-middleware": { |
| 14456 | "version": "7.4.2", |
| 14457 | "resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz", |
| 14458 | "integrity": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==", |
| 14459 | "dev": true, |
| 14460 | "license": "MIT", |
| 14461 | "dependencies": { |
| 14462 | "colorette": "^2.0.10", |
| 14463 | "memfs": "^4.6.0", |
| 14464 | "mime-types": "^2.1.31", |
| 14465 | "on-finished": "^2.4.1", |
| 14466 | "range-parser": "^1.2.1", |
| 14467 | "schema-utils": "^4.0.0" |
| 14468 | }, |
| 14469 | "engines": { |
| 14470 | "node": ">= 18.12.0" |
| 14471 | }, |
| 14472 | "funding": { |
| 14473 | "type": "opencollective", |
| 14474 | "url": "https://opencollective.com/webpack" |
| 14475 | }, |
| 14476 | "peerDependencies": { |
| 14477 | "webpack": "^5.0.0" |
| 14478 | }, |
| 14479 | "peerDependenciesMeta": { |
| 14480 | "webpack": { |
| 14481 | "optional": true |
| 14482 | } |
| 14483 | } |
| 14484 | }, |
| 14485 | "node_modules/webpack-dev-server": { |
| 14486 | "version": "5.2.0", |
| 14487 | "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-5.2.0.tgz", |
| 14488 | "integrity": "sha512-90SqqYXA2SK36KcT6o1bvwvZfJFcmoamqeJY7+boioffX9g9C0wjjJRGUrQIuh43pb0ttX7+ssavmj/WN2RHtA==", |
| 14489 | "dev": true, |
| 14490 | "license": "MIT", |
| 14491 | "dependencies": { |
| 14492 | "@types/bonjour": "^3.5.13", |
| 14493 | "@types/connect-history-api-fallback": "^1.5.4", |
| 14494 | "@types/express": "^4.17.21", |
| 14495 | "@types/serve-index": "^1.9.4", |
| 14496 | "@types/serve-static": "^1.15.5", |
| 14497 | "@types/sockjs": "^0.3.36", |
| 14498 | "@types/ws": "^8.5.10", |
| 14499 | "ansi-html-community": "^0.0.8", |
| 14500 | "bonjour-service": "^1.2.1", |
| 14501 | "chokidar": "^3.6.0", |
| 14502 | "colorette": "^2.0.10", |
| 14503 | "compression": "^1.7.4", |
| 14504 | "connect-history-api-fallback": "^2.0.0", |
| 14505 | "express": "^4.21.2", |
| 14506 | "graceful-fs": "^4.2.6", |
| 14507 | "http-proxy-middleware": "^2.0.7", |
| 14508 | "ipaddr.js": "^2.1.0", |
| 14509 | "launch-editor": "^2.6.1", |
| 14510 | "open": "^10.0.3", |
| 14511 | "p-retry": "^6.2.0", |
| 14512 | "schema-utils": "^4.2.0", |
| 14513 | "selfsigned": "^2.4.1", |
| 14514 | "serve-index": "^1.9.1", |
| 14515 | "sockjs": "^0.3.24", |
| 14516 | "spdy": "^4.0.2", |
| 14517 | "webpack-dev-middleware": "^7.4.2", |
| 14518 | "ws": "^8.18.0" |
| 14519 | }, |
| 14520 | "bin": { |
| 14521 | "webpack-dev-server": "bin/webpack-dev-server.js" |
| 14522 | }, |
| 14523 | "engines": { |
| 14524 | "node": ">= 18.12.0" |
| 14525 | }, |
| 14526 | "funding": { |
| 14527 | "type": "opencollective", |
| 14528 | "url": "https://opencollective.com/webpack" |
| 14529 | }, |
| 14530 | "peerDependencies": { |
| 14531 | "webpack": "^5.0.0" |
| 14532 | }, |
| 14533 | "peerDependenciesMeta": { |
| 14534 | "webpack": { |
| 14535 | "optional": true |
| 14536 | }, |
| 14537 | "webpack-cli": { |
| 14538 | "optional": true |
| 14539 | } |
| 14540 | } |
| 14541 | }, |
| 14542 | "node_modules/webpack-merge": { |
| 14543 | "version": "6.0.1", |
| 14544 | "resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-6.0.1.tgz", |
| 14545 | "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", |
| 14546 | "license": "MIT", |
| 14547 | "dependencies": { |
| 14548 | "clone-deep": "^4.0.1", |
| 14549 | "flat": "^5.0.2", |
| 14550 | "wildcard": "^2.0.1" |
| 14551 | }, |
| 14552 | "engines": { |
| 14553 | "node": ">=18.0.0" |
| 14554 | } |
| 14555 | }, |
| 14556 | "node_modules/webpack-sources": { |
| 14557 | "version": "3.2.3", |
| 14558 | "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz", |
| 14559 | "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", |
| 14560 | "license": "MIT", |
| 14561 | "engines": { |
| 14562 | "node": ">=10.13.0" |
| 14563 | } |
| 14564 | }, |
| 14565 | "node_modules/websocket-driver": { |
| 14566 | "version": "0.7.4", |
| 14567 | "resolved": "https://registry.npmmirror.com/websocket-driver/-/websocket-driver-0.7.4.tgz", |
| 14568 | "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", |
| 14569 | "dev": true, |
| 14570 | "license": "Apache-2.0", |
| 14571 | "dependencies": { |
| 14572 | "http-parser-js": ">=0.5.1", |
| 14573 | "safe-buffer": ">=5.1.0", |
| 14574 | "websocket-extensions": ">=0.1.1" |
| 14575 | }, |
| 14576 | "engines": { |
| 14577 | "node": ">=0.8.0" |
| 14578 | } |
| 14579 | }, |
| 14580 | "node_modules/websocket-extensions": { |
| 14581 | "version": "0.1.4", |
| 14582 | "resolved": "https://registry.npmmirror.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz", |
| 14583 | "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", |
| 14584 | "dev": true, |
| 14585 | "license": "Apache-2.0", |
| 14586 | "engines": { |
| 14587 | "node": ">=0.8.0" |
| 14588 | } |
| 14589 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14590 | "node_modules/whatwg-encoding": { |
| 14591 | "version": "2.0.0", |
| 14592 | "resolved": "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", |
| 14593 | "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", |
| 14594 | "license": "MIT", |
| 14595 | "dependencies": { |
| 14596 | "iconv-lite": "0.6.3" |
| 14597 | }, |
| 14598 | "engines": { |
| 14599 | "node": ">=12" |
| 14600 | } |
| 14601 | }, |
| 14602 | "node_modules/whatwg-mimetype": { |
| 14603 | "version": "3.0.0", |
| 14604 | "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", |
| 14605 | "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", |
| 14606 | "license": "MIT", |
| 14607 | "engines": { |
| 14608 | "node": ">=12" |
| 14609 | } |
| 14610 | }, |
| 14611 | "node_modules/whatwg-url": { |
| 14612 | "version": "11.0.0", |
| 14613 | "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-11.0.0.tgz", |
| 14614 | "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", |
| 14615 | "license": "MIT", |
| 14616 | "dependencies": { |
| 14617 | "tr46": "^3.0.0", |
| 14618 | "webidl-conversions": "^7.0.0" |
| 14619 | }, |
| 14620 | "engines": { |
| 14621 | "node": ">=12" |
| 14622 | } |
| 14623 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14624 | "node_modules/which": { |
| 14625 | "version": "2.0.2", |
| 14626 | "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", |
| 14627 | "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
| 14628 | "license": "ISC", |
| 14629 | "dependencies": { |
| 14630 | "isexe": "^2.0.0" |
| 14631 | }, |
| 14632 | "bin": { |
| 14633 | "node-which": "bin/node-which" |
| 14634 | }, |
| 14635 | "engines": { |
| 14636 | "node": ">= 8" |
| 14637 | } |
| 14638 | }, |
| 14639 | "node_modules/wildcard": { |
| 14640 | "version": "2.0.1", |
| 14641 | "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.1.tgz", |
| 14642 | "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", |
| 14643 | "license": "MIT" |
| 14644 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14645 | "node_modules/wrap-ansi": { |
| 14646 | "version": "7.0.0", |
| 14647 | "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |
| 14648 | "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", |
| 14649 | "dev": true, |
| 14650 | "license": "MIT", |
| 14651 | "dependencies": { |
| 14652 | "ansi-styles": "^4.0.0", |
| 14653 | "string-width": "^4.1.0", |
| 14654 | "strip-ansi": "^6.0.0" |
| 14655 | }, |
| 14656 | "engines": { |
| 14657 | "node": ">=10" |
| 14658 | }, |
| 14659 | "funding": { |
| 14660 | "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| 14661 | } |
| 14662 | }, |
| 14663 | "node_modules/wrappy": { |
| 14664 | "version": "1.0.2", |
| 14665 | "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", |
| 14666 | "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", |
| 14667 | "license": "ISC" |
| 14668 | }, |
| 14669 | "node_modules/write-file-atomic": { |
| 14670 | "version": "4.0.2", |
| 14671 | "resolved": "https://registry.npmmirror.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz", |
| 14672 | "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", |
| 14673 | "license": "ISC", |
| 14674 | "dependencies": { |
| 14675 | "imurmurhash": "^0.1.4", |
| 14676 | "signal-exit": "^3.0.7" |
| 14677 | }, |
| 14678 | "engines": { |
| 14679 | "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| 14680 | } |
| 14681 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14682 | "node_modules/ws": { |
| 14683 | "version": "8.18.1", |
| 14684 | "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.1.tgz", |
| 14685 | "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14686 | "license": "MIT", |
| 14687 | "engines": { |
| 14688 | "node": ">=10.0.0" |
| 14689 | }, |
| 14690 | "peerDependencies": { |
| 14691 | "bufferutil": "^4.0.1", |
| 14692 | "utf-8-validate": ">=5.0.2" |
| 14693 | }, |
| 14694 | "peerDependenciesMeta": { |
| 14695 | "bufferutil": { |
| 14696 | "optional": true |
| 14697 | }, |
| 14698 | "utf-8-validate": { |
| 14699 | "optional": true |
| 14700 | } |
| 14701 | } |
| 14702 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14703 | "node_modules/xml-name-validator": { |
| 14704 | "version": "4.0.0", |
| 14705 | "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz", |
| 14706 | "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", |
| 14707 | "license": "Apache-2.0", |
| 14708 | "engines": { |
| 14709 | "node": ">=12" |
| 14710 | } |
| 14711 | }, |
| 14712 | "node_modules/xmlchars": { |
| 14713 | "version": "2.2.0", |
| 14714 | "resolved": "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz", |
| 14715 | "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", |
| 14716 | "license": "MIT" |
| 14717 | }, |
| 14718 | "node_modules/y18n": { |
| 14719 | "version": "5.0.8", |
| 14720 | "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz", |
| 14721 | "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", |
| 14722 | "dev": true, |
| 14723 | "license": "ISC", |
| 14724 | "engines": { |
| 14725 | "node": ">=10" |
| 14726 | } |
| 14727 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14728 | "node_modules/yallist": { |
| 14729 | "version": "3.1.1", |
| 14730 | "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz", |
| 14731 | "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", |
| 14732 | "license": "ISC" |
| 14733 | }, |
San3yuan | 292794c | 2025-06-08 20:02:46 +0800 | [diff] [blame] | 14734 | "node_modules/yaml": { |
| 14735 | "version": "1.10.2", |
| 14736 | "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz", |
| 14737 | "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", |
| 14738 | "license": "ISC", |
| 14739 | "engines": { |
| 14740 | "node": ">= 6" |
| 14741 | } |
| 14742 | }, |
San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 14743 | "node_modules/yargs": { |
| 14744 | "version": "17.7.2", |
| 14745 | "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz", |
| 14746 | "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", |
| 14747 | "dev": true, |
| 14748 | "license": "MIT", |
| 14749 | "dependencies": { |
| 14750 | "cliui": "^8.0.1", |
| 14751 | "escalade": "^3.1.1", |
| 14752 | "get-caller-file": "^2.0.5", |
| 14753 | "require-directory": "^2.1.1", |
| 14754 | "string-width": "^4.2.3", |
| 14755 | "y18n": "^5.0.5", |
| 14756 | "yargs-parser": "^21.1.1" |
| 14757 | }, |
| 14758 | "engines": { |
| 14759 | "node": ">=12" |
| 14760 | } |
| 14761 | }, |
| 14762 | "node_modules/yargs-parser": { |
| 14763 | "version": "21.1.1", |
| 14764 | "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz", |
| 14765 | "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", |
| 14766 | "dev": true, |
| 14767 | "license": "ISC", |
| 14768 | "engines": { |
| 14769 | "node": ">=12" |
| 14770 | } |
| 14771 | }, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14772 | "node_modules/yocto-queue": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 14773 | "version": "0.1.0", |
| 14774 | "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz", |
| 14775 | "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", |
| 14776 | "dev": true, |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14777 | "license": "MIT", |
| 14778 | "engines": { |
阳菜,放晴! | 7e1e3a5 | 2025-06-05 23:00:51 +0800 | [diff] [blame] | 14779 | "node": ">=10" |
San3yuan | 4d0e803 | 2025-04-04 17:21:40 +0800 | [diff] [blame] | 14780 | }, |
| 14781 | "funding": { |
| 14782 | "url": "https://github.com/sponsors/sindresorhus" |
| 14783 | } |
| 14784 | } |
| 14785 | } |
| 14786 | } |