2026-07-06 07:47:01 +08:00
|
|
|
{
|
|
|
|
|
"name": "Mod Releaser",
|
|
|
|
|
"lockfileVersion": 2,
|
|
|
|
|
"requires": true,
|
|
|
|
|
"packages": {
|
|
|
|
|
"": {
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/icons": "^6.3.2",
|
2026-07-11 12:13:20 +08:00
|
|
|
"@ant-design/nextjs-registry": "^1.3.0",
|
2026-07-08 06:56:16 +08:00
|
|
|
"@tanstack/react-query": "^5.101.2",
|
|
|
|
|
"@trpc/client": "^11.18.0",
|
|
|
|
|
"@trpc/server": "^11.18.0",
|
|
|
|
|
"@trpc/tanstack-react-query": "^11.18.0",
|
2026-07-06 07:47:01 +08:00
|
|
|
"@uiw/react-md-editor": "^4.1.1",
|
|
|
|
|
"antd": "^6.5.0",
|
2026-07-08 06:56:16 +08:00
|
|
|
"client-only": "^0.0.1",
|
2026-07-06 07:47:01 +08:00
|
|
|
"next": "^16.2.10",
|
|
|
|
|
"react": "^19.2.7",
|
|
|
|
|
"react-dom": "^19.2.7",
|
2026-07-08 06:56:16 +08:00
|
|
|
"server-only": "^0.0.1",
|
2026-07-06 07:47:01 +08:00
|
|
|
"use-debounce": "^10.1.1",
|
|
|
|
|
"zod": "^4.4.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "26.1.0",
|
|
|
|
|
"eslint": "^10.6.0",
|
2026-07-07 01:38:09 +08:00
|
|
|
"typescript": "6.0.3",
|
|
|
|
|
"vite-tsconfig-paths": "^6.1.1",
|
|
|
|
|
"vitest": "^4.1.10"
|
2026-07-06 07:47:01 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ant-design/colors": {
|
|
|
|
|
"version": "8.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-8.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/fast-color": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ant-design/cssinjs": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-2Hy8BnCEH31xPeSLbhhB2ctCPXE2ZnASdi+KbSeS79BNbUhL9hAEe20SkUk+BR8aKTmqb6+FKFruk7w8z0VoRQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.11.1",
|
|
|
|
|
"@emotion/hash": "^0.8.0",
|
|
|
|
|
"@emotion/unitless": "^0.7.5",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"csstype": "^3.1.3",
|
|
|
|
|
"stylis": "^4.3.4"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.0.0",
|
|
|
|
|
"react-dom": ">=16.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ant-design/cssinjs-utils": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-5fTHQ158jJJ5dC/ECeyIdZUzKxE/mpEMRZxthyG1sw/AKRHKgJBg00Yi6ACVXgycdje7KahRNvNET/uBccwCnA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/cssinjs": "^2.1.2",
|
|
|
|
|
"@babel/runtime": "^7.23.2",
|
|
|
|
|
"@rc-component/util": "^1.4.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18",
|
|
|
|
|
"react-dom": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ant-design/fast-color": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-esKJegpW4nckh0o6kV3Tkb7NPIZYbPnnFxmQDUmL08ukXZAvV85TZBr70eGuke/CIArLaP6aw8lt9KILjnWuOw==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ant-design/icons": {
|
|
|
|
|
"version": "6.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-B6O5a5XJ4wjtNOfZejXYwHW5zvKV5gYkjGf11dHGLEbKn0ABDGndo41+gfIiXyTFhvESj4XTotuud33mUFid0g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/colors": "^8.0.1",
|
|
|
|
|
"@ant-design/icons-svg": "^4.5.0",
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.0.0",
|
|
|
|
|
"react-dom": ">=16.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ant-design/icons-svg": {
|
|
|
|
|
"version": "4.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-1BTUFyKPTBZ53MuTP8s0k5SFEXL7o3VHEOwLgzaoWKwnBeqIcqUtVshc4SKzhI6uACfqhJqBwBUE9FsWR3uULA=="
|
|
|
|
|
},
|
2026-07-11 12:13:20 +08:00
|
|
|
"node_modules/@ant-design/nextjs-registry": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/nextjs-registry/-/nextjs-registry-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-lHlg5bnj3LPYHUD+iZsO1k11NhIrx1mLWh2DXQ0m3Ly3OSaYfgeHX0WoVXxdVjEGjjYnPTe+OUY7YvU/p1aPZw==",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@ant-design/cssinjs": ">=1.0.0",
|
|
|
|
|
"antd": ">=5.0.0",
|
|
|
|
|
"next": ">=14.0.0",
|
|
|
|
|
"react": ">=16.0.0",
|
|
|
|
|
"react-dom": ">=16.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@ant-design/react-slick": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-HMS9sRoEmZey8LsE/Yo6+klhlzU12PisjrVcydW3So7RdklyEd2qehyU6a7Yp+OYN72mgsYs3NFCyP2lCPFVqg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.28.4",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"json2mq": "^0.2.0",
|
|
|
|
|
"throttle-debounce": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
|
|
|
"react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/runtime": {
|
|
|
|
|
"version": "7.29.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
|
|
|
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@emnapi/core": {
|
|
|
|
|
"version": "1.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emnapi/wasi-threads": "1.2.2",
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@emnapi/runtime": {
|
|
|
|
|
"version": "1.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@emnapi/wasi-threads": {
|
|
|
|
|
"version": "1.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@emotion/hash": {
|
|
|
|
|
"version": "0.8.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
|
|
|
"integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/unitless": {
|
|
|
|
|
"version": "0.7.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
|
|
|
"integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint-community/eslint-utils": {
|
|
|
|
|
"version": "4.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"eslint-visitor-keys": "^3.4.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
|
|
|
"version": "3.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint-community/regexpp": {
|
|
|
|
|
"version": "4.12.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
|
|
|
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/config-array": {
|
|
|
|
|
"version": "0.23.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
|
|
|
|
|
"integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint/object-schema": "^3.0.5",
|
|
|
|
|
"debug": "^4.3.1",
|
|
|
|
|
"minimatch": "^10.2.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/config-helpers": {
|
|
|
|
|
"version": "0.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint/core": "^1.2.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/core": {
|
|
|
|
|
"version": "1.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/json-schema": "^7.0.15"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/object-schema": {
|
|
|
|
|
"version": "3.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/plugin-kit": {
|
|
|
|
|
"version": "0.7.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
|
|
|
|
|
"integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint/core": "^1.2.1",
|
|
|
|
|
"levn": "^0.4.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@humanfs/core": {
|
|
|
|
|
"version": "0.19.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
|
|
|
|
|
"integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@humanfs/types": "^0.15.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.18.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@humanfs/node": {
|
|
|
|
|
"version": "0.16.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
|
|
|
|
|
"integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@humanfs/core": "^0.19.2",
|
|
|
|
|
"@humanfs/types": "^0.15.0",
|
|
|
|
|
"@humanwhocodes/retry": "^0.4.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.18.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@humanfs/types": {
|
|
|
|
|
"version": "0.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.18.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@humanwhocodes/module-importer": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.22"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@humanwhocodes/retry": {
|
|
|
|
|
"version": "0.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.18"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/colour": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-darwin-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-darwin-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"riscv64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"s390x"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linux-arm": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linux-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linux-ppc64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linux-riscv64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"riscv64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linux-s390x": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"s390x"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linux-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-wasm32": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"wasm32"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emnapi/runtime": "^1.7.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-win32-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-win32-ia32": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ia32"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@img/sharp-win32-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
|
"version": "1.5.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
|
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@napi-rs/wasm-runtime": {
|
|
|
|
|
"version": "1.1.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
|
|
|
|
|
"integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tybys/wasm-util": "^0.10.3"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@emnapi/core": "^1.7.1",
|
|
|
|
|
"@emnapi/runtime": "^1.7.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@next/env": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-zLPxg9M0MEHmygpj5OuxjQ+vHMiy/K7cSp74G8ecYolmgUWw0RwN02tF56npup/+qaI8JB97hQgS/r2Hb6QwVA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-darwin-arm64": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-v9IdJCa0H0mbo+8z5zwUpOk1Vj7RjkcI5uNYf5Ws1y6szf/p3Mzl9hLaST8SCt6L9h8NGnruZcd2+o0NTNwDhA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-darwin-x64": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-17IS0jJRViROGmA9uGdNR8VPJpfbnaVG7E9qhso5jDLkmyd0lSDORWxbcKINzcFqzZqGwGtMSnrFRxBpuUYjLQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-GRQRsRtuciNJvB54AvvuQTiq0oZtFwa1owQqtZD8wwnGpM2L39MV22kpI72YSXLKIyY40LC66EiLFv4PiicXxg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-linux-arm64-musl": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-zkN9MQYS7UQBro+FnISUq1itaQjXI9xqISzuQ+2bc921NcJ1x4yPCqrn77tVN6/dOOXaaWVX3k6/bR07pPwK+A==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-linux-x64-gnu": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-iCVJnwvrPYECvA6WM/7+oo+OiTvedIKLxtCLAZP4xZR3nXa1zmzZyLPbYCmWvpd4CvMYF1EMTafd0ii3DygLvA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-linux-x64-musl": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-ov2g4H0dHY9bPoOU83m91hWT7Iq5qy13bUnyyshLU3HGR1Ownn0X9QpmDPc5iIUaahTp7f7LeGAhV4DSFtackw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-DwAnhLX76HQiFFQNgWlcK+JzlnD1rZ+UK/WY0ZMI/deXpvgnesjNYrqcfo1JzBuz4Kf7o3brIBL0glI1junatA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@next/swc-win32-x64-msvc": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-0JXq3b85Jk9Jg4ntLUbXSPvoDw3gpZou7twuKdoFG2jOw635v7+IiXfTaa0TxVMyx78pUjnrVYwLgjKfX4e6/A==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@oxc-project/types": {
|
|
|
|
|
"version": "0.138.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.138.0.tgz",
|
|
|
|
|
"integrity": "sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@rc-component/async-validator": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-D3AGQwdyE58gmvx6waVSXJ80JGO+IY5L2O8HDnSOex7JNlzB3GuN/4hyHNTdhy2qtOhkpbIjmeAN3tL993wKbA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.24.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.x"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/cascader": {
|
|
|
|
|
"version": "1.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/cascader/-/cascader-1.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-3cVNG0zrQF1PoXq262L3wGCU+/YLEC1mGSVHDl577dQmA0ZKkXFbY6nwyXo+beCcM7buo49t24jkr+QZdL7O8w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/select": "~1.8.0",
|
|
|
|
|
"@rc-component/tree": "~1.3.2",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/checkbox": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/checkbox/-/checkbox-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-3CXGPpAR9gsPKeO2N78HAPOzU30UdemD6HGJoWVJOpa6WleaGB5kzZj3v6bdTZab31YuWgY/RxV3VKPctn0DwQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/collapse": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/collapse/-/collapse-1.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-ZRYSKSS39qsFx93p26bde7JUZJshsUBEQRlRXPuJYlAiNX0vyYlF5TsAm8JZN3LcF8XvKikdzPbgAtXSbkLUkw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.10.1",
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/color-picker": {
|
|
|
|
|
"version": "3.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-3.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-OHaCHLHszCegdXmIq2ZRIZBN/EtpT6Wm8SG/gpzLATHbVKc/avvuKi+zlOuk05FTWvgaMmpxAko44uRJ3M+2pg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/fast-color": "^3.0.1",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/context": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/context/-/context-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-uiGpAlblCNlziHPwj4S4Iy/oemeuz/hR03mbiEjTCXwsqOIN3BOzsRMyDwpyO5Fm0vIEEJRUf9ZtbRLbhksuTA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.11.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/dialog": {
|
|
|
|
|
"version": "1.10.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/dialog/-/dialog-1.10.0.tgz",
|
|
|
|
|
"integrity": "sha512-eDukNlz9vNszAGv7i3zKXdxEd3wgVmNxuJijYt8zvTh17QwTu8KK/bdURRd/lU4qaMzhO1HKKmMrwOnkaw0BvQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/motion": "^1.3.3",
|
|
|
|
|
"@rc-component/portal": "^2.1.0",
|
|
|
|
|
"@rc-component/util": "^1.9.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/drawer": {
|
|
|
|
|
"version": "1.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/drawer/-/drawer-1.4.2.tgz",
|
|
|
|
|
"integrity": "sha512-1ib+fZEp6FBu+YvcIktm+nCQ+Q+qIpwpoaJH6opGr4ofh2QMq+qdr5DLC4oCf5qf3pcWX9lUWPYX652k4ini8Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/portal": "^2.1.3",
|
|
|
|
|
"@rc-component/util": "^1.9.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/dropdown": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/dropdown/-/dropdown-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-6PY2ecUSYhDPhkNHHb4wfeAya04WhpmUSKzdR60G+kMNVUCX2vjT/AgTS0Lz0I/K6xrPMJ3enQbwVpeN3sHCgg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.11.0",
|
|
|
|
|
"react-dom": ">=16.11.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/form": {
|
|
|
|
|
"version": "1.8.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/form/-/form-1.8.5.tgz",
|
|
|
|
|
"integrity": "sha512-d24EYtvUOBhxEtSd/EqIu9DaMuqrWF2IRIvAFCTM6NQ/GJIYNr8DvEpUSUlv2uPxEJ0ZPwYQ+wwlGIAaiHvdrw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/async-validator": "^6.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/image": {
|
|
|
|
|
"version": "1.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/image/-/image-1.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-khF7w7xkBH5B1bsBcI1FSUZdkyd1aqpl2eYyILCqCzzQH3XdfehGUaZTnptyaJJfs09/R5hv9jXWyazOMFIClQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/motion": "^1.0.0",
|
|
|
|
|
"@rc-component/portal": "^2.1.2",
|
|
|
|
|
"@rc-component/util": "^1.10.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/input": {
|
|
|
|
|
"version": "1.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/input/-/input-1.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-iFvTUT9W+JC/MSin2aGAk8NqsVlTzcExNC9DZariON1IWirju9NoNeEk47an4Q8iHazkoVI/y1LnDi88+CPcig==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/resize-observer": "^1.1.1",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.0.0",
|
|
|
|
|
"react-dom": ">=16.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/input-number": {
|
|
|
|
|
"version": "1.6.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/input-number/-/input-number-1.6.2.tgz",
|
|
|
|
|
"integrity": "sha512-Gjcq7meZlCOiWN1t1xCC+7/s85humHVokTBI7PJgTfoyw5OWF74y3e6P8PHX104g9+b54jsodFIzyaj6p8LI9w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/mini-decimal": "^1.0.1",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/mentions": {
|
|
|
|
|
"version": "1.10.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/mentions/-/mentions-1.10.0.tgz",
|
|
|
|
|
"integrity": "sha512-CI1njYUVY0NjHtLhNoVmXlJyy568Sfep9Wsak6vmGjtT6uazx98djGYlCXz2xkHhEm73g91Y3MTvzUyE5avI7w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/input": "~1.3.0",
|
|
|
|
|
"@rc-component/menu": "~1.4.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/menu": {
|
|
|
|
|
"version": "1.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/menu/-/menu-1.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-3GsVRoQ4cnF/AoIQ4P+Z1haBfgfBPQfLT1RJY3Nu4DzOnheTslfCiGSPj7bv/cLj5sW5pHqN25dDXGP3JELAlQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/overflow": "^1.0.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/mini-decimal": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-xiuXcaCwyOWpD8a8scdExFl+bntNphAW8XeenL1ig2en0AAZY0Pcp4pC0dI22qJ+NvxKn9RoNIoRdqYU3BLH4w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.18.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/motion": {
|
|
|
|
|
"version": "1.3.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/motion/-/motion-1.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-Xh3IszxvlSv3/PLYFyC2UZi9LNB83yOnkB/LNmRzaypZLvkhqUIPS7MQpGZcCMWrNsXV2p6YTSWbSGvFpEle9A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/mutate-observer": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-AyarjoLU5YlxuValRi+w8JRH2Z84TBbFO2RoGWz9d8bSu0FqT8DtugH3xC3BV7mUwlmROFauyWuXFuq4IFbH+w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.2.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/notification": {
|
|
|
|
|
"version": "2.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/notification/-/notification-2.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-nqZzpf6BPdaj+3ILx7si79LLmqPKyUmQoXa+/9gg0SkH0v1DbD66oJgRMSBEVnd/zUT3D4gwxWIHUKebYf2ZXQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/overflow": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/overflow/-/overflow-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-syfmgAABaHCnCDzPwHZ/2tuvIcpOO3jefYZMmfkN+pmo8HKTzsfhS57vxo4ksPdN0By+uWVJhJWNFozNBxi2eA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.11.1",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.1",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/pagination": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/pagination/-/pagination-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-CW1g7P9V8u+e8JQdUsl2RWg+GCsoee0mtJjZUCCxn/vb3jzOwDKm6hAdwddHCVBfWJ58eGUBZz3IvnU8rRktjw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/picker": {
|
|
|
|
|
"version": "1.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/picker/-/picker-1.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-6qXGKtoJvO8sUd17m5cyNEbEJub0zflCHnaZTBBmj63DPRZYc0WEHN8rp6hFSl+yMCJS/dJY5G+1fQ8bLCuD7A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/overflow": "^1.0.0",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.0",
|
|
|
|
|
"@rc-component/trigger": "^3.6.15",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"date-fns": ">= 2.x",
|
|
|
|
|
"dayjs": ">= 1.x",
|
|
|
|
|
"luxon": ">= 3.x",
|
|
|
|
|
"moment": ">= 2.x",
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"date-fns": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"dayjs": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"luxon": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"moment": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/portal": {
|
|
|
|
|
"version": "2.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-2.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-ck+r1kW/JSv0wxPji3KN2ss9K6Z0qqwusw/mf/0JobXhZ8hC2ejZwCJObW/SvDi0uhA0VzmCnx0CaCci95tcmA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/progress": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/progress/-/progress-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-WZUnH9eGxH1+xodZKqdrHke59uyGZSWgj5HBM5Kwk5BrTMuAORO7VJ2IP5Qbm9aH3n9x3IcesqHHR0NWPBC7fQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/qrcode": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-aAv3QhPP1xyafuTZOxub6a54pCeBnN3IwQkpETrBtthq4BL5IgxnCbuoBWPDpdLw1y1j6BgBUCAKV92+yX06Dw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.24.7"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/rate": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/rate/-/rate-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-bkXxeBqDpl5IOC7yL7GcSYjQx9G8H+6kLYQnNZWeBYq2OYIv1MONd6mqKTjnnJYpV0cQIU2z3atdW0j1kttpTw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/resize-observer": {
|
|
|
|
|
"version": "1.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/resize-observer/-/resize-observer-1.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-t/Bb0W8uvL4PYKAB3YcChC+DlHh0Wt5kM7q/J+0qpVEUMLe7Hk5zuvc9km0hMnTFPSx5Z7Wu/fzCLN6erVLE8Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.2.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/segmented": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/segmented/-/segmented-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-5J/bJ01mbDnoA6P/FW8SxUvKn+OgUSTZJPzCNnTBntG50tzoP7DydGhqxp7ggZXZls7me3mc2EQDXakU3iTVFg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.11.1",
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.0.0",
|
|
|
|
|
"react-dom": ">=16.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/select": {
|
|
|
|
|
"version": "1.8.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/select/-/select-1.8.2.tgz",
|
|
|
|
|
"integrity": "sha512-HQ9zuYqjfZTlcEMWlU1GAPBajd2OHIMVHyjZSGVTCVARwkfCgvXZMTEn0cduy3L+ejAKkaZluOQvxovZoaJaQw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/overflow": "^1.0.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"@rc-component/virtual-list": "^1.2.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "*",
|
|
|
|
|
"react-dom": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/slider": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/slider/-/slider-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-LSzgWGYDgeCDgR4r1XlU29gbYws6HpLnvJd/uMhLeW/vQgxldeR+Wb4uzHDCHiYEbr1bnEHWdjkPxjJRHxuiig==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/steps": {
|
|
|
|
|
"version": "1.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/steps/-/steps-1.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-/yVIZ00gDYYPHSY0JP+M+s3ZvuXLu2f9rEjQqiUDs7EcYsUYrpJ/1bLj9aI9R7MBR3fu/NGh6RM9u2qGfqp+Nw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/switch": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/switch/-/switch-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-Jgi+EbOBquje/XNdofr7xbJQZPYJP+BlPfR0h+WN4zFkdtB2EWqEfvkXJWeipflwjWip0/17rNbxEAqs8hVHfw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/table": {
|
|
|
|
|
"version": "1.10.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/table/-/table-1.10.2.tgz",
|
|
|
|
|
"integrity": "sha512-b3PjqB9Gp25p5t/zq+9QrbXbodkptT8/zvLmwgd2FNPUUtaYyDnQqfxeD5a7ao8E8lpinLHsi2u2vdfPhyNvAw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/context": "^2.0.1",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"@rc-component/virtual-list": "^1.0.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/tabs": {
|
|
|
|
|
"version": "1.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tabs/-/tabs-1.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-hA/drZYOVa/MMIb4M2fWf3yaTyTG4qVuIABmghvEhyfw2nBob5VTH69lMCDjSVKmgODjO6nWlCV+gVn3xBrj5Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/dropdown": "~1.0.0",
|
|
|
|
|
"@rc-component/menu": "~1.4.0",
|
|
|
|
|
"@rc-component/motion": "^1.1.3",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/tooltip": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tooltip/-/tooltip-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-8Rx5DCctIlLI4raR0I0xHjVTf1aF48+gKCNeAAo5bmF5VoR5YED+A/XEqzXv9KKqrJDRcd3Wndpxh2hyzrTtSg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/trigger": "^3.7.1",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/tour": {
|
|
|
|
|
"version": "2.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-2.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-aui4r4TqmTzwaBgcQxHYep8kM8PTjZFufjokObpy35KfFeZ0k9ArquWFZqegQlH24P14t+F0qO0mGTgzlav1yg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/portal": "^2.2.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.7.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/tree": {
|
|
|
|
|
"version": "1.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tree/-/tree-1.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-bJFj46wEkpBPnWyTm18XmgAgNQ/4YvprxMOPPY2a6rmhGJYxLuNKEFiL5Qej4Qctu9wHJm8WW+v2SYskafE0kA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/motion": "^1.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"@rc-component/virtual-list": "^1.2.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "*",
|
|
|
|
|
"react-dom": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/tree-select": {
|
|
|
|
|
"version": "1.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tree-select/-/tree-select-1.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-EhS0X0wtUhBfK4S5TlpSY3MR9ndPMGgujtt1PJW3Ej+ToAlnS/6ohYURtCoXBYGqazUwHmgQGVUDsfpVwhWPkg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/select": "~1.8.0",
|
|
|
|
|
"@rc-component/tree": "~1.3.2",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "*",
|
|
|
|
|
"react-dom": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/trigger": {
|
|
|
|
|
"version": "3.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-3.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-LNsYvz60mrLJ/kRvKcHE7boUvcQfVMCfRqZ71x3Fo9AOiZ1KKIEqkzMA8DNvz2V3Bcvir/vwQNn7JF1NPODQ7Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/portal": "^2.2.0",
|
|
|
|
|
"@rc-component/resize-observer": "^1.1.1",
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/upload": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/upload/-/upload-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-GvYWSKeaJTOxxC5p6+nOSadzfvXA1h8C/iHFPFZX+szH3JUXrvs+DLiW8YUTBgvMh8m63mJeHrlYlJzAlg+pDA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.9.0",
|
|
|
|
|
"react-dom": ">=16.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/util": {
|
|
|
|
|
"version": "1.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/util/-/util-1.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-awVlI3ub2vqfqkYxOBc/uQ0efm3jw0wcrhtO/YWLyZfxiKXczKwNbVuhlnyxytDt7H9pbbVQiqr+O6MLATtRYg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"is-mobile": "^5.0.0",
|
|
|
|
|
"react-is": "^18.2.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rc-component/virtual-list": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/virtual-list/-/virtual-list-1.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-iavRm1Jo4GDbASQwdGa7jFyk93RvSOo9xHyBT4QL1pgFJj/Fdf1G+3RErH7/7BmAMvx2AkF62mjGYxDbXsK9TQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.20.0",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.1",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.x"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-EZLpf/8y7GXkkra90ML47kzik/GMP3EMcE9bPyHmRfxLC6z9+aW5A8poCsoxjrT5GfEcNAAvWwUHjvP1pUQkfw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-aUi+HBvmYb7j8krl1+qJgkG8C17fO79gk3c+jPw4S8glRFc1DTija9S3EyaTSQUm5GJXYKDAsugBEhFHH2vYiQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-F7hHC3gwY11+vByKPRWqwGbeXWVgKmL+pTGCinaEhdihzBV2aQ0fvZOch9cXYUOKuKKq429HeYXOqQLc7wFCEg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-sI5yw+7s92SK6odiEhD5lKCBlWcpjHS5qyqpVQbZAJ0fIzEUXrmbl3DH2ybR3PZogulNJF+COLtmA8hUfvkCCQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-mCi0OKgEieFircrtVYmQAFGszRtMnZ6fpZAXrxanXAu7lqZcsK1E1RAaZNG0uKAnxox3B1f4EyQNnoyMfN1vAA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-B9Ial3Kv5sh0SHnB1g/QWcUQCEvCF6QKGAl4zXypYj65mVI+B4AhFBwPtSN7pDrJeIx8Z7zdy4ntx+wQABom7w==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-lZVym0PuHE1KZ22gmFTC15lAkrg9iTszR617oYRB/iPY1A56ywoJzVKOJBKaot5RiikCObmur6pogpse3gRcng==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-t2DNiLJWNTbnEHyUzTumldML6ET4/g16467LZoDDJ3tSxGvguL5/NyC2lCsNKuyRycg9XeDQF5SSv+TNOhQEXg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-0WIRnL1Uw4BvTZRLQt+PVgo6ZKTJadlC2btP+/EOXv2f/DWbY0rEgl+y834mIVwP1FkTlWVTrGGJXf12lru7EQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"s390x"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-JWtGshGfX+oENAKonoNkqEJX+7hC8yfhi9GUyPX1VX4mdh1y5r+ZiJLR5XzAB0aoP6s/PcILsGjKq8O0mm24bw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-rT6yQcxUuXs4CnbofqwHRRV0iem349rLMYpTjkgQGLjrY4ado/eDzwPZPTCgTOlF6Nkp8NEv70yLMTn6qkWxsQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-KXMGoboq5cyaCQjDA4GLuRiOwBQ0EyFnJoVViLeZ45/3rFItRODEr+NdsBcVpll40hhNArlm/speWGRvj08LzA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"openharmony"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-5K83rb36oJiY7BCyE9zLZtGcPV4g5wvq+xwdO0XPIwDVZI8cyB/AUjkNXGb92/rnmezEkjMOpgY61rtwjQtFwg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"wasm32"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emnapi/core": "1.11.1",
|
|
|
|
|
"@emnapi/runtime": "1.11.1",
|
|
|
|
|
"@napi-rs/wasm-runtime": "^1.1.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/runtime": {
|
|
|
|
|
"version": "1.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-PnWBtw3TV5KOg69HQQDR0mnQuyCmSGR2pAB4DC1rPF808fgKeTUMj2EOEyKATpgiuxuR5APQmiDO7PDgEjTFSA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-M1lpniBePobTfsa7Ks9a199e1akxsXn+GYBUKsEzv3YFzOm1HJAMNwKI3qr0Zq+mxwx9gOZoTdP1yXRYsZUocQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/pluginutils": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@standard-schema/spec": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@swc/helpers": {
|
|
|
|
|
"version": "0.5.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
|
|
|
|
|
"integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tslib": "^2.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-08 06:56:16 +08:00
|
|
|
"node_modules/@tanstack/query-core": {
|
|
|
|
|
"version": "5.101.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.2.tgz",
|
|
|
|
|
"integrity": "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tanstack/react-query": {
|
|
|
|
|
"version": "5.101.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.2.tgz",
|
|
|
|
|
"integrity": "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tanstack/query-core": "5.101.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^18 || ^19"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@trpc/client": {
|
|
|
|
|
"version": "11.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-wOqeg3Fvl25V1ZisQhUD3K8G60ZJDlSGJNSyeXrLH24xAo5w6GSR2Kzb1cSNY9Y+IQ2YZvYGZstBU+V/ulo/ow==",
|
|
|
|
|
"funding": [
|
|
|
|
|
"https://trpc.io/sponsor"
|
|
|
|
|
],
|
|
|
|
|
"bin": {
|
|
|
|
|
"intent": "bin/intent.js"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@trpc/server": "11.18.0",
|
|
|
|
|
"typescript": ">=5.7.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@trpc/server": {
|
|
|
|
|
"version": "11.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-JAvXOuNTxgXjIDfQaOvDq1j66LMNfDJUH1IU7Slfn8EvRv2EkH6ehu3A7zpYhjO0syHHiYg77v2lG2JFJgvw7Q==",
|
|
|
|
|
"funding": [
|
|
|
|
|
"https://trpc.io/sponsor"
|
|
|
|
|
],
|
|
|
|
|
"bin": {
|
|
|
|
|
"intent": "bin/intent.js"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": ">=5.7.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@trpc/tanstack-react-query": {
|
|
|
|
|
"version": "11.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@trpc/tanstack-react-query/-/tanstack-react-query-11.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-dm5xIlN0SEzJAbQ34EHdb1Kgd/zWZ63ZMviQEw3WCWCIPz8MjLKAhquncPcn+YxFUJa+Qi4qatdGFymmM4HmAQ==",
|
|
|
|
|
"funding": [
|
|
|
|
|
"https://trpc.io/sponsor"
|
|
|
|
|
],
|
|
|
|
|
"bin": {
|
|
|
|
|
"intent": "bin/intent.js"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@tanstack/react-query": "^5.80.3",
|
|
|
|
|
"@trpc/client": "11.18.0",
|
|
|
|
|
"@trpc/server": "11.18.0",
|
|
|
|
|
"react": ">=18.2.0",
|
|
|
|
|
"typescript": ">=5.7.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@tybys/wasm-util": {
|
|
|
|
|
"version": "0.10.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
|
|
|
|
|
"integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/chai": {
|
|
|
|
|
"version": "5.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/deep-eql": "*",
|
|
|
|
|
"assertion-error": "^2.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@types/debug": {
|
|
|
|
|
"version": "4.1.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
|
|
|
|
|
"integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/ms": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@types/deep-eql": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/@types/esrecurse": {
|
|
|
|
|
"version": "4.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/estree": {
|
|
|
|
|
"version": "1.0.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
|
|
|
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/estree-jsx": {
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/hast": {
|
|
|
|
|
"version": "3.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/json-schema": {
|
|
|
|
|
"version": "7.0.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
|
|
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/mdast": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/ms": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/node": {
|
|
|
|
|
"version": "26.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"undici-types": "~8.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/prismjs": {
|
|
|
|
|
"version": "1.26.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.6.tgz",
|
|
|
|
|
"integrity": "sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/react": {
|
|
|
|
|
"version": "19.2.17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
|
|
|
|
|
"integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"csstype": "^3.2.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/unist": {
|
|
|
|
|
"version": "3.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@uiw/copy-to-clipboard": {
|
|
|
|
|
"version": "1.0.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.21.tgz",
|
|
|
|
|
"integrity": "sha512-apdzZJyJC/IEj21N22ry1H022pgpSA+FwNKxmvOGQ9rUMdyRbHf1nZq2UwqnfGOuTr7iOKLzNgWsCJtAwyAZpw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://jaywcjlove.github.io/#/sponsor"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@uiw/react-markdown-preview": {
|
|
|
|
|
"version": "5.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@uiw/react-markdown-preview/-/react-markdown-preview-5.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-JjvcHveT6glhlJYJx1XGBZij6wkw+VwREV6Z6m/GpsjPPdLjF1x8nlPBSB/ATyUF4lD7C8ttMkCqVH9N9XMgEA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.17.2",
|
|
|
|
|
"@uiw/copy-to-clipboard": "~1.0.12",
|
|
|
|
|
"react-markdown": "~10.1.0",
|
|
|
|
|
"rehype-attr": "~4.0.0",
|
|
|
|
|
"rehype-autolink-headings": "~7.1.0",
|
|
|
|
|
"rehype-ignore": "^2.0.0",
|
|
|
|
|
"rehype-prism-plus": "~2.0.0",
|
|
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
|
|
"rehype-rewrite": "~4.0.0",
|
|
|
|
|
"rehype-slug": "~6.0.0",
|
|
|
|
|
"remark-gfm": "~4.0.0",
|
|
|
|
|
"remark-github-blockquote-alert": "^1.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://jaywcjlove.github.io/#/sponsor"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.8.0",
|
|
|
|
|
"react-dom": ">=16.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@uiw/react-md-editor": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@uiw/react-md-editor/-/react-md-editor-4.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-yZqV5twN/sSfpce4cO/1bqy16o7v2oW324VNh2gcnsSpzOr2jEHpchM+ElD1y+ivUmFXcDZ5Ky5TOuPZg4qL6g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.14.6",
|
|
|
|
|
"@uiw/react-markdown-preview": "^5.2.0",
|
|
|
|
|
"rehype": "~13.0.0",
|
|
|
|
|
"rehype-prism-plus": "~2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://jaywcjlove.github.io/#/sponsor"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=16.8.0",
|
|
|
|
|
"react-dom": ">=16.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@ungap/structured-clone": {
|
|
|
|
|
"version": "1.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/@vitest/expect": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-YsCn+qAk1GWjQOWFEsEcL2gNQ0zmVmQu3T03qP6UyjhtmdtwtbuI+DASn/7iQB3HGTXkdBwGddzxPlmiql5vlA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@standard-schema/spec": "^1.1.0",
|
|
|
|
|
"@types/chai": "^5.2.2",
|
|
|
|
|
"@vitest/spy": "4.1.10",
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"chai": "^6.2.2",
|
|
|
|
|
"tinyrainbow": "^3.1.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vitest/mocker": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-v0xaezt+DKEmKfaxg133ldzADrwLGd7Ze1MfQQTYfvs8OqZIwbxyxaYURivwV7sWy5fqn3rH5uOrSp07bp44Ow==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vitest/spy": "4.1.10",
|
|
|
|
|
"estree-walker": "^3.0.3",
|
|
|
|
|
"magic-string": "^0.30.21"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"msw": "^2.4.9",
|
|
|
|
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"msw": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"vite": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vitest/pretty-format": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-W1HsjSH4MXQ9YfmmhLAoIYf1HRfekQCGngeIgcei6MP5QQGWUe0gkopdZQaVCFO+JDJMrAJGwa5pRpNpvy4P8Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tinyrainbow": "^3.1.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vitest/runner": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-IKI6kpIH+LmpROplyLwBBaCfMgOZOMsygVa6BARD6ahA04VRuJSa6OaVG7kRvSEMD870Vd91rSSw0eegtWyLGg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"pathe": "^2.0.3"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vitest/snapshot": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-xRkfOT1qpTAi/Ti4Y1LtfRc3kEuqxGw59eN2jN9pRWMtS/XDevekhcFSqvQqjUNGksfjMJu3Y+oJ+4Ypn2OaJw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vitest/pretty-format": "4.1.10",
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"magic-string": "^0.30.21",
|
|
|
|
|
"pathe": "^2.0.3"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vitest/spy": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-PLf/Ugvoq5wO/b4rwYCR1h2PSIdXz7wnkQFMiUpLdtM7l6pqVFcQIBEHyT1+l+cj7mNwAfZHzqXqDyjvOuwbDw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vitest/utils": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-fy9am/HWxbaGt/Sawrp90vt6Y6jQwf1RX77cz3uwoJwJVMli/e1IEwRPnMNJ7vKfPTwo0diXifkpPvwH9v7nGA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vitest/pretty-format": "4.1.10",
|
|
|
|
|
"convert-source-map": "^2.0.0",
|
|
|
|
|
"tinyrainbow": "^3.1.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/acorn": {
|
|
|
|
|
"version": "8.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"acorn": "bin/acorn"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/acorn-jsx": {
|
|
|
|
|
"version": "5.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ajv": {
|
|
|
|
|
"version": "6.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fast-deep-equal": "^3.1.1",
|
|
|
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
|
|
|
"json-schema-traverse": "^0.4.1",
|
|
|
|
|
"uri-js": "^4.2.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/antd": {
|
|
|
|
|
"version": "6.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/antd/-/antd-6.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-9zbVc9UukfGuqCvIAov01nlpDQWfARNmZQyt21ZhqLX7ilXmi4cdkp12xA48WEmXRXwZvno8A03qQuGE9JG8fg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/colors": "^8.0.1",
|
|
|
|
|
"@ant-design/cssinjs": "^2.1.2",
|
|
|
|
|
"@ant-design/cssinjs-utils": "^2.1.2",
|
|
|
|
|
"@ant-design/fast-color": "^3.0.1",
|
|
|
|
|
"@ant-design/icons": "^6.3.1",
|
|
|
|
|
"@ant-design/react-slick": "~2.0.0",
|
|
|
|
|
"@babel/runtime": "^7.29.2",
|
|
|
|
|
"@rc-component/cascader": "~1.17.0",
|
|
|
|
|
"@rc-component/checkbox": "~2.0.0",
|
|
|
|
|
"@rc-component/collapse": "~1.2.0",
|
|
|
|
|
"@rc-component/color-picker": "~3.1.1",
|
|
|
|
|
"@rc-component/dialog": "~1.10.0",
|
|
|
|
|
"@rc-component/drawer": "~1.4.2",
|
|
|
|
|
"@rc-component/dropdown": "~1.0.2",
|
|
|
|
|
"@rc-component/form": "~1.8.5",
|
|
|
|
|
"@rc-component/image": "~1.9.0",
|
|
|
|
|
"@rc-component/input": "~1.3.1",
|
|
|
|
|
"@rc-component/input-number": "~1.6.2",
|
|
|
|
|
"@rc-component/mentions": "~1.10.0",
|
|
|
|
|
"@rc-component/menu": "~1.4.1",
|
|
|
|
|
"@rc-component/motion": "^1.3.3",
|
|
|
|
|
"@rc-component/mutate-observer": "^2.0.1",
|
|
|
|
|
"@rc-component/notification": "~2.0.7",
|
|
|
|
|
"@rc-component/pagination": "~1.4.0",
|
|
|
|
|
"@rc-component/picker": "~1.11.0",
|
|
|
|
|
"@rc-component/progress": "~1.0.2",
|
|
|
|
|
"@rc-component/qrcode": "~2.0.0",
|
|
|
|
|
"@rc-component/rate": "~1.0.1",
|
|
|
|
|
"@rc-component/resize-observer": "^1.1.2",
|
|
|
|
|
"@rc-component/segmented": "~1.3.0",
|
|
|
|
|
"@rc-component/select": "~1.8.2",
|
|
|
|
|
"@rc-component/slider": "~1.1.1",
|
|
|
|
|
"@rc-component/steps": "~1.2.2",
|
|
|
|
|
"@rc-component/switch": "~1.0.3",
|
|
|
|
|
"@rc-component/table": "~1.10.2",
|
|
|
|
|
"@rc-component/tabs": "~1.11.0",
|
|
|
|
|
"@rc-component/tooltip": "~1.4.0",
|
|
|
|
|
"@rc-component/tour": "~2.4.0",
|
|
|
|
|
"@rc-component/tree": "~1.3.2",
|
|
|
|
|
"@rc-component/tree-select": "~1.11.0",
|
|
|
|
|
"@rc-component/trigger": "^3.9.1",
|
|
|
|
|
"@rc-component/upload": "~1.1.1",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"dayjs": "^1.11.11",
|
|
|
|
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
|
|
|
"throttle-debounce": "^5.0.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/ant-design"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/assertion-error": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/bail": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/balanced-match": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "18 || 20 || >=22"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/baseline-browser-mapping": {
|
|
|
|
|
"version": "2.10.42",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.42.tgz",
|
|
|
|
|
"integrity": "sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q==",
|
|
|
|
|
"bin": {
|
|
|
|
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/bcp-47-match": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/boolbase": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/brace-expansion": {
|
|
|
|
|
"version": "5.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"balanced-match": "^4.0.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "18 || 20 || >=22"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/caniuse-lite": {
|
|
|
|
|
"version": "1.0.30001800",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001800.tgz",
|
|
|
|
|
"integrity": "sha512-MMHtuAz9Ys840zAY5F4k6fV5GaivZ9sPk+nz0mY+GYVzRBnYkN0mpqkSR92oWRQ19yQWo4HvBV/FnC16AJX8MA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/browserslist"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tidelift",
|
|
|
|
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ccount": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/chai": {
|
|
|
|
|
"version": "6.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/character-entities": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/character-entities-html4": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/character-entities-legacy": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/character-reference-invalid": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/client-only": {
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/clsx": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/comma-separated-tokens": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/compute-scroll-into-view": {
|
|
|
|
|
"version": "3.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/convert-source-map": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/cross-spawn": {
|
|
|
|
|
"version": "7.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"path-key": "^3.1.0",
|
|
|
|
|
"shebang-command": "^2.0.0",
|
|
|
|
|
"which": "^2.0.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-selector-parser": {
|
|
|
|
|
"version": "3.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/mdevils"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "patreon",
|
|
|
|
|
"url": "https://patreon.com/mdevils"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/csstype": {
|
|
|
|
|
"version": "3.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/dayjs": {
|
|
|
|
|
"version": "1.11.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz",
|
|
|
|
|
"integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/debug": {
|
|
|
|
|
"version": "4.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ms": "^2.1.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"supports-color": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/decode-named-character-reference": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"character-entities": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/deep-is": {
|
|
|
|
|
"version": "0.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/dequal": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/detect-libc": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
2026-07-07 01:38:09 +08:00
|
|
|
"devOptional": true,
|
2026-07-06 07:47:01 +08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/devlop": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"dequal": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/direction": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
|
|
|
|
|
"bin": {
|
|
|
|
|
"direction": "cli.js"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/entities": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.12"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/es-module-lexer": {
|
|
|
|
|
"version": "2.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-KLdwQm2NvGLDkQDCGvmiQrhkd0JbMzXthwQAUgWjQuQdBLFa3eiBP5arXZyA+f8x+x7OXgud6bq2rxjGtHV2tw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/escape-string-regexp": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint": {
|
|
|
|
|
"version": "10.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
|
|
|
"@eslint-community/regexpp": "^4.12.2",
|
|
|
|
|
"@eslint/config-array": "^0.23.5",
|
|
|
|
|
"@eslint/config-helpers": "^0.6.0",
|
|
|
|
|
"@eslint/core": "^1.2.1",
|
|
|
|
|
"@eslint/plugin-kit": "^0.7.2",
|
|
|
|
|
"@humanfs/node": "^0.16.6",
|
|
|
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
|
|
|
"@humanwhocodes/retry": "^0.4.2",
|
|
|
|
|
"@types/estree": "^1.0.6",
|
|
|
|
|
"ajv": "^6.14.0",
|
|
|
|
|
"cross-spawn": "^7.0.6",
|
|
|
|
|
"debug": "^4.3.2",
|
|
|
|
|
"escape-string-regexp": "^4.0.0",
|
|
|
|
|
"eslint-scope": "^9.1.2",
|
|
|
|
|
"eslint-visitor-keys": "^5.0.1",
|
|
|
|
|
"espree": "^11.2.0",
|
|
|
|
|
"esquery": "^1.7.0",
|
|
|
|
|
"esutils": "^2.0.2",
|
|
|
|
|
"fast-deep-equal": "^3.1.3",
|
|
|
|
|
"file-entry-cache": "^8.0.0",
|
|
|
|
|
"find-up": "^5.0.0",
|
|
|
|
|
"glob-parent": "^6.0.2",
|
|
|
|
|
"ignore": "^5.2.0",
|
|
|
|
|
"imurmurhash": "^0.1.4",
|
|
|
|
|
"is-glob": "^4.0.0",
|
|
|
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
|
|
|
"minimatch": "^10.2.4",
|
|
|
|
|
"natural-compare": "^1.4.0",
|
|
|
|
|
"optionator": "^0.9.3"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"eslint": "bin/eslint.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://eslint.org/donate"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"jiti": "*"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"jiti": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-scope": {
|
|
|
|
|
"version": "9.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/esrecurse": "^4.3.1",
|
|
|
|
|
"@types/estree": "^1.0.8",
|
|
|
|
|
"esrecurse": "^4.3.0",
|
|
|
|
|
"estraverse": "^5.2.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-visitor-keys": {
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint/node_modules/escape-string-regexp": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/espree": {
|
|
|
|
|
"version": "11.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"acorn": "^8.16.0",
|
|
|
|
|
"acorn-jsx": "^5.3.2",
|
|
|
|
|
"eslint-visitor-keys": "^5.0.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/esquery": {
|
|
|
|
|
"version": "1.7.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
|
|
|
"integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"estraverse": "^5.1.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/esrecurse": {
|
|
|
|
|
"version": "4.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"estraverse": "^5.2.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/estraverse": {
|
|
|
|
|
"version": "5.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/estree-util-is-identifier-name": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/estree-walker": {
|
|
|
|
|
"version": "3.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/esutils": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/expect-type": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/extend": {
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-deep-equal": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-json-stable-stringify": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-levenshtein": {
|
|
|
|
|
"version": "2.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/fdir": {
|
|
|
|
|
"version": "6.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"picomatch": "^3 || ^4"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"picomatch": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/file-entry-cache": {
|
|
|
|
|
"version": "8.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"flat-cache": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/find-up": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"locate-path": "^6.0.0",
|
|
|
|
|
"path-exists": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/flat-cache": {
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"flatted": "^3.2.9",
|
|
|
|
|
"keyv": "^4.5.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/flatted": {
|
|
|
|
|
"version": "3.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
|
|
|
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/fsevents": {
|
|
|
|
|
"version": "2.3.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/github-slugger": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/glob-parent": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"is-glob": "^4.0.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.13.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/globrex": {
|
|
|
|
|
"version": "0.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/hast-util-from-html": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"devlop": "^1.1.0",
|
|
|
|
|
"hast-util-from-parse5": "^8.0.0",
|
|
|
|
|
"parse5": "^7.0.0",
|
|
|
|
|
"vfile": "^6.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-from-parse5": {
|
|
|
|
|
"version": "8.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"hastscript": "^9.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"vfile": "^6.0.0",
|
|
|
|
|
"vfile-location": "^5.0.0",
|
|
|
|
|
"web-namespaces": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-has-property": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-heading-rank": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-is-element": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-parse-selector": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-raw": {
|
|
|
|
|
"version": "9.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
|
|
|
"hast-util-from-parse5": "^8.0.0",
|
|
|
|
|
"hast-util-to-parse5": "^8.0.0",
|
|
|
|
|
"html-void-elements": "^3.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"parse5": "^7.0.0",
|
|
|
|
|
"unist-util-position": "^5.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vfile": "^6.0.0",
|
|
|
|
|
"web-namespaces": "^2.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-select": {
|
|
|
|
|
"version": "6.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"bcp-47-match": "^2.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"css-selector-parser": "^3.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"direction": "^2.0.0",
|
|
|
|
|
"hast-util-has-property": "^3.0.0",
|
|
|
|
|
"hast-util-to-string": "^3.0.0",
|
|
|
|
|
"hast-util-whitespace": "^3.0.0",
|
|
|
|
|
"nth-check": "^2.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-to-html": {
|
|
|
|
|
"version": "9.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"hast-util-whitespace": "^3.0.0",
|
|
|
|
|
"html-void-elements": "^3.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"stringify-entities": "^4.0.0",
|
|
|
|
|
"zwitch": "^2.0.4"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-to-jsx-runtime": {
|
|
|
|
|
"version": "2.3.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
|
|
|
|
|
"integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"estree-util-is-identifier-name": "^3.0.0",
|
|
|
|
|
"hast-util-whitespace": "^3.0.0",
|
|
|
|
|
"mdast-util-mdx-expression": "^2.0.0",
|
|
|
|
|
"mdast-util-mdx-jsx": "^3.0.0",
|
|
|
|
|
"mdast-util-mdxjs-esm": "^2.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"style-to-js": "^1.0.0",
|
|
|
|
|
"unist-util-position": "^5.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-to-parse5": {
|
|
|
|
|
"version": "8.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"web-namespaces": "^2.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-to-string": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-whitespace": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hastscript": {
|
|
|
|
|
"version": "9.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"hast-util-parse-selector": "^4.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/html-url-attributes": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/html-void-elements": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ignore": {
|
|
|
|
|
"version": "5.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/imurmurhash": {
|
|
|
|
|
"version": "0.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.8.19"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/inline-style-parser": {
|
|
|
|
|
"version": "0.2.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-alphabetical": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-alphanumerical": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"is-alphabetical": "^2.0.0",
|
|
|
|
|
"is-decimal": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-decimal": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-extglob": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-glob": {
|
|
|
|
|
"version": "4.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"is-extglob": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-hexadecimal": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-mobile": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/is-plain-obj": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/isexe": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/json-buffer": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/json-schema-traverse": {
|
|
|
|
|
"version": "0.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/json2mq": {
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"string-convert": "^0.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/keyv": {
|
|
|
|
|
"version": "4.5.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
|
|
|
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"json-buffer": "3.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/levn": {
|
|
|
|
|
"version": "0.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"prelude-ls": "^1.2.1",
|
|
|
|
|
"type-check": "~0.4.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"detect-libc": "^2.0.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"lightningcss-android-arm64": "1.32.0",
|
|
|
|
|
"lightningcss-darwin-arm64": "1.32.0",
|
|
|
|
|
"lightningcss-darwin-x64": "1.32.0",
|
|
|
|
|
"lightningcss-freebsd-x64": "1.32.0",
|
|
|
|
|
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
|
|
|
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
|
|
|
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
|
|
|
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
|
|
|
"lightningcss-linux-x64-musl": "1.32.0",
|
|
|
|
|
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
|
|
|
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-android-arm64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"android"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-darwin-arm64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-darwin-x64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-freebsd-x64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"freebsd"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
2026-07-06 07:47:01 +08:00
|
|
|
"dev": true,
|
2026-07-07 01:38:09 +08:00
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
2026-07-06 07:47:01 +08:00
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
2026-07-06 07:47:01 +08:00
|
|
|
"dev": true,
|
2026-07-07 01:38:09 +08:00
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
2026-07-06 07:47:01 +08:00
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
2026-07-06 07:47:01 +08:00
|
|
|
"engines": {
|
2026-07-07 01:38:09 +08:00
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parcel"
|
2026-07-06 07:47:01 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/locate-path": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"p-locate": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/longest-streak": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/magic-string": {
|
|
|
|
|
"version": "0.30.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
|
|
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/markdown-table": {
|
|
|
|
|
"version": "3.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-find-and-replace": {
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"escape-string-regexp": "^5.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-from-markdown": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
|
|
|
|
"micromark": "^4.0.0",
|
|
|
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0",
|
|
|
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-find-and-replace": "^3.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-footnote": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.1.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-strikethrough": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-table": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"markdown-table": "^3.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-task-list-item": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-mdx-expression": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree-jsx": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-mdx-jsx": {
|
|
|
|
|
"version": "3.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree-jsx": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"devlop": "^1.1.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
|
|
|
"parse-entities": "^4.0.0",
|
|
|
|
|
"stringify-entities": "^4.0.0",
|
|
|
|
|
"unist-util-stringify-position": "^4.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-mdxjs-esm": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree-jsx": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-phrasing": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-to-hast": {
|
|
|
|
|
"version": "13.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"trim-lines": "^3.0.0",
|
|
|
|
|
"unist-util-position": "^5.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-to-markdown": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"longest-streak": "^3.0.0",
|
|
|
|
|
"mdast-util-phrasing": "^4.0.0",
|
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-to-string": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/debug": "^4.0.0",
|
|
|
|
|
"debug": "^4.0.0",
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
|
|
|
"micromark-util-encode": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-core-commonmark": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-factory-destination": "^2.0.0",
|
|
|
|
|
"micromark-factory-label": "^2.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-factory-title": "^2.0.0",
|
|
|
|
|
"micromark-factory-whitespace": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
|
|
|
"micromark-util-html-tag-name": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
|
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
|
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-footnote": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-table": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-factory-destination": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-factory-label": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-factory-space": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-factory-title": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-factory-whitespace": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-character": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-chunked": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-classify-character": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-combine-extensions": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-decode-string": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-encode": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-html-tag-name": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-normalize-identifier": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-resolve-all": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-sanitize-uri": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-encode": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-subtokenize": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-symbol": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-util-types": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "GitHub Sponsors",
|
|
|
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "OpenCollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/minimatch": {
|
|
|
|
|
"version": "10.2.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
|
|
|
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"brace-expansion": "^5.0.5"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "18 || 20 || >=22"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ms": {
|
|
|
|
|
"version": "2.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/nanoid": {
|
|
|
|
|
"version": "3.3.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz",
|
|
|
|
|
"integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"bin": {
|
|
|
|
|
"nanoid": "bin/nanoid.cjs"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/natural-compare": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/next": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/next/-/next-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-2som5AVXb3kE6Yjine3/mNbBayYF58eguBWIVVUdr1y/L426xyVEgYxgBG+1QC34P2x5E+tcDup6XkuOAX3dCA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@next/env": "16.2.10",
|
|
|
|
|
"@swc/helpers": "0.5.15",
|
|
|
|
|
"baseline-browser-mapping": "^2.9.19",
|
|
|
|
|
"caniuse-lite": "^1.0.30001579",
|
|
|
|
|
"postcss": "8.4.31",
|
|
|
|
|
"styled-jsx": "5.1.6"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"next": "dist/bin/next"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20.9.0"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@next/swc-darwin-arm64": "16.2.10",
|
|
|
|
|
"@next/swc-darwin-x64": "16.2.10",
|
|
|
|
|
"@next/swc-linux-arm64-gnu": "16.2.10",
|
|
|
|
|
"@next/swc-linux-arm64-musl": "16.2.10",
|
|
|
|
|
"@next/swc-linux-x64-gnu": "16.2.10",
|
|
|
|
|
"@next/swc-linux-x64-musl": "16.2.10",
|
|
|
|
|
"@next/swc-win32-arm64-msvc": "16.2.10",
|
|
|
|
|
"@next/swc-win32-x64-msvc": "16.2.10",
|
|
|
|
|
"sharp": "^0.34.5"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@opentelemetry/api": "^1.1.0",
|
|
|
|
|
"@playwright/test": "^1.51.1",
|
|
|
|
|
"babel-plugin-react-compiler": "*",
|
|
|
|
|
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
|
|
|
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
|
|
|
"sass": "^1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@opentelemetry/api": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@playwright/test": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"babel-plugin-react-compiler": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"sass": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/nth-check": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"boolbase": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/obug": {
|
|
|
|
|
"version": "2.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"funding": [
|
|
|
|
|
"https://github.com/sponsors/sxzz",
|
|
|
|
|
"https://opencollective.com/debug"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.20.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/optionator": {
|
|
|
|
|
"version": "0.9.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
|
|
|
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"deep-is": "^0.1.3",
|
|
|
|
|
"fast-levenshtein": "^2.0.6",
|
|
|
|
|
"levn": "^0.4.1",
|
|
|
|
|
"prelude-ls": "^1.2.1",
|
|
|
|
|
"type-check": "^0.4.0",
|
|
|
|
|
"word-wrap": "^1.2.5"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/p-limit": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"yocto-queue": "^0.1.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/p-locate": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"p-limit": "^3.0.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/parse-entities": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^2.0.0",
|
|
|
|
|
"character-entities-legacy": "^3.0.0",
|
|
|
|
|
"character-reference-invalid": "^2.0.0",
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"is-alphanumerical": "^2.0.0",
|
|
|
|
|
"is-decimal": "^2.0.0",
|
|
|
|
|
"is-hexadecimal": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/parse-entities/node_modules/@types/unist": {
|
|
|
|
|
"version": "2.0.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
|
|
|
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/parse-numeric-range": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/parse5": {
|
|
|
|
|
"version": "7.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"entities": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/path-exists": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/path-key": {
|
|
|
|
|
"version": "3.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/pathe": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/picocolors": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/picomatch": {
|
|
|
|
|
"version": "4.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/postcss": {
|
|
|
|
|
"version": "8.4.31",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
|
|
|
|
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/postcss/"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tidelift",
|
|
|
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"nanoid": "^3.3.6",
|
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
|
"source-map-js": "^1.0.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/prelude-ls": {
|
|
|
|
|
"version": "1.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/property-information": {
|
|
|
|
|
"version": "7.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/punycode": {
|
|
|
|
|
"version": "2.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react": {
|
|
|
|
|
"version": "19.2.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-dom": {
|
|
|
|
|
"version": "19.2.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"scheduler": "^0.27.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^19.2.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-is": {
|
|
|
|
|
"version": "18.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-markdown": {
|
|
|
|
|
"version": "10.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"hast-util-to-jsx-runtime": "^2.0.0",
|
|
|
|
|
"html-url-attributes": "^3.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"remark-parse": "^11.0.0",
|
|
|
|
|
"remark-rehype": "^11.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/react": ">=18",
|
|
|
|
|
"react": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/refractor": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/refractor/-/refractor-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-QXOrHQF5jOpjjLfiNk5GFnWhRXvxjUVnlFxkeDmewR5sXkr3iM46Zo+CnRR8B+MDVqkULW4EcLVcRBNOPXHosw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/prismjs": "^1.0.0",
|
|
|
|
|
"hastscript": "^9.0.0",
|
|
|
|
|
"parse-entities": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype": {
|
|
|
|
|
"version": "13.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"rehype-parse": "^9.0.0",
|
|
|
|
|
"rehype-stringify": "^10.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-attr": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-attr/-/rehype-attr-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-v4+gw7pvUVLbG/dUpLgBE6r3TWTBYJ7z+sfAH3zapmM5CKzk5+CopFQgr4gMR6OBSKl/qpI6HR7gv1Cbig0uow==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"unified": "~11.0.0",
|
|
|
|
|
"unist-util-visit": "~5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://jaywcjlove.github.io/#/sponsor"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-attr/node_modules/unist-util-visit": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-autolink-headings": {
|
|
|
|
|
"version": "7.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
|
|
|
"hast-util-heading-rank": "^3.0.0",
|
|
|
|
|
"hast-util-is-element": "^3.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-ignore": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-ignore/-/rehype-ignore-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-IzhP6/u/6sm49sdktuYSmeIuObWB+5yC/5eqVws8BhuGA9kY25/byz6uCy/Ravj6lXUShEd2ofHM5MyAIj86Sg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"hast-util-select": "^6.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://jaywcjlove.github.io/#/sponsor"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-parse": {
|
|
|
|
|
"version": "9.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"hast-util-from-html": "^2.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-prism-plus": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-jTHb8ZtQHd2VWAAKeCINgv/8zNEF0+LesmwJak69GemoPVN9/8fGEARTvqOpKqmN57HwaM9z8UKBVNVJe8zggw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"hast-util-to-string": "^3.0.1",
|
|
|
|
|
"parse-numeric-range": "^1.3.0",
|
|
|
|
|
"refractor": "^5.0.0",
|
|
|
|
|
"rehype-parse": "^9.0.1",
|
|
|
|
|
"unist-util-filter": "^5.0.1",
|
|
|
|
|
"unist-util-visit": "^5.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-raw": {
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"hast-util-raw": "^9.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-rewrite": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-rewrite/-/rehype-rewrite-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-L/FO96EOzSA6bzOam4DVu61/PB3AGKcSPXpa53yMIozoxH4qg1+bVZDF8zh1EsuxtSauAhzt5cCnvoplAaSLrw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"hast-util-select": "^6.0.0",
|
|
|
|
|
"unified": "^11.0.3",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://jaywcjlove.github.io/#/sponsor"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-slug": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"github-slugger": "^2.0.0",
|
|
|
|
|
"hast-util-heading-rank": "^3.0.0",
|
|
|
|
|
"hast-util-to-string": "^3.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-stringify": {
|
|
|
|
|
"version": "10.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"hast-util-to-html": "^9.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/remark-gfm": {
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-gfm": "^3.0.0",
|
|
|
|
|
"micromark-extension-gfm": "^3.0.0",
|
|
|
|
|
"remark-parse": "^11.0.0",
|
|
|
|
|
"remark-stringify": "^11.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/remark-github-blockquote-alert": {
|
|
|
|
|
"version": "1.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-github-blockquote-alert/-/remark-github-blockquote-alert-1.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-OPNnimcKeozWN1w8KVQEuHOxgN3L4rah8geMOLhA5vN9wITqU4FWD+G26tkEsCGHiOVDbISx+Se5rGZ+D1p0Jg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://jaywcjlove.github.io/#/sponsor"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/remark-parse": {
|
|
|
|
|
"version": "11.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/remark-rehype": {
|
|
|
|
|
"version": "11.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/remark-stringify": {
|
|
|
|
|
"version": "11.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/rolldown": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-IjZYiLxZwpnhwhdBH2ugdTGVSdhCQUmLxLoqyjiL0JxYjyRst+5a0P3xfrTxJ5F638j4Mvvw5FAX5XE6eHpXbA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@oxc-project/types": "=0.138.0",
|
|
|
|
|
"@rolldown/pluginutils": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"rolldown": "bin/cli.mjs"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@rolldown/binding-android-arm64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-darwin-arm64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-darwin-x64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-freebsd-x64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-arm-gnueabihf": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-arm64-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-arm64-musl": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-ppc64-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-s390x-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-x64-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-x64-musl": "1.1.4",
|
|
|
|
|
"@rolldown/binding-openharmony-arm64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-wasm32-wasi": "1.1.4",
|
|
|
|
|
"@rolldown/binding-win32-arm64-msvc": "1.1.4",
|
|
|
|
|
"@rolldown/binding-win32-x64-msvc": "1.1.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/scheduler": {
|
|
|
|
|
"version": "0.27.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
|
|
|
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/scroll-into-view-if-needed": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"compute-scroll-into-view": "^3.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/semver": {
|
|
|
|
|
"version": "7.8.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
|
|
|
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"semver": "bin/semver.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-08 06:56:16 +08:00
|
|
|
"node_modules/server-only": {
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA=="
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/sharp": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@img/colour": "^1.0.0",
|
|
|
|
|
"detect-libc": "^2.1.2",
|
|
|
|
|
"semver": "^7.7.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/libvips"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@img/sharp-darwin-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-darwin-x64": "0.34.5",
|
|
|
|
|
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
|
|
|
"@img/sharp-linux-arm": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-ppc64": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-riscv64": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-s390x": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-x64": "0.34.5",
|
|
|
|
|
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
|
|
|
"@img/sharp-wasm32": "0.34.5",
|
|
|
|
|
"@img/sharp-win32-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-win32-ia32": "0.34.5",
|
|
|
|
|
"@img/sharp-win32-x64": "0.34.5"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/shebang-command": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"shebang-regex": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/shebang-regex": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/siginfo": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/source-map-js": {
|
|
|
|
|
"version": "1.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/space-separated-tokens": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/stackback": {
|
|
|
|
|
"version": "0.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/std-env": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/string-convert": {
|
|
|
|
|
"version": "0.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/stringify-entities": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"character-entities-html4": "^2.0.0",
|
|
|
|
|
"character-entities-legacy": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/style-to-js": {
|
|
|
|
|
"version": "1.1.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
|
|
|
|
|
"integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"style-to-object": "1.0.14"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/style-to-object": {
|
|
|
|
|
"version": "1.0.14",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
|
|
|
|
|
"integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"inline-style-parser": "0.2.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/styled-jsx": {
|
|
|
|
|
"version": "5.1.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
|
|
|
|
|
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"client-only": "0.0.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@babel/core": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"babel-plugin-macros": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/stylis": {
|
|
|
|
|
"version": "4.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-5Z9ZpRzfuH6l/UAvCPAPUo3665Nk2wLaZU3x+TLHKVzIz33+sbJqbtrYoC3KD4/uVOr2Zp+L0LySezP9OHV9yA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/throttle-debounce": {
|
|
|
|
|
"version": "5.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.22"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/tinybench": {
|
|
|
|
|
"version": "2.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/tinyexec": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/tinyglobby": {
|
|
|
|
|
"version": "0.2.17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
|
|
|
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fdir": "^6.5.0",
|
|
|
|
|
"picomatch": "^4.0.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/tinyrainbow": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/trim-lines": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/trough": {
|
|
|
|
|
"version": "2.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/tslib": {
|
|
|
|
|
"version": "2.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/type-check": {
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"prelude-ls": "^1.2.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/typescript": {
|
|
|
|
|
"version": "6.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
|
|
|
"bin": {
|
|
|
|
|
"tsc": "bin/tsc",
|
|
|
|
|
"tsserver": "bin/tsserver"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.17"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/undici-types": {
|
|
|
|
|
"version": "8.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unified": {
|
|
|
|
|
"version": "11.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"bail": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"extend": "^3.0.0",
|
|
|
|
|
"is-plain-obj": "^4.0.0",
|
|
|
|
|
"trough": "^2.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-filter": {
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-pHx7D4Zt6+TsfwylH9+lYhBhzyhEnCXs/lbq/Hstxno5z4gVdyc2WEW0asfjGKPyG4pEKrnBv5hdkO6+aRnQJw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-is": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-position": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-stringify-position": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-visit": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-visit-parents": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/uri-js": {
|
|
|
|
|
"version": "4.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"punycode": "^2.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/use-debounce": {
|
|
|
|
|
"version": "10.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-kvds8BHR2k28cFsxW8k3nc/tRga2rs1RHYCqmmGqb90MEeE++oALwzh2COiuBLO1/QXiOuShXoSN2ZpWnMmvuQ==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vfile": {
|
|
|
|
|
"version": "6.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vfile-location": {
|
|
|
|
|
"version": "5.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vfile-message": {
|
|
|
|
|
"version": "4.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/vite": {
|
|
|
|
|
"version": "8.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-8.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"lightningcss": "^1.32.0",
|
|
|
|
|
"picomatch": "^4.0.4",
|
|
|
|
|
"postcss": "^8.5.16",
|
|
|
|
|
"rolldown": "~1.1.3",
|
|
|
|
|
"tinyglobby": "^0.2.17"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"vite": "bin/vite.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"fsevents": "~2.3.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
|
|
|
"@vitejs/devtools": "^0.3.0",
|
|
|
|
|
"esbuild": "^0.27.0 || ^0.28.0",
|
|
|
|
|
"jiti": ">=1.21.0",
|
|
|
|
|
"less": "^4.0.0",
|
|
|
|
|
"sass": "^1.70.0",
|
|
|
|
|
"sass-embedded": "^1.70.0",
|
|
|
|
|
"stylus": ">=0.54.8",
|
|
|
|
|
"sugarss": "^5.0.0",
|
|
|
|
|
"terser": "^5.16.0",
|
|
|
|
|
"tsx": "^4.8.1",
|
|
|
|
|
"yaml": "^2.4.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/node": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@vitejs/devtools": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"esbuild": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"jiti": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"less": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"sass": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"sass-embedded": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"stylus": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"sugarss": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"terser": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"tsx": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"yaml": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vite-tsconfig-paths": {
|
|
|
|
|
"version": "6.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"debug": "^4.1.1",
|
|
|
|
|
"globrex": "^0.1.2",
|
|
|
|
|
"tsconfck": "^3.0.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"vite": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vite-tsconfig-paths/node_modules/tsconfck": {
|
|
|
|
|
"version": "3.1.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
|
|
|
|
|
"integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
|
|
|
|
|
"deprecated": "unmaintained",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"tsconfck": "bin/tsconfck.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18 || >=20"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"typescript": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vite-tsconfig-paths/node_modules/typescript": {
|
|
|
|
|
"version": "5.9.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
|
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"peer": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"tsc": "bin/tsc",
|
|
|
|
|
"tsserver": "bin/tsserver"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.17"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vite/node_modules/postcss": {
|
|
|
|
|
"version": "8.5.16",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
|
|
|
|
|
"integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/postcss/"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tidelift",
|
|
|
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"nanoid": "^3.3.12",
|
|
|
|
|
"picocolors": "^1.1.1",
|
|
|
|
|
"source-map-js": "^1.2.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vitest": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-R9jUTe5S4Qb0HCd4TNqpC7oGcrMssMRGXLW80ubjWsW9VH5GF8y1Y0SFLY9AbqSk6nt0PnOx4H4WNJYZ13GUPw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vitest/expect": "4.1.10",
|
|
|
|
|
"@vitest/mocker": "4.1.10",
|
|
|
|
|
"@vitest/pretty-format": "4.1.10",
|
|
|
|
|
"@vitest/runner": "4.1.10",
|
|
|
|
|
"@vitest/snapshot": "4.1.10",
|
|
|
|
|
"@vitest/spy": "4.1.10",
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"es-module-lexer": "^2.0.0",
|
|
|
|
|
"expect-type": "^1.3.0",
|
|
|
|
|
"magic-string": "^0.30.21",
|
|
|
|
|
"obug": "^2.1.1",
|
|
|
|
|
"pathe": "^2.0.3",
|
|
|
|
|
"picomatch": "^4.0.3",
|
|
|
|
|
"std-env": "^4.0.0-rc.1",
|
|
|
|
|
"tinybench": "^2.9.0",
|
|
|
|
|
"tinyexec": "^1.0.2",
|
|
|
|
|
"tinyglobby": "^0.2.15",
|
|
|
|
|
"tinyrainbow": "^3.1.0",
|
|
|
|
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
|
|
|
"why-is-node-running": "^2.3.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"vitest": "vitest.mjs"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/vitest"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@edge-runtime/vm": "*",
|
|
|
|
|
"@opentelemetry/api": "^1.9.0",
|
|
|
|
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
|
|
|
"@vitest/browser-playwright": "4.1.10",
|
|
|
|
|
"@vitest/browser-preview": "4.1.10",
|
|
|
|
|
"@vitest/browser-webdriverio": "4.1.10",
|
|
|
|
|
"@vitest/coverage-istanbul": "4.1.10",
|
|
|
|
|
"@vitest/coverage-v8": "4.1.10",
|
|
|
|
|
"@vitest/ui": "4.1.10",
|
|
|
|
|
"happy-dom": "*",
|
|
|
|
|
"jsdom": "*",
|
|
|
|
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@edge-runtime/vm": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@opentelemetry/api": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@types/node": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@vitest/browser-playwright": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@vitest/browser-preview": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@vitest/browser-webdriverio": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@vitest/coverage-istanbul": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@vitest/coverage-v8": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@vitest/ui": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"happy-dom": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"jsdom": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"vite": {
|
|
|
|
|
"optional": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/web-namespaces": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/which": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"isexe": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"node-which": "bin/node-which"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 8"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"node_modules/why-is-node-running": {
|
|
|
|
|
"version": "2.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"siginfo": "^2.0.0",
|
|
|
|
|
"stackback": "0.0.2"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"why-is-node-running": "cli.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"node_modules/word-wrap": {
|
|
|
|
|
"version": "1.2.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
|
|
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/yocto-queue": {
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/zod": {
|
|
|
|
|
"version": "4.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/zwitch": {
|
|
|
|
|
"version": "2.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/colors": {
|
|
|
|
|
"version": "8.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-8.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@ant-design/fast-color": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@ant-design/cssinjs": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-2Hy8BnCEH31xPeSLbhhB2ctCPXE2ZnASdi+KbSeS79BNbUhL9hAEe20SkUk+BR8aKTmqb6+FKFruk7w8z0VoRQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.11.1",
|
|
|
|
|
"@emotion/hash": "^0.8.0",
|
|
|
|
|
"@emotion/unitless": "^0.7.5",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"csstype": "^3.1.3",
|
|
|
|
|
"stylis": "^4.3.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@ant-design/cssinjs-utils": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-5fTHQ158jJJ5dC/ECeyIdZUzKxE/mpEMRZxthyG1sw/AKRHKgJBg00Yi6ACVXgycdje7KahRNvNET/uBccwCnA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@ant-design/cssinjs": "^2.1.2",
|
|
|
|
|
"@babel/runtime": "^7.23.2",
|
|
|
|
|
"@rc-component/util": "^1.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@ant-design/fast-color": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-esKJegpW4nckh0o6kV3Tkb7NPIZYbPnnFxmQDUmL08ukXZAvV85TZBr70eGuke/CIArLaP6aw8lt9KILjnWuOw=="
|
|
|
|
|
},
|
|
|
|
|
"@ant-design/icons": {
|
|
|
|
|
"version": "6.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-B6O5a5XJ4wjtNOfZejXYwHW5zvKV5gYkjGf11dHGLEbKn0ABDGndo41+gfIiXyTFhvESj4XTotuud33mUFid0g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@ant-design/colors": "^8.0.1",
|
|
|
|
|
"@ant-design/icons-svg": "^4.5.0",
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@ant-design/icons-svg": {
|
|
|
|
|
"version": "4.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-1BTUFyKPTBZ53MuTP8s0k5SFEXL7o3VHEOwLgzaoWKwnBeqIcqUtVshc4SKzhI6uACfqhJqBwBUE9FsWR3uULA=="
|
|
|
|
|
},
|
2026-07-11 12:13:20 +08:00
|
|
|
"@ant-design/nextjs-registry": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/nextjs-registry/-/nextjs-registry-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-lHlg5bnj3LPYHUD+iZsO1k11NhIrx1mLWh2DXQ0m3Ly3OSaYfgeHX0WoVXxdVjEGjjYnPTe+OUY7YvU/p1aPZw==",
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@ant-design/react-slick": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-HMS9sRoEmZey8LsE/Yo6+klhlzU12PisjrVcydW3So7RdklyEd2qehyU6a7Yp+OYN72mgsYs3NFCyP2lCPFVqg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.28.4",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"json2mq": "^0.2.0",
|
|
|
|
|
"throttle-debounce": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/runtime": {
|
|
|
|
|
"version": "7.29.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
|
|
|
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@emnapi/core": {
|
|
|
|
|
"version": "1.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@emnapi/wasi-threads": "1.2.2",
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@emnapi/runtime": {
|
|
|
|
|
"version": "1.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@emnapi/wasi-threads": {
|
|
|
|
|
"version": "1.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@emotion/hash": {
|
|
|
|
|
"version": "0.8.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
|
|
|
"integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
|
|
|
},
|
|
|
|
|
"@emotion/unitless": {
|
|
|
|
|
"version": "0.7.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
|
|
|
"integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
|
|
|
},
|
|
|
|
|
"@eslint-community/eslint-utils": {
|
|
|
|
|
"version": "4.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"eslint-visitor-keys": "^3.4.3"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"eslint-visitor-keys": {
|
|
|
|
|
"version": "3.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@eslint-community/regexpp": {
|
|
|
|
|
"version": "4.12.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
|
|
|
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@eslint/config-array": {
|
|
|
|
|
"version": "0.23.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
|
|
|
|
|
"integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint/object-schema": "^3.0.5",
|
|
|
|
|
"debug": "^4.3.1",
|
|
|
|
|
"minimatch": "^10.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@eslint/config-helpers": {
|
|
|
|
|
"version": "0.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint/core": "^1.2.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@eslint/core": {
|
|
|
|
|
"version": "1.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/json-schema": "^7.0.15"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@eslint/object-schema": {
|
|
|
|
|
"version": "3.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@eslint/plugin-kit": {
|
|
|
|
|
"version": "0.7.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
|
|
|
|
|
"integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint/core": "^1.2.1",
|
|
|
|
|
"levn": "^0.4.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@humanfs/core": {
|
|
|
|
|
"version": "0.19.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
|
|
|
|
|
"integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@humanfs/types": "^0.15.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@humanfs/node": {
|
|
|
|
|
"version": "0.16.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
|
|
|
|
|
"integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@humanfs/core": "^0.19.2",
|
|
|
|
|
"@humanfs/types": "^0.15.0",
|
|
|
|
|
"@humanwhocodes/retry": "^0.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@humanfs/types": {
|
|
|
|
|
"version": "0.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@humanwhocodes/module-importer": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@humanwhocodes/retry": {
|
|
|
|
|
"version": "0.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@img/colour": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-darwin-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-darwin-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-darwin-arm64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-darwin-x64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linux-arm": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linux-arm64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linux-ppc64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linux-riscv64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linux-s390x": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linux-x64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-arm64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-x64": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linux-arm": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linux-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linux-ppc64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linux-riscv64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linux-s390x": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linux-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linuxmusl-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-linuxmusl-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-wasm32": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@emnapi/runtime": "^1.7.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-win32-arm64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-win32-ia32": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@img/sharp-win32-x64": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@jridgewell/sourcemap-codec": {
|
|
|
|
|
"version": "1.5.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
|
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@napi-rs/wasm-runtime": {
|
|
|
|
|
"version": "1.1.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
|
|
|
|
|
"integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@tybys/wasm-util": "^0.10.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@next/env": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-zLPxg9M0MEHmygpj5OuxjQ+vHMiy/K7cSp74G8ecYolmgUWw0RwN02tF56npup/+qaI8JB97hQgS/r2Hb6QwVA=="
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-darwin-arm64": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-v9IdJCa0H0mbo+8z5zwUpOk1Vj7RjkcI5uNYf5Ws1y6szf/p3Mzl9hLaST8SCt6L9h8NGnruZcd2+o0NTNwDhA==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-darwin-x64": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-17IS0jJRViROGmA9uGdNR8VPJpfbnaVG7E9qhso5jDLkmyd0lSDORWxbcKINzcFqzZqGwGtMSnrFRxBpuUYjLQ==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-linux-arm64-gnu": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-GRQRsRtuciNJvB54AvvuQTiq0oZtFwa1owQqtZD8wwnGpM2L39MV22kpI72YSXLKIyY40LC66EiLFv4PiicXxg==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-linux-arm64-musl": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-zkN9MQYS7UQBro+FnISUq1itaQjXI9xqISzuQ+2bc921NcJ1x4yPCqrn77tVN6/dOOXaaWVX3k6/bR07pPwK+A==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-linux-x64-gnu": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-iCVJnwvrPYECvA6WM/7+oo+OiTvedIKLxtCLAZP4xZR3nXa1zmzZyLPbYCmWvpd4CvMYF1EMTafd0ii3DygLvA==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-linux-x64-musl": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-ov2g4H0dHY9bPoOU83m91hWT7Iq5qy13bUnyyshLU3HGR1Ownn0X9QpmDPc5iIUaahTp7f7LeGAhV4DSFtackw==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-win32-arm64-msvc": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-DwAnhLX76HQiFFQNgWlcK+JzlnD1rZ+UK/WY0ZMI/deXpvgnesjNYrqcfo1JzBuz4Kf7o3brIBL0glI1junatA==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@next/swc-win32-x64-msvc": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-0JXq3b85Jk9Jg4ntLUbXSPvoDw3gpZou7twuKdoFG2jOw635v7+IiXfTaa0TxVMyx78pUjnrVYwLgjKfX4e6/A==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@oxc-project/types": {
|
|
|
|
|
"version": "0.138.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.138.0.tgz",
|
|
|
|
|
"integrity": "sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@rc-component/async-validator": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-D3AGQwdyE58gmvx6waVSXJ80JGO+IY5L2O8HDnSOex7JNlzB3GuN/4hyHNTdhy2qtOhkpbIjmeAN3tL993wKbA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.24.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/cascader": {
|
|
|
|
|
"version": "1.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/cascader/-/cascader-1.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-3cVNG0zrQF1PoXq262L3wGCU+/YLEC1mGSVHDl577dQmA0ZKkXFbY6nwyXo+beCcM7buo49t24jkr+QZdL7O8w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/select": "~1.8.0",
|
|
|
|
|
"@rc-component/tree": "~1.3.2",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/checkbox": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/checkbox/-/checkbox-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-3CXGPpAR9gsPKeO2N78HAPOzU30UdemD6HGJoWVJOpa6WleaGB5kzZj3v6bdTZab31YuWgY/RxV3VKPctn0DwQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/collapse": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/collapse/-/collapse-1.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-ZRYSKSS39qsFx93p26bde7JUZJshsUBEQRlRXPuJYlAiNX0vyYlF5TsAm8JZN3LcF8XvKikdzPbgAtXSbkLUkw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.10.1",
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/color-picker": {
|
|
|
|
|
"version": "3.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-3.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-OHaCHLHszCegdXmIq2ZRIZBN/EtpT6Wm8SG/gpzLATHbVKc/avvuKi+zlOuk05FTWvgaMmpxAko44uRJ3M+2pg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@ant-design/fast-color": "^3.0.1",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/context": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/context/-/context-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-uiGpAlblCNlziHPwj4S4Iy/oemeuz/hR03mbiEjTCXwsqOIN3BOzsRMyDwpyO5Fm0vIEEJRUf9ZtbRLbhksuTA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.11.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/dialog": {
|
|
|
|
|
"version": "1.10.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/dialog/-/dialog-1.10.0.tgz",
|
|
|
|
|
"integrity": "sha512-eDukNlz9vNszAGv7i3zKXdxEd3wgVmNxuJijYt8zvTh17QwTu8KK/bdURRd/lU4qaMzhO1HKKmMrwOnkaw0BvQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/motion": "^1.3.3",
|
|
|
|
|
"@rc-component/portal": "^2.1.0",
|
|
|
|
|
"@rc-component/util": "^1.9.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/drawer": {
|
|
|
|
|
"version": "1.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/drawer/-/drawer-1.4.2.tgz",
|
|
|
|
|
"integrity": "sha512-1ib+fZEp6FBu+YvcIktm+nCQ+Q+qIpwpoaJH6opGr4ofh2QMq+qdr5DLC4oCf5qf3pcWX9lUWPYX652k4ini8Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/portal": "^2.1.3",
|
|
|
|
|
"@rc-component/util": "^1.9.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/dropdown": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/dropdown/-/dropdown-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-6PY2ecUSYhDPhkNHHb4wfeAya04WhpmUSKzdR60G+kMNVUCX2vjT/AgTS0Lz0I/K6xrPMJ3enQbwVpeN3sHCgg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/form": {
|
|
|
|
|
"version": "1.8.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/form/-/form-1.8.5.tgz",
|
|
|
|
|
"integrity": "sha512-d24EYtvUOBhxEtSd/EqIu9DaMuqrWF2IRIvAFCTM6NQ/GJIYNr8DvEpUSUlv2uPxEJ0ZPwYQ+wwlGIAaiHvdrw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/async-validator": "^6.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/image": {
|
|
|
|
|
"version": "1.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/image/-/image-1.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-khF7w7xkBH5B1bsBcI1FSUZdkyd1aqpl2eYyILCqCzzQH3XdfehGUaZTnptyaJJfs09/R5hv9jXWyazOMFIClQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/motion": "^1.0.0",
|
|
|
|
|
"@rc-component/portal": "^2.1.2",
|
|
|
|
|
"@rc-component/util": "^1.10.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/input": {
|
|
|
|
|
"version": "1.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/input/-/input-1.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-iFvTUT9W+JC/MSin2aGAk8NqsVlTzcExNC9DZariON1IWirju9NoNeEk47an4Q8iHazkoVI/y1LnDi88+CPcig==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/resize-observer": "^1.1.1",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/input-number": {
|
|
|
|
|
"version": "1.6.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/input-number/-/input-number-1.6.2.tgz",
|
|
|
|
|
"integrity": "sha512-Gjcq7meZlCOiWN1t1xCC+7/s85humHVokTBI7PJgTfoyw5OWF74y3e6P8PHX104g9+b54jsodFIzyaj6p8LI9w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/mini-decimal": "^1.0.1",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/mentions": {
|
|
|
|
|
"version": "1.10.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/mentions/-/mentions-1.10.0.tgz",
|
|
|
|
|
"integrity": "sha512-CI1njYUVY0NjHtLhNoVmXlJyy568Sfep9Wsak6vmGjtT6uazx98djGYlCXz2xkHhEm73g91Y3MTvzUyE5avI7w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/input": "~1.3.0",
|
|
|
|
|
"@rc-component/menu": "~1.4.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/menu": {
|
|
|
|
|
"version": "1.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/menu/-/menu-1.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-3GsVRoQ4cnF/AoIQ4P+Z1haBfgfBPQfLT1RJY3Nu4DzOnheTslfCiGSPj7bv/cLj5sW5pHqN25dDXGP3JELAlQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/overflow": "^1.0.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/mini-decimal": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-xiuXcaCwyOWpD8a8scdExFl+bntNphAW8XeenL1ig2en0AAZY0Pcp4pC0dI22qJ+NvxKn9RoNIoRdqYU3BLH4w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.18.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/motion": {
|
|
|
|
|
"version": "1.3.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/motion/-/motion-1.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-Xh3IszxvlSv3/PLYFyC2UZi9LNB83yOnkB/LNmRzaypZLvkhqUIPS7MQpGZcCMWrNsXV2p6YTSWbSGvFpEle9A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/mutate-observer": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-AyarjoLU5YlxuValRi+w8JRH2Z84TBbFO2RoGWz9d8bSu0FqT8DtugH3xC3BV7mUwlmROFauyWuXFuq4IFbH+w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/notification": {
|
|
|
|
|
"version": "2.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/notification/-/notification-2.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-nqZzpf6BPdaj+3ILx7si79LLmqPKyUmQoXa+/9gg0SkH0v1DbD66oJgRMSBEVnd/zUT3D4gwxWIHUKebYf2ZXQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/overflow": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/overflow/-/overflow-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-syfmgAABaHCnCDzPwHZ/2tuvIcpOO3jefYZMmfkN+pmo8HKTzsfhS57vxo4ksPdN0By+uWVJhJWNFozNBxi2eA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.11.1",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.1",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/pagination": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/pagination/-/pagination-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-CW1g7P9V8u+e8JQdUsl2RWg+GCsoee0mtJjZUCCxn/vb3jzOwDKm6hAdwddHCVBfWJ58eGUBZz3IvnU8rRktjw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/picker": {
|
|
|
|
|
"version": "1.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/picker/-/picker-1.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-6qXGKtoJvO8sUd17m5cyNEbEJub0zflCHnaZTBBmj63DPRZYc0WEHN8rp6hFSl+yMCJS/dJY5G+1fQ8bLCuD7A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/overflow": "^1.0.0",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.0",
|
|
|
|
|
"@rc-component/trigger": "^3.6.15",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/portal": {
|
|
|
|
|
"version": "2.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-2.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-ck+r1kW/JSv0wxPji3KN2ss9K6Z0qqwusw/mf/0JobXhZ8hC2ejZwCJObW/SvDi0uhA0VzmCnx0CaCci95tcmA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.11.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/progress": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/progress/-/progress-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-WZUnH9eGxH1+xodZKqdrHke59uyGZSWgj5HBM5Kwk5BrTMuAORO7VJ2IP5Qbm9aH3n9x3IcesqHHR0NWPBC7fQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/qrcode": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-aAv3QhPP1xyafuTZOxub6a54pCeBnN3IwQkpETrBtthq4BL5IgxnCbuoBWPDpdLw1y1j6BgBUCAKV92+yX06Dw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.24.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/rate": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/rate/-/rate-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-bkXxeBqDpl5IOC7yL7GcSYjQx9G8H+6kLYQnNZWeBYq2OYIv1MONd6mqKTjnnJYpV0cQIU2z3atdW0j1kttpTw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/resize-observer": {
|
|
|
|
|
"version": "1.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/resize-observer/-/resize-observer-1.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-t/Bb0W8uvL4PYKAB3YcChC+DlHh0Wt5kM7q/J+0qpVEUMLe7Hk5zuvc9km0hMnTFPSx5Z7Wu/fzCLN6erVLE8Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/segmented": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/segmented/-/segmented-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-5J/bJ01mbDnoA6P/FW8SxUvKn+OgUSTZJPzCNnTBntG50tzoP7DydGhqxp7ggZXZls7me3mc2EQDXakU3iTVFg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.11.1",
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/select": {
|
|
|
|
|
"version": "1.8.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/select/-/select-1.8.2.tgz",
|
|
|
|
|
"integrity": "sha512-HQ9zuYqjfZTlcEMWlU1GAPBajd2OHIMVHyjZSGVTCVARwkfCgvXZMTEn0cduy3L+ejAKkaZluOQvxovZoaJaQw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/overflow": "^1.0.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"@rc-component/virtual-list": "^1.2.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/slider": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/slider/-/slider-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-LSzgWGYDgeCDgR4r1XlU29gbYws6HpLnvJd/uMhLeW/vQgxldeR+Wb4uzHDCHiYEbr1bnEHWdjkPxjJRHxuiig==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/steps": {
|
|
|
|
|
"version": "1.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/steps/-/steps-1.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-/yVIZ00gDYYPHSY0JP+M+s3ZvuXLu2f9rEjQqiUDs7EcYsUYrpJ/1bLj9aI9R7MBR3fu/NGh6RM9u2qGfqp+Nw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/switch": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/switch/-/switch-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-Jgi+EbOBquje/XNdofr7xbJQZPYJP+BlPfR0h+WN4zFkdtB2EWqEfvkXJWeipflwjWip0/17rNbxEAqs8hVHfw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/table": {
|
|
|
|
|
"version": "1.10.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/table/-/table-1.10.2.tgz",
|
|
|
|
|
"integrity": "sha512-b3PjqB9Gp25p5t/zq+9QrbXbodkptT8/zvLmwgd2FNPUUtaYyDnQqfxeD5a7ao8E8lpinLHsi2u2vdfPhyNvAw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/context": "^2.0.1",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"@rc-component/virtual-list": "^1.0.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/tabs": {
|
|
|
|
|
"version": "1.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tabs/-/tabs-1.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-hA/drZYOVa/MMIb4M2fWf3yaTyTG4qVuIABmghvEhyfw2nBob5VTH69lMCDjSVKmgODjO6nWlCV+gVn3xBrj5Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/dropdown": "~1.0.0",
|
|
|
|
|
"@rc-component/menu": "~1.4.0",
|
|
|
|
|
"@rc-component/motion": "^1.1.3",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/tooltip": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tooltip/-/tooltip-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-8Rx5DCctIlLI4raR0I0xHjVTf1aF48+gKCNeAAo5bmF5VoR5YED+A/XEqzXv9KKqrJDRcd3Wndpxh2hyzrTtSg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/trigger": "^3.7.1",
|
|
|
|
|
"@rc-component/util": "^1.3.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/tour": {
|
|
|
|
|
"version": "2.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-2.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-aui4r4TqmTzwaBgcQxHYep8kM8PTjZFufjokObpy35KfFeZ0k9ArquWFZqegQlH24P14t+F0qO0mGTgzlav1yg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/portal": "^2.2.0",
|
|
|
|
|
"@rc-component/trigger": "^3.0.0",
|
|
|
|
|
"@rc-component/util": "^1.7.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/tree": {
|
|
|
|
|
"version": "1.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tree/-/tree-1.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-bJFj46wEkpBPnWyTm18XmgAgNQ/4YvprxMOPPY2a6rmhGJYxLuNKEFiL5Qej4Qctu9wHJm8WW+v2SYskafE0kA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/motion": "^1.0.0",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"@rc-component/virtual-list": "^1.2.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/tree-select": {
|
|
|
|
|
"version": "1.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/tree-select/-/tree-select-1.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-EhS0X0wtUhBfK4S5TlpSY3MR9ndPMGgujtt1PJW3Ej+ToAlnS/6ohYURtCoXBYGqazUwHmgQGVUDsfpVwhWPkg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/select": "~1.8.0",
|
|
|
|
|
"@rc-component/tree": "~1.3.2",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/trigger": {
|
|
|
|
|
"version": "3.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-3.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-LNsYvz60mrLJ/kRvKcHE7boUvcQfVMCfRqZ71x3Fo9AOiZ1KKIEqkzMA8DNvz2V3Bcvir/vwQNn7JF1NPODQ7Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/motion": "^1.1.4",
|
|
|
|
|
"@rc-component/portal": "^2.2.0",
|
|
|
|
|
"@rc-component/resize-observer": "^1.1.1",
|
|
|
|
|
"@rc-component/util": "^1.2.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/upload": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/upload/-/upload-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-GvYWSKeaJTOxxC5p6+nOSadzfvXA1h8C/iHFPFZX+szH3JUXrvs+DLiW8YUTBgvMh8m63mJeHrlYlJzAlg+pDA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/util": {
|
|
|
|
|
"version": "1.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/util/-/util-1.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-awVlI3ub2vqfqkYxOBc/uQ0efm3jw0wcrhtO/YWLyZfxiKXczKwNbVuhlnyxytDt7H9pbbVQiqr+O6MLATtRYg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"is-mobile": "^5.0.0",
|
|
|
|
|
"react-is": "^18.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rc-component/virtual-list": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rc-component/virtual-list/-/virtual-list-1.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-iavRm1Jo4GDbASQwdGa7jFyk93RvSOo9xHyBT4QL1pgFJj/Fdf1G+3RErH7/7BmAMvx2AkF62mjGYxDbXsK9TQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.20.0",
|
|
|
|
|
"@rc-component/resize-observer": "^1.0.1",
|
|
|
|
|
"@rc-component/util": "^1.4.0",
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@rolldown/binding-android-arm64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-EZLpf/8y7GXkkra90ML47kzik/GMP3EMcE9bPyHmRfxLC6z9+aW5A8poCsoxjrT5GfEcNAAvWwUHjvP1pUQkfw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-darwin-arm64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-aUi+HBvmYb7j8krl1+qJgkG8C17fO79gk3c+jPw4S8glRFc1DTija9S3EyaTSQUm5GJXYKDAsugBEhFHH2vYiQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-darwin-x64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-F7hHC3gwY11+vByKPRWqwGbeXWVgKmL+pTGCinaEhdihzBV2aQ0fvZOch9cXYUOKuKKq429HeYXOqQLc7wFCEg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-freebsd-x64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-sI5yw+7s92SK6odiEhD5lKCBlWcpjHS5qyqpVQbZAJ0fIzEUXrmbl3DH2ybR3PZogulNJF+COLtmA8hUfvkCCQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-mCi0OKgEieFircrtVYmQAFGszRtMnZ6fpZAXrxanXAu7lqZcsK1E1RAaZNG0uKAnxox3B1f4EyQNnoyMfN1vAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-linux-arm64-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-B9Ial3Kv5sh0SHnB1g/QWcUQCEvCF6QKGAl4zXypYj65mVI+B4AhFBwPtSN7pDrJeIx8Z7zdy4ntx+wQABom7w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-linux-arm64-musl": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-lZVym0PuHE1KZ22gmFTC15lAkrg9iTszR617oYRB/iPY1A56ywoJzVKOJBKaot5RiikCObmur6pogpse3gRcng==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-linux-ppc64-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-t2DNiLJWNTbnEHyUzTumldML6ET4/g16467LZoDDJ3tSxGvguL5/NyC2lCsNKuyRycg9XeDQF5SSv+TNOhQEXg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-linux-s390x-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-0WIRnL1Uw4BvTZRLQt+PVgo6ZKTJadlC2btP+/EOXv2f/DWbY0rEgl+y834mIVwP1FkTlWVTrGGJXf12lru7EQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-linux-x64-gnu": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-JWtGshGfX+oENAKonoNkqEJX+7hC8yfhi9GUyPX1VX4mdh1y5r+ZiJLR5XzAB0aoP6s/PcILsGjKq8O0mm24bw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-linux-x64-musl": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-rT6yQcxUuXs4CnbofqwHRRV0iem349rLMYpTjkgQGLjrY4ado/eDzwPZPTCgTOlF6Nkp8NEv70yLMTn6qkWxsQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-openharmony-arm64": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-KXMGoboq5cyaCQjDA4GLuRiOwBQ0EyFnJoVViLeZ45/3rFItRODEr+NdsBcVpll40hhNArlm/speWGRvj08LzA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-wasm32-wasi": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-5K83rb36oJiY7BCyE9zLZtGcPV4g5wvq+xwdO0XPIwDVZI8cyB/AUjkNXGb92/rnmezEkjMOpgY61rtwjQtFwg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@emnapi/core": "1.11.1",
|
|
|
|
|
"@emnapi/runtime": "1.11.1",
|
|
|
|
|
"@napi-rs/wasm-runtime": "^1.1.6"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@emnapi/runtime": {
|
|
|
|
|
"version": "1.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-win32-arm64-msvc": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-PnWBtw3TV5KOg69HQQDR0mnQuyCmSGR2pAB4DC1rPF808fgKeTUMj2EOEyKATpgiuxuR5APQmiDO7PDgEjTFSA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/binding-win32-x64-msvc": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-M1lpniBePobTfsa7Ks9a199e1akxsXn+GYBUKsEzv3YFzOm1HJAMNwKI3qr0Zq+mxwx9gOZoTdP1yXRYsZUocQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@rolldown/pluginutils": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@standard-schema/spec": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@swc/helpers": {
|
|
|
|
|
"version": "0.5.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
|
|
|
|
|
"integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"tslib": "^2.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-08 06:56:16 +08:00
|
|
|
"@tanstack/query-core": {
|
|
|
|
|
"version": "5.101.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.2.tgz",
|
|
|
|
|
"integrity": "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw=="
|
|
|
|
|
},
|
|
|
|
|
"@tanstack/react-query": {
|
|
|
|
|
"version": "5.101.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.2.tgz",
|
|
|
|
|
"integrity": "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@tanstack/query-core": "5.101.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@trpc/client": {
|
|
|
|
|
"version": "11.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-wOqeg3Fvl25V1ZisQhUD3K8G60ZJDlSGJNSyeXrLH24xAo5w6GSR2Kzb1cSNY9Y+IQ2YZvYGZstBU+V/ulo/ow==",
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
|
|
|
|
"@trpc/server": {
|
|
|
|
|
"version": "11.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-JAvXOuNTxgXjIDfQaOvDq1j66LMNfDJUH1IU7Slfn8EvRv2EkH6ehu3A7zpYhjO0syHHiYg77v2lG2JFJgvw7Q==",
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
|
|
|
|
"@trpc/tanstack-react-query": {
|
|
|
|
|
"version": "11.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@trpc/tanstack-react-query/-/tanstack-react-query-11.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-dm5xIlN0SEzJAbQ34EHdb1Kgd/zWZ63ZMviQEw3WCWCIPz8MjLKAhquncPcn+YxFUJa+Qi4qatdGFymmM4HmAQ==",
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@tybys/wasm-util": {
|
|
|
|
|
"version": "0.10.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
|
|
|
|
|
"integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"tslib": "^2.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@types/chai": {
|
|
|
|
|
"version": "5.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/deep-eql": "*",
|
|
|
|
|
"assertion-error": "^2.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@types/debug": {
|
|
|
|
|
"version": "4.1.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
|
|
|
|
|
"integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/ms": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@types/deep-eql": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"@types/esrecurse": {
|
|
|
|
|
"version": "4.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@types/estree": {
|
|
|
|
|
"version": "1.0.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
|
|
|
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg=="
|
|
|
|
|
},
|
|
|
|
|
"@types/estree-jsx": {
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/estree": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@types/hast": {
|
|
|
|
|
"version": "3.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@types/json-schema": {
|
|
|
|
|
"version": "7.0.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
|
|
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@types/mdast": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@types/ms": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="
|
|
|
|
|
},
|
|
|
|
|
"@types/node": {
|
|
|
|
|
"version": "26.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"undici-types": "~8.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@types/prismjs": {
|
|
|
|
|
"version": "1.26.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.6.tgz",
|
|
|
|
|
"integrity": "sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw=="
|
|
|
|
|
},
|
|
|
|
|
"@types/react": {
|
|
|
|
|
"version": "19.2.17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
|
|
|
|
|
"integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
|
|
|
|
|
"peer": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"csstype": "^3.2.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@types/unist": {
|
|
|
|
|
"version": "3.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
|
|
|
|
|
},
|
|
|
|
|
"@uiw/copy-to-clipboard": {
|
|
|
|
|
"version": "1.0.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.21.tgz",
|
|
|
|
|
"integrity": "sha512-apdzZJyJC/IEj21N22ry1H022pgpSA+FwNKxmvOGQ9rUMdyRbHf1nZq2UwqnfGOuTr7iOKLzNgWsCJtAwyAZpw=="
|
|
|
|
|
},
|
|
|
|
|
"@uiw/react-markdown-preview": {
|
|
|
|
|
"version": "5.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@uiw/react-markdown-preview/-/react-markdown-preview-5.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-JjvcHveT6glhlJYJx1XGBZij6wkw+VwREV6Z6m/GpsjPPdLjF1x8nlPBSB/ATyUF4lD7C8ttMkCqVH9N9XMgEA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.17.2",
|
|
|
|
|
"@uiw/copy-to-clipboard": "~1.0.12",
|
|
|
|
|
"react-markdown": "~10.1.0",
|
|
|
|
|
"rehype-attr": "~4.0.0",
|
|
|
|
|
"rehype-autolink-headings": "~7.1.0",
|
|
|
|
|
"rehype-ignore": "^2.0.0",
|
|
|
|
|
"rehype-prism-plus": "~2.0.0",
|
|
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
|
|
"rehype-rewrite": "~4.0.0",
|
|
|
|
|
"rehype-slug": "~6.0.0",
|
|
|
|
|
"remark-gfm": "~4.0.0",
|
|
|
|
|
"remark-github-blockquote-alert": "^1.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@uiw/react-md-editor": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@uiw/react-md-editor/-/react-md-editor-4.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-yZqV5twN/sSfpce4cO/1bqy16o7v2oW324VNh2gcnsSpzOr2jEHpchM+ElD1y+ivUmFXcDZ5Ky5TOuPZg4qL6g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.14.6",
|
|
|
|
|
"@uiw/react-markdown-preview": "^5.2.0",
|
|
|
|
|
"rehype": "~13.0.0",
|
|
|
|
|
"rehype-prism-plus": "~2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@ungap/structured-clone": {
|
|
|
|
|
"version": "1.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"@vitest/expect": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-YsCn+qAk1GWjQOWFEsEcL2gNQ0zmVmQu3T03qP6UyjhtmdtwtbuI+DASn/7iQB3HGTXkdBwGddzxPlmiql5vlA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@standard-schema/spec": "^1.1.0",
|
|
|
|
|
"@types/chai": "^5.2.2",
|
|
|
|
|
"@vitest/spy": "4.1.10",
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"chai": "^6.2.2",
|
|
|
|
|
"tinyrainbow": "^3.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@vitest/mocker": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-v0xaezt+DKEmKfaxg133ldzADrwLGd7Ze1MfQQTYfvs8OqZIwbxyxaYURivwV7sWy5fqn3rH5uOrSp07bp44Ow==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@vitest/spy": "4.1.10",
|
|
|
|
|
"estree-walker": "^3.0.3",
|
|
|
|
|
"magic-string": "^0.30.21"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@vitest/pretty-format": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-W1HsjSH4MXQ9YfmmhLAoIYf1HRfekQCGngeIgcei6MP5QQGWUe0gkopdZQaVCFO+JDJMrAJGwa5pRpNpvy4P8Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"tinyrainbow": "^3.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@vitest/runner": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-IKI6kpIH+LmpROplyLwBBaCfMgOZOMsygVa6BARD6ahA04VRuJSa6OaVG7kRvSEMD870Vd91rSSw0eegtWyLGg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"pathe": "^2.0.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@vitest/snapshot": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-xRkfOT1qpTAi/Ti4Y1LtfRc3kEuqxGw59eN2jN9pRWMtS/XDevekhcFSqvQqjUNGksfjMJu3Y+oJ+4Ypn2OaJw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@vitest/pretty-format": "4.1.10",
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"magic-string": "^0.30.21",
|
|
|
|
|
"pathe": "^2.0.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@vitest/spy": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-PLf/Ugvoq5wO/b4rwYCR1h2PSIdXz7wnkQFMiUpLdtM7l6pqVFcQIBEHyT1+l+cj7mNwAfZHzqXqDyjvOuwbDw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@vitest/utils": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-fy9am/HWxbaGt/Sawrp90vt6Y6jQwf1RX77cz3uwoJwJVMli/e1IEwRPnMNJ7vKfPTwo0diXifkpPvwH9v7nGA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@vitest/pretty-format": "4.1.10",
|
|
|
|
|
"convert-source-map": "^2.0.0",
|
|
|
|
|
"tinyrainbow": "^3.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"acorn": {
|
|
|
|
|
"version": "8.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"acorn-jsx": {
|
|
|
|
|
"version": "5.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
|
|
|
|
"ajv": {
|
|
|
|
|
"version": "6.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"fast-deep-equal": "^3.1.1",
|
|
|
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
|
|
|
"json-schema-traverse": "^0.4.1",
|
|
|
|
|
"uri-js": "^4.2.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"antd": {
|
|
|
|
|
"version": "6.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/antd/-/antd-6.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-9zbVc9UukfGuqCvIAov01nlpDQWfARNmZQyt21ZhqLX7ilXmi4cdkp12xA48WEmXRXwZvno8A03qQuGE9JG8fg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@ant-design/colors": "^8.0.1",
|
|
|
|
|
"@ant-design/cssinjs": "^2.1.2",
|
|
|
|
|
"@ant-design/cssinjs-utils": "^2.1.2",
|
|
|
|
|
"@ant-design/fast-color": "^3.0.1",
|
|
|
|
|
"@ant-design/icons": "^6.3.1",
|
|
|
|
|
"@ant-design/react-slick": "~2.0.0",
|
|
|
|
|
"@babel/runtime": "^7.29.2",
|
|
|
|
|
"@rc-component/cascader": "~1.17.0",
|
|
|
|
|
"@rc-component/checkbox": "~2.0.0",
|
|
|
|
|
"@rc-component/collapse": "~1.2.0",
|
|
|
|
|
"@rc-component/color-picker": "~3.1.1",
|
|
|
|
|
"@rc-component/dialog": "~1.10.0",
|
|
|
|
|
"@rc-component/drawer": "~1.4.2",
|
|
|
|
|
"@rc-component/dropdown": "~1.0.2",
|
|
|
|
|
"@rc-component/form": "~1.8.5",
|
|
|
|
|
"@rc-component/image": "~1.9.0",
|
|
|
|
|
"@rc-component/input": "~1.3.1",
|
|
|
|
|
"@rc-component/input-number": "~1.6.2",
|
|
|
|
|
"@rc-component/mentions": "~1.10.0",
|
|
|
|
|
"@rc-component/menu": "~1.4.1",
|
|
|
|
|
"@rc-component/motion": "^1.3.3",
|
|
|
|
|
"@rc-component/mutate-observer": "^2.0.1",
|
|
|
|
|
"@rc-component/notification": "~2.0.7",
|
|
|
|
|
"@rc-component/pagination": "~1.4.0",
|
|
|
|
|
"@rc-component/picker": "~1.11.0",
|
|
|
|
|
"@rc-component/progress": "~1.0.2",
|
|
|
|
|
"@rc-component/qrcode": "~2.0.0",
|
|
|
|
|
"@rc-component/rate": "~1.0.1",
|
|
|
|
|
"@rc-component/resize-observer": "^1.1.2",
|
|
|
|
|
"@rc-component/segmented": "~1.3.0",
|
|
|
|
|
"@rc-component/select": "~1.8.2",
|
|
|
|
|
"@rc-component/slider": "~1.1.1",
|
|
|
|
|
"@rc-component/steps": "~1.2.2",
|
|
|
|
|
"@rc-component/switch": "~1.0.3",
|
|
|
|
|
"@rc-component/table": "~1.10.2",
|
|
|
|
|
"@rc-component/tabs": "~1.11.0",
|
|
|
|
|
"@rc-component/tooltip": "~1.4.0",
|
|
|
|
|
"@rc-component/tour": "~2.4.0",
|
|
|
|
|
"@rc-component/tree": "~1.3.2",
|
|
|
|
|
"@rc-component/tree-select": "~1.11.0",
|
|
|
|
|
"@rc-component/trigger": "^3.9.1",
|
|
|
|
|
"@rc-component/upload": "~1.1.1",
|
|
|
|
|
"@rc-component/util": "^1.11.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"dayjs": "^1.11.11",
|
|
|
|
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
|
|
|
"throttle-debounce": "^5.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"assertion-error": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"bail": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw=="
|
|
|
|
|
},
|
|
|
|
|
"balanced-match": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"baseline-browser-mapping": {
|
|
|
|
|
"version": "2.10.42",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.42.tgz",
|
|
|
|
|
"integrity": "sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q=="
|
|
|
|
|
},
|
|
|
|
|
"bcp-47-match": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ=="
|
|
|
|
|
},
|
|
|
|
|
"boolbase": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
|
|
|
|
|
},
|
|
|
|
|
"brace-expansion": {
|
|
|
|
|
"version": "5.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"balanced-match": "^4.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"caniuse-lite": {
|
|
|
|
|
"version": "1.0.30001800",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001800.tgz",
|
|
|
|
|
"integrity": "sha512-MMHtuAz9Ys840zAY5F4k6fV5GaivZ9sPk+nz0mY+GYVzRBnYkN0mpqkSR92oWRQ19yQWo4HvBV/FnC16AJX8MA=="
|
|
|
|
|
},
|
|
|
|
|
"ccount": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"chai": {
|
|
|
|
|
"version": "6.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"character-entities": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ=="
|
|
|
|
|
},
|
|
|
|
|
"character-entities-html4": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA=="
|
|
|
|
|
},
|
|
|
|
|
"character-entities-legacy": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ=="
|
|
|
|
|
},
|
|
|
|
|
"character-reference-invalid": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw=="
|
|
|
|
|
},
|
|
|
|
|
"client-only": {
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
|
|
|
|
|
},
|
|
|
|
|
"clsx": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA=="
|
|
|
|
|
},
|
|
|
|
|
"comma-separated-tokens": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg=="
|
|
|
|
|
},
|
|
|
|
|
"compute-scroll-into-view": {
|
|
|
|
|
"version": "3.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"convert-source-map": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"cross-spawn": {
|
|
|
|
|
"version": "7.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"path-key": "^3.1.0",
|
|
|
|
|
"shebang-command": "^2.0.0",
|
|
|
|
|
"which": "^2.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"css-selector-parser": {
|
|
|
|
|
"version": "3.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g=="
|
|
|
|
|
},
|
|
|
|
|
"csstype": {
|
|
|
|
|
"version": "3.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ=="
|
|
|
|
|
},
|
|
|
|
|
"dayjs": {
|
|
|
|
|
"version": "1.11.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz",
|
|
|
|
|
"integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA=="
|
|
|
|
|
},
|
|
|
|
|
"debug": {
|
|
|
|
|
"version": "4.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"ms": "^2.1.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"decode-named-character-reference": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"character-entities": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"deep-is": {
|
|
|
|
|
"version": "0.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"dequal": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
|
|
|
|
|
},
|
|
|
|
|
"detect-libc": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
2026-07-07 01:38:09 +08:00
|
|
|
"devOptional": true
|
2026-07-06 07:47:01 +08:00
|
|
|
},
|
|
|
|
|
"devlop": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"dequal": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"direction": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA=="
|
|
|
|
|
},
|
|
|
|
|
"entities": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"es-module-lexer": {
|
|
|
|
|
"version": "2.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-KLdwQm2NvGLDkQDCGvmiQrhkd0JbMzXthwQAUgWjQuQdBLFa3eiBP5arXZyA+f8x+x7OXgud6bq2rxjGtHV2tw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"escape-string-regexp": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
|
|
|
|
|
},
|
|
|
|
|
"eslint": {
|
|
|
|
|
"version": "10.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
|
|
|
"@eslint-community/regexpp": "^4.12.2",
|
|
|
|
|
"@eslint/config-array": "^0.23.5",
|
|
|
|
|
"@eslint/config-helpers": "^0.6.0",
|
|
|
|
|
"@eslint/core": "^1.2.1",
|
|
|
|
|
"@eslint/plugin-kit": "^0.7.2",
|
|
|
|
|
"@humanfs/node": "^0.16.6",
|
|
|
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
|
|
|
"@humanwhocodes/retry": "^0.4.2",
|
|
|
|
|
"@types/estree": "^1.0.6",
|
|
|
|
|
"ajv": "^6.14.0",
|
|
|
|
|
"cross-spawn": "^7.0.6",
|
|
|
|
|
"debug": "^4.3.2",
|
|
|
|
|
"escape-string-regexp": "^4.0.0",
|
|
|
|
|
"eslint-scope": "^9.1.2",
|
|
|
|
|
"eslint-visitor-keys": "^5.0.1",
|
|
|
|
|
"espree": "^11.2.0",
|
|
|
|
|
"esquery": "^1.7.0",
|
|
|
|
|
"esutils": "^2.0.2",
|
|
|
|
|
"fast-deep-equal": "^3.1.3",
|
|
|
|
|
"file-entry-cache": "^8.0.0",
|
|
|
|
|
"find-up": "^5.0.0",
|
|
|
|
|
"glob-parent": "^6.0.2",
|
|
|
|
|
"ignore": "^5.2.0",
|
|
|
|
|
"imurmurhash": "^0.1.4",
|
|
|
|
|
"is-glob": "^4.0.0",
|
|
|
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
|
|
|
"minimatch": "^10.2.4",
|
|
|
|
|
"natural-compare": "^1.4.0",
|
|
|
|
|
"optionator": "^0.9.3"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"escape-string-regexp": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"eslint-scope": {
|
|
|
|
|
"version": "9.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/esrecurse": "^4.3.1",
|
|
|
|
|
"@types/estree": "^1.0.8",
|
|
|
|
|
"esrecurse": "^4.3.0",
|
|
|
|
|
"estraverse": "^5.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"eslint-visitor-keys": {
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"espree": {
|
|
|
|
|
"version": "11.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"acorn": "^8.16.0",
|
|
|
|
|
"acorn-jsx": "^5.3.2",
|
|
|
|
|
"eslint-visitor-keys": "^5.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"esquery": {
|
|
|
|
|
"version": "1.7.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
|
|
|
"integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"estraverse": "^5.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"esrecurse": {
|
|
|
|
|
"version": "4.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"estraverse": "^5.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"estraverse": {
|
|
|
|
|
"version": "5.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"estree-util-is-identifier-name": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"estree-walker": {
|
|
|
|
|
"version": "3.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/estree": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"esutils": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"expect-type": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"extend": {
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
|
|
|
|
|
},
|
|
|
|
|
"fast-deep-equal": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"fast-json-stable-stringify": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"fast-levenshtein": {
|
|
|
|
|
"version": "2.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"fdir": {
|
|
|
|
|
"version": "6.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"file-entry-cache": {
|
|
|
|
|
"version": "8.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"flat-cache": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"find-up": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"locate-path": "^6.0.0",
|
|
|
|
|
"path-exists": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flat-cache": {
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"flatted": "^3.2.9",
|
|
|
|
|
"keyv": "^4.5.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flatted": {
|
|
|
|
|
"version": "3.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
|
|
|
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"fsevents": {
|
|
|
|
|
"version": "2.3.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"github-slugger": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw=="
|
|
|
|
|
},
|
|
|
|
|
"glob-parent": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"is-glob": "^4.0.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"globrex": {
|
|
|
|
|
"version": "0.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"hast-util-from-html": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"devlop": "^1.1.0",
|
|
|
|
|
"hast-util-from-parse5": "^8.0.0",
|
|
|
|
|
"parse5": "^7.0.0",
|
|
|
|
|
"vfile": "^6.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-from-parse5": {
|
|
|
|
|
"version": "8.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"hastscript": "^9.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"vfile": "^6.0.0",
|
|
|
|
|
"vfile-location": "^5.0.0",
|
|
|
|
|
"web-namespaces": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-has-property": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-heading-rank": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-is-element": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-parse-selector": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-raw": {
|
|
|
|
|
"version": "9.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
|
|
|
"hast-util-from-parse5": "^8.0.0",
|
|
|
|
|
"hast-util-to-parse5": "^8.0.0",
|
|
|
|
|
"html-void-elements": "^3.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"parse5": "^7.0.0",
|
|
|
|
|
"unist-util-position": "^5.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vfile": "^6.0.0",
|
|
|
|
|
"web-namespaces": "^2.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-select": {
|
|
|
|
|
"version": "6.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"bcp-47-match": "^2.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"css-selector-parser": "^3.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"direction": "^2.0.0",
|
|
|
|
|
"hast-util-has-property": "^3.0.0",
|
|
|
|
|
"hast-util-to-string": "^3.0.0",
|
|
|
|
|
"hast-util-whitespace": "^3.0.0",
|
|
|
|
|
"nth-check": "^2.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-to-html": {
|
|
|
|
|
"version": "9.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"hast-util-whitespace": "^3.0.0",
|
|
|
|
|
"html-void-elements": "^3.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"stringify-entities": "^4.0.0",
|
|
|
|
|
"zwitch": "^2.0.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-to-jsx-runtime": {
|
|
|
|
|
"version": "2.3.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
|
|
|
|
|
"integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/estree": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"estree-util-is-identifier-name": "^3.0.0",
|
|
|
|
|
"hast-util-whitespace": "^3.0.0",
|
|
|
|
|
"mdast-util-mdx-expression": "^2.0.0",
|
|
|
|
|
"mdast-util-mdx-jsx": "^3.0.0",
|
|
|
|
|
"mdast-util-mdxjs-esm": "^2.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"style-to-js": "^1.0.0",
|
|
|
|
|
"unist-util-position": "^5.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-to-parse5": {
|
|
|
|
|
"version": "8.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0",
|
|
|
|
|
"web-namespaces": "^2.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-to-string": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hast-util-whitespace": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hastscript": {
|
|
|
|
|
"version": "9.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"comma-separated-tokens": "^2.0.0",
|
|
|
|
|
"hast-util-parse-selector": "^4.0.0",
|
|
|
|
|
"property-information": "^7.0.0",
|
|
|
|
|
"space-separated-tokens": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"html-url-attributes": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ=="
|
|
|
|
|
},
|
|
|
|
|
"html-void-elements": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg=="
|
|
|
|
|
},
|
|
|
|
|
"ignore": {
|
|
|
|
|
"version": "5.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"imurmurhash": {
|
|
|
|
|
"version": "0.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"inline-style-parser": {
|
|
|
|
|
"version": "0.2.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA=="
|
|
|
|
|
},
|
|
|
|
|
"is-alphabetical": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ=="
|
|
|
|
|
},
|
|
|
|
|
"is-alphanumerical": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"is-alphabetical": "^2.0.0",
|
|
|
|
|
"is-decimal": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"is-decimal": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A=="
|
|
|
|
|
},
|
|
|
|
|
"is-extglob": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"is-glob": {
|
|
|
|
|
"version": "4.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"is-extglob": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"is-hexadecimal": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg=="
|
|
|
|
|
},
|
|
|
|
|
"is-mobile": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ=="
|
|
|
|
|
},
|
|
|
|
|
"is-plain-obj": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg=="
|
|
|
|
|
},
|
|
|
|
|
"isexe": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"json-buffer": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"json-schema-traverse": {
|
|
|
|
|
"version": "0.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"json-stable-stringify-without-jsonify": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"json2mq": {
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"string-convert": "^0.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"keyv": {
|
|
|
|
|
"version": "4.5.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
|
|
|
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"json-buffer": "3.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"levn": {
|
|
|
|
|
"version": "0.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"prelude-ls": "^1.2.1",
|
|
|
|
|
"type-check": "~0.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"lightningcss": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"detect-libc": "^2.0.3",
|
|
|
|
|
"lightningcss-android-arm64": "1.32.0",
|
|
|
|
|
"lightningcss-darwin-arm64": "1.32.0",
|
|
|
|
|
"lightningcss-darwin-x64": "1.32.0",
|
|
|
|
|
"lightningcss-freebsd-x64": "1.32.0",
|
|
|
|
|
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
|
|
|
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
|
|
|
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
|
|
|
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
|
|
|
"lightningcss-linux-x64-musl": "1.32.0",
|
|
|
|
|
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
|
|
|
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-android-arm64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-darwin-arm64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-darwin-x64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-freebsd-x64": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-linux-arm64-gnu": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-linux-arm64-musl": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-linux-x64-gnu": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-linux-x64-musl": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-win32-arm64-msvc": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"lightningcss-win32-x64-msvc": {
|
|
|
|
|
"version": "1.32.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
|
|
|
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"locate-path": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"p-locate": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"longest-streak": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"magic-string": {
|
|
|
|
|
"version": "0.30.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
|
|
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"markdown-table": {
|
|
|
|
|
"version": "3.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw=="
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-find-and-replace": {
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"escape-string-regexp": "^5.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-from-markdown": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
|
|
|
|
"micromark": "^4.0.0",
|
|
|
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0",
|
|
|
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
|
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-autolink-literal": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-find-and-replace": "^3.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-footnote": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.1.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-strikethrough": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-table": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"markdown-table": "^3.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-task-list-item": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-mdx-expression": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/estree-jsx": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-mdx-jsx": {
|
|
|
|
|
"version": "3.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/estree-jsx": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"devlop": "^1.1.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
|
|
|
"parse-entities": "^4.0.0",
|
|
|
|
|
"stringify-entities": "^4.0.0",
|
|
|
|
|
"unist-util-stringify-position": "^4.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-mdxjs-esm": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/estree-jsx": "^1.0.0",
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-phrasing": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-to-hast": {
|
|
|
|
|
"version": "13.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"trim-lines": "^3.0.0",
|
|
|
|
|
"unist-util-position": "^5.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-to-markdown": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"longest-streak": "^3.0.0",
|
|
|
|
|
"mdast-util-phrasing": "^4.0.0",
|
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"zwitch": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-to-string": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/debug": "^4.0.0",
|
|
|
|
|
"debug": "^4.0.0",
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
|
|
|
"micromark-util-encode": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-core-commonmark": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-factory-destination": "^2.0.0",
|
|
|
|
|
"micromark-factory-label": "^2.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-factory-title": "^2.0.0",
|
|
|
|
|
"micromark-factory-whitespace": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
|
|
|
"micromark-util-html-tag-name": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
|
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
|
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-autolink-literal": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-footnote": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-strikethrough": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-table": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-tagfilter": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-task-list-item": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-factory-destination": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-factory-label": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-factory-space": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-factory-title": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-factory-whitespace": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-factory-space": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-character": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-chunked": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-classify-character": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-combine-extensions": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-decode-numeric-character-reference": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-decode-string": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-encode": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw=="
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-html-tag-name": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA=="
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-normalize-identifier": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-resolve-all": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-sanitize-uri": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-character": "^2.0.0",
|
|
|
|
|
"micromark-util-encode": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-subtokenize": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"micromark-util-chunked": "^2.0.0",
|
|
|
|
|
"micromark-util-symbol": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-symbol": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q=="
|
|
|
|
|
},
|
|
|
|
|
"micromark-util-types": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA=="
|
|
|
|
|
},
|
|
|
|
|
"minimatch": {
|
|
|
|
|
"version": "10.2.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
|
|
|
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"brace-expansion": "^5.0.5"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ms": {
|
|
|
|
|
"version": "2.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
|
|
|
},
|
|
|
|
|
"nanoid": {
|
|
|
|
|
"version": "3.3.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz",
|
|
|
|
|
"integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA=="
|
|
|
|
|
},
|
|
|
|
|
"natural-compare": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"next": {
|
|
|
|
|
"version": "16.2.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/next/-/next-16.2.10.tgz",
|
|
|
|
|
"integrity": "sha512-2som5AVXb3kE6Yjine3/mNbBayYF58eguBWIVVUdr1y/L426xyVEgYxgBG+1QC34P2x5E+tcDup6XkuOAX3dCA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@next/env": "16.2.10",
|
|
|
|
|
"@next/swc-darwin-arm64": "16.2.10",
|
|
|
|
|
"@next/swc-darwin-x64": "16.2.10",
|
|
|
|
|
"@next/swc-linux-arm64-gnu": "16.2.10",
|
|
|
|
|
"@next/swc-linux-arm64-musl": "16.2.10",
|
|
|
|
|
"@next/swc-linux-x64-gnu": "16.2.10",
|
|
|
|
|
"@next/swc-linux-x64-musl": "16.2.10",
|
|
|
|
|
"@next/swc-win32-arm64-msvc": "16.2.10",
|
|
|
|
|
"@next/swc-win32-x64-msvc": "16.2.10",
|
|
|
|
|
"@swc/helpers": "0.5.15",
|
|
|
|
|
"baseline-browser-mapping": "^2.9.19",
|
|
|
|
|
"caniuse-lite": "^1.0.30001579",
|
|
|
|
|
"postcss": "8.4.31",
|
|
|
|
|
"sharp": "^0.34.5",
|
|
|
|
|
"styled-jsx": "5.1.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nth-check": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"boolbase": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"obug": {
|
|
|
|
|
"version": "2.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"optionator": {
|
|
|
|
|
"version": "0.9.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
|
|
|
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"deep-is": "^0.1.3",
|
|
|
|
|
"fast-levenshtein": "^2.0.6",
|
|
|
|
|
"levn": "^0.4.1",
|
|
|
|
|
"prelude-ls": "^1.2.1",
|
|
|
|
|
"type-check": "^0.4.0",
|
|
|
|
|
"word-wrap": "^1.2.5"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"p-limit": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"yocto-queue": "^0.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"p-locate": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"p-limit": "^3.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"parse-entities": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^2.0.0",
|
|
|
|
|
"character-entities-legacy": "^3.0.0",
|
|
|
|
|
"character-reference-invalid": "^2.0.0",
|
|
|
|
|
"decode-named-character-reference": "^1.0.0",
|
|
|
|
|
"is-alphanumerical": "^2.0.0",
|
|
|
|
|
"is-decimal": "^2.0.0",
|
|
|
|
|
"is-hexadecimal": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": {
|
|
|
|
|
"version": "2.0.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
|
|
|
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"parse-numeric-range": {
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ=="
|
|
|
|
|
},
|
|
|
|
|
"parse5": {
|
|
|
|
|
"version": "7.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"entities": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"path-exists": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"path-key": {
|
|
|
|
|
"version": "3.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"pathe": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"picocolors": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"picomatch": {
|
|
|
|
|
"version": "4.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"postcss": {
|
|
|
|
|
"version": "8.4.31",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
|
|
|
|
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"nanoid": "^3.3.6",
|
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
|
"source-map-js": "^1.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"prelude-ls": {
|
|
|
|
|
"version": "1.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"property-information": {
|
|
|
|
|
"version": "7.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg=="
|
|
|
|
|
},
|
|
|
|
|
"punycode": {
|
|
|
|
|
"version": "2.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"react": {
|
|
|
|
|
"version": "19.2.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ=="
|
|
|
|
|
},
|
|
|
|
|
"react-dom": {
|
|
|
|
|
"version": "19.2.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"scheduler": "^0.27.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"react-is": {
|
|
|
|
|
"version": "18.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
|
|
|
|
|
},
|
|
|
|
|
"react-markdown": {
|
|
|
|
|
"version": "10.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"hast-util-to-jsx-runtime": "^2.0.0",
|
|
|
|
|
"html-url-attributes": "^3.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"remark-parse": "^11.0.0",
|
|
|
|
|
"remark-rehype": "^11.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"refractor": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/refractor/-/refractor-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-QXOrHQF5jOpjjLfiNk5GFnWhRXvxjUVnlFxkeDmewR5sXkr3iM46Zo+CnRR8B+MDVqkULW4EcLVcRBNOPXHosw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/prismjs": "^1.0.0",
|
|
|
|
|
"hastscript": "^9.0.0",
|
|
|
|
|
"parse-entities": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype": {
|
|
|
|
|
"version": "13.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"rehype-parse": "^9.0.0",
|
|
|
|
|
"rehype-stringify": "^10.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-attr": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-attr/-/rehype-attr-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-v4+gw7pvUVLbG/dUpLgBE6r3TWTBYJ7z+sfAH3zapmM5CKzk5+CopFQgr4gMR6OBSKl/qpI6HR7gv1Cbig0uow==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"unified": "~11.0.0",
|
|
|
|
|
"unist-util-visit": "~5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"unist-util-visit": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-autolink-headings": {
|
|
|
|
|
"version": "7.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
|
|
|
"hast-util-heading-rank": "^3.0.0",
|
|
|
|
|
"hast-util-is-element": "^3.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-ignore": {
|
|
|
|
|
"version": "2.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-ignore/-/rehype-ignore-2.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-IzhP6/u/6sm49sdktuYSmeIuObWB+5yC/5eqVws8BhuGA9kY25/byz6uCy/Ravj6lXUShEd2ofHM5MyAIj86Sg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"hast-util-select": "^6.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-parse": {
|
|
|
|
|
"version": "9.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"hast-util-from-html": "^2.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-prism-plus": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-jTHb8ZtQHd2VWAAKeCINgv/8zNEF0+LesmwJak69GemoPVN9/8fGEARTvqOpKqmN57HwaM9z8UKBVNVJe8zggw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"hast-util-to-string": "^3.0.1",
|
|
|
|
|
"parse-numeric-range": "^1.3.0",
|
|
|
|
|
"refractor": "^5.0.0",
|
|
|
|
|
"rehype-parse": "^9.0.1",
|
|
|
|
|
"unist-util-filter": "^5.0.1",
|
|
|
|
|
"unist-util-visit": "^5.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-raw": {
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"hast-util-raw": "^9.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-rewrite": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-rewrite/-/rehype-rewrite-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-L/FO96EOzSA6bzOam4DVu61/PB3AGKcSPXpa53yMIozoxH4qg1+bVZDF8zh1EsuxtSauAhzt5cCnvoplAaSLrw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"hast-util-select": "^6.0.0",
|
|
|
|
|
"unified": "^11.0.3",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-slug": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"github-slugger": "^2.0.0",
|
|
|
|
|
"hast-util-heading-rank": "^3.0.0",
|
|
|
|
|
"hast-util-to-string": "^3.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rehype-stringify": {
|
|
|
|
|
"version": "10.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"hast-util-to-html": "^9.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"remark-gfm": {
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-gfm": "^3.0.0",
|
|
|
|
|
"micromark-extension-gfm": "^3.0.0",
|
|
|
|
|
"remark-parse": "^11.0.0",
|
|
|
|
|
"remark-stringify": "^11.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"remark-github-blockquote-alert": {
|
|
|
|
|
"version": "1.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-github-blockquote-alert/-/remark-github-blockquote-alert-1.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-OPNnimcKeozWN1w8KVQEuHOxgN3L4rah8geMOLhA5vN9wITqU4FWD+G26tkEsCGHiOVDbISx+Se5rGZ+D1p0Jg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"unist-util-visit": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"remark-parse": {
|
|
|
|
|
"version": "11.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
|
|
|
"micromark-util-types": "^2.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"remark-rehype": {
|
|
|
|
|
"version": "11.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
|
|
|
"unified": "^11.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"remark-stringify": {
|
|
|
|
|
"version": "11.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^4.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
|
|
|
"unified": "^11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"rolldown": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-IjZYiLxZwpnhwhdBH2ugdTGVSdhCQUmLxLoqyjiL0JxYjyRst+5a0P3xfrTxJ5F638j4Mvvw5FAX5XE6eHpXbA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@oxc-project/types": "=0.138.0",
|
|
|
|
|
"@rolldown/binding-android-arm64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-darwin-arm64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-darwin-x64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-freebsd-x64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-arm-gnueabihf": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-arm64-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-arm64-musl": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-ppc64-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-s390x-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-x64-gnu": "1.1.4",
|
|
|
|
|
"@rolldown/binding-linux-x64-musl": "1.1.4",
|
|
|
|
|
"@rolldown/binding-openharmony-arm64": "1.1.4",
|
|
|
|
|
"@rolldown/binding-wasm32-wasi": "1.1.4",
|
|
|
|
|
"@rolldown/binding-win32-arm64-msvc": "1.1.4",
|
|
|
|
|
"@rolldown/binding-win32-x64-msvc": "1.1.4",
|
|
|
|
|
"@rolldown/pluginutils": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"scheduler": {
|
|
|
|
|
"version": "0.27.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
|
|
|
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q=="
|
|
|
|
|
},
|
|
|
|
|
"scroll-into-view-if-needed": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"compute-scroll-into-view": "^3.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "7.8.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
|
|
|
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-07-08 06:56:16 +08:00
|
|
|
"server-only": {
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA=="
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"sharp": {
|
|
|
|
|
"version": "0.34.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
|
|
|
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@img/colour": "^1.0.0",
|
|
|
|
|
"@img/sharp-darwin-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-darwin-x64": "0.34.5",
|
|
|
|
|
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
|
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
|
|
|
"@img/sharp-linux-arm": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-ppc64": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-riscv64": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-s390x": "0.34.5",
|
|
|
|
|
"@img/sharp-linux-x64": "0.34.5",
|
|
|
|
|
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
|
|
|
"@img/sharp-wasm32": "0.34.5",
|
|
|
|
|
"@img/sharp-win32-arm64": "0.34.5",
|
|
|
|
|
"@img/sharp-win32-ia32": "0.34.5",
|
|
|
|
|
"@img/sharp-win32-x64": "0.34.5",
|
|
|
|
|
"detect-libc": "^2.1.2",
|
|
|
|
|
"semver": "^7.7.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"shebang-command": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"shebang-regex": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"shebang-regex": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"siginfo": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"source-map-js": {
|
|
|
|
|
"version": "1.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
|
|
|
|
|
},
|
|
|
|
|
"space-separated-tokens": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"stackback": {
|
|
|
|
|
"version": "0.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"std-env": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"string-convert": {
|
|
|
|
|
"version": "0.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A=="
|
|
|
|
|
},
|
|
|
|
|
"stringify-entities": {
|
|
|
|
|
"version": "4.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"character-entities-html4": "^2.0.0",
|
|
|
|
|
"character-entities-legacy": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"style-to-js": {
|
|
|
|
|
"version": "1.1.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
|
|
|
|
|
"integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"style-to-object": "1.0.14"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"style-to-object": {
|
|
|
|
|
"version": "1.0.14",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
|
|
|
|
|
"integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"inline-style-parser": "0.2.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"styled-jsx": {
|
|
|
|
|
"version": "5.1.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
|
|
|
|
|
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"client-only": "0.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"stylis": {
|
|
|
|
|
"version": "4.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-5Z9ZpRzfuH6l/UAvCPAPUo3665Nk2wLaZU3x+TLHKVzIz33+sbJqbtrYoC3KD4/uVOr2Zp+L0LySezP9OHV9yA=="
|
|
|
|
|
},
|
|
|
|
|
"throttle-debounce": {
|
|
|
|
|
"version": "5.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A=="
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"tinybench": {
|
|
|
|
|
"version": "2.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"tinyexec": {
|
|
|
|
|
"version": "1.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"tinyglobby": {
|
|
|
|
|
"version": "0.2.17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
|
|
|
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"fdir": "^6.5.0",
|
|
|
|
|
"picomatch": "^4.0.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"tinyrainbow": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"trim-lines": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg=="
|
|
|
|
|
},
|
|
|
|
|
"trough": {
|
|
|
|
|
"version": "2.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw=="
|
|
|
|
|
},
|
|
|
|
|
"tslib": {
|
|
|
|
|
"version": "2.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
|
|
|
},
|
|
|
|
|
"type-check": {
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"prelude-ls": "^1.2.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"typescript": {
|
|
|
|
|
"version": "6.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
2026-07-08 06:56:16 +08:00
|
|
|
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="
|
2026-07-06 07:47:01 +08:00
|
|
|
},
|
|
|
|
|
"undici-types": {
|
|
|
|
|
"version": "8.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"unified": {
|
|
|
|
|
"version": "11.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"bail": "^2.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"extend": "^3.0.0",
|
|
|
|
|
"is-plain-obj": "^4.0.0",
|
|
|
|
|
"trough": "^2.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"unist-util-filter": {
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-pHx7D4Zt6+TsfwylH9+lYhBhzyhEnCXs/lbq/Hstxno5z4gVdyc2WEW0asfjGKPyG4pEKrnBv5hdkO6+aRnQJw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"unist-util-is": {
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"unist-util-position": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"unist-util-stringify-position": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"unist-util-visit": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"unist-util-visit-parents": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"uri-js": {
|
|
|
|
|
"version": "4.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"punycode": "^2.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"use-debounce": {
|
|
|
|
|
"version": "10.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-kvds8BHR2k28cFsxW8k3nc/tRga2rs1RHYCqmmGqb90MEeE++oALwzh2COiuBLO1/QXiOuShXoSN2ZpWnMmvuQ==",
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
|
|
|
|
"vfile": {
|
|
|
|
|
"version": "6.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"vfile-message": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"vfile-location": {
|
|
|
|
|
"version": "5.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"vfile-message": {
|
|
|
|
|
"version": "4.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"vite": {
|
|
|
|
|
"version": "8.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-8.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"fsevents": "~2.3.3",
|
|
|
|
|
"lightningcss": "^1.32.0",
|
|
|
|
|
"picomatch": "^4.0.4",
|
|
|
|
|
"postcss": "^8.5.16",
|
|
|
|
|
"rolldown": "~1.1.3",
|
|
|
|
|
"tinyglobby": "^0.2.17"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"postcss": {
|
|
|
|
|
"version": "8.5.16",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
|
|
|
|
|
"integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"nanoid": "^3.3.12",
|
|
|
|
|
"picocolors": "^1.1.1",
|
|
|
|
|
"source-map-js": "^1.2.1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"vite-tsconfig-paths": {
|
|
|
|
|
"version": "6.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"debug": "^4.1.1",
|
|
|
|
|
"globrex": "^0.1.2",
|
|
|
|
|
"tsconfck": "^3.0.3"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tsconfck": {
|
|
|
|
|
"version": "3.1.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
|
|
|
|
|
"integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
|
|
|
|
"typescript": {
|
|
|
|
|
"version": "5.9.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
|
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true,
|
|
|
|
|
"peer": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"vitest": {
|
|
|
|
|
"version": "4.1.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.10.tgz",
|
|
|
|
|
"integrity": "sha512-R9jUTe5S4Qb0HCd4TNqpC7oGcrMssMRGXLW80ubjWsW9VH5GF8y1Y0SFLY9AbqSk6nt0PnOx4H4WNJYZ13GUPw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@vitest/expect": "4.1.10",
|
|
|
|
|
"@vitest/mocker": "4.1.10",
|
|
|
|
|
"@vitest/pretty-format": "4.1.10",
|
|
|
|
|
"@vitest/runner": "4.1.10",
|
|
|
|
|
"@vitest/snapshot": "4.1.10",
|
|
|
|
|
"@vitest/spy": "4.1.10",
|
|
|
|
|
"@vitest/utils": "4.1.10",
|
|
|
|
|
"es-module-lexer": "^2.0.0",
|
|
|
|
|
"expect-type": "^1.3.0",
|
|
|
|
|
"magic-string": "^0.30.21",
|
|
|
|
|
"obug": "^2.1.1",
|
|
|
|
|
"pathe": "^2.0.3",
|
|
|
|
|
"picomatch": "^4.0.3",
|
|
|
|
|
"std-env": "^4.0.0-rc.1",
|
|
|
|
|
"tinybench": "^2.9.0",
|
|
|
|
|
"tinyexec": "^1.0.2",
|
|
|
|
|
"tinyglobby": "^0.2.15",
|
|
|
|
|
"tinyrainbow": "^3.1.0",
|
|
|
|
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
|
|
|
"why-is-node-running": "^2.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"web-namespaces": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ=="
|
|
|
|
|
},
|
|
|
|
|
"which": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"isexe": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-07 01:38:09 +08:00
|
|
|
"why-is-node-running": {
|
|
|
|
|
"version": "2.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"siginfo": "^2.0.0",
|
|
|
|
|
"stackback": "0.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-06 07:47:01 +08:00
|
|
|
"word-wrap": {
|
|
|
|
|
"version": "1.2.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
|
|
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"yocto-queue": {
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"zod": {
|
|
|
|
|
"version": "4.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ=="
|
|
|
|
|
},
|
|
|
|
|
"zwitch": {
|
|
|
|
|
"version": "2.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|