mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
docs: replace oslo with @better-auth/utils
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { alphabet, generateRandomString } from "oslo/crypto";
|
import { createRandomStringGenerator } from "@better-auth/utils/random";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { Button } from "./ui/button";
|
import { Button } from "./ui/button";
|
||||||
export const GenerateSecret = () => {
|
export const GenerateSecret = () => {
|
||||||
const [generated, setGenerated] = useState(false);
|
const [generated, setGenerated] = useState(false);
|
||||||
|
const generateRandomString = createRandomStringGenerator("a-z", "0-9", "A-Z");
|
||||||
return (
|
return (
|
||||||
<div className="my-2">
|
<div className="my-2">
|
||||||
<Button
|
<Button
|
||||||
@@ -15,10 +16,7 @@ export const GenerateSecret = () => {
|
|||||||
for (let i = 0; i < elements.length; i++) {
|
for (let i = 0; i < elements.length; i++) {
|
||||||
if (elements[i].textContent === "BETTER_AUTH_SECRET=") {
|
if (elements[i].textContent === "BETTER_AUTH_SECRET=") {
|
||||||
elements[i].textContent =
|
elements[i].textContent =
|
||||||
`BETTER_AUTH_SECRET=${generateRandomString(
|
`BETTER_AUTH_SECRET=${generateRandomString(32)}`;
|
||||||
32,
|
|
||||||
alphabet("A-Z", "a-z", "0-9"),
|
|
||||||
)}`;
|
|
||||||
setGenerated(true);
|
setGenerated(true);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
elements[i].textContent = "BETTER_AUTH_SECRET=";
|
elements[i].textContent = "BETTER_AUTH_SECRET=";
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"typecheck": "tsc --noEmit"
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@better-auth/utils": "0.2.3",
|
||||||
"@better-fetch/fetch": "catalog:",
|
"@better-fetch/fetch": "catalog:",
|
||||||
"@codesandbox/sandpack-react": "^2.19.10",
|
"@codesandbox/sandpack-react": "^2.19.10",
|
||||||
"@hookform/resolvers": "^3.9.1",
|
"@hookform/resolvers": "^3.9.1",
|
||||||
@@ -62,7 +63,7 @@
|
|||||||
"fumadocs-docgen": "^1.3.8",
|
"fumadocs-docgen": "^1.3.8",
|
||||||
"fumadocs-mdx": "11.5.6",
|
"fumadocs-mdx": "11.5.6",
|
||||||
"fumadocs-openapi": "^6.2.0",
|
"fumadocs-openapi": "^6.2.0",
|
||||||
"fumadocs-twoslash": "^1.1.3",
|
"fumadocs-twoslash": "^3.0.1",
|
||||||
"fumadocs-typescript": "^3.0.4",
|
"fumadocs-typescript": "^3.0.4",
|
||||||
"fumadocs-ui": "14.0.2",
|
"fumadocs-ui": "14.0.2",
|
||||||
"geist": "^1.3.1",
|
"geist": "^1.3.1",
|
||||||
@@ -74,7 +75,6 @@
|
|||||||
"motion": "^10.18.0",
|
"motion": "^10.18.0",
|
||||||
"next": "^15.2.0",
|
"next": "^15.2.0",
|
||||||
"next-themes": "^0.3.0",
|
"next-themes": "^0.3.0",
|
||||||
"oslo": "^1.2.1",
|
|
||||||
"prettier": "^3.4.2",
|
"prettier": "^3.4.2",
|
||||||
"prism-react-renderer": "^2.4.0",
|
"prism-react-renderer": "^2.4.0",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
|
|||||||
485
pnpm-lock.yaml
generated
485
pnpm-lock.yaml
generated
@@ -387,6 +387,9 @@ importers:
|
|||||||
|
|
||||||
docs:
|
docs:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@better-auth/utils':
|
||||||
|
specifier: 0.2.3
|
||||||
|
version: 0.2.3
|
||||||
'@better-fetch/fetch':
|
'@better-fetch/fetch':
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 1.1.15
|
version: 1.1.15
|
||||||
@@ -547,8 +550,8 @@ importers:
|
|||||||
specifier: ^6.2.0
|
specifier: ^6.2.0
|
||||||
version: 6.2.0(@types/react-dom@18.3.2)(@types/react@18.3.14)(ajv@8.17.1)(algoliasearch@4.24.0)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16)
|
version: 6.2.0(@types/react-dom@18.3.2)(@types/react@18.3.14)(ajv@8.17.1)(algoliasearch@4.24.0)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.16)
|
||||||
fumadocs-twoslash:
|
fumadocs-twoslash:
|
||||||
specifier: ^1.1.3
|
specifier: ^3.0.1
|
||||||
version: 1.1.3(fumadocs-ui@14.0.2(@types/react-dom@18.3.2)(@types/react@18.3.14)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(shiki@1.24.0)(typescript@5.7.2)
|
version: 3.0.1(@types/react-dom@18.3.2)(@types/react@18.3.14)(fumadocs-ui@14.0.2(@types/react-dom@18.3.2)(@types/react@18.3.14)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(shiki@1.24.0)(typescript@5.7.2)
|
||||||
fumadocs-typescript:
|
fumadocs-typescript:
|
||||||
specifier: ^3.0.4
|
specifier: ^3.0.4
|
||||||
version: 3.0.4(typescript@5.7.2)
|
version: 3.0.4(typescript@5.7.2)
|
||||||
@@ -582,9 +585,6 @@ importers:
|
|||||||
next-themes:
|
next-themes:
|
||||||
specifier: ^0.3.0
|
specifier: ^0.3.0
|
||||||
version: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
version: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
oslo:
|
|
||||||
specifier: ^1.2.1
|
|
||||||
version: 1.2.1
|
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.4.2
|
specifier: ^3.4.2
|
||||||
version: 3.4.2
|
version: 3.4.2
|
||||||
@@ -3038,12 +3038,6 @@ packages:
|
|||||||
'@emmetio/stream-reader@2.2.0':
|
'@emmetio/stream-reader@2.2.0':
|
||||||
resolution: {integrity: sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==}
|
resolution: {integrity: sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==}
|
||||||
|
|
||||||
'@emnapi/core@0.45.0':
|
|
||||||
resolution: {integrity: sha512-DPWjcUDQkCeEM4VnljEOEcXdAD7pp8zSZsgOujk/LGIwCXWbXJngin+MO4zbH429lzeC3WbYLGjE2MaUOwzpyw==}
|
|
||||||
|
|
||||||
'@emnapi/runtime@0.45.0':
|
|
||||||
resolution: {integrity: sha512-Txumi3td7J4A/xTTwlssKieHKTGl3j4A1tglBx72auZ49YK7ePY6XZricgIg9mnZT4xPfA+UPCUdnhRuEFDL+w==}
|
|
||||||
|
|
||||||
'@emnapi/runtime@1.3.1':
|
'@emnapi/runtime@1.3.1':
|
||||||
resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==}
|
resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==}
|
||||||
|
|
||||||
@@ -5276,180 +5270,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==}
|
resolution: {integrity: sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==}
|
||||||
engines: {node: ^14.21.3 || >=16}
|
engines: {node: ^14.21.3 || >=16}
|
||||||
|
|
||||||
'@node-rs/argon2-android-arm-eabi@1.7.0':
|
|
||||||
resolution: {integrity: sha512-udDqkr5P9E+wYX1SZwAVPdyfYvaF4ry9Tm+R9LkfSHbzWH0uhU6zjIwNRp7m+n4gx691rk+lqqDAIP8RLKwbhg==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm]
|
|
||||||
os: [android]
|
|
||||||
|
|
||||||
'@node-rs/argon2-android-arm64@1.7.0':
|
|
||||||
resolution: {integrity: sha512-s9j/G30xKUx8WU50WIhF0fIl1EdhBGq0RQ06lEhZ0Gi0ap8lhqbE2Bn5h3/G2D1k0Dx+yjeVVNmt/xOQIRG38A==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [android]
|
|
||||||
|
|
||||||
'@node-rs/argon2-darwin-arm64@1.7.0':
|
|
||||||
resolution: {integrity: sha512-ZIz4L6HGOB9U1kW23g+m7anGNuTZ0RuTw0vNp3o+2DWpb8u8rODq6A8tH4JRL79S+Co/Nq608m9uackN2pe0Rw==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [darwin]
|
|
||||||
|
|
||||||
'@node-rs/argon2-darwin-x64@1.7.0':
|
|
||||||
resolution: {integrity: sha512-5oi/pxqVhODW/pj1+3zElMTn/YukQeywPHHYDbcAW3KsojFjKySfhcJMd1DjKTc+CHQI+4lOxZzSUzK7mI14Hw==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [darwin]
|
|
||||||
|
|
||||||
'@node-rs/argon2-freebsd-x64@1.7.0':
|
|
||||||
resolution: {integrity: sha512-Ify08683hA4QVXYoIm5SUWOY5DPIT/CMB0CQT+IdxQAg/F+qp342+lUkeAtD5bvStQuCx/dFO3bnnzoe2clMhA==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [freebsd]
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-arm-gnueabihf@1.7.0':
|
|
||||||
resolution: {integrity: sha512-7DjDZ1h5AUHAtRNjD19RnQatbhL+uuxBASuuXIBu4/w6Dx8n7YPxwTP4MXfsvuRgKuMWiOb/Ub/HJ3kXVCXRkg==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-arm64-gnu@1.7.0':
|
|
||||||
resolution: {integrity: sha512-nJDoMP4Y3YcqGswE4DvP080w6O24RmnFEDnL0emdI8Nou17kNYBzP2546Nasx9GCyLzRcYQwZOUjrtUuQ+od2g==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-arm64-musl@1.7.0':
|
|
||||||
resolution: {integrity: sha512-BKWS8iVconhE3jrb9mj6t1J9vwUqQPpzCbUKxfTGJfc+kNL58F1SXHBoe2cDYGnHrFEHTY0YochzXoAfm4Dm/A==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-x64-gnu@1.7.0':
|
|
||||||
resolution: {integrity: sha512-EmgqZOlf4Jurk/szW1iTsVISx25bKksVC5uttJDUloTgsAgIGReCpUUO1R24pBhu9ESJa47iv8NSf3yAfGv6jQ==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-x64-musl@1.7.0':
|
|
||||||
resolution: {integrity: sha512-/o1efYCYIxjfuoRYyBTi2Iy+1iFfhqHCvvVsnjNSgO1xWiWrX0Rrt/xXW5Zsl7vS2Y+yu8PL8KFWRzZhaVxfKA==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/argon2-wasm32-wasi@1.7.0':
|
|
||||||
resolution: {integrity: sha512-Evmk9VcxqnuwQftfAfYEr6YZYSPLzmKUsbFIMep5nTt9PT4XYRFAERj7wNYp+rOcBenF3X4xoB+LhwcOMTNE5w==}
|
|
||||||
engines: {node: '>=14.0.0'}
|
|
||||||
cpu: [wasm32]
|
|
||||||
|
|
||||||
'@node-rs/argon2-win32-arm64-msvc@1.7.0':
|
|
||||||
resolution: {integrity: sha512-qgsU7T004COWWpSA0tppDqDxbPLgg8FaU09krIJ7FBl71Sz8SFO40h7fDIjfbTT5w7u6mcaINMQ5bSHu75PCaA==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [win32]
|
|
||||||
|
|
||||||
'@node-rs/argon2-win32-ia32-msvc@1.7.0':
|
|
||||||
resolution: {integrity: sha512-JGafwWYQ/HpZ3XSwP4adQ6W41pRvhcdXvpzIWtKvX+17+xEXAe2nmGWM6s27pVkg1iV2ZtoYLRDkOUoGqZkCcg==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [ia32]
|
|
||||||
os: [win32]
|
|
||||||
|
|
||||||
'@node-rs/argon2-win32-x64-msvc@1.7.0':
|
|
||||||
resolution: {integrity: sha512-9oq4ShyFakw8AG3mRls0AoCpxBFcimYx7+jvXeAf2OqKNO+mSA6eZ9z7KQeVCi0+SOEUYxMGf5UiGiDb9R6+9Q==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [win32]
|
|
||||||
|
|
||||||
'@node-rs/argon2@1.7.0':
|
|
||||||
resolution: {integrity: sha512-zfULc+/tmcWcxn+nHkbyY8vP3+MpEqKORbszt4UkpqZgBgDAAIYvuDN/zukfTgdmo6tmJKKVfzigZOPk4LlIog==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-android-arm-eabi@1.9.0':
|
|
||||||
resolution: {integrity: sha512-nOCFISGtnodGHNiLrG0WYLWr81qQzZKYfmwHc7muUeq+KY0sQXyHOwZk9OuNQAWv/lnntmtbwkwT0QNEmOyLvA==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm]
|
|
||||||
os: [android]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-android-arm64@1.9.0':
|
|
||||||
resolution: {integrity: sha512-+ZrIAtigVmjYkqZQTThHVlz0+TG6D+GDHWhVKvR2DifjtqJ0i+mb9gjo++hN+fWEQdWNGxKCiBBjwgT4EcXd6A==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [android]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-darwin-arm64@1.9.0':
|
|
||||||
resolution: {integrity: sha512-CQiS+F9Pa0XozvkXR1g7uXE9QvBOPOplDg0iCCPRYTN9PqA5qYxhwe48G3o+v2UeQceNRrbnEtWuANm7JRqIhw==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [darwin]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-darwin-x64@1.9.0':
|
|
||||||
resolution: {integrity: sha512-4pTKGawYd7sNEjdJ7R/R67uwQH1VvwPZ0SSUMmeNHbxD5QlwAPXdDH11q22uzVXsvNFZ6nGQBg8No5OUGpx6Ug==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [darwin]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-freebsd-x64@1.9.0':
|
|
||||||
resolution: {integrity: sha512-UmWzySX4BJhT/B8xmTru6iFif3h0Rpx3TqxRLCcbgmH43r7k5/9QuhpiyzpvKGpKHJCFNm4F3rC2wghvw5FCIg==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [freebsd]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-arm-gnueabihf@1.9.0':
|
|
||||||
resolution: {integrity: sha512-8qoX4PgBND2cVwsbajoAWo3NwdfJPEXgpCsZQZURz42oMjbGyhhSYbovBCskGU3EBLoC8RA2B1jFWooeYVn5BA==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-arm64-gnu@1.9.0':
|
|
||||||
resolution: {integrity: sha512-TuAC6kx0SbcIA4mSEWPi+OCcDjTQUMl213v5gMNlttF+D4ieIZx6pPDGTaMO6M2PDHTeCG0CBzZl0Lu+9b0c7Q==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-arm64-musl@1.9.0':
|
|
||||||
resolution: {integrity: sha512-/sIvKDABOI8QOEnLD7hIj02BVaNOuCIWBKvxcJOt8+TuwJ6zmY1UI5kSv9d99WbiHjTp97wtAUbZQwauU4b9ew==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-x64-gnu@1.9.0':
|
|
||||||
resolution: {integrity: sha512-DyyhDHDsLBsCKz1tZ1hLvUZSc1DK0FU0v52jK6IBQxrj24WscSU9zZe7ie/V9kdmA4Ep57BfpWX8Dsa2JxGdgQ==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-x64-musl@1.9.0':
|
|
||||||
resolution: {integrity: sha512-duIiuqQ+Lew8ASSAYm6ZRqcmfBGWwsi81XLUwz86a2HR7Qv6V4yc3ZAUQovAikhjCsIqe8C11JlAZSK6+PlXYg==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [linux]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-wasm32-wasi@1.9.0':
|
|
||||||
resolution: {integrity: sha512-ylaGmn9Wjwv/D5lxtawttx3H6Uu2WTTR7lWlRHGT6Ga/MB1Vj4OjSGUW8G8zIVnKuXpGbZ92pgHlt4HUpSLctw==}
|
|
||||||
engines: {node: '>=14.0.0'}
|
|
||||||
cpu: [wasm32]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-win32-arm64-msvc@1.9.0':
|
|
||||||
resolution: {integrity: sha512-2h86gF7QFyEzODuDFml/Dp1MSJoZjxJ4yyT2Erf4NkwsiA5MqowUhUsorRwZhX6+2CtlGa7orbwi13AKMsYndw==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [win32]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-win32-ia32-msvc@1.9.0':
|
|
||||||
resolution: {integrity: sha512-kqxalCvhs4FkN0+gWWfa4Bdy2NQAkfiqq/CEf6mNXC13RSV673Ev9V8sRlQyNpCHCNkeXfOT9pgoBdJmMs9muA==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [ia32]
|
|
||||||
os: [win32]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-win32-x64-msvc@1.9.0':
|
|
||||||
resolution: {integrity: sha512-2y0Tuo6ZAT2Cz8V7DHulSlv1Bip3zbzeXyeur+uR25IRNYXKvI/P99Zl85Fbuu/zzYAZRLLlGTRe6/9IHofe/w==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [win32]
|
|
||||||
|
|
||||||
'@node-rs/bcrypt@1.9.0':
|
|
||||||
resolution: {integrity: sha512-u2OlIxW264bFUfvbFqDz9HZKFjwe8FHFtn7T/U8mYjPZ7DWYpbUB+/dkW/QgYfMSfR0ejkyuWaBBe0coW7/7ig==}
|
|
||||||
engines: {node: '>= 10'}
|
|
||||||
|
|
||||||
'@nodelib/fs.scandir@2.1.5':
|
'@nodelib/fs.scandir@2.1.5':
|
||||||
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
||||||
engines: {node: '>= 8'}
|
engines: {node: '>= 8'}
|
||||||
@@ -8413,8 +8233,10 @@ packages:
|
|||||||
'@shikijs/transformers@3.1.0':
|
'@shikijs/transformers@3.1.0':
|
||||||
resolution: {integrity: sha512-Et+agcilvJOmWh/goUczrdM6R35JrEr8B8xZxJVv6rCIpUo2rICtWZF4YBUIILx5mV78455EcYyFPCrk3lJ+nw==}
|
resolution: {integrity: sha512-Et+agcilvJOmWh/goUczrdM6R35JrEr8B8xZxJVv6rCIpUo2rICtWZF4YBUIILx5mV78455EcYyFPCrk3lJ+nw==}
|
||||||
|
|
||||||
'@shikijs/twoslash@1.22.2':
|
'@shikijs/twoslash@3.1.0':
|
||||||
resolution: {integrity: sha512-4R3A7aH/toZgtlveXHKk01nIsvn8hjAfPJ1aT550zcV4qK6vK/tfaEyYtaljOaY1wig2l5+8sKjNSEz3PcSiEw==}
|
resolution: {integrity: sha512-cEaS6Nw1IhcJRc0RxJWIaZLXq0A5d9aJ9LoRfO4+y1L1wqC/+YCqrMEZqxkdjep3usCbZRae13fcXMd4pz8fHQ==}
|
||||||
|
peerDependencies:
|
||||||
|
typescript: '>=5.5.0'
|
||||||
|
|
||||||
'@shikijs/types@1.22.2':
|
'@shikijs/types@1.22.2':
|
||||||
resolution: {integrity: sha512-NCWDa6LGZqTuzjsGfXOBWfjS/fDIbDdmVDug+7ykVe1IKT4c1gakrvlfFYp5NhAXH/lyqLM8wsAPo5wNy73Feg==}
|
resolution: {integrity: sha512-NCWDa6LGZqTuzjsGfXOBWfjS/fDIbDdmVDug+7ykVe1IKT4c1gakrvlfFYp5NhAXH/lyqLM8wsAPo5wNy73Feg==}
|
||||||
@@ -9028,9 +8850,6 @@ packages:
|
|||||||
'@tweenjs/tween.js@23.1.3':
|
'@tweenjs/tween.js@23.1.3':
|
||||||
resolution: {integrity: sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==}
|
resolution: {integrity: sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==}
|
||||||
|
|
||||||
'@tybys/wasm-util@0.8.3':
|
|
||||||
resolution: {integrity: sha512-Z96T/L6dUFFxgFJ+pQtkPpne9q7i6kIPYCFnQBHSgSPV9idTsKfIhCss0h5iM9irweZCatkrdeP8yi5uM1eX6Q==}
|
|
||||||
|
|
||||||
'@types/acorn@4.0.6':
|
'@types/acorn@4.0.6':
|
||||||
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
|
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
|
||||||
|
|
||||||
@@ -9504,8 +9323,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
|
resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
|
||||||
engines: {node: ^16.0.0 || >=18.0.0}
|
engines: {node: ^16.0.0 || >=18.0.0}
|
||||||
|
|
||||||
'@typescript/vfs@1.6.0':
|
'@typescript/vfs@1.6.1':
|
||||||
resolution: {integrity: sha512-hvJUjNVeBMp77qPINuUvYXj4FyWeeMMKZkxEATEU3hqBAQ7qdTBCUFT7Sp0Zu0faeEtFf+ldXxMEDr/bk73ISg==}
|
resolution: {integrity: sha512-JwoxboBh7Oz1v38tPbkrZ62ZXNHAk9bJ7c9x0eI5zBfBnBYGhURdbnh7Z4smN/MV48Y5OCcZb58n972UtbazsA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
|
|
||||||
@@ -13301,9 +13120,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==}
|
resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==}
|
||||||
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||||
|
|
||||||
fs-monkey@1.0.6:
|
|
||||||
resolution: {integrity: sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==}
|
|
||||||
|
|
||||||
fs-write-stream-atomic@1.0.10:
|
fs-write-stream-atomic@1.0.10:
|
||||||
resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==}
|
resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==}
|
||||||
deprecated: This package is no longer supported.
|
deprecated: This package is no longer supported.
|
||||||
@@ -13367,11 +13183,12 @@ packages:
|
|||||||
'@scalar/api-client-react':
|
'@scalar/api-client-react':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
fumadocs-twoslash@1.1.3:
|
fumadocs-twoslash@3.0.1:
|
||||||
resolution: {integrity: sha512-gXpJnnAQQQSzcDKH0Qfi2BN2gUiH4cYOS+N4jM9kHNo3YO842RVu0yhmrwZgajc7rdOWIWjIRZ8bdOhVd0FePA==}
|
resolution: {integrity: sha512-Np3TfgFit/f5XtZ3n69B74pecW84NzOY78HDa7I06rYTgzHM9XnDdgyi7n3wT3yzdWmouxlLP8NOlxZWHC4dEw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
fumadocs-ui: 13.x.x
|
fumadocs-ui: ^15.0.0
|
||||||
shiki: 1.x.x
|
react: 18.x.x || 19.x.x
|
||||||
|
shiki: 1.x.x || 2.x.x || 3.x.x
|
||||||
|
|
||||||
fumadocs-typescript@3.0.4:
|
fumadocs-typescript@3.0.4:
|
||||||
resolution: {integrity: sha512-/hhzmcEY8ugOfmEY+InJMpHQkTQ0xIuqEQrutNO3FZzwhQ57KOvYZWmQNkBqc+BGG3nIjf58nIhOl/ilM5sndg==}
|
resolution: {integrity: sha512-/hhzmcEY8ugOfmEY+InJMpHQkTQ0xIuqEQrutNO3FZzwhQ57KOvYZWmQNkBqc+BGG3nIjf58nIhOl/ilM5sndg==}
|
||||||
@@ -13730,9 +13547,6 @@ packages:
|
|||||||
hast-util-to-estree@2.3.3:
|
hast-util-to-estree@2.3.3:
|
||||||
resolution: {integrity: sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==}
|
resolution: {integrity: sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==}
|
||||||
|
|
||||||
hast-util-to-estree@3.1.0:
|
|
||||||
resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==}
|
|
||||||
|
|
||||||
hast-util-to-estree@3.1.2:
|
hast-util-to-estree@3.1.2:
|
||||||
resolution: {integrity: sha512-94SDoKOfop5gP8RHyw4vV1aj+oChuD42g08BONGAaWFbbO6iaWUqxk7SWfGybgcVzhK16KifZr3zD2dqQgx3jQ==}
|
resolution: {integrity: sha512-94SDoKOfop5gP8RHyw4vV1aj+oChuD42g08BONGAaWFbbO6iaWUqxk7SWfGybgcVzhK16KifZr3zD2dqQgx3jQ==}
|
||||||
|
|
||||||
@@ -15313,9 +15127,6 @@ packages:
|
|||||||
mdast-util-gfm-task-list-item@2.0.0:
|
mdast-util-gfm-task-list-item@2.0.0:
|
||||||
resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
|
resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
|
||||||
|
|
||||||
mdast-util-gfm@3.0.0:
|
|
||||||
resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==}
|
|
||||||
|
|
||||||
mdast-util-gfm@3.1.0:
|
mdast-util-gfm@3.1.0:
|
||||||
resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
|
resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
|
||||||
|
|
||||||
@@ -15380,13 +15191,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
|
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
|
||||||
engines: {node: '>= 0.6'}
|
engines: {node: '>= 0.6'}
|
||||||
|
|
||||||
memfs-browser@3.5.10302:
|
|
||||||
resolution: {integrity: sha512-JJTc/nh3ig05O0gBBGZjTCPOyydaTxNF0uHYBrcc1gHNnO+KIHIvo0Y1FKCJsaei6FCl8C6xfQomXqu+cuzkIw==}
|
|
||||||
|
|
||||||
memfs@3.5.3:
|
|
||||||
resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
|
|
||||||
engines: {node: '>= 4.0.0'}
|
|
||||||
|
|
||||||
memoize-one@5.2.1:
|
memoize-one@5.2.1:
|
||||||
resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==}
|
resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==}
|
||||||
|
|
||||||
@@ -16521,9 +16325,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==}
|
resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==}
|
||||||
deprecated: This package is no longer supported.
|
deprecated: This package is no longer supported.
|
||||||
|
|
||||||
oslo@1.2.1:
|
|
||||||
resolution: {integrity: sha512-HfIhB5ruTdQv0XX2XlncWQiJ5SIHZ7NHZhVyHth0CSZ/xzge00etRyYy/3wp/Dsu+PkxMC+6+B2lS/GcKoewkA==}
|
|
||||||
|
|
||||||
outdent@0.8.0:
|
outdent@0.8.0:
|
||||||
resolution: {integrity: sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==}
|
resolution: {integrity: sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==}
|
||||||
|
|
||||||
@@ -19378,13 +19179,13 @@ packages:
|
|||||||
resolution: {integrity: sha512-DUHWQAcC8BTiUZDRzAYGvpSpGLiaOQPfYXlCieQbwUvmml/LRGIe3raKdrOPOoiX0DYlzxs2nH6BoWJoZrj8hA==}
|
resolution: {integrity: sha512-DUHWQAcC8BTiUZDRzAYGvpSpGLiaOQPfYXlCieQbwUvmml/LRGIe3raKdrOPOoiX0DYlzxs2nH6BoWJoZrj8hA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
twoslash-protocol@0.2.12:
|
twoslash-protocol@0.3.1:
|
||||||
resolution: {integrity: sha512-5qZLXVYfZ9ABdjqbvPc4RWMr7PrpPaaDSeaYY55vl/w1j6H6kzsWK/urAEIXlzYlyrFmyz1UbwIt+AA0ck+wbg==}
|
resolution: {integrity: sha512-BMePTL9OkuNISSyyMclBBhV2s9++DiOCyhhCoV5Kaht6eaWLwVjCCUJHY33eZJPsyKeZYS8Wzz0h+XI01VohVw==}
|
||||||
|
|
||||||
twoslash@0.2.12:
|
twoslash@0.3.1:
|
||||||
resolution: {integrity: sha512-tEHPASMqi7kqwfJbkk7hc/4EhlrKCSLcur+TcvYki3vhIfaRMXnXjaYFgXpoZRbT6GdprD4tGuVBEmTpUgLBsw==}
|
resolution: {integrity: sha512-OGqMTGvqXTcb92YQdwGfEdK0nZJA64Aj/ChLOelbl3TfYch2IoBST0Yx4C0LQ7Lzyqm9RpgcpgDxeXQIz4p2Kg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: ^5.5.0
|
||||||
|
|
||||||
type-check@0.4.0:
|
type-check@0.4.0:
|
||||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||||
@@ -20939,7 +20740,7 @@ snapshots:
|
|||||||
'@volar/language-core': 2.4.8
|
'@volar/language-core': 2.4.8
|
||||||
'@volar/language-server': 2.4.8
|
'@volar/language-server': 2.4.8
|
||||||
'@volar/language-service': 2.4.8
|
'@volar/language-service': 2.4.8
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.3
|
||||||
muggle-string: 0.4.1
|
muggle-string: 0.4.1
|
||||||
volar-service-css: 0.0.62(@volar/language-service@2.4.8)
|
volar-service-css: 0.0.62(@volar/language-service@2.4.8)
|
||||||
volar-service-emmet: 0.0.62(@volar/language-service@2.4.8)
|
volar-service-emmet: 0.0.62(@volar/language-service@2.4.8)
|
||||||
@@ -20965,7 +20766,7 @@ snapshots:
|
|||||||
mdast-util-definitions: 6.0.0
|
mdast-util-definitions: 6.0.0
|
||||||
rehype-raw: 7.0.0
|
rehype-raw: 7.0.0
|
||||||
rehype-stringify: 10.0.1
|
rehype-stringify: 10.0.1
|
||||||
remark-gfm: 4.0.0
|
remark-gfm: 4.0.1
|
||||||
remark-parse: 11.0.0
|
remark-parse: 11.0.0
|
||||||
remark-rehype: 11.1.1
|
remark-rehype: 11.1.1
|
||||||
remark-smartypants: 3.0.2
|
remark-smartypants: 3.0.2
|
||||||
@@ -22459,16 +22260,6 @@ snapshots:
|
|||||||
|
|
||||||
'@emmetio/stream-reader@2.2.0': {}
|
'@emmetio/stream-reader@2.2.0': {}
|
||||||
|
|
||||||
'@emnapi/core@0.45.0':
|
|
||||||
dependencies:
|
|
||||||
tslib: 2.8.1
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@emnapi/runtime@0.45.0':
|
|
||||||
dependencies:
|
|
||||||
tslib: 2.8.1
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@emnapi/runtime@1.3.1':
|
'@emnapi/runtime@1.3.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
@@ -24411,134 +24202,6 @@ snapshots:
|
|||||||
|
|
||||||
'@noble/hashes@1.6.1': {}
|
'@noble/hashes@1.6.1': {}
|
||||||
|
|
||||||
'@node-rs/argon2-android-arm-eabi@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-android-arm64@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-darwin-arm64@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-darwin-x64@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-freebsd-x64@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-arm-gnueabihf@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-arm64-gnu@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-arm64-musl@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-x64-gnu@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-linux-x64-musl@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-wasm32-wasi@1.7.0':
|
|
||||||
dependencies:
|
|
||||||
'@emnapi/core': 0.45.0
|
|
||||||
'@emnapi/runtime': 0.45.0
|
|
||||||
'@tybys/wasm-util': 0.8.3
|
|
||||||
memfs-browser: 3.5.10302
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-win32-arm64-msvc@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-win32-ia32-msvc@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2-win32-x64-msvc@1.7.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/argon2@1.7.0':
|
|
||||||
optionalDependencies:
|
|
||||||
'@node-rs/argon2-android-arm-eabi': 1.7.0
|
|
||||||
'@node-rs/argon2-android-arm64': 1.7.0
|
|
||||||
'@node-rs/argon2-darwin-arm64': 1.7.0
|
|
||||||
'@node-rs/argon2-darwin-x64': 1.7.0
|
|
||||||
'@node-rs/argon2-freebsd-x64': 1.7.0
|
|
||||||
'@node-rs/argon2-linux-arm-gnueabihf': 1.7.0
|
|
||||||
'@node-rs/argon2-linux-arm64-gnu': 1.7.0
|
|
||||||
'@node-rs/argon2-linux-arm64-musl': 1.7.0
|
|
||||||
'@node-rs/argon2-linux-x64-gnu': 1.7.0
|
|
||||||
'@node-rs/argon2-linux-x64-musl': 1.7.0
|
|
||||||
'@node-rs/argon2-wasm32-wasi': 1.7.0
|
|
||||||
'@node-rs/argon2-win32-arm64-msvc': 1.7.0
|
|
||||||
'@node-rs/argon2-win32-ia32-msvc': 1.7.0
|
|
||||||
'@node-rs/argon2-win32-x64-msvc': 1.7.0
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-android-arm-eabi@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-android-arm64@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-darwin-arm64@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-darwin-x64@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-freebsd-x64@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-arm-gnueabihf@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-arm64-gnu@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-arm64-musl@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-x64-gnu@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-linux-x64-musl@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-wasm32-wasi@1.9.0':
|
|
||||||
dependencies:
|
|
||||||
'@emnapi/core': 0.45.0
|
|
||||||
'@emnapi/runtime': 0.45.0
|
|
||||||
'@tybys/wasm-util': 0.8.3
|
|
||||||
memfs-browser: 3.5.10302
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-win32-arm64-msvc@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-win32-ia32-msvc@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt-win32-x64-msvc@1.9.0':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@node-rs/bcrypt@1.9.0':
|
|
||||||
optionalDependencies:
|
|
||||||
'@node-rs/bcrypt-android-arm-eabi': 1.9.0
|
|
||||||
'@node-rs/bcrypt-android-arm64': 1.9.0
|
|
||||||
'@node-rs/bcrypt-darwin-arm64': 1.9.0
|
|
||||||
'@node-rs/bcrypt-darwin-x64': 1.9.0
|
|
||||||
'@node-rs/bcrypt-freebsd-x64': 1.9.0
|
|
||||||
'@node-rs/bcrypt-linux-arm-gnueabihf': 1.9.0
|
|
||||||
'@node-rs/bcrypt-linux-arm64-gnu': 1.9.0
|
|
||||||
'@node-rs/bcrypt-linux-arm64-musl': 1.9.0
|
|
||||||
'@node-rs/bcrypt-linux-x64-gnu': 1.9.0
|
|
||||||
'@node-rs/bcrypt-linux-x64-musl': 1.9.0
|
|
||||||
'@node-rs/bcrypt-wasm32-wasi': 1.9.0
|
|
||||||
'@node-rs/bcrypt-win32-arm64-msvc': 1.9.0
|
|
||||||
'@node-rs/bcrypt-win32-ia32-msvc': 1.9.0
|
|
||||||
'@node-rs/bcrypt-win32-x64-msvc': 1.9.0
|
|
||||||
|
|
||||||
'@nodelib/fs.scandir@2.1.5':
|
'@nodelib/fs.scandir@2.1.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nodelib/fs.stat': 2.0.5
|
'@nodelib/fs.stat': 2.0.5
|
||||||
@@ -27524,7 +27187,7 @@ snapshots:
|
|||||||
'@react-native-community/cli-tools': 13.6.9(encoding@0.1.13)
|
'@react-native-community/cli-tools': 13.6.9(encoding@0.1.13)
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
execa: 5.1.1
|
execa: 5.1.1
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.3
|
||||||
fast-xml-parser: 4.5.0
|
fast-xml-parser: 4.5.0
|
||||||
logkitty: 0.7.1
|
logkitty: 0.7.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -28571,7 +28234,7 @@ snapshots:
|
|||||||
'@shikijs/types': 1.22.2
|
'@shikijs/types': 1.22.2
|
||||||
'@shikijs/vscode-textmate': 9.3.0
|
'@shikijs/vscode-textmate': 9.3.0
|
||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
hast-util-to-html: 9.0.3
|
hast-util-to-html: 9.0.5
|
||||||
|
|
||||||
'@shikijs/core@1.24.0':
|
'@shikijs/core@1.24.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -28657,14 +28320,14 @@ snapshots:
|
|||||||
'@shikijs/core': 3.1.0
|
'@shikijs/core': 3.1.0
|
||||||
'@shikijs/types': 3.1.0
|
'@shikijs/types': 3.1.0
|
||||||
|
|
||||||
'@shikijs/twoslash@1.22.2(typescript@5.7.2)':
|
'@shikijs/twoslash@3.1.0(typescript@5.7.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/core': 1.22.2
|
'@shikijs/core': 3.1.0
|
||||||
'@shikijs/types': 1.22.2
|
'@shikijs/types': 3.1.0
|
||||||
twoslash: 0.2.12(typescript@5.7.2)
|
twoslash: 0.3.1(typescript@5.7.2)
|
||||||
|
typescript: 5.7.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
|
||||||
|
|
||||||
'@shikijs/types@1.22.2':
|
'@shikijs/types@1.22.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -29411,11 +29074,6 @@ snapshots:
|
|||||||
|
|
||||||
'@tweenjs/tween.js@23.1.3': {}
|
'@tweenjs/tween.js@23.1.3': {}
|
||||||
|
|
||||||
'@tybys/wasm-util@0.8.3':
|
|
||||||
dependencies:
|
|
||||||
tslib: 2.8.1
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@types/acorn@4.0.6':
|
'@types/acorn@4.0.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/estree': 1.0.6
|
'@types/estree': 1.0.6
|
||||||
@@ -29983,7 +29641,7 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 6.21.0
|
'@typescript-eslint/types': 6.21.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@typescript/vfs@1.6.0(typescript@5.7.2)':
|
'@typescript/vfs@1.6.1(typescript@5.7.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.0(supports-color@9.4.0)
|
debug: 4.4.0(supports-color@9.4.0)
|
||||||
typescript: 5.7.2
|
typescript: 5.7.2
|
||||||
@@ -35078,9 +34736,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
minipass: 7.1.2
|
minipass: 7.1.2
|
||||||
|
|
||||||
fs-monkey@1.0.6:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
fs-write-stream-atomic@1.0.10:
|
fs-write-stream-atomic@1.0.10:
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
@@ -35100,7 +34755,7 @@ snapshots:
|
|||||||
'@shikijs/rehype': 1.24.0
|
'@shikijs/rehype': 1.24.0
|
||||||
'@shikijs/transformers': 1.22.2
|
'@shikijs/transformers': 1.22.2
|
||||||
github-slugger: 2.0.0
|
github-slugger: 2.0.0
|
||||||
hast-util-to-estree: 3.1.0
|
hast-util-to-estree: 3.1.2
|
||||||
image-size: 1.1.1
|
image-size: 1.1.1
|
||||||
negotiator: 1.0.0
|
negotiator: 1.0.0
|
||||||
react-remove-scroll: 2.6.0(@types/react@18.3.14)(react@18.3.1)
|
react-remove-scroll: 2.6.0(@types/react@18.3.14)(react@18.3.1)
|
||||||
@@ -35218,15 +34873,21 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- tailwindcss
|
- tailwindcss
|
||||||
|
|
||||||
fumadocs-twoslash@1.1.3(fumadocs-ui@14.0.2(@types/react-dom@18.3.2)(@types/react@18.3.14)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(shiki@1.24.0)(typescript@5.7.2):
|
fumadocs-twoslash@3.0.1(@types/react-dom@18.3.2)(@types/react@18.3.14)(fumadocs-ui@14.0.2(@types/react-dom@18.3.2)(@types/react@18.3.14)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(shiki@1.24.0)(typescript@5.7.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/twoslash': 1.22.2(typescript@5.7.2)
|
'@radix-ui/react-popover': 1.1.6(@types/react-dom@18.3.2)(@types/react@18.3.14)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
|
'@shikijs/twoslash': 3.1.0(typescript@5.7.2)
|
||||||
fumadocs-ui: 14.0.2(@types/react-dom@18.3.2)(@types/react@18.3.14)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1)
|
fumadocs-ui: 14.0.2(@types/react-dom@18.3.2)(@types/react@18.3.14)(next@15.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.83.1)
|
||||||
mdast-util-from-markdown: 2.0.2
|
mdast-util-from-markdown: 2.0.2
|
||||||
mdast-util-gfm: 3.0.0
|
mdast-util-gfm: 3.1.0
|
||||||
mdast-util-to-hast: 13.2.0
|
mdast-util-to-hast: 13.2.0
|
||||||
|
react: 18.3.1
|
||||||
shiki: 1.24.0
|
shiki: 1.24.0
|
||||||
|
tailwind-merge: 3.0.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
- '@types/react'
|
||||||
|
- '@types/react-dom'
|
||||||
|
- react-dom
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
@@ -35770,27 +35431,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
hast-util-to-estree@3.1.0:
|
|
||||||
dependencies:
|
|
||||||
'@types/estree': 1.0.6
|
|
||||||
'@types/estree-jsx': 1.0.5
|
|
||||||
'@types/hast': 3.0.4
|
|
||||||
comma-separated-tokens: 2.0.3
|
|
||||||
devlop: 1.1.0
|
|
||||||
estree-util-attach-comments: 3.0.0
|
|
||||||
estree-util-is-identifier-name: 3.0.0
|
|
||||||
hast-util-whitespace: 3.0.0
|
|
||||||
mdast-util-mdx-expression: 2.0.1
|
|
||||||
mdast-util-mdx-jsx: 3.1.3
|
|
||||||
mdast-util-mdxjs-esm: 2.0.1
|
|
||||||
property-information: 6.5.0
|
|
||||||
space-separated-tokens: 2.0.2
|
|
||||||
style-to-object: 0.4.4
|
|
||||||
unist-util-position: 5.0.0
|
|
||||||
zwitch: 2.0.4
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
hast-util-to-estree@3.1.2:
|
hast-util-to-estree@3.1.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/estree': 1.0.6
|
'@types/estree': 1.0.6
|
||||||
@@ -37588,18 +37228,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
mdast-util-gfm@3.0.0:
|
|
||||||
dependencies:
|
|
||||||
mdast-util-from-markdown: 2.0.2
|
|
||||||
mdast-util-gfm-autolink-literal: 2.0.1
|
|
||||||
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.1.1
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
mdast-util-gfm@3.1.0:
|
mdast-util-gfm@3.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
mdast-util-from-markdown: 2.0.2
|
mdast-util-from-markdown: 2.0.2
|
||||||
@@ -37759,16 +37387,6 @@ snapshots:
|
|||||||
|
|
||||||
media-typer@0.3.0: {}
|
media-typer@0.3.0: {}
|
||||||
|
|
||||||
memfs-browser@3.5.10302:
|
|
||||||
dependencies:
|
|
||||||
memfs: 3.5.3
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
memfs@3.5.3:
|
|
||||||
dependencies:
|
|
||||||
fs-monkey: 1.0.6
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
memoize-one@5.2.1: {}
|
memoize-one@5.2.1: {}
|
||||||
|
|
||||||
memoize-one@6.0.0: {}
|
memoize-one@6.0.0: {}
|
||||||
@@ -38106,7 +37724,7 @@ snapshots:
|
|||||||
flow-enums-runtime: 0.0.6
|
flow-enums-runtime: 0.0.6
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
hermes-parser: 0.23.1
|
hermes-parser: 0.23.1
|
||||||
image-size: 1.1.1
|
image-size: 1.2.0
|
||||||
invariant: 2.2.4
|
invariant: 2.2.4
|
||||||
jest-worker: 29.7.0
|
jest-worker: 29.7.0
|
||||||
jsc-safe-url: 0.2.4
|
jsc-safe-url: 0.2.4
|
||||||
@@ -38155,7 +37773,7 @@ snapshots:
|
|||||||
flow-enums-runtime: 0.0.6
|
flow-enums-runtime: 0.0.6
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
hermes-parser: 0.24.0
|
hermes-parser: 0.24.0
|
||||||
image-size: 1.1.1
|
image-size: 1.2.0
|
||||||
invariant: 2.2.4
|
invariant: 2.2.4
|
||||||
jest-worker: 29.7.0
|
jest-worker: 29.7.0
|
||||||
jsc-safe-url: 0.2.4
|
jsc-safe-url: 0.2.4
|
||||||
@@ -39757,11 +39375,6 @@ snapshots:
|
|||||||
os-homedir: 1.0.2
|
os-homedir: 1.0.2
|
||||||
os-tmpdir: 1.0.2
|
os-tmpdir: 1.0.2
|
||||||
|
|
||||||
oslo@1.2.1:
|
|
||||||
dependencies:
|
|
||||||
'@node-rs/argon2': 1.7.0
|
|
||||||
'@node-rs/bcrypt': 1.9.0
|
|
||||||
|
|
||||||
outdent@0.8.0: {}
|
outdent@0.8.0: {}
|
||||||
|
|
||||||
outvariant@1.4.0: {}
|
outvariant@1.4.0: {}
|
||||||
@@ -41770,7 +41383,7 @@ snapshots:
|
|||||||
remark-gfm@4.0.0:
|
remark-gfm@4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/mdast': 4.0.4
|
'@types/mdast': 4.0.4
|
||||||
mdast-util-gfm: 3.0.0
|
mdast-util-gfm: 3.1.0
|
||||||
micromark-extension-gfm: 3.0.0
|
micromark-extension-gfm: 3.0.0
|
||||||
remark-parse: 11.0.0
|
remark-parse: 11.0.0
|
||||||
remark-stringify: 11.0.0
|
remark-stringify: 11.0.0
|
||||||
@@ -41781,7 +41394,7 @@ snapshots:
|
|||||||
remark-gfm@4.0.1:
|
remark-gfm@4.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/mdast': 4.0.4
|
'@types/mdast': 4.0.4
|
||||||
mdast-util-gfm: 3.0.0
|
mdast-util-gfm: 3.1.0
|
||||||
micromark-extension-gfm: 3.0.0
|
micromark-extension-gfm: 3.0.0
|
||||||
remark-parse: 11.0.0
|
remark-parse: 11.0.0
|
||||||
remark-stringify: 11.0.0
|
remark-stringify: 11.0.0
|
||||||
@@ -43471,12 +43084,12 @@ snapshots:
|
|||||||
turbo-windows-64: 2.3.3
|
turbo-windows-64: 2.3.3
|
||||||
turbo-windows-arm64: 2.3.3
|
turbo-windows-arm64: 2.3.3
|
||||||
|
|
||||||
twoslash-protocol@0.2.12: {}
|
twoslash-protocol@0.3.1: {}
|
||||||
|
|
||||||
twoslash@0.2.12(typescript@5.7.2):
|
twoslash@0.3.1(typescript@5.7.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript/vfs': 1.6.0(typescript@5.7.2)
|
'@typescript/vfs': 1.6.1(typescript@5.7.2)
|
||||||
twoslash-protocol: 0.2.12
|
twoslash-protocol: 0.3.1
|
||||||
typescript: 5.7.2
|
typescript: 5.7.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|||||||
Reference in New Issue
Block a user