diff --git a/.changeset/popular-humans-clap.md b/.changeset/popular-humans-clap.md new file mode 100644 index 0000000000..54e3de6e6f --- /dev/null +++ b/.changeset/popular-humans-clap.md @@ -0,0 +1,5 @@ +--- +"effect": patch +--- + +upgrade to latest versions diff --git a/.envrc b/.envrc new file mode 100644 index 0000000000..44610e56df --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake; diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d52f1556ef..6ab11706c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f65fe1e1eb..23f05ddf23 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,7 +3,7 @@ name: PR Flow on: pull_request: branches: - - 'main' + - "main" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -28,7 +28,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory id: pnpm-cache diff --git a/.gitignore b/.gitignore index f691932a91..7a6108f249 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ yarn-error.log tmp/ build/ dist/ +.direnv/ diff --git a/docs-ts.json b/docgen.json similarity index 100% rename from docs-ts.json rename to docgen.json diff --git a/docs/modules/Bigint.ts.md b/docs/modules/Bigint.ts.md new file mode 100644 index 0000000000..5a17379d9f --- /dev/null +++ b/docs/modules/Bigint.ts.md @@ -0,0 +1,20 @@ +--- +title: Bigint.ts +nav_order: 1 +parent: Modules +--- + +## Bigint overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Bigint.ts.html +- Module: "@effect/data/Bigint" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Boolean.ts.md b/docs/modules/Boolean.ts.md new file mode 100644 index 0000000000..f2e65b4d09 --- /dev/null +++ b/docs/modules/Boolean.ts.md @@ -0,0 +1,20 @@ +--- +title: Boolean.ts +nav_order: 2 +parent: Modules +--- + +## Boolean overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Boolean.ts.html +- Module: "@effect/data/Boolean" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Brand.ts.md b/docs/modules/Brand.ts.md new file mode 100644 index 0000000000..35af9a1f9b --- /dev/null +++ b/docs/modules/Brand.ts.md @@ -0,0 +1,20 @@ +--- +title: Brand.ts +nav_order: 3 +parent: Modules +--- + +## Brand overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Brand.ts.html +- Module: "@effect/data/Brand" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Cache.ts.md b/docs/modules/Cache.ts.md new file mode 100644 index 0000000000..55b5fa0b19 --- /dev/null +++ b/docs/modules/Cache.ts.md @@ -0,0 +1,20 @@ +--- +title: Cache.ts +nav_order: 4 +parent: Modules +--- + +## Cache overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Cache.ts.html +- Module: "@effect/io/Cache" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Cause.ts.md b/docs/modules/Cause.ts.md new file mode 100644 index 0000000000..4415218bcf --- /dev/null +++ b/docs/modules/Cause.ts.md @@ -0,0 +1,20 @@ +--- +title: Cause.ts +nav_order: 5 +parent: Modules +--- + +## Cause overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Cause.ts.html +- Module: "@effect/io/Cause" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Chunk.ts.md b/docs/modules/Chunk.ts.md new file mode 100644 index 0000000000..f2f315f871 --- /dev/null +++ b/docs/modules/Chunk.ts.md @@ -0,0 +1,20 @@ +--- +title: Chunk.ts +nav_order: 6 +parent: Modules +--- + +## Chunk overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Chunk.ts.html +- Module: "@effect/data/Chunk" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Clock.ts.md b/docs/modules/Clock.ts.md new file mode 100644 index 0000000000..c7fbc9e898 --- /dev/null +++ b/docs/modules/Clock.ts.md @@ -0,0 +1,20 @@ +--- +title: Clock.ts +nav_order: 7 +parent: Modules +--- + +## Clock overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Clock.ts.html +- Module: "@effect/io/Clock" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Concurrency.ts.md b/docs/modules/Concurrency.ts.md new file mode 100644 index 0000000000..fc3aa6c508 --- /dev/null +++ b/docs/modules/Concurrency.ts.md @@ -0,0 +1,20 @@ +--- +title: Concurrency.ts +nav_order: 8 +parent: Modules +--- + +## Concurrency overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Concurrency.ts.html +- Module: "@effect/io/Concurrency" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Config.ts.md b/docs/modules/Config.ts.md new file mode 100644 index 0000000000..7ff53176c5 --- /dev/null +++ b/docs/modules/Config.ts.md @@ -0,0 +1,20 @@ +--- +title: Config.ts +nav_order: 9 +parent: Modules +--- + +## Config overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Config.ts.html +- Module: "@effect/io/Config" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Context.ts.md b/docs/modules/Context.ts.md new file mode 100644 index 0000000000..9968dc55e1 --- /dev/null +++ b/docs/modules/Context.ts.md @@ -0,0 +1,20 @@ +--- +title: Context.ts +nav_order: 10 +parent: Modules +--- + +## Context overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Context.ts.html +- Module: "@effect/data/Context" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/DefaultServices.ts.md b/docs/modules/DefaultServices.ts.md new file mode 100644 index 0000000000..7fd7b3d27b --- /dev/null +++ b/docs/modules/DefaultServices.ts.md @@ -0,0 +1,20 @@ +--- +title: DefaultServices.ts +nav_order: 12 +parent: Modules +--- + +## DefaultServices overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/DefaultServices.ts.html +- Module: "@effect/io/DefaultServices" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Deferred.ts.md b/docs/modules/Deferred.ts.md new file mode 100644 index 0000000000..692312e721 --- /dev/null +++ b/docs/modules/Deferred.ts.md @@ -0,0 +1,20 @@ +--- +title: Deferred.ts +nav_order: 13 +parent: Modules +--- + +## Deferred overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Deferred.ts.html +- Module: "@effect/io/Deferred" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/DeterministicRandom.ts.md b/docs/modules/DeterministicRandom.ts.md new file mode 100644 index 0000000000..45e4b6fae6 --- /dev/null +++ b/docs/modules/DeterministicRandom.ts.md @@ -0,0 +1,20 @@ +--- +title: DeterministicRandom.ts +nav_order: 14 +parent: Modules +--- + +## DeterministicRandom overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Random.ts.html +- Module: "@effect/data/Random" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Differ.ts.md b/docs/modules/Differ.ts.md new file mode 100644 index 0000000000..0a8d435342 --- /dev/null +++ b/docs/modules/Differ.ts.md @@ -0,0 +1,20 @@ +--- +title: Differ.ts +nav_order: 15 +parent: Modules +--- + +## Differ overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ.ts.html +- Module: "@effect/data/Differ" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/DifferChunkPatch.ts.md b/docs/modules/DifferChunkPatch.ts.md new file mode 100644 index 0000000000..38654cbe69 --- /dev/null +++ b/docs/modules/DifferChunkPatch.ts.md @@ -0,0 +1,20 @@ +--- +title: DifferChunkPatch.ts +nav_order: 16 +parent: Modules +--- + +## DifferChunkPatch overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/ChunkPatch.ts.html +- Module: "@effect/data/Differ/ChunkPatch" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/DifferContextPatch.ts.md b/docs/modules/DifferContextPatch.ts.md new file mode 100644 index 0000000000..3f36a423a2 --- /dev/null +++ b/docs/modules/DifferContextPatch.ts.md @@ -0,0 +1,20 @@ +--- +title: DifferContextPatch.ts +nav_order: 17 +parent: Modules +--- + +## DifferContextPatch overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/ContextPatch.ts.html +- Module: "@effect/data/Differ/ContextPatch" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/DifferHashMapPatch.ts.md b/docs/modules/DifferHashMapPatch.ts.md new file mode 100644 index 0000000000..de1717963d --- /dev/null +++ b/docs/modules/DifferHashMapPatch.ts.md @@ -0,0 +1,20 @@ +--- +title: DifferHashMapPatch.ts +nav_order: 18 +parent: Modules +--- + +## DifferHashMapPatch overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/HashMapPatch.ts.html +- Module: "@effect/data/Differ/HashMapPatch" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/DifferHashSetPatch.ts.md b/docs/modules/DifferHashSetPatch.ts.md new file mode 100644 index 0000000000..6411b2fa64 --- /dev/null +++ b/docs/modules/DifferHashSetPatch.ts.md @@ -0,0 +1,20 @@ +--- +title: DifferHashSetPatch.ts +nav_order: 19 +parent: Modules +--- + +## DifferHashSetPatch overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/HashSetPatch.ts.html +- Module: "@effect/data/Differ/HashSetPatch" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/DifferOrPatch.ts.md b/docs/modules/DifferOrPatch.ts.md new file mode 100644 index 0000000000..1aab5b4ebe --- /dev/null +++ b/docs/modules/DifferOrPatch.ts.md @@ -0,0 +1,20 @@ +--- +title: DifferOrPatch.ts +nav_order: 20 +parent: Modules +--- + +## DifferOrPatch overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/OrPatch.ts.html +- Module: "@effect/data/Differ/OrPatch" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Duration.ts.md b/docs/modules/Duration.ts.md new file mode 100644 index 0000000000..13f369fc3b --- /dev/null +++ b/docs/modules/Duration.ts.md @@ -0,0 +1,20 @@ +--- +title: Duration.ts +nav_order: 21 +parent: Modules +--- + +## Duration overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Duration.ts.html +- Module: "@effect/data/Duration" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Effect.ts.md b/docs/modules/Effect.ts.md new file mode 100644 index 0000000000..16650ca484 --- /dev/null +++ b/docs/modules/Effect.ts.md @@ -0,0 +1,20 @@ +--- +title: Effect.ts +nav_order: 22 +parent: Modules +--- + +## Effect overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Effect.ts.html +- Module: "@effect/io/Effect" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Either.ts.md b/docs/modules/Either.ts.md new file mode 100644 index 0000000000..2289e339e7 --- /dev/null +++ b/docs/modules/Either.ts.md @@ -0,0 +1,20 @@ +--- +title: Either.ts +nav_order: 23 +parent: Modules +--- + +## Either overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Either.ts.html +- Module: "@effect/data/Either" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Equal.ts.md b/docs/modules/Equal.ts.md new file mode 100644 index 0000000000..516c95897c --- /dev/null +++ b/docs/modules/Equal.ts.md @@ -0,0 +1,20 @@ +--- +title: Equal.ts +nav_order: 24 +parent: Modules +--- + +## Equal overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Equal.ts.html +- Module: "@effect/data/Equal" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Equivalence.ts.md b/docs/modules/Equivalence.ts.md new file mode 100644 index 0000000000..277095cff6 --- /dev/null +++ b/docs/modules/Equivalence.ts.md @@ -0,0 +1,20 @@ +--- +title: Equivalence.ts +nav_order: 25 +parent: Modules +--- + +## Equivalence overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Equivalence.ts.html +- Module: "@effect/data/Equivalence" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ExecutionStrategy.ts.md b/docs/modules/ExecutionStrategy.ts.md new file mode 100644 index 0000000000..3edf7d3876 --- /dev/null +++ b/docs/modules/ExecutionStrategy.ts.md @@ -0,0 +1,20 @@ +--- +title: ExecutionStrategy.ts +nav_order: 26 +parent: Modules +--- + +## ExecutionStrategy overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/ExecutionStrategy.ts.html +- Module: "@effect/io/ExecutionStrategy" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Exit.ts.md b/docs/modules/Exit.ts.md new file mode 100644 index 0000000000..4484c0432d --- /dev/null +++ b/docs/modules/Exit.ts.md @@ -0,0 +1,20 @@ +--- +title: Exit.ts +nav_order: 27 +parent: Modules +--- + +## Exit overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Exit.ts.html +- Module: "@effect/io/Exit" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Fiber.ts.md b/docs/modules/Fiber.ts.md new file mode 100644 index 0000000000..7b2f18c3e6 --- /dev/null +++ b/docs/modules/Fiber.ts.md @@ -0,0 +1,20 @@ +--- +title: Fiber.ts +nav_order: 28 +parent: Modules +--- + +## Fiber overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Fiber.ts.html +- Module: "@effect/io/Fiber" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/FiberId.ts.md b/docs/modules/FiberId.ts.md new file mode 100644 index 0000000000..34d3f7c23e --- /dev/null +++ b/docs/modules/FiberId.ts.md @@ -0,0 +1,20 @@ +--- +title: FiberId.ts +nav_order: 29 +parent: Modules +--- + +## FiberId overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Fiber/Id.ts.html +- Module: "@effect/io/Fiber/Id" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/FiberRef.ts.md b/docs/modules/FiberRef.ts.md new file mode 100644 index 0000000000..4c97f8b361 --- /dev/null +++ b/docs/modules/FiberRef.ts.md @@ -0,0 +1,20 @@ +--- +title: FiberRef.ts +nav_order: 30 +parent: Modules +--- + +## FiberRef overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/FiberRef.ts.html +- Module: "@effect/io/FiberRef" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/index/FiberRefs.ts.md b/docs/modules/FiberRefs.ts.md similarity index 92% rename from docs/modules/index/FiberRefs.ts.md rename to docs/modules/FiberRefs.ts.md index 8fe4fb21d5..b2049d6ace 100644 --- a/docs/modules/index/FiberRefs.ts.md +++ b/docs/modules/FiberRefs.ts.md @@ -1,6 +1,6 @@ --- -title: index/FiberRefs.ts -nav_order: 8 +title: FiberRefs.ts +nav_order: 31 parent: Modules --- diff --git a/docs/modules/FiberRuntimeFlags.ts.md b/docs/modules/FiberRuntimeFlags.ts.md new file mode 100644 index 0000000000..606676d5eb --- /dev/null +++ b/docs/modules/FiberRuntimeFlags.ts.md @@ -0,0 +1,20 @@ +--- +title: FiberRuntimeFlags.ts +nav_order: 32 +parent: Modules +--- + +## FiberRuntimeFlags overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags.ts.html +- Module: "@effect/io/Fiber/Runtime/Flags" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/FiberRuntimeFlagsPatch.ts.md b/docs/modules/FiberRuntimeFlagsPatch.ts.md new file mode 100644 index 0000000000..11c9968608 --- /dev/null +++ b/docs/modules/FiberRuntimeFlagsPatch.ts.md @@ -0,0 +1,20 @@ +--- +title: FiberRuntimeFlagsPatch.ts +nav_order: 33 +parent: Modules +--- + +## FiberRuntimeFlagsPatch overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags/Patch.ts.html +- Module: "@effect/io/Fiber/Runtime/Flags/Patch" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/FiberStatus.ts.md b/docs/modules/FiberStatus.ts.md new file mode 100644 index 0000000000..d6a93f06bb --- /dev/null +++ b/docs/modules/FiberStatus.ts.md @@ -0,0 +1,20 @@ +--- +title: FiberStatus.ts +nav_order: 34 +parent: Modules +--- + +## FiberStatus overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Fiber/Status.ts.html +- Module: "@effect/io/Fiber/Status" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Function.ts.md b/docs/modules/Function.ts.md new file mode 100644 index 0000000000..b3da331113 --- /dev/null +++ b/docs/modules/Function.ts.md @@ -0,0 +1,20 @@ +--- +title: Function.ts +nav_order: 35 +parent: Modules +--- + +## Function overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Function.ts.html +- Module: "@effect/data/Function" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/HKT.ts.md b/docs/modules/HKT.ts.md new file mode 100644 index 0000000000..3c5bdeadb9 --- /dev/null +++ b/docs/modules/HKT.ts.md @@ -0,0 +1,20 @@ +--- +title: HKT.ts +nav_order: 39 +parent: Modules +--- + +## HKT overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/HKT.ts.html +- Module: "@effect/data/HKT" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Hash.ts.md b/docs/modules/Hash.ts.md new file mode 100644 index 0000000000..8f26a13977 --- /dev/null +++ b/docs/modules/Hash.ts.md @@ -0,0 +1,20 @@ +--- +title: Hash.ts +nav_order: 36 +parent: Modules +--- + +## Hash overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Hash.ts.html +- Module: "@effect/data/Hash" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/HashMap.ts.md b/docs/modules/HashMap.ts.md new file mode 100644 index 0000000000..a76f558078 --- /dev/null +++ b/docs/modules/HashMap.ts.md @@ -0,0 +1,20 @@ +--- +title: HashMap.ts +nav_order: 37 +parent: Modules +--- + +## HashMap overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/HashMap.ts.html +- Module: "@effect/data/HashMap" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/HashSet.ts.md b/docs/modules/HashSet.ts.md new file mode 100644 index 0000000000..0f9cd6e0d6 --- /dev/null +++ b/docs/modules/HashSet.ts.md @@ -0,0 +1,20 @@ +--- +title: HashSet.ts +nav_order: 38 +parent: Modules +--- + +## HashSet overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/HashSet.ts.html +- Module: "@effect/data/HashSet" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Hub.ts.md b/docs/modules/Hub.ts.md new file mode 100644 index 0000000000..7d8138d87e --- /dev/null +++ b/docs/modules/Hub.ts.md @@ -0,0 +1,20 @@ +--- +title: Hub.ts +nav_order: 40 +parent: Modules +--- + +## Hub overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Hub.ts.html +- Module: "@effect/io/Hub" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/KeyedPool.ts.md b/docs/modules/KeyedPool.ts.md new file mode 100644 index 0000000000..f290ae017a --- /dev/null +++ b/docs/modules/KeyedPool.ts.md @@ -0,0 +1,20 @@ +--- +title: KeyedPool.ts +nav_order: 42 +parent: Modules +--- + +## KeyedPool overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.gitKeyedPool.io/io/modules/KeyedPool.ts.html +- Module: "@effect/io/KeyedPool" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Layer.ts.md b/docs/modules/Layer.ts.md new file mode 100644 index 0000000000..dadf64a648 --- /dev/null +++ b/docs/modules/Layer.ts.md @@ -0,0 +1,20 @@ +--- +title: Layer.ts +nav_order: 43 +parent: Modules +--- + +## Layer overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.gitLayer.io/io/modules/Layer.ts.html +- Module: "@effect/io/Layer" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/List.ts.md b/docs/modules/List.ts.md new file mode 100644 index 0000000000..db2a0872a8 --- /dev/null +++ b/docs/modules/List.ts.md @@ -0,0 +1,20 @@ +--- +title: List.ts +nav_order: 44 +parent: Modules +--- + +## List overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/List.ts.html +- Module: "@effect/data/List" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Logger.ts.md b/docs/modules/Logger.ts.md new file mode 100644 index 0000000000..b4eac7286d --- /dev/null +++ b/docs/modules/Logger.ts.md @@ -0,0 +1,20 @@ +--- +title: Logger.ts +nav_order: 45 +parent: Modules +--- + +## Logger overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Logger.ts.html +- Module: "@effect/io/Logger" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/LoggerLevel.ts.md b/docs/modules/LoggerLevel.ts.md new file mode 100644 index 0000000000..7b09fb2a4f --- /dev/null +++ b/docs/modules/LoggerLevel.ts.md @@ -0,0 +1,20 @@ +--- +title: LoggerLevel.ts +nav_order: 46 +parent: Modules +--- + +## LoggerLevel overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html +- Module: "@effect/io/Logger/Level" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/LoggerSpan.ts.md b/docs/modules/LoggerSpan.ts.md new file mode 100644 index 0000000000..a4db3e7cb4 --- /dev/null +++ b/docs/modules/LoggerSpan.ts.md @@ -0,0 +1,20 @@ +--- +title: LoggerSpan.ts +nav_order: 47 +parent: Modules +--- + +## LoggerSpan overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Logger/Span.ts.html +- Module: "@effect/io/Logger/Span" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Metric.ts.md b/docs/modules/Metric.ts.md new file mode 100644 index 0000000000..fc0c82b08e --- /dev/null +++ b/docs/modules/Metric.ts.md @@ -0,0 +1,20 @@ +--- +title: Metric.ts +nav_order: 48 +parent: Modules +--- + +## Metric overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric.ts.html +- Module: "@effect/io/Metric" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricBoundaries.ts.md b/docs/modules/MetricBoundaries.ts.md new file mode 100644 index 0000000000..83026fe0da --- /dev/null +++ b/docs/modules/MetricBoundaries.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricBoundaries.ts +nav_order: 49 +parent: Modules +--- + +## MetricBoundaries overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Boundaries.ts.html +- Module: "@effect/io/Metric/Boundaries" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricHook.ts.md b/docs/modules/MetricHook.ts.md new file mode 100644 index 0000000000..c76c75f6ff --- /dev/null +++ b/docs/modules/MetricHook.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricHook.ts +nav_order: 50 +parent: Modules +--- + +## MetricHook overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Hook.ts.html +- Module: "@effect/io/Metric/Hook" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricKey.ts.md b/docs/modules/MetricKey.ts.md new file mode 100644 index 0000000000..de2984f88e --- /dev/null +++ b/docs/modules/MetricKey.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricKey.ts +nav_order: 51 +parent: Modules +--- + +## MetricKey overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Key.ts.html +- Module: "@effect/io/Metric/Key" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricKeyType.ts.md b/docs/modules/MetricKeyType.ts.md new file mode 100644 index 0000000000..99ee34e722 --- /dev/null +++ b/docs/modules/MetricKeyType.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricKeyType.ts +nav_order: 52 +parent: Modules +--- + +## MetricKeyType overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/KeyType.ts.html +- Module: "@effect/io/Metric/KeyType" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricLabel.ts.md b/docs/modules/MetricLabel.ts.md new file mode 100644 index 0000000000..28455572bb --- /dev/null +++ b/docs/modules/MetricLabel.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricLabel.ts +nav_order: 53 +parent: Modules +--- + +## MetricLabel overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Label.ts.html +- Module: "@effect/io/Metric/Label" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricPair.ts.md b/docs/modules/MetricPair.ts.md new file mode 100644 index 0000000000..4b9016fef8 --- /dev/null +++ b/docs/modules/MetricPair.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricPair.ts +nav_order: 54 +parent: Modules +--- + +## MetricPair overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Pair.ts.html +- Module: "@effect/io/Metric/Pair" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricPolling.ts.md b/docs/modules/MetricPolling.ts.md new file mode 100644 index 0000000000..747c82d9ad --- /dev/null +++ b/docs/modules/MetricPolling.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricPolling.ts +nav_order: 55 +parent: Modules +--- + +## MetricPolling overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Polling.ts.html +- Module: "@effect/io/Metric/Polling" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricRegistry.ts.md b/docs/modules/MetricRegistry.ts.md new file mode 100644 index 0000000000..fb1235bef2 --- /dev/null +++ b/docs/modules/MetricRegistry.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricRegistry.ts +nav_order: 56 +parent: Modules +--- + +## MetricRegistry overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Registry.ts.html +- Module: "@effect/io/Metric/Registry" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MetricState.ts.md b/docs/modules/MetricState.ts.md new file mode 100644 index 0000000000..0e70b890bf --- /dev/null +++ b/docs/modules/MetricState.ts.md @@ -0,0 +1,20 @@ +--- +title: MetricState.ts +nav_order: 57 +parent: Modules +--- + +## MetricState overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/State.ts.html +- Module: "@effect/io/Metric/State" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MutableHashMap.ts.md b/docs/modules/MutableHashMap.ts.md new file mode 100644 index 0000000000..f4c6e22f79 --- /dev/null +++ b/docs/modules/MutableHashMap.ts.md @@ -0,0 +1,20 @@ +--- +title: MutableHashMap.ts +nav_order: 58 +parent: Modules +--- + +## MutableHashMap overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableHashMap.ts.html +- Module: "@effect/data/MutableHashMap" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MutableHashSet.ts.md b/docs/modules/MutableHashSet.ts.md new file mode 100644 index 0000000000..4f2c4eddab --- /dev/null +++ b/docs/modules/MutableHashSet.ts.md @@ -0,0 +1,20 @@ +--- +title: MutableHashSet.ts +nav_order: 59 +parent: Modules +--- + +## MutableHashSet overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableHashSet.ts.html +- Module: "@effect/data/MutableHashSet" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MutableList.ts.md b/docs/modules/MutableList.ts.md new file mode 100644 index 0000000000..685bfe8e35 --- /dev/null +++ b/docs/modules/MutableList.ts.md @@ -0,0 +1,20 @@ +--- +title: MutableList.ts +nav_order: 60 +parent: Modules +--- + +## MutableList overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableList.ts.html +- Module: "@effect/data/MutableList" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MutableQueue.ts.md b/docs/modules/MutableQueue.ts.md new file mode 100644 index 0000000000..bdcdb8882a --- /dev/null +++ b/docs/modules/MutableQueue.ts.md @@ -0,0 +1,20 @@ +--- +title: MutableQueue.ts +nav_order: 61 +parent: Modules +--- + +## MutableQueue overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableQueue.ts.html +- Module: "@effect/data/MutableQueue" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/MutableRef.ts.md b/docs/modules/MutableRef.ts.md new file mode 100644 index 0000000000..0c8e73429e --- /dev/null +++ b/docs/modules/MutableRef.ts.md @@ -0,0 +1,20 @@ +--- +title: MutableRef.ts +nav_order: 62 +parent: Modules +--- + +## MutableRef overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableRef.ts.html +- Module: "@effect/data/MutableRef" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Number.ts.md b/docs/modules/Number.ts.md new file mode 100644 index 0000000000..c65cec81dd --- /dev/null +++ b/docs/modules/Number.ts.md @@ -0,0 +1,20 @@ +--- +title: Number.ts +nav_order: 63 +parent: Modules +--- + +## Number overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Number.ts.html +- Module: "@effect/data/Number" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Option.ts.md b/docs/modules/Option.ts.md new file mode 100644 index 0000000000..bb4639e9eb --- /dev/null +++ b/docs/modules/Option.ts.md @@ -0,0 +1,20 @@ +--- +title: Option.ts +nav_order: 64 +parent: Modules +--- + +## Option overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Option.ts.html +- Module: "@effect/data/Option" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Order.ts.md b/docs/modules/Order.ts.md new file mode 100644 index 0000000000..7cfb9f9493 --- /dev/null +++ b/docs/modules/Order.ts.md @@ -0,0 +1,20 @@ +--- +title: Order.ts +nav_order: 65 +parent: Modules +--- + +## Order overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Order.ts.html +- Module: "@effect/data/Order" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Ordering.ts.md b/docs/modules/Ordering.ts.md new file mode 100644 index 0000000000..0c6cadb00d --- /dev/null +++ b/docs/modules/Ordering.ts.md @@ -0,0 +1,20 @@ +--- +title: Ordering.ts +nav_order: 66 +parent: Modules +--- + +## Ordering overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Ordering.ts.html +- Module: "@effect/data/Ordering" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Pipeable.ts.md b/docs/modules/Pipeable.ts.md new file mode 100644 index 0000000000..b33555ae00 --- /dev/null +++ b/docs/modules/Pipeable.ts.md @@ -0,0 +1,20 @@ +--- +title: Pipeable.ts +nav_order: 67 +parent: Modules +--- + +## Pipeable overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Pipeable.ts.html +- Module: "@effect/data/Pipeable" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Pool.ts.md b/docs/modules/Pool.ts.md new file mode 100644 index 0000000000..432c35c64f --- /dev/null +++ b/docs/modules/Pool.ts.md @@ -0,0 +1,20 @@ +--- +title: Pool.ts +nav_order: 68 +parent: Modules +--- + +## Pool overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.gitPool.io/io/modules/Pool.ts.html +- Module: "@effect/io/Pool" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Predicate.ts.md b/docs/modules/Predicate.ts.md new file mode 100644 index 0000000000..e95c84fccd --- /dev/null +++ b/docs/modules/Predicate.ts.md @@ -0,0 +1,20 @@ +--- +title: Predicate.ts +nav_order: 69 +parent: Modules +--- + +## Predicate overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Predicate.ts.html +- Module: "@effect/data/Predicate" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Queue.ts.md b/docs/modules/Queue.ts.md new file mode 100644 index 0000000000..0dafc3107d --- /dev/null +++ b/docs/modules/Queue.ts.md @@ -0,0 +1,20 @@ +--- +title: Queue.ts +nav_order: 70 +parent: Modules +--- + +## Queue overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.gitQueue.io/io/modules/Queue.ts.html +- Module: "@effect/io/Queue" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Random.ts.md b/docs/modules/Random.ts.md new file mode 100644 index 0000000000..0e4a6fe967 --- /dev/null +++ b/docs/modules/Random.ts.md @@ -0,0 +1,20 @@ +--- +title: Random.ts +nav_order: 71 +parent: Modules +--- + +## Random overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Random.ts.html +- Module: "@effect/io/Random" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ReadonlyArray.ts.md b/docs/modules/ReadonlyArray.ts.md new file mode 100644 index 0000000000..4fb54675da --- /dev/null +++ b/docs/modules/ReadonlyArray.ts.md @@ -0,0 +1,20 @@ +--- +title: ReadonlyArray.ts +nav_order: 72 +parent: Modules +--- + +## ReadonlyArray overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/ReadonlyArray.ts.html +- Module: "@effect/data/ReadonlyArray" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ReadonlyRecord.ts.md b/docs/modules/ReadonlyRecord.ts.md new file mode 100644 index 0000000000..ae9bbc8bf0 --- /dev/null +++ b/docs/modules/ReadonlyRecord.ts.md @@ -0,0 +1,20 @@ +--- +title: ReadonlyRecord.ts +nav_order: 73 +parent: Modules +--- + +## ReadonlyRecord overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/ReadonlyRecord.ts.html +- Module: "@effect/data/ReadonlyRecord" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/RedBlackTree.ts.md b/docs/modules/RedBlackTree.ts.md new file mode 100644 index 0000000000..d235fc1de3 --- /dev/null +++ b/docs/modules/RedBlackTree.ts.md @@ -0,0 +1,20 @@ +--- +title: RedBlackTree.ts +nav_order: 74 +parent: Modules +--- + +## RedBlackTree overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/RedBlackTree.ts.html +- Module: "@effect/data/RedBlackTree" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Ref.ts.md b/docs/modules/Ref.ts.md new file mode 100644 index 0000000000..aaad184b86 --- /dev/null +++ b/docs/modules/Ref.ts.md @@ -0,0 +1,20 @@ +--- +title: Ref.ts +nav_order: 75 +parent: Modules +--- + +## Ref overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Ref.ts.html +- Module: "@effect/io/Ref" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Reloadable.ts.md b/docs/modules/Reloadable.ts.md new file mode 100644 index 0000000000..8c15505df7 --- /dev/null +++ b/docs/modules/Reloadable.ts.md @@ -0,0 +1,20 @@ +--- +title: Reloadable.ts +nav_order: 76 +parent: Modules +--- + +## Reloadable overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Reloadable.ts.html +- Module: "@effect/io/Reloadable" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Request.ts.md b/docs/modules/Request.ts.md new file mode 100644 index 0000000000..6c05cc7b47 --- /dev/null +++ b/docs/modules/Request.ts.md @@ -0,0 +1,20 @@ +--- +title: Request.ts +nav_order: 77 +parent: Modules +--- + +## Request overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Request.ts.html +- Module: "@effect/io/Request" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/RequestBlock.ts.md b/docs/modules/RequestBlock.ts.md new file mode 100644 index 0000000000..f18714d2cf --- /dev/null +++ b/docs/modules/RequestBlock.ts.md @@ -0,0 +1,20 @@ +--- +title: RequestBlock.ts +nav_order: 78 +parent: Modules +--- + +## RequestBlock overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/RequestBlock.ts.html +- Module: "@effect/io/RequestBlock" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/RequestResolver.ts.md b/docs/modules/RequestResolver.ts.md new file mode 100644 index 0000000000..854b6940a7 --- /dev/null +++ b/docs/modules/RequestResolver.ts.md @@ -0,0 +1,20 @@ +--- +title: RequestResolver.ts +nav_order: 79 +parent: Modules +--- + +## RequestResolver overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/RequestResolver.ts.html +- Module: "@effect/io/RequestResolver" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Resource.ts.md b/docs/modules/Resource.ts.md new file mode 100644 index 0000000000..f6bfc11b1a --- /dev/null +++ b/docs/modules/Resource.ts.md @@ -0,0 +1,20 @@ +--- +title: Resource.ts +nav_order: 80 +parent: Modules +--- + +## Resource overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Resource.ts.html +- Module: "@effect/io/Resource" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Runtime.ts.md b/docs/modules/Runtime.ts.md new file mode 100644 index 0000000000..52f075924b --- /dev/null +++ b/docs/modules/Runtime.ts.md @@ -0,0 +1,20 @@ +--- +title: Runtime.ts +nav_order: 81 +parent: Modules +--- + +## Runtime overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Runtime.ts.html +- Module: "@effect/io/Runtime" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Schedule.ts.md b/docs/modules/Schedule.ts.md new file mode 100644 index 0000000000..2d3e062d07 --- /dev/null +++ b/docs/modules/Schedule.ts.md @@ -0,0 +1,20 @@ +--- +title: Schedule.ts +nav_order: 82 +parent: Modules +--- + +## Schedule overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule.ts.html +- Module: "@effect/io/Schedule" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ScheduleDecision.ts.md b/docs/modules/ScheduleDecision.ts.md new file mode 100644 index 0000000000..7f41eaf485 --- /dev/null +++ b/docs/modules/ScheduleDecision.ts.md @@ -0,0 +1,20 @@ +--- +title: ScheduleDecision.ts +nav_order: 83 +parent: Modules +--- + +## ScheduleDecision overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule/Decision.ts.html +- Module: "@effect/io/Schedule/Decision" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ScheduleInterval.ts.md b/docs/modules/ScheduleInterval.ts.md new file mode 100644 index 0000000000..e713846562 --- /dev/null +++ b/docs/modules/ScheduleInterval.ts.md @@ -0,0 +1,20 @@ +--- +title: ScheduleInterval.ts +nav_order: 84 +parent: Modules +--- + +## ScheduleInterval overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule/Interval.ts.html +- Module: "@effect/io/Schedule/Interval" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ScheduleIntervals.ts.md b/docs/modules/ScheduleIntervals.ts.md new file mode 100644 index 0000000000..1552e6a6bd --- /dev/null +++ b/docs/modules/ScheduleIntervals.ts.md @@ -0,0 +1,20 @@ +--- +title: ScheduleIntervals.ts +nav_order: 85 +parent: Modules +--- + +## ScheduleIntervals overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule/Intervals.ts.html +- Module: "@effect/io/Schedule/Intervals" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Scheduler.ts.md b/docs/modules/Scheduler.ts.md new file mode 100644 index 0000000000..443dc42e76 --- /dev/null +++ b/docs/modules/Scheduler.ts.md @@ -0,0 +1,20 @@ +--- +title: Scheduler.ts +nav_order: 86 +parent: Modules +--- + +## Scheduler overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Scheduler.ts.html +- Module: "@effect/io/Scheduler" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Scope.ts.md b/docs/modules/Scope.ts.md new file mode 100644 index 0000000000..aa7b37f27f --- /dev/null +++ b/docs/modules/Scope.ts.md @@ -0,0 +1,20 @@ +--- +title: Scope.ts +nav_order: 87 +parent: Modules +--- + +## Scope overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Scope.ts.html +- Module: "@effect/io/Scope" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ScopedCache.ts.md b/docs/modules/ScopedCache.ts.md new file mode 100644 index 0000000000..8c00c425c7 --- /dev/null +++ b/docs/modules/ScopedCache.ts.md @@ -0,0 +1,20 @@ +--- +title: ScopedCache.ts +nav_order: 88 +parent: Modules +--- + +## ScopedCache overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/ScopedCache.ts.html +- Module: "@effect/io/ScopedCache" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/ScopedRef.ts.md b/docs/modules/ScopedRef.ts.md new file mode 100644 index 0000000000..a5ccb8f2b3 --- /dev/null +++ b/docs/modules/ScopedRef.ts.md @@ -0,0 +1,20 @@ +--- +title: ScopedRef.ts +nav_order: 89 +parent: Modules +--- + +## ScopedRef overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/ScopedRef.ts.html +- Module: "@effect/io/ScopedRef" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/SortedMap.ts.md b/docs/modules/SortedMap.ts.md new file mode 100644 index 0000000000..2573be40de --- /dev/null +++ b/docs/modules/SortedMap.ts.md @@ -0,0 +1,20 @@ +--- +title: SortedMap.ts +nav_order: 90 +parent: Modules +--- + +## SortedMap overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/SortedMap.ts.html +- Module: "@effect/data/SortedMap" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/SortedSet.ts.md b/docs/modules/SortedSet.ts.md new file mode 100644 index 0000000000..2c084caf95 --- /dev/null +++ b/docs/modules/SortedSet.ts.md @@ -0,0 +1,20 @@ +--- +title: SortedSet.ts +nav_order: 91 +parent: Modules +--- + +## SortedSet overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/SortedSet.ts.html +- Module: "@effect/data/SortedSet" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/String.ts.md b/docs/modules/String.ts.md new file mode 100644 index 0000000000..46983ba6d5 --- /dev/null +++ b/docs/modules/String.ts.md @@ -0,0 +1,20 @@ +--- +title: String.ts +nav_order: 92 +parent: Modules +--- + +## String overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/String.ts.html +- Module: "@effect/data/String" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Struct.ts.md b/docs/modules/Struct.ts.md new file mode 100644 index 0000000000..b1c3e73682 --- /dev/null +++ b/docs/modules/Struct.ts.md @@ -0,0 +1,20 @@ +--- +title: Struct.ts +nav_order: 93 +parent: Modules +--- + +## Struct overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Struct.ts.html +- Module: "@effect/data/Struct" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Supervisor.ts.md b/docs/modules/Supervisor.ts.md new file mode 100644 index 0000000000..a0b0f55c9a --- /dev/null +++ b/docs/modules/Supervisor.ts.md @@ -0,0 +1,20 @@ +--- +title: Supervisor.ts +nav_order: 94 +parent: Modules +--- + +## Supervisor overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Supervisor.ts.html +- Module: "@effect/io/Supervisor" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Symbol.ts.md b/docs/modules/Symbol.ts.md new file mode 100644 index 0000000000..e74c0ef224 --- /dev/null +++ b/docs/modules/Symbol.ts.md @@ -0,0 +1,20 @@ +--- +title: Symbol.ts +nav_order: 95 +parent: Modules +--- + +## Symbol overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Symbol.ts.html +- Module: "@effect/data/Symbol" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/SynchronizedRef.ts.md b/docs/modules/SynchronizedRef.ts.md new file mode 100644 index 0000000000..d67dae6bd2 --- /dev/null +++ b/docs/modules/SynchronizedRef.ts.md @@ -0,0 +1,20 @@ +--- +title: SynchronizedRef.ts +nav_order: 96 +parent: Modules +--- + +## SynchronizedRef overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Ref/Synchronized.ts.html +- Module: "@effect/io/Ref/Synchronized" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Tracer.ts.md b/docs/modules/Tracer.ts.md new file mode 100644 index 0000000000..32a91f56a8 --- /dev/null +++ b/docs/modules/Tracer.ts.md @@ -0,0 +1,20 @@ +--- +title: Tracer.ts +nav_order: 97 +parent: Modules +--- + +## Tracer overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Tracer.ts.html +- Module: "@effect/io/Tracer" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/Tuple.ts.md b/docs/modules/Tuple.ts.md new file mode 100644 index 0000000000..b3d1322a32 --- /dev/null +++ b/docs/modules/Tuple.ts.md @@ -0,0 +1,20 @@ +--- +title: Tuple.ts +nav_order: 98 +parent: Modules +--- + +## Tuple overview + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Tuple.ts.html +- Module: "@effect/data/Tuple" +``` + +--- + +

Table of contents

+ +--- diff --git a/docs/modules/collection.ts.md b/docs/modules/collection.ts.md deleted file mode 100644 index 23448d3a7e..0000000000 --- a/docs/modules/collection.ts.md +++ /dev/null @@ -1,243 +0,0 @@ ---- -title: collection.ts -nav_order: 1 -parent: Modules ---- - -## collection overview - -Added in v2.0.0 - ---- - -

Table of contents

- -- [utils](#utils) - - [Chunk](#chunk) - - [HashMap](#hashmap) - - [HashSet](#hashset) - - [ImmutableQueue](#immutablequeue) - - [List](#list) - - [MutableHashMap](#mutablehashmap) - - [MutableHashSet](#mutablehashset) - - [MutableList](#mutablelist) - - [MutableListBuilder](#mutablelistbuilder) - - [MutableQueue](#mutablequeue) - - [ReadonlyArray](#readonlyarray) - - [RedBlackTree](#redblacktree) - - [SortedMap](#sortedmap) - - [SortedSet](#sortedset) - ---- - -# utils - -## Chunk - -**Signature** - -```ts -export declare const Chunk: typeof Chunk -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Chunk.ts.html -- Module: "@fp-ts/data/Chunk" -``` - -## HashMap - -**Signature** - -```ts -export declare const HashMap: typeof HashMap -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/HashMap.ts.html -- Module: "@fp-ts/data/HashMap" -``` - -## HashSet - -**Signature** - -```ts -export declare const HashSet: typeof HashSet -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/HashSet.ts.html -- Module: "@fp-ts/data/HashSet" -``` - -## ImmutableQueue - -**Signature** - -```ts -export declare const ImmutableQueue: typeof ImmutableQueue -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Queue.ts.html -- Module: "@fp-ts/data/Queue" -``` - -## List - -**Signature** - -```ts -export declare const List: typeof List -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/List.ts.html -- Module: "@fp-ts/data/List" -``` - -## MutableHashMap - -**Signature** - -```ts -export declare const MutableHashMap: typeof MutableHashMap -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/mutable/MutableHashMap.ts.html -- Module: "@fp-ts/data/mutable/MutableHashMap" -``` - -## MutableHashSet - -**Signature** - -```ts -export declare const MutableHashSet: typeof MutableHashSet -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/mutable/MutableHashSet.ts.html -- Module: "@fp-ts/data/mutable/MutableHashSet" -``` - -## MutableList - -**Signature** - -```ts -export declare const MutableList: typeof MutableList -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/mutable/MutableList.ts.html -- Module: "@fp-ts/data/mutable/MutableList" -``` - -## MutableListBuilder - -**Signature** - -```ts -export declare const MutableListBuilder: typeof MutableListBuilder -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/mutable/MutableListBuilder.ts.html -- Module: "@fp-ts/data/mutable/MutableListBuilder" -``` - -## MutableQueue - -**Signature** - -```ts -export declare const MutableQueue: typeof MutableQueue -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/mutable/MutableQueue.ts.html -- Module: "@fp-ts/data/mutable/MutableQueue" -``` - -## ReadonlyArray - -**Signature** - -```ts -export declare const ReadonlyArray: typeof ReadonlyArray -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/ReadonlyArray.ts.html -- Module: "@fp-ts/data/ReadonlyArray" -``` - -## RedBlackTree - -**Signature** - -```ts -export declare const RedBlackTree: typeof RedBlackTree -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/RedBlackTree.ts.html -- Module: "@fp-ts/data/RedBlackTree" -``` - -## SortedMap - -**Signature** - -```ts -export declare const SortedMap: typeof SortedMap -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/SortedMap.ts.html -- Module: "@fp-ts/data/SortedMap" -``` - -## SortedSet - -**Signature** - -```ts -export declare const SortedSet: typeof SortedSet -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/SortedSet.ts.html -- Module: "@fp-ts/data/SortedSet" -``` diff --git a/docs/modules/data.ts.md b/docs/modules/data.ts.md index 27c6643af7..fa6f5eb373 100644 --- a/docs/modules/data.ts.md +++ b/docs/modules/data.ts.md @@ -1,195 +1,20 @@ --- -title: data.ts -nav_order: 2 +title: Data.ts +nav_order: 11 parent: Modules --- -## data overview - -Added in v2.0.0 - ---- - -

Table of contents

- -- [utils](#utils) - - [Boolean](#boolean) - - [Differ](#differ) - - [Function](#function) - - [HKT](#hkt) - - [Identity](#identity) - - [Json](#json) - - [MutableRef](#mutableref) - - [Optic](#optic) - - [Ordering](#ordering) - - [PCGRandom](#pcgrandom) - - [String](#string) - ---- - -# utils - -## Boolean - -**Signature** - -```ts -export declare const Boolean: typeof Boolean -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Boolean.ts.html -- Module: "@fp-ts/data/Boolean" -``` - -## Differ - -**Signature** - -```ts -export declare const Differ: typeof Differ -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Differ.ts.html -- Module: "@fp-ts/data/Differ" -``` - -## Function - -**Signature** - -```ts -export declare const Function: typeof Function -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Function.ts.html -- Module: "@fp-ts/data/Function" -``` - -## HKT - -**Signature** - -```ts -export declare const HKT: typeof HKT -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/HKT.ts.html -- Module: "@fp-ts/core/HKT" -``` - -## Identity - -**Signature** - -```ts -export declare const Identity: typeof Identity -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Identity.ts.html -- Module: "@fp-ts/data/Identity" -``` - -## Json - -**Signature** - -```ts -export declare const Json: typeof Json -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Json.ts.html -- Module: "@fp-ts/data/Json" -``` - -## MutableRef - -**Signature** - -```ts -export declare const MutableRef: typeof MutableRef -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/mutable/MutableRef.ts.html -- Module: "@fp-ts/data/mutable/MutableRef" -``` - -## Optic - -**Signature** - -```ts -export declare const Optic: typeof Optic -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/index.ts.html -- Module: "@fp-ts/optic" -``` - -## Ordering - -**Signature** - -```ts -export declare const Ordering: typeof Ordering -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Ordering.ts.html -- Module: "@fp-ts/data/Ordering" -``` - -## PCGRandom - -**Signature** - -```ts -export declare const PCGRandom: typeof PCGRandom -``` +## Data overview Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Random.ts.html -- Module: "@fp-ts/data/Random" +- Docs: https://effect-ts.github.io/data/modules/Data.ts.html +- Module: "@effect/data/Data" ``` -## String - -**Signature** - -```ts -export declare const String: typeof String -``` +--- -Added in v2.0.0 +

Table of contents

-```md -- Docs: https://fp-ts.github.io/data/modules/String.ts.html -- Module: "@fp-ts/data/String" -``` +--- diff --git a/docs/modules/data/Differ.ts.md b/docs/modules/data/Differ.ts.md deleted file mode 100644 index 29920d0204..0000000000 --- a/docs/modules/data/Differ.ts.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: data/Differ.ts -nav_order: 3 -parent: Modules ---- - -## Differ overview - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Differ.ts.html -- Module: "@fp-ts/data/Differ" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [ChunkPatch](#chunkpatch) - - [ContextPatch](#contextpatch) - - [HashMapPatch](#hashmappatch) - - [HashSetPatch](#hashsetpatch) - - [OrPatch](#orpatch) - ---- - -# utils - -## ChunkPatch - -**Signature** - -```ts -export declare const ChunkPatch: typeof ChunkPatch -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Differ/ChunkPatch.ts.html -- Module: "@fp-ts/data/Differ/ChunkPatch" -``` - -## ContextPatch - -**Signature** - -```ts -export declare const ContextPatch: typeof ContextPatch -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Differ/ContextPatch.ts.html -- Module: "@fp-ts/data/Differ/ContextPatch" -``` - -## HashMapPatch - -**Signature** - -```ts -export declare const HashMapPatch: typeof HashMapPatch -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Differ/HashMapPatch.ts.html -- Module: "@fp-ts/data/Differ/HashMapPatch" -``` - -## HashSetPatch - -**Signature** - -```ts -export declare const HashSetPatch: typeof HashSetPatch -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Differ/HashSetPatch.ts.html -- Module: "@fp-ts/data/Differ/HashSetPatch" -``` - -## OrPatch - -**Signature** - -```ts -export declare const OrPatch: typeof OrPatch -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/Differ/OrPatch.ts.html -- Module: "@fp-ts/data/Differ/OrPatch" -``` diff --git a/docs/modules/data/Optic.ts.md b/docs/modules/data/Optic.ts.md deleted file mode 100644 index 4a06b4c688..0000000000 --- a/docs/modules/data/Optic.ts.md +++ /dev/null @@ -1,314 +0,0 @@ ---- -title: data/Optic.ts -nav_order: 4 -parent: Modules ---- - -## Optic overview - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/index.ts.html -- Docs: https://fp-ts.github.io/optic/modules/experimental.ts.html -- Module: "@fp-ts/optic" -- Module: "@fp-ts/optic/experimental" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [consChunk](#conschunk) - - [consList](#conslist) - - [consNonEmptyReadonlyArray](#consnonemptyreadonlyarray) - - [getAtHashMap](#getathashmap) - - [getAtSortedMap](#getatsortedmap) - - [getIndexHashMap](#getindexhashmap) - - [getIndexSortedMap](#getindexsortedmap) - - [headChunk](#headchunk) - - [headList](#headlist) - - [indexChunk](#indexchunk) - - [indexList](#indexlist) - - [indexString](#indexstring) - - [left](#left) - - [none](#none) - - [right](#right) - - [tailChunk](#tailchunk) - - [tailList](#taillist) - - [toggle](#toggle) - ---- - -# utils - -## consChunk - -**Signature** - -```ts -export declare const consChunk: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#cons -- Module: "@fp-ts/optic/data/Chunk" -``` - -## consList - -**Signature** - -```ts -export declare const consList: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#cons -- Module: "@fp-ts/optic/data/List" -``` - -## consNonEmptyReadonlyArray - -**Signature** - -```ts -export declare const consNonEmptyReadonlyArray: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/ReadonlyArray.ts.html#consNonEmpty -- Module: "@fp-ts/optic/data/ReadonlyArray" -``` - -## getAtHashMap - -**Signature** - -```ts -export declare const getAtHashMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/HashMap.ts.html#getAt -- Module: "@fp-ts/optic/data/HashMap" -``` - -## getAtSortedMap - -**Signature** - -```ts -export declare const getAtSortedMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/SortedMap.ts.html#getAt -- Module: "@fp-ts/optic/data/SortedMap" -``` - -## getIndexHashMap - -**Signature** - -```ts -export declare const getIndexHashMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/HashMap.ts.html#getIndex -- Module: "@fp-ts/optic/data/HashMap" -``` - -## getIndexSortedMap - -**Signature** - -```ts -export declare const getIndexSortedMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/SortedMap.ts.html#getIndex -- Module: "@fp-ts/optic/data/SortedMap" -``` - -## headChunk - -**Signature** - -```ts -export declare const headChunk: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#head -- Module: "@fp-ts/optic/data/Chunk" -``` - -## headList - -**Signature** - -```ts -export declare const headList: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#head -- Module: "@fp-ts/optic/data/List" -``` - -## indexChunk - -**Signature** - -```ts -export declare const indexChunk: (i: number) => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#index -- Module: "@fp-ts/optic/data/Chunk" -``` - -## indexList - -**Signature** - -```ts -export declare const indexList: (i: number) => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#index -- Module: "@fp-ts/optic/data/List" -``` - -## indexString - -**Signature** - -```ts -export declare const indexString: (n: number) => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/String.ts.html#index -- Module: "@fp-ts/optic/data/String" -``` - -## left - -**Signature** - -```ts -export declare const left: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Either.ts.html#left -- Module: "@fp-ts/optic/data/Either" -``` - -## none - -**Signature** - -```ts -export declare const none: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Option.ts.html#none -- Module: "@fp-ts/optic/data/Option" -``` - -## right - -**Signature** - -```ts -export declare const right: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Either.ts.html#right -- Module: "@fp-ts/optic/data/Either" -``` - -## tailChunk - -**Signature** - -```ts -export declare const tailChunk: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#tail -- Module: "@fp-ts/optic/data/Chunk" -``` - -## tailList - -**Signature** - -```ts -export declare const tailList: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#tail -- Module: "@fp-ts/optic/data/List" -``` - -## toggle - -**Signature** - -```ts -export declare const toggle: (optic: any) => (s: S) => S -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Boolean.ts.html#toggle -- Module: "@fp-ts/optic/data/Boolean" -``` diff --git a/docs/modules/debug.ts.md b/docs/modules/debug.ts.md deleted file mode 100644 index 129e1f9a63..0000000000 --- a/docs/modules/debug.ts.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: debug.ts -nav_order: 5 -parent: Modules ---- - -## debug overview - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Debug.ts.html -- Module: "@effect/io/Debug" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [Debug](#debug) - - [getCallTrace](#getcalltrace) - - [getCallTraceFromNewError](#getcalltracefromnewerror) - - [isTraceEnabled](#istraceenabled) - - [runtimeDebug](#runtimedebug) - - [withCallTrace](#withcalltrace) - ---- - -# utils - -## Debug - -**Signature** - -```ts -export declare const Debug: any -``` - -Added in v2.0.0 - -## getCallTrace - -**Signature** - -```ts -export declare const getCallTrace: () => string | undefined -``` - -Added in v2.0.0 - -## getCallTraceFromNewError - -**Signature** - -```ts -export declare const getCallTraceFromNewError: (at: number) => string | undefined -``` - -Added in v2.0.0 - -## isTraceEnabled - -**Signature** - -```ts -export declare const isTraceEnabled: () => boolean -``` - -Added in v2.0.0 - -## runtimeDebug - -**Signature** - -```ts -export declare const runtimeDebug: Debug -``` - -Added in v2.0.0 - -## withCallTrace - -**Signature** - -```ts -export declare const withCallTrace: (trace: string) =>
(value: A) => A -``` - -Added in v2.0.0 diff --git a/docs/modules/index.ts.md b/docs/modules/index.ts.md index 5c789a4b96..bd00f381fd 100644 --- a/docs/modules/index.ts.md +++ b/docs/modules/index.ts.md @@ -1,6 +1,6 @@ --- title: index.ts -nav_order: 6 +nav_order: 41 parent: Modules --- @@ -13,39 +13,104 @@ Added in v2.0.0

Table of contents

- [utils](#utils) - - [Cached](#cached) + - [Bigint](#bigint) + - [Boolean](#boolean) + - [Brand](#brand) + - [Cache](#cache) - [Cause](#cause) + - [Chunk](#chunk) - [Clock](#clock) + - [Concurrency](#concurrency) + - [Config](#config) - [Context](#context) + - [Data](#data) - [DefaultServices](#defaultservices) - [Deferred](#deferred) + - [DeterministicRandom](#deterministicrandom) + - [Differ](#differ) + - [DifferChunkPatch](#differchunkpatch) + - [DifferContextPatch](#differcontextpatch) + - [DifferHashMapPatch](#differhashmappatch) + - [DifferHashSetPatch](#differhashsetpatch) + - [DifferOrPatch](#differorpatch) - [Duration](#duration) - [Effect](#effect) - [Either](#either) - [Equal](#equal) + - [Equivalence](#equivalence) - [ExecutionStrategy](#executionstrategy) - [Exit](#exit) - [Fiber](#fiber) + - [FiberId](#fiberid) - [FiberRef](#fiberref) - [FiberRefs](#fiberrefs) + - [FiberRuntimeFlags](#fiberruntimeflags) + - [FiberRuntimeFlagsPatch](#fiberruntimeflagspatch) + - [FiberStatus](#fiberstatus) + - [Function](#function) + - [HKT](#hkt) + - [Hash](#hash) + - [HashMap](#hashmap) + - [HashSet](#hashset) - [Hub](#hub) + - [KeyedPool](#keyedpool) - [Layer](#layer) + - [List](#list) - [Logger](#logger) + - [LoggerLevel](#loggerlevel) + - [LoggerSpan](#loggerspan) - [Metric](#metric) + - [MetricBoundaries](#metricboundaries) + - [MetricHook](#metrichook) + - [MetricKey](#metrickey) + - [MetricKeyType](#metrickeytype) + - [MetricLabel](#metriclabel) + - [MetricPair](#metricpair) + - [MetricPolling](#metricpolling) + - [MetricRegistry](#metricregistry) + - [MetricState](#metricstate) + - [MutableHashMap](#mutablehashmap) + - [MutableHashSet](#mutablehashset) + - [MutableList](#mutablelist) + - [MutableQueue](#mutablequeue) + - [MutableRef](#mutableref) - [Number](#number) - [Option](#option) + - [Order](#order) + - [Ordering](#ordering) + - [Pipeable](#pipeable) + - [Pool](#pool) - [Predicate](#predicate) - [Queue](#queue) - [Random](#random) + - [ReadonlyArray](#readonlyarray) + - [ReadonlyRecord](#readonlyrecord) + - [RedBlackTree](#redblacktree) - [Ref](#ref) - [Reloadable](#reloadable) + - [Request](#request) + - [RequestBlock](#requestblock) + - [RequestResolver](#requestresolver) + - [Resource](#resource) - [Runtime](#runtime) - [Schedule](#schedule) + - [ScheduleDecision](#scheduledecision) + - [ScheduleInterval](#scheduleinterval) + - [ScheduleIntervals](#scheduleintervals) + - [Scheduler](#scheduler) - [Scope](#scope) + - [ScopedCache](#scopedcache) + - [ScopedRef](#scopedref) + - [SortedMap](#sortedmap) + - [SortedSet](#sortedset) + - [String](#string) + - [Struct](#struct) - [Supervisor](#supervisor) + - [Symbol](#symbol) + - [SynchronizedRef](#synchronizedref) - [Tracer](#tracer) + - [Tuple](#tuple) - [absurd](#absurd) - - [flow](#flow) - [hole](#hole) - [identity](#identity) - [pipe](#pipe) @@ -55,19 +120,64 @@ Added in v2.0.0 # utils -## Cached +## Bigint **Signature** ```ts -export declare const Cached: typeof Cached +export declare const Bigint: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Cached.ts.html -- Module: "@effect/io/Cached" +- Docs: https://effect-ts.github.io/data/modules/Bigint.ts.html +- Module: "effect/Bigint" +``` + +## Boolean + +**Signature** + +```ts +export declare const Boolean: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Boolean.ts.html +- Module: "effect/Boolean" +``` + +## Brand + +**Signature** + +```ts +export declare const Brand: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Brand.ts.html +- Module: "effect/Brand" +``` + +## Cache + +**Signature** + +```ts +export declare const Cache: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Cache.ts.html +- Module: "effect/Cache" ``` ## Cause @@ -75,14 +185,29 @@ Added in v2.0.0 **Signature** ```ts -export declare const Cause: typeof Cause +export declare const Cause: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/Cause.ts.html -- Module: "@effect/io/Cause" +- Module: "effect/Cause" +``` + +## Chunk + +**Signature** + +```ts +export declare const Chunk: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Chunk.ts.html +- Module: "effect/Chunk" ``` ## Clock @@ -90,14 +215,44 @@ Added in v2.0.0 **Signature** ```ts -export declare const Clock: typeof Clock +export declare const Clock: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/Clock.ts.html -- Module: "@effect/io/Clock" +- Module: "effect/Clock" +``` + +## Concurrency + +**Signature** + +```ts +export declare const Concurrency: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Concurrency.ts.html +- Module: "effect/Concurrency" +``` + +## Config + +**Signature** + +```ts +export declare const Config: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Config.ts.html +- Module: "effect/Config" ``` ## Context @@ -105,14 +260,29 @@ Added in v2.0.0 **Signature** ```ts -export declare const Context: typeof Context +export declare const Context: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Context.ts.html +- Module: "effect/Context" +``` + +## Data + +**Signature** + +```ts +export declare const Data: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Context.ts.html -- Module: "@fp-ts/data/Context" +- Docs: https://effect-ts.github.io/data/modules/Data.ts.html +- Module: "effect/Data" ``` ## DefaultServices @@ -120,14 +290,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const DefaultServices: typeof DefaultServices +export declare const DefaultServices: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/DefaultServices.ts.html -- Module: "@effect/io/DefaultServices" +- Module: "effect/DefaultServices" ``` ## Deferred @@ -135,14 +305,119 @@ Added in v2.0.0 **Signature** ```ts -export declare const Deferred: typeof Deferred +export declare const Deferred: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/Deferred.ts.html -- Module: "@effect/io/Deferred" +- Module: "effect/Deferred" +``` + +## DeterministicRandom + +**Signature** + +```ts +export declare const DeterministicRandom: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Random.ts.html +- Module: "effect/Random" +``` + +## Differ + +**Signature** + +```ts +export declare const Differ: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ.ts.html +- Module: "effect/Differ" +``` + +## DifferChunkPatch + +**Signature** + +```ts +export declare const DifferChunkPatch: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/ChunkPatch.ts.html +- Module: "effect/DifferChunkPatch" +``` + +## DifferContextPatch + +**Signature** + +```ts +export declare const DifferContextPatch: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/ContextPatch.ts.html +- Module: "effect/DifferContextPatch" +``` + +## DifferHashMapPatch + +**Signature** + +```ts +export declare const DifferHashMapPatch: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/HashMapPatch.ts.html +- Module: "effect/DifferHashMapPatch" +``` + +## DifferHashSetPatch + +**Signature** + +```ts +export declare const DifferHashSetPatch: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/HashSetPatch.ts.html +- Module: "effect/DifferHashSetPatch" +``` + +## DifferOrPatch + +**Signature** + +```ts +export declare const DifferOrPatch: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Differ/OrPatch.ts.html +- Module: "effect/DifferOrPatch" ``` ## Duration @@ -150,14 +425,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const Duration: typeof Duration +export declare const Duration: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Duration.ts.html -- Module: "@fp-ts/data/Duration" +- Docs: https://effect-ts.github.io/data/modules/Duration.ts.html +- Module: "effect/Duration" ``` ## Effect @@ -165,14 +440,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const Effect: typeof Effect +export declare const Effect: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/Effect.ts.html -- Module: "@effect/io/Effect" +- Module: "effect/Effect" ``` ## Either @@ -180,14 +455,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const Either: typeof Either +export declare const Either: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Either.ts.html -- Module: "@fp-ts/data/Either" +- Docs: https://effect-ts.github.io/data/modules/Either.ts.html +- Module: "effect/Either" ``` ## Equal @@ -195,14 +470,29 @@ Added in v2.0.0 **Signature** ```ts -export declare const Equal: typeof Equal +export declare const Equal: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Equal.ts.html +- Module: "effect/Equal" +``` + +## Equivalence + +**Signature** + +```ts +export declare const Equivalence: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Equal.ts.html -- Module: "@fp-ts/data/Equal" +- Docs: https://effect-ts.github.io/data/modules/Equivalence.ts.html +- Module: "effect/Equivalence" ``` ## ExecutionStrategy @@ -210,14 +500,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const ExecutionStrategy: typeof ExecutionStrategy +export declare const ExecutionStrategy: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/ExecutionStrategy.ts.html -- Module: "@effect/io/ExecutionStrategy" +- Module: "effect/ExecutionStrategy" ``` ## Exit @@ -225,14 +515,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const Exit: typeof Exit +export declare const Exit: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/Exit.ts.html -- Module: "@effect/io/Exit" +- Module: "effect/Exit" ``` ## Fiber @@ -240,14 +530,29 @@ Added in v2.0.0 **Signature** ```ts -export declare const Fiber: typeof Fiber +export declare const Fiber: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/Fiber.ts.html -- Module: "@effect/io/Fiber" +- Module: "effect/Fiber" +``` + +## FiberId + +**Signature** + +```ts +export declare const FiberId: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Fiber/Id.ts.html +- Module: "effect/FiberId" ``` ## FiberRef @@ -255,14 +560,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const FiberRef: typeof FiberRef +export declare const FiberRef: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/FiberRef.ts.html -- Module: "@effect/io/FiberRef" +- Module: "effect/FiberRef" ``` ## FiberRefs @@ -270,284 +575,1019 @@ Added in v2.0.0 **Signature** ```ts -export declare const FiberRefs: typeof FiberRefs +export declare const FiberRefs: any ``` Added in v2.0.0 ```md - Docs: https://effect-ts.github.io/io/modules/FiberRefs.ts.html -- Module: "@effect/io/FiberRefs" +- Module: "effect/FiberRefs" ``` -## Hub +## FiberRuntimeFlags **Signature** ```ts -export declare const Hub: typeof Hub +export declare const FiberRuntimeFlags: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Hub.ts.html -- Module: "@effect/io/Hub" +- Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags.ts.html +- Module: "effect/FiberRuntimeFlags" ``` -## Layer +## FiberRuntimeFlagsPatch **Signature** ```ts -export declare const Layer: typeof Layer +export declare const FiberRuntimeFlagsPatch: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Layer.ts.html -- Module: "@effect/io/Layer" +- Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags/Patch.ts.html +- Module: "effect/FiberRuntimeFlagsPatch" ``` -## Logger +## FiberStatus **Signature** ```ts -export declare const Logger: typeof Logger +export declare const FiberStatus: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Logger.ts.html -- Module: "@effect/io/Logger" +- Docs: https://effect-ts.github.io/io/modules/Fiber/Status.ts.html +- Module: "effect/FiberStatus" ``` -## Metric +## Function **Signature** ```ts -export declare const Metric: typeof Metric +export declare const Function: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Metric.ts.html -- Module: "@effect/io/Metric" +- Docs: https://effect-ts.github.io/data/modules/Function.ts.html +- Module: "effect/Function" ``` -## Number +## HKT **Signature** ```ts -export declare const Number: typeof Number +export declare const HKT: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Number.ts.html -- Module: "@fp-ts/data/Number" +- Docs: https://fp-ts.github.io/core/modules/HKT.ts.html +- Module: "effect/HKT" ``` -## Option +## Hash **Signature** ```ts -export declare const Option: typeof Option +export declare const Hash: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Option.ts.html -- Module: "@fp-ts/data/Option" +- Docs: https://effect-ts.github.io/data/modules/Hash.ts.html +- Module: "effect/Hash" ``` -## Predicate +## HashMap **Signature** ```ts -export declare const Predicate: typeof Predicate +export declare const HashMap: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Predicate.ts.html -- Module: "@fp-ts/data/Predicate" +- Docs: https://effect-ts.github.io/data/modules/HashMap.ts.html +- Module: "effect/HashMap" ``` -## Queue +## HashSet **Signature** ```ts -export declare const Queue: typeof Queue +export declare const HashSet: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Queue.ts.html -- Module: "@effect/io/Queue" +- Docs: https://effect-ts.github.io/data/modules/HashSet.ts.html +- Module: "effect/HashSet" ``` -## Random +## Hub **Signature** ```ts -export declare const Random: typeof Random +export declare const Hub: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Random.ts.html -- Module: "@effect/io/Random" +- Docs: https://effect-ts.github.io/io/modules/Hub.ts.html +- Module: "effect/Hub" ``` -## Ref +## KeyedPool **Signature** ```ts -export declare const Ref: typeof Ref +export declare const KeyedPool: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Ref.ts.html -- Module: "@effect/io/Ref" +- Docs: https://effect-ts.github.io/io/modules/KeyedPool.ts.html +- Module: "effect/KeyedPool" ``` -## Reloadable +## Layer **Signature** ```ts -export declare const Reloadable: typeof Reloadable +export declare const Layer: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Reloadable.ts.html -- Module: "@effect/io/Reloadable" +- Docs: https://effect-ts.github.io/io/modules/Layer.ts.html +- Module: "effect/Layer" ``` -## Runtime +## List **Signature** ```ts -export declare const Runtime: typeof Runtime +export declare const List: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Runtime.ts.html -- Module: "@effect/io/Runtime" +- Docs: https://effect-ts.github.io/data/modules/List.ts.html +- Module: "effect/List" ``` -## Schedule +## Logger **Signature** ```ts -export declare const Schedule: typeof Schedule +export declare const Logger: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Schedule.ts.html -- Module: "@effect/io/Schedule" +- Docs: https://effect-ts.github.io/io/modules/Logger.ts.html +- Module: "effect/Logger" ``` -## Scope +## LoggerLevel **Signature** ```ts -export declare const Scope: typeof Scope +export declare const LoggerLevel: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Scope.ts.html -- Module: "@effect/io/Scope" +- Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html +- Module: "effect/LoggerLevel" ``` -## Supervisor +## LoggerSpan **Signature** ```ts -export declare const Supervisor: typeof Supervisor +export declare const LoggerSpan: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Supervisor.ts.html -- Module: "@effect/io/Supervisor" +- Docs: https://effect-ts.github.io/io/modules/Logger/Span.ts.html +- Module: "effect/LoggerSpan" ``` -## Tracer +## Metric **Signature** ```ts -export declare const Tracer: typeof Tracer +export declare const Metric: any ``` Added in v2.0.0 ```md -- Docs: https://effect-ts.github.io/io/modules/Tracer.ts.html -- Module: "@effect/io/Tracer" +- Docs: https://effect-ts.github.io/io/modules/Metric.ts.html +- Module: "effect/Metric" ``` -## absurd +## MetricBoundaries + +**Signature** + +```ts +export declare const MetricBoundaries: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Boundaries.ts.html +- Module: "effect/MetricBoundaries" +``` + +## MetricHook + +**Signature** + +```ts +export declare const MetricHook: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Hook.ts.html +- Module: "effect/MetricHook" +``` + +## MetricKey + +**Signature** + +```ts +export declare const MetricKey: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Key.ts.html +- Module: "effect/MetricKey" +``` + +## MetricKeyType **Signature** ```ts -export declare const absurd:
(_: never) => A +export declare const MetricKeyType: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Function.ts.html#absurd -- Module: "@fp-ts/data/Function" +- Docs: https://effect-ts.github.io/io/modules/Metric/KeyType.ts.html +- Module: "effect/MetricKeyType" +``` + +## MetricLabel + +**Signature** + +```ts +export declare const MetricLabel: any ``` -## flow +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Label.ts.html +- Module: "effect/MetricLabel" +``` + +## MetricPair + +**Signature** + +```ts +export declare const MetricPair: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Pair.ts.html +- Module: "effect/MetricPair" +``` + +## MetricPolling + +**Signature** + +```ts +export declare const MetricPolling: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/PollingPolling.ts.html +- Module: "effect/MetricPolling" +``` + +## MetricRegistry + +**Signature** + +```ts +export declare const MetricRegistry: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/Registry.ts.html +- Module: "effect/MetricRegistry" +``` + +## MetricState + +**Signature** + +```ts +export declare const MetricState: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Metric/State.ts.html +- Module: "effect/MetricState" +``` + +## MutableHashMap + +**Signature** + +```ts +export declare const MutableHashMap: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableHashMap.ts.html +- Module: "effect/MutableHashMap" +``` + +## MutableHashSet + +**Signature** + +```ts +export declare const MutableHashSet: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableHashSet.ts.html +- Module: "effect/MutableHashSet" +``` + +## MutableList + +**Signature** + +```ts +export declare const MutableList: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableList.ts.html +- Module: "effect/MutableList" +``` + +## MutableQueue + +**Signature** + +```ts +export declare const MutableQueue: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/MutableQueue.ts.html +- Module: "effect/MutableQueue" +``` + +## MutableRef + +**Signature** + +```ts +export declare const MutableRef: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/mutable/MutableRef.ts.html +- Module: "effect/mutable/MutableRef" +``` + +## Number + +**Signature** + +```ts +export declare const Number: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Number.ts.html +- Module: "effect/Number" +``` + +## Option + +**Signature** + +```ts +export declare const Option: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Option.ts.html +- Module: "effect/Option" +``` + +## Order + +**Signature** + +```ts +export declare const Order: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Order.ts.html +- Module: "effect/Order" +``` + +## Ordering + +**Signature** + +```ts +export declare const Ordering: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Ordering.ts.html +- Module: "effect/Ordering" +``` + +## Pipeable + +**Signature** + +```ts +export declare const Pipeable: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Pipeable.ts.html +- Module: "effect/Pipeable" +``` + +## Pool + +**Signature** + +```ts +export declare const Pool: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Pool.ts.html +- Module: "effect/Pool" +``` + +## Predicate + +**Signature** + +```ts +export declare const Predicate: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Predicate.ts.html +- Module: "effect/Predicate" +``` + +## Queue + +**Signature** + +```ts +export declare const Queue: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Queue.ts.html +- Module: "effect/Queue" +``` + +## Random + +**Signature** + +```ts +export declare const Random: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Random.ts.html +- Module: "effect/Random" +``` + +## ReadonlyArray + +**Signature** + +```ts +export declare const ReadonlyArray: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/ReadonlyArray.ts.html +- Module: "effect/ReadonlyArray" +``` + +## ReadonlyRecord + +**Signature** + +```ts +export declare const ReadonlyRecord: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/ReadonlyRecord.ts.html +- Module: "effect/ReadonlyRecord" +``` + +## RedBlackTree + +**Signature** + +```ts +export declare const RedBlackTree: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/RedBlackTree.ts.html +- Module: "effect/RedBlackTree" +``` + +## Ref + +**Signature** + +```ts +export declare const Ref: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Ref.ts.html +- Module: "effect/Ref" +``` + +## Reloadable + +**Signature** + +```ts +export declare const Reloadable: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Reloadable.ts.html +- Module: "effect/Reloadable" +``` + +## Request + +**Signature** + +```ts +export declare const Request: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Request.ts.html +- Module: "effect/Request" +``` + +## RequestBlock + +**Signature** + +```ts +export declare const RequestBlock: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/RequestBlock.ts.html +- Module: "effect/RequestBlock" +``` + +## RequestResolver + +**Signature** + +```ts +export declare const RequestResolver: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/RequestResolver.ts.html +- Module: "effect/RequestResolver" +``` + +## Resource + +**Signature** + +```ts +export declare const Resource: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Resource.ts.html +- Module: "effect/Resource" +``` + +## Runtime + +**Signature** + +```ts +export declare const Runtime: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Runtime.ts.html +- Module: "effect/Runtime" +``` + +## Schedule + +**Signature** + +```ts +export declare const Schedule: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule.ts.html +- Module: "effect/Schedule" +``` + +## ScheduleDecision + +**Signature** + +```ts +export declare const ScheduleDecision: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule/Decision.ts.html +- Module: "effect/ScheduleDecision" +``` + +## ScheduleInterval + +**Signature** + +```ts +export declare const ScheduleInterval: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule/Interval.ts.html +- Module: "effect/ScheduleInterval" +``` + +## ScheduleIntervals + +**Signature** + +```ts +export declare const ScheduleIntervals: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Schedule/Intervals.ts.html +- Module: "effect/ScheduleIntervals" +``` + +## Scheduler + +**Signature** + +```ts +export declare const Scheduler: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Scheduler.ts.html +- Module: "effect/Scheduler" +``` + +## Scope + +**Signature** + +```ts +export declare const Scope: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Scope.ts.html +- Module: "effect/Scope" +``` + +## ScopedCache + +**Signature** + +```ts +export declare const ScopedCache: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/ScopedCache.ts.html +- Module: "effect/ScopedCache" +``` + +## ScopedRef + +**Signature** + +```ts +export declare const ScopedRef: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/ScopedRef.ts.html +- Module: "effect/ScopedRef" +``` + +## SortedMap + +**Signature** + +```ts +export declare const SortedMap: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/SortedMap.ts.html +- Module: "effect/SortedMap" +``` + +## SortedSet + +**Signature** + +```ts +export declare const SortedSet: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/SortedSet.ts.html +- Module: "effect/SortedSet" +``` + +## String + +**Signature** + +```ts +export declare const String: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/String.ts.html +- Module: "effect/String" +``` + +## Struct + +**Signature** + +```ts +export declare const Struct: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Struct.ts.html +- Module: "effect/Struct" +``` + +## Supervisor + +**Signature** + +```ts +export declare const Supervisor: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Supervisor.ts.html +- Module: "effect/Supervisor" +``` + +## Symbol + +**Signature** + +```ts +export declare const Symbol: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Symbol.ts.html +- Module: "effect/Symbol" +``` + +## SynchronizedRef + +**Signature** + +```ts +export declare const SynchronizedRef: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Ref/Synchronized.ts.html +- Module: "effect/SynchronizedRef" +``` + +## Tracer + +**Signature** + +```ts +export declare const Tracer: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/io/modules/Tracer.ts.html +- Module: "effect/Tracer" +``` + +## Tuple + +**Signature** + +```ts +export declare const Tuple: any +``` + +Added in v2.0.0 + +```md +- Docs: https://effect-ts.github.io/data/modules/Tuple.ts.html +- Module: "effect/Tuple" +``` + +## absurd **Signature** ```ts -export declare const flow: typeof flow +export declare const absurd: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Function.ts.html -- Module: "@fp-ts/data/Function" +- Docs: https://effect-ts.github.io/data/modules/Function.ts.html#absurd +- Module: "effect/Function" ``` ## hole @@ -555,14 +1595,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const hole: () => T +export declare const hole: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Function.ts.html#hole -- Module: "@fp-ts/data/Function" +- Docs: https://effect-ts.github.io/data/modules/Function.ts.html#hole +- Module: "effect/Function" ``` ## identity @@ -570,14 +1610,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const identity: (a: A) => A +export declare const identity: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Function.ts.html#identity -- Module: "@fp-ts/data/Function" +- Docs: https://effect-ts.github.io/data/modules/Function.ts.html#identity +- Module: "effect/Function" ``` ## pipe @@ -585,14 +1625,14 @@ Added in v2.0.0 **Signature** ```ts -export declare const pipe: typeof pipe +export declare const pipe: any ``` Added in v2.0.0 ```md -- Docs: https://fp-ts.github.io/data/modules/Function.ts.html#pipe -- Module: "@fp-ts/data/Function" +- Docs: https://effect-ts.github.io/data/modules/Function.ts.html#pipe +- Module: "effect/Function" ``` ## unsafeCoerce @@ -600,7 +1640,7 @@ Added in v2.0.0 **Signature** ```ts -export declare const unsafeCoerce: (a: A) => B +export declare const unsafeCoerce: any ``` Added in v2.0.0 diff --git a/docs/modules/index/Fiber.ts.md b/docs/modules/index/Fiber.ts.md deleted file mode 100644 index 6f420b27ce..0000000000 --- a/docs/modules/index/Fiber.ts.md +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: index/Fiber.ts -nav_order: 7 -parent: Modules ---- - -## Fiber overview - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Fiber.ts.html -- Module: "@effect/io/Fiber" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [Id](#id) - - [RuntimeFlags](#runtimeflags) - - [RuntimeFlagsPatch](#runtimeflagspatch) - - [Status](#status) - ---- - -# utils - -## Id - -**Signature** - -```ts -export declare const Id: typeof Id -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Fiber/Id.ts.html -- Module: "@effect/io/Fiber/Id" -``` - -## RuntimeFlags - -**Signature** - -```ts -export declare const RuntimeFlags: typeof RuntimeFlags -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags.ts.html -- Module: "@effect/io/Fiber/Runtime/Flags" -``` - -## RuntimeFlagsPatch - -**Signature** - -```ts -export declare const RuntimeFlagsPatch: typeof RuntimeFlagsPatch -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags/Patch.ts.html -- Module: "@effect/io/Fiber/Runtime/Flags/Patch" -``` - -## Status - -**Signature** - -```ts -export declare const Status: typeof Status -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Fiber/Status.ts.html -- Module: "@effect/io/Fiber/Status" -``` diff --git a/docs/modules/index/Logger.ts.md b/docs/modules/index/Logger.ts.md deleted file mode 100644 index e6061bfb3b..0000000000 --- a/docs/modules/index/Logger.ts.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: index/Logger.ts -nav_order: 9 -parent: Modules ---- - -## Logger overview - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Logger.ts.html -- Module: "@effect/io/Logger" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [LogLevel](#loglevel) - - [LogSpan](#logspan) - ---- - -# utils - -## LogLevel - -**Signature** - -```ts -export declare const LogLevel: typeof Level -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html -- Module: "@effect/io/Logger/Level" -``` - -## LogSpan - -**Signature** - -```ts -export declare const LogSpan: typeof Span -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Logger/Span.ts.html -- Module: "@effect/io/Logger/Span" -``` diff --git a/docs/modules/index/Metric.ts.md b/docs/modules/index/Metric.ts.md deleted file mode 100644 index d20b13bf26..0000000000 --- a/docs/modules/index/Metric.ts.md +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: index/Metric.ts -nav_order: 10 -parent: Modules ---- - -## Metric overview - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric.ts.html -- Module: "@effect/io/Metric" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [Boundaries](#boundaries) - - [Hook](#hook) - - [Key](#key) - - [KeyType](#keytype) - - [Label](#label) - - [Pair](#pair) - - [Polling](#polling) - - [Registry](#registry) - - [State](#state) - ---- - -# utils - -## Boundaries - -**Signature** - -```ts -export declare const Boundaries: typeof Boundaries -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/Boundaries.ts.html -- Module: "@effect/io/Metric/Boundaries" -``` - -## Hook - -**Signature** - -```ts -export declare const Hook: typeof Hook -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/Hook.ts.html -- Module: "@effect/io/Metric/Hook" -``` - -## Key - -**Signature** - -```ts -export declare const Key: typeof Key -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/Key.ts.html -- Module: "@effect/io/Metric/Key" -``` - -## KeyType - -**Signature** - -```ts -export declare const KeyType: typeof KeyType -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/KeyType.ts.html -- Module: "@effect/io/Metric/KeyType" -``` - -## Label - -**Signature** - -```ts -export declare const Label: typeof Label -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/Label.ts.html -- Module: "@effect/io/Metric/Label" -``` - -## Pair - -**Signature** - -```ts -export declare const Pair: typeof Pair -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/Pair.ts.html -- Module: "@effect/io/Metric/Pair" -``` - -## Polling - -**Signature** - -```ts -export declare const Polling: typeof Polling -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/Polling.ts.html -- Module: "@effect/io/Metric/Polling" -``` - -## Registry - -**Signature** - -```ts -export declare const Registry: typeof Registry -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/Registry.ts.html -- Module: "@effect/io/Metric/Registry" -``` - -## State - -**Signature** - -```ts -export declare const State: typeof State -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Metric/State.ts.html -- Module: "@effect/io/Metric/State" -``` diff --git a/docs/modules/index/Optic.ts.md b/docs/modules/index/Optic.ts.md deleted file mode 100644 index 0d9a178712..0000000000 --- a/docs/modules/index/Optic.ts.md +++ /dev/null @@ -1,314 +0,0 @@ ---- -title: index/Optic.ts -nav_order: 10 -parent: Modules ---- - -## Optic overview - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/index.ts.html -- Docs: https://fp-ts.github.io/optic/modules/experimental.ts.html -- Module: "@fp-ts/optic" -- Module: "@fp-ts/optic/experimental" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [consChunk](#conschunk) - - [consList](#conslist) - - [consNonEmptyReadonlyArray](#consnonemptyreadonlyarray) - - [getAtHashMap](#getathashmap) - - [getAtSortedMap](#getatsortedmap) - - [getIndexHashMap](#getindexhashmap) - - [getIndexSortedMap](#getindexsortedmap) - - [headChunk](#headchunk) - - [headList](#headlist) - - [indexChunk](#indexchunk) - - [indexList](#indexlist) - - [indexString](#indexstring) - - [left](#left) - - [none](#none) - - [right](#right) - - [tailChunk](#tailchunk) - - [tailList](#taillist) - - [toggle](#toggle) - ---- - -# utils - -## consChunk - -**Signature** - -```ts -export declare const consChunk: {
(): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#cons -- Module: "@fp-ts/optic/data/Chunk" -``` - -## consList - -**Signature** - -```ts -export declare const consList: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#cons -- Module: "@fp-ts/optic/data/List" -``` - -## consNonEmptyReadonlyArray - -**Signature** - -```ts -export declare const consNonEmptyReadonlyArray: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/ReadonlyArray.ts.html#consNonEmpty -- Module: "@fp-ts/optic/data/ReadonlyArray" -``` - -## getAtHashMap - -**Signature** - -```ts -export declare const getAtHashMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/HashMap.ts.html#getAt -- Module: "@fp-ts/optic/data/HashMap" -``` - -## getAtSortedMap - -**Signature** - -```ts -export declare const getAtSortedMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/SortedMap.ts.html#getAt -- Module: "@fp-ts/optic/data/SortedMap" -``` - -## getIndexHashMap - -**Signature** - -```ts -export declare const getIndexHashMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/HashMap.ts.html#getIndex -- Module: "@fp-ts/optic/data/HashMap" -``` - -## getIndexSortedMap - -**Signature** - -```ts -export declare const getIndexSortedMap: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/SortedMap.ts.html#getIndex -- Module: "@fp-ts/optic/data/SortedMap" -``` - -## headChunk - -**Signature** - -```ts -export declare const headChunk: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#head -- Module: "@fp-ts/optic/data/Chunk" -``` - -## headList - -**Signature** - -```ts -export declare const headList: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#head -- Module: "@fp-ts/optic/data/List" -``` - -## indexChunk - -**Signature** - -```ts -export declare const indexChunk: (i: number) => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#index -- Module: "@fp-ts/optic/data/Chunk" -``` - -## indexList - -**Signature** - -```ts -export declare const indexList: (i: number) => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#index -- Module: "@fp-ts/optic/data/List" -``` - -## indexString - -**Signature** - -```ts -export declare const indexString: (n: number) => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/String.ts.html#index -- Module: "@fp-ts/optic/data/String" -``` - -## left - -**Signature** - -```ts -export declare const left: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Either.ts.html#left -- Module: "@fp-ts/optic/data/Either" -``` - -## none - -**Signature** - -```ts -export declare const none: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Option.ts.html#none -- Module: "@fp-ts/optic/data/Option" -``` - -## right - -**Signature** - -```ts -export declare const right: { (): any; (): any } -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Either.ts.html#right -- Module: "@fp-ts/optic/data/Either" -``` - -## tailChunk - -**Signature** - -```ts -export declare const tailChunk: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#tail -- Module: "@fp-ts/optic/data/Chunk" -``` - -## tailList - -**Signature** - -```ts -export declare const tailList: () => any -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#tail -- Module: "@fp-ts/optic/data/List" -``` - -## toggle - -**Signature** - -```ts -export declare const toggle: (optic: any) => (s: S) => S -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/optic/modules/data/Boolean.ts.html#toggle -- Module: "@fp-ts/optic/data/Boolean" -``` diff --git a/docs/modules/index/Ref.ts.md b/docs/modules/index/Ref.ts.md deleted file mode 100644 index 8e5bde06e0..0000000000 --- a/docs/modules/index/Ref.ts.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: index/Ref.ts -nav_order: 11 -parent: Modules ---- - -## Ref overview - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Ref.ts.html -- Module: "@effect/io/Ref" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [ScopedRef](#scopedref) - - [SynchronizedRef](#synchronizedref) - ---- - -# utils - -## ScopedRef - -**Signature** - -```ts -export declare const ScopedRef: typeof ScopedRef -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/ScopedRef.ts.html -- Module: "@effect/io/ScopedRef" -``` - -## SynchronizedRef - -**Signature** - -```ts -export declare const SynchronizedRef: typeof SynchronizedRef -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Ref/Synchronized.ts.html -- Module: "@effect/io/Ref/Synchronized" -``` diff --git a/docs/modules/index/Schedule.ts.md b/docs/modules/index/Schedule.ts.md deleted file mode 100644 index a0242eea9d..0000000000 --- a/docs/modules/index/Schedule.ts.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: index/Schedule.ts -nav_order: 12 -parent: Modules ---- - -## Schedule overview - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Schedule.ts.html -- Module: "@effect/io/Schedule" -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [Decision](#decision) - - [Interval](#interval) - - [Intervals](#intervals) - ---- - -# utils - -## Decision - -**Signature** - -```ts -export declare const Decision: typeof Decision -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Schedule/Decision.ts.html -- Module: "@effect/io/Schedule/Decision" -``` - -## Interval - -**Signature** - -```ts -export declare const Interval: typeof Interval -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Schedule/Interval.ts.html -- Module: "@effect/io/Schedule/Interval" -``` - -## Intervals - -**Signature** - -```ts -export declare const Intervals: typeof Intervals -``` - -Added in v2.0.0 - -```md -- Docs: https://effect-ts.github.io/io/modules/Schedule/Intervals.ts.html -- Module: "@effect/io/Schedule/Intervals" -``` diff --git a/docs/modules/schema.ts.md b/docs/modules/schema.ts.md deleted file mode 100644 index a6ef2b27eb..0000000000 --- a/docs/modules/schema.ts.md +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: schema.ts -nav_order: 13 -parent: Modules ---- - -## schema overview - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/schema -``` - ---- - -

Table of contents

- -- [utils](#utils) - - [AST](#ast) - - [Arbitrary](#arbitrary) - - [Codec](#codec) - - [DecodeError](#decodeerror) - - [Decoder](#decoder) - - [Encoder](#encoder) - - [Guard](#guard) - - [Pretty](#pretty) - - [Provider](#provider) - - [Schema](#schema) - ---- - -# utils - -## AST - -**Signature** - -```ts -export declare const AST: typeof AST -``` - -Added in v2.0.0 - -## Arbitrary - -**Signature** - -```ts -export declare const Arbitrary: typeof Arbitrary -``` - -Added in v2.0.0 - -## Codec - -**Signature** - -```ts -export declare const Codec: typeof Codec -``` - -Added in v2.0.0 - -## DecodeError - -**Signature** - -```ts -export declare const DecodeError: typeof DecodeError -``` - -Added in v2.0.0 - -## Decoder - -**Signature** - -```ts -export declare const Decoder: typeof Decoder -``` - -Added in v2.0.0 - -## Encoder - -**Signature** - -```ts -export declare const Encoder: typeof Encoder -``` - -Added in v2.0.0 - -## Guard - -**Signature** - -```ts -export declare const Guard: typeof Guard -``` - -Added in v2.0.0 - -## Pretty - -**Signature** - -```ts -export declare const Pretty: typeof Pretty -``` - -Added in v2.0.0 - -## Provider - -**Signature** - -```ts -export declare const Provider: typeof Provider -``` - -Added in v2.0.0 - -## Schema - -**Signature** - -```ts -export declare const Schema: typeof Schema -``` - -Added in v2.0.0 diff --git a/docs/modules/typeclass.ts.md b/docs/modules/typeclass.ts.md deleted file mode 100644 index 38e4a61c08..0000000000 --- a/docs/modules/typeclass.ts.md +++ /dev/null @@ -1,515 +0,0 @@ ---- -title: typeclass.ts -nav_order: 14 -parent: Modules ---- - -## typeclass overview - -Added in v2.0.0 - ---- - -

Table of contents

- -- [utils](#utils) - - [Alternative](#alternative) - - [Applicative](#applicative) - - [Bicovariant](#bicovariant) - - [Bounded](#bounded) - - [Chainable](#chainable) - - [Compactable](#compactable) - - [Contravariant](#contravariant) - - [Coproduct](#coproduct) - - [Covariant](#covariant) - - [CovariantWithIndex](#covariantwithindex) - - [Filterable](#filterable) - - [FilterableWithIndex](#filterablewithindex) - - [FlatMap](#flatmap) - - [Foldable](#foldable) - - [Gen](#gen) - - [Invariant](#invariant) - - [Monad](#monad) - - [Monoid](#monoid) - - [NonEmptyTraversable](#nonemptytraversable) - - [Of](#of) - - [Order](#order) - - [Pointed](#pointed) - - [Product](#product) - - [SemiAlternative](#semialternative) - - [SemiApplicative](#semiapplicative) - - [SemiCoproduct](#semicoproduct) - - [SemiProduct](#semiproduct) - - [Semigroup](#semigroup) - - [Seq](#seq) - - [Traversable](#traversable) - - [TraversableFilterable](#traversablefilterable) - ---- - -# utils - -## Alternative - -**Signature** - -```ts -export declare const Alternative: typeof Alternative -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Alternative.ts.html -- Module: "@fp-ts/core/typeclass/Alternative" -``` - -## Applicative - -**Signature** - -```ts -export declare const Applicative: typeof Applicative -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Applicative.ts.html -- Module: "@fp-ts/core/typeclass/Applicative" -``` - -## Bicovariant - -**Signature** - -```ts -export declare const Bicovariant: typeof Bicovariant -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Bicovariant.ts.html -- Module: "@fp-ts/core/typeclass/Bicovariant" -``` - -## Bounded - -**Signature** - -```ts -export declare const Bounded: typeof Bounded -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Bounded.ts.html -- Module: "@fp-ts/core/typeclass/Bounded" -``` - -## Chainable - -**Signature** - -```ts -export declare const Chainable: typeof Chainable -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Chainable.ts.html -- Module: "@fp-ts/core/typeclass/Chainable" -``` - -## Compactable - -**Signature** - -```ts -export declare const Compactable: typeof Compactable -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Compactable.ts.html -- Module: "@fp-ts/core/typeclass/Compactable" -``` - -## Contravariant - -**Signature** - -```ts -export declare const Contravariant: typeof Contravariant -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Contravatiant.ts.html -- Module: "@fp-ts/core/typeclass/Contravariant" -``` - -## Coproduct - -**Signature** - -```ts -export declare const Coproduct: typeof Coproduct -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Coproduct.ts.html -- Module: "@fp-ts/core/typeclass/Coproduct" -``` - -## Covariant - -**Signature** - -```ts -export declare const Covariant: typeof Covariant -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Covariant.ts.html -- Module: "@fp-ts/core/typeclass/Covariant" -``` - -## CovariantWithIndex - -**Signature** - -```ts -export declare const CovariantWithIndex: typeof CovariantWithIndex -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/typeclass/ContravatiantWithIndex.ts.html -- Module: "@fp-ts/data/typeclass/ContravariantWithIndex" -``` - -## Filterable - -**Signature** - -```ts -export declare const Filterable: typeof Filterable -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Filterable.ts.html -- Module: "@fp-ts/core/typeclass/Filterable" -``` - -## FilterableWithIndex - -**Signature** - -```ts -export declare const FilterableWithIndex: typeof FilterableWithIndex -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/typeclass/FilterableWithIndex.ts.html -- Module: "@fp-ts/data/typeclass/FilterableWithIndex" -``` - -## FlatMap - -**Signature** - -```ts -export declare const FlatMap: typeof FlatMap -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/FlatMap.ts.html -- Module: "@fp-ts/core/typeclass/FlatMap" -``` - -## Foldable - -**Signature** - -```ts -export declare const Foldable: typeof Foldable -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Foldable.ts.html -- Module: "@fp-ts/core/typeclass/Foldable" -``` - -## Gen - -**Signature** - -```ts -export declare const Gen: typeof Gen -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/typeclass/Gen.ts.html -- Module: "@fp-ts/data/typeclass/Gen" -``` - -## Invariant - -**Signature** - -```ts -export declare const Invariant: typeof Invariant -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Invariant.ts.html -- Module: "@fp-ts/core/typeclass/Invariant" -``` - -## Monad - -**Signature** - -```ts -export declare const Monad: typeof Monad -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Monad.ts.html -- Module: "@fp-ts/core/typeclass/Monad" -``` - -## Monoid - -**Signature** - -```ts -export declare const Monoid: typeof Monoid -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Monoid.ts.html -- Module: "@fp-ts/core/typeclass/Monoid" -``` - -## NonEmptyTraversable - -**Signature** - -```ts -export declare const NonEmptyTraversable: typeof NonEmptyTraversable -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/NonEmptyTraversable.ts.html -- Module: "@fp-ts/core/typeclass/NonEmptyTraversable" -``` - -## Of - -**Signature** - -```ts -export declare const Of: typeof Of -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Of.ts.html -- Module: "@fp-ts/core/typeclass/Of" -``` - -## Order - -**Signature** - -```ts -export declare const Order: typeof Order -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Order.ts.html -- Module: "@fp-ts/core/typeclass/Order" -``` - -## Pointed - -**Signature** - -```ts -export declare const Pointed: typeof Pointed -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Pointed.ts.html -- Module: "@fp-ts/core/typeclass/Pointed" -``` - -## Product - -**Signature** - -```ts -export declare const Product: typeof Product -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Product.ts.html -- Module: "@fp-ts/core/typeclass/Product" -``` - -## SemiAlternative - -**Signature** - -```ts -export declare const SemiAlternative: typeof SemiAlternative -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/SemiAlternative.ts.html -- Module: "@fp-ts/core/typeclass/SemiAlternative" -``` - -## SemiApplicative - -**Signature** - -```ts -export declare const SemiApplicative: typeof SemiApplicative -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/SemiApplicative.ts.html -- Module: "@fp-ts/core/typeclass/SemiApplicative" -``` - -## SemiCoproduct - -**Signature** - -```ts -export declare const SemiCoproduct: typeof SemiCoproduct -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/SemiCoproduct.ts.html -- Module: "@fp-ts/core/typeclass/SemiCoproduct" -``` - -## SemiProduct - -**Signature** - -```ts -export declare const SemiProduct: typeof SemiProduct -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/SemiProduct.ts.html -- Module: "@fp-ts/core/typeclass/SemiProduct" -``` - -## Semigroup - -**Signature** - -```ts -export declare const Semigroup: typeof Semigroup -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Semigroup.ts.html -- Module: "@fp-ts/core/typeclass/Semigroup" -``` - -## Seq - -**Signature** - -```ts -export declare const Seq: typeof Seq -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/data/modules/typeclass/Seq.ts.html -- Module: "@fp-ts/data/typeclass/Seq" -``` - -## Traversable - -**Signature** - -```ts -export declare const Traversable: typeof Traversable -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/Traversable.ts.html -- Module: "@fp-ts/core/typeclass/Traversable" -``` - -## TraversableFilterable - -**Signature** - -```ts -export declare const TraversableFilterable: typeof TraversableFilterable -``` - -Added in v2.0.0 - -```md -- Docs: https://fp-ts.github.io/core/modules/typeclass/TraversableFilterable.ts.html -- Module: "@fp-ts/core/typeclass/TraversableFilterable" -``` diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000000..172153cd3f --- /dev/null +++ b/flake.lock @@ -0,0 +1,61 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1689230645, + "narHash": "sha256-5PKMCkMQIhdW6DFpNVm4DOQ81PoSPsYcTL3fqlBUWpA=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "686945e0c07d68a6ca624438f1623fd3284ec15d", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000000..4beb5367ed --- /dev/null +++ b/flake.nix @@ -0,0 +1,32 @@ +{ + inputs = { + nixpkgs = { + url = "github:nixos/nixpkgs/nixpkgs-unstable"; + }; + + flake-utils = { + url = "github:numtide/flake-utils"; + }; + }; + + outputs = { + self, + nixpkgs, + flake-utils, + ... + }: + flake-utils.lib.eachDefaultSystem (system: let + pkgs = nixpkgs.legacyPackages.${system}; + in { + formatter = pkgs.alejandra; + + devShells = { + default = pkgs.mkShell { + buildInputs = with pkgs; [ + nodejs-18_x + nodePackages.pnpm + ]; + }; + }; + }); +} diff --git a/package.json b/package.json index cb730388b7..e95d7d5a71 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lint": "eslint . --ext .ts,.tsx", "autofix": "pnpm lint --fix", "tc": "tsc --noEmit", - "docs": "docs-ts", + "docs": "docgen", "docs-update": "git add --force --all docs/modules || true", "circular": "madge --ts-config ./tsconfig.madge.json --circular --no-color --no-spinner --warning build/esm", "test": "vitest", @@ -56,74 +56,60 @@ "require": "./build/cjs/*.js" } }, - "dependencies": { - "@effect/io": "0.0.32", - "@effect/printer": "0.1.11", - "@fp-ts/core": "0.0.9", - "@fp-ts/data": "0.0.22", - "@fp-ts/optic": "0.0.5", - "@fp-ts/schema": "0.0.5" - }, "devDependencies": { - "@babel/cli": "^7.18.6", - "@babel/core": "^7.20.5", - "@babel/plugin-transform-modules-commonjs": "^7.19.6", - "@changesets/changelog-github": "^0.4.7", - "@changesets/cli": "^2.25.2", - "@effect-ts/build-utils": "0.40.3", - "@effect-ts/core": "^0.60.2", - "@effect/language-service": "^0.0.10", - "@jest/expect-utils": "^29.3.1", - "@jest/schemas": "^29.0.0", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.3", + "@babel/plugin-transform-modules-commonjs": "^7.21.2", + "@changesets/changelog-github": "^0.4.8", + "@changesets/cli": "^2.26.1", + "@definitelytyped/dtslint": "^0.0.163", + "@effect-ts/build-utils": "0.40.7", + "@effect-ts/core": "^0.60.5", + "@effect/babel-plugin": "^0.2.0", + "@effect/core": "^0.0.16", + "@effect/docgen": "^0.1.1", + "@effect/language-service": "^0.0.19", "@repo-tooling/eslint-plugin-dprint": "^0.0.4", "@rollup/pluginutils": "^5.0.2", - "@sinclair/typebox": "^0.25.11", "@types/benchmark": "^2.1.2", "@types/chai": "^4.3.4", - "@types/glob": "^8.0.0", - "@types/jest": "^29.2.4", - "@types/minimatch": "^5.1.2", - "@types/node": "^18.11.11", - "@types/prettier": "2.7.1", - "@types/rimraf": "^3.0.2", - "@typescript-eslint/eslint-plugin": "^5.45.1", - "@typescript-eslint/parser": "^5.45.1", - "@vitest/coverage-c8": "^0.25.5", + "@types/glob": "^8.1.0", + "@types/jest": "^29.5.0", + "@types/node": "^18.15.10", + "@types/prettier": "2.7.2", + "@typescript-eslint/eslint-plugin": "^5.56.0", + "@typescript-eslint/parser": "^5.56.0", + "@vitejs/plugin-react": "^3.0.1", + "@vitest/coverage-c8": "^0.29.8", "babel-plugin-annotate-pure-calls": "^0.4.0", - "chalk": "^5.1.2", "concurrently": "^7.6.0", "cpx": "^1.5.0", - "docs-ts": "0.6.10", - "eslint": "^8.29.0", - "eslint-import-resolver-typescript": "^3.5.2", - "eslint-plugin-codegen": "0.16.1", + "error-stack-parser": "^2.1.4", + "eslint": "^8.36.0", + "eslint-import-resolver-typescript": "^3.5.3", + "eslint-plugin-codegen": "0.17.0", "eslint-plugin-deprecation": "^1.3.3", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-simple-import-sort": "^8.0.0", - "eslint-plugin-sort-destructure-keys": "^1.4.0", - "expect": "^29.3.1", - "fast-check": "^3.3.0", - "glob": "^8.0.3", - "jest-diff": "^29.3.1", - "jest-matcher-utils": "^29.3.1", - "madge": "^5.0.1", - "minimatch": "^5.1.1", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-simple-import-sort": "^10.0.0", + "eslint-plugin-sort-destructure-keys": "^1.5.0", + "fast-check": "^3.7.1", + "glob": "^9.3.2", + "madge": "^6.0.0", "picocolors": "^1.0.0", - "prettier": "^2.8.0", - "pretty-format": "^29.3.1", - "rimraf": "^3.0.2", + "prettier": "^2.8.7", + "rimraf": "^4.4.1", + "stackframe": "^1.3.4", + "ts-codemod": "^4.0.4", "ts-node": "^10.9.1", - "tslint": "^6.1.3", - "typescript": "https://cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz", + "typescript": "^5.1.6", "ultra-runner": "^3.10.5", - "vite": "^3.2.5", - "vitest": "0.25.5" + "vite": "^4.2.1", + "vitest": "0.29.8" }, - "pnpm": { - "patchedDependencies": { - "@effect-ts/build-utils@0.40.3": "patches/@effect-ts__build-utils@0.40.3.patch", - "docs-ts@0.6.10": "patches/docs-ts@0.6.10.patch" - } + "dependencies": { + "@effect/data": "^0.14.1", + "@effect/io": "^0.32.1", + "fast-check": "^3.11.0" }, "config": { "side": [], diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a24f72f515..5e6e0ed08e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,188 +1,189 @@ -lockfileVersion: 5.4 - -patchedDependencies: - '@effect-ts/build-utils@0.40.3': - hash: wzvflwv62ngf22ppz3frldq37m - path: patches/@effect-ts__build-utils@0.40.3.patch - docs-ts@0.6.10: - hash: usdb6gajlcntnpmfr66l6o5ntm - path: patches/docs-ts@0.6.10.patch - -importers: - - .: - specifiers: - '@babel/cli': ^7.18.6 - '@babel/core': ^7.20.5 - '@babel/plugin-transform-modules-commonjs': ^7.19.6 - '@changesets/changelog-github': ^0.4.7 - '@changesets/cli': ^2.25.2 - '@effect-ts/build-utils': 0.40.3 - '@effect-ts/core': ^0.60.2 - '@effect/io': 0.0.32 - '@effect/language-service': ^0.0.10 - '@effect/printer': 0.1.11 - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.22 - '@fp-ts/optic': 0.0.5 - '@fp-ts/schema': 0.0.5 - '@jest/expect-utils': ^29.3.1 - '@jest/schemas': ^29.0.0 - '@repo-tooling/eslint-plugin-dprint': ^0.0.4 - '@rollup/pluginutils': ^5.0.2 - '@sinclair/typebox': ^0.25.11 - '@types/benchmark': ^2.1.2 - '@types/chai': ^4.3.4 - '@types/glob': ^8.0.0 - '@types/jest': ^29.2.4 - '@types/minimatch': ^5.1.2 - '@types/node': ^18.11.11 - '@types/prettier': 2.7.1 - '@types/rimraf': ^3.0.2 - '@typescript-eslint/eslint-plugin': ^5.45.1 - '@typescript-eslint/parser': ^5.45.1 - '@vitest/coverage-c8': ^0.25.5 - babel-plugin-annotate-pure-calls: ^0.4.0 - chalk: ^5.1.2 - concurrently: ^7.6.0 - cpx: ^1.5.0 - docs-ts: 0.6.10 - eslint: ^8.29.0 - eslint-import-resolver-typescript: ^3.5.2 - eslint-plugin-codegen: 0.16.1 - eslint-plugin-deprecation: ^1.3.3 - eslint-plugin-import: ^2.26.0 - eslint-plugin-simple-import-sort: ^8.0.0 - eslint-plugin-sort-destructure-keys: ^1.4.0 - expect: ^29.3.1 - fast-check: ^3.3.0 - glob: ^8.0.3 - jest-diff: ^29.3.1 - jest-matcher-utils: ^29.3.1 - madge: ^5.0.1 - minimatch: ^5.1.1 - picocolors: ^1.0.0 - prettier: ^2.8.0 - pretty-format: ^29.3.1 - rimraf: ^3.0.2 - ts-node: ^10.9.1 - tslint: ^6.1.3 - typescript: https://cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz - ultra-runner: ^3.10.5 - vite: ^3.2.5 - vitest: 0.25.5 - dependencies: - '@effect/io': 0.0.32 - '@effect/printer': 0.1.11 - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.22 - '@fp-ts/optic': 0.0.5 - '@fp-ts/schema': 0.0.5 - devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.5 - '@changesets/changelog-github': 0.4.7 - '@changesets/cli': 2.25.2 - '@effect-ts/build-utils': 0.40.3_wzvflwv62ngf22ppz3frldq37m_smskbqsf3q6kbozdrpluio47kq - '@effect-ts/core': 0.60.4 - '@effect/language-service': 0.0.10 - '@jest/expect-utils': 29.3.1 - '@jest/schemas': 29.0.0 - '@repo-tooling/eslint-plugin-dprint': 0.0.4_delwud2hnnlzcq6m6ihqj3umw4 - '@rollup/pluginutils': 5.0.2 - '@sinclair/typebox': 0.25.11 - '@types/benchmark': 2.1.2 - '@types/chai': 4.3.4 - '@types/glob': 8.0.0 - '@types/jest': 29.2.4 - '@types/minimatch': 5.1.2 - '@types/node': 18.11.11 - '@types/prettier': 2.7.1 - '@types/rimraf': 3.0.2 - '@typescript-eslint/eslint-plugin': 5.45.1_q7carj6as4hvch4splrujktyeu - '@typescript-eslint/parser': 5.45.1_jlrukjo6ocbb6wheurm4l7mijy - '@vitest/coverage-c8': 0.25.5 - babel-plugin-annotate-pure-calls: 0.4.0_@babel+core@7.20.5 - chalk: 5.1.2 - concurrently: 7.6.0 - cpx: 1.5.0 - docs-ts: 0.6.10_usdb6gajlcntnpmfr66l6o5ntm_m6ozmxoytcakqsjkoivozufc4u - eslint: 8.29.0 - eslint-import-resolver-typescript: 3.5.2_lt3hqehuojhfcbzgzqfngbtmrq - eslint-plugin-codegen: 0.16.1 - eslint-plugin-deprecation: 1.3.3_jlrukjo6ocbb6wheurm4l7mijy - eslint-plugin-import: 2.26.0_qfsg7upu5e4dqco5ntekgyqxwu - eslint-plugin-simple-import-sort: 8.0.0_eslint@8.29.0 - eslint-plugin-sort-destructure-keys: 1.4.0_eslint@8.29.0 - expect: 29.3.1 - fast-check: 3.3.0 - glob: 8.0.3 - jest-diff: 29.3.1 - jest-matcher-utils: 29.3.1 - madge: 5.0.1 - minimatch: 5.1.1 - picocolors: 1.0.0 - prettier: 2.8.0 - pretty-format: 29.3.1 - rimraf: 3.0.2 - ts-node: 10.9.1_epw4ub6wmth47offoc6plymnk4 - tslint: 6.1.3_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' - ultra-runner: 3.10.5 - vite: 3.2.5_@types+node@18.11.11 - vitest: 0.25.5 - publishDirectory: dist - - packages/babel-plugin: - specifiers: {} - - packages/core: - specifiers: - '@fp-ts/babel-plugin': ^0.0.0 - '@types/glob': ^8.0.0 - '@types/node': ^18.0.0 - docs-ts: ^0.6.10 - fast-check: ^3.1.4 - glob: ^8.0.3 - prettier: ^2.7.1 - ts-node: ^10.9.1 - typescript: ^4.8.2 - vitest: 0.16.0 - devDependencies: - '@fp-ts/babel-plugin': link:../babel-plugin - '@types/glob': 8.0.0 - '@types/node': 18.8.0 - docs-ts: 0.6.10_bccowfhumyeojfpizsad764w2m_dmjzcauo3cshxeipj7bv64ktgm - fast-check: 3.1.4 - glob: 8.0.3 - prettier: 2.7.1 - ts-node: 10.9.1_5ra3kupzwcghzakkfdrtyjk72u - typescript: 4.8.4 - vitest: 0.16.0 - publishDirectory: dist +lockfileVersion: '6.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +dependencies: + '@effect/data': + specifier: ^0.14.1 + version: 0.14.1 + '@effect/io': + specifier: ^0.32.1 + version: 0.32.1 + fast-check: + specifier: ^3.11.0 + version: 3.11.0 + +devDependencies: + '@babel/cli': + specifier: ^7.21.0 + version: 7.21.0(@babel/core@7.21.3) + '@babel/core': + specifier: ^7.21.3 + version: 7.21.3 + '@babel/plugin-transform-modules-commonjs': + specifier: ^7.21.2 + version: 7.21.2(@babel/core@7.21.3) + '@changesets/changelog-github': + specifier: ^0.4.8 + version: 0.4.8 + '@changesets/cli': + specifier: ^2.26.1 + version: 2.26.1 + '@definitelytyped/dtslint': + specifier: ^0.0.163 + version: 0.0.163(typescript@5.1.6) + '@effect-ts/build-utils': + specifier: 0.40.7 + version: 0.40.7(@effect-ts/core@0.60.5)(cpx@1.5.0)(picocolors@1.0.0) + '@effect-ts/core': + specifier: ^0.60.5 + version: 0.60.5 + '@effect/babel-plugin': + specifier: ^0.2.0 + version: 0.2.0(@babel/core@7.21.3) + '@effect/core': + specifier: ^0.0.16 + version: 0.0.16 + '@effect/docgen': + specifier: ^0.1.1 + version: 0.1.1(@types/node@18.15.10)(typescript@5.1.6) + '@effect/language-service': + specifier: ^0.0.19 + version: 0.0.19 + '@repo-tooling/eslint-plugin-dprint': + specifier: ^0.0.4 + version: 0.0.4(typescript@5.1.6) + '@rollup/pluginutils': + specifier: ^5.0.2 + version: 5.0.2 + '@types/benchmark': + specifier: ^2.1.2 + version: 2.1.2 + '@types/chai': + specifier: ^4.3.4 + version: 4.3.4 + '@types/glob': + specifier: ^8.1.0 + version: 8.1.0 + '@types/jest': + specifier: ^29.5.0 + version: 29.5.0 + '@types/node': + specifier: ^18.15.10 + version: 18.15.10 + '@types/prettier': + specifier: 2.7.2 + version: 2.7.2 + '@typescript-eslint/eslint-plugin': + specifier: ^5.56.0 + version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@5.1.6) + '@typescript-eslint/parser': + specifier: ^5.56.0 + version: 5.56.0(eslint@8.36.0)(typescript@5.1.6) + '@vitejs/plugin-react': + specifier: ^3.0.1 + version: 3.0.1(vite@4.2.1) + '@vitest/coverage-c8': + specifier: ^0.29.8 + version: 0.29.8(vitest@0.29.8) + babel-plugin-annotate-pure-calls: + specifier: ^0.4.0 + version: 0.4.0(@babel/core@7.21.3) + concurrently: + specifier: ^7.6.0 + version: 7.6.0 + cpx: + specifier: ^1.5.0 + version: 1.5.0 + error-stack-parser: + specifier: ^2.1.4 + version: 2.1.4 + eslint: + specifier: ^8.36.0 + version: 8.36.0 + eslint-import-resolver-typescript: + specifier: ^3.5.3 + version: 3.5.3(eslint-plugin-import@2.27.5)(eslint@8.36.0) + eslint-plugin-codegen: + specifier: 0.17.0 + version: 0.17.0 + eslint-plugin-deprecation: + specifier: ^1.3.3 + version: 1.3.3(eslint@8.36.0)(typescript@5.1.6) + eslint-plugin-import: + specifier: ^2.27.5 + version: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0) + eslint-plugin-simple-import-sort: + specifier: ^10.0.0 + version: 10.0.0(eslint@8.36.0) + eslint-plugin-sort-destructure-keys: + specifier: ^1.5.0 + version: 1.5.0(eslint@8.36.0) + glob: + specifier: ^9.3.2 + version: 9.3.2 + madge: + specifier: ^6.0.0 + version: 6.0.0 + picocolors: + specifier: ^1.0.0 + version: 1.0.0 + prettier: + specifier: ^2.8.7 + version: 2.8.7 + rimraf: + specifier: ^4.4.1 + version: 4.4.1 + stackframe: + specifier: ^1.3.4 + version: 1.3.4 + ts-codemod: + specifier: ^4.0.4 + version: 4.0.4 + ts-node: + specifier: ^10.9.1 + version: 10.9.1(@types/node@18.15.10)(typescript@5.1.6) + typescript: + specifier: ^5.1.6 + version: 5.1.6 + ultra-runner: + specifier: ^3.10.5 + version: 3.10.5 + vite: + specifier: ^4.2.1 + version: 4.2.1(@types/node@18.15.10) + vitest: + specifier: 0.29.8 + version: 0.29.8 packages: - /@ampproject/remapping/2.2.0: - resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} + /@aashutoshrathi/word-wrap@1.2.6: + resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} + engines: {node: '>=0.10.0'} + dev: true + + /@ampproject/remapping@2.2.1: + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: true - /@babel/cli/7.19.3_@babel+core@7.20.5: - resolution: {integrity: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==} + /@babel/cli@7.21.0(@babel/core@7.21.3): + resolution: {integrity: sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@jridgewell/trace-mapping': 0.3.15 + '@babel/core': 7.21.3 + '@jridgewell/trace-mapping': 0.3.18 commander: 4.1.1 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 fs-readdir-recursive: 1.1.0 glob: 7.2.3 make-dir: 2.1.0 @@ -192,376 +193,318 @@ packages: chokidar: 3.5.3 dev: true - /@babel/code-frame/7.18.6: - resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} + /@babel/code-frame@7.22.5: + resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.18.6 + '@babel/highlight': 7.22.5 dev: true - /@babel/compat-data/7.20.5: - resolution: {integrity: sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==} + /@babel/compat-data@7.22.9: + resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.20.5: - resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==} + /@babel/core@7.21.3: + resolution: {integrity: sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==} engines: {node: '>=6.9.0'} dependencies: - '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 - '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.6 - '@babel/parser': 7.20.5 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.21.3) + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.3) + '@babel/helpers': 7.22.6 + '@babel/parser': 7.22.7 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.1 - semver: 6.3.0 + json5: 2.2.3 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/generator/7.12.17: + /@babel/generator@7.12.17: resolution: {integrity: sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.22.5 jsesc: 2.5.2 source-map: 0.5.7 dev: true - /@babel/generator/7.20.5: - resolution: {integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==} + /@babel/generator@7.22.9: + resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 - '@jridgewell/gen-mapping': 0.3.2 + '@babel/types': 7.22.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 dev: true - /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5: - resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} + /@babel/helper-compilation-targets@7.22.9(@babel/core@7.21.3): + resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.20.5 - '@babel/core': 7.20.5 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 - semver: 6.3.0 - dev: true - - /@babel/helper-environment-visitor/7.18.9: - resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} - engines: {node: '>=6.9.0'} + '@babel/compat-data': 7.22.9 + '@babel/core': 7.21.3 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.9 + lru-cache: 5.1.1 + semver: 6.3.1 dev: true - /@babel/helper-function-name/7.19.0: - resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} + /@babel/helper-environment-visitor@7.22.5: + resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.20.5 dev: true - /@babel/helper-hoist-variables/7.18.6: - resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} + /@babel/helper-function-name@7.22.5: + resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 dev: true - /@babel/helper-module-imports/7.18.6: - resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} + /@babel/helper-hoist-variables@7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.22.5 dev: true - /@babel/helper-module-transforms/7.19.6: - resolution: {integrity: sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==} + /@babel/helper-module-imports@7.22.5: + resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.19.4 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 - transitivePeerDependencies: - - supports-color + '@babel/types': 7.22.5 dev: true - /@babel/helper-module-transforms/7.20.2: - resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} + /@babel/helper-module-transforms@7.22.9(@babel/core@7.21.3): + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.20.2 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.21.3 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.5 dev: true - /@babel/helper-plugin-utils/7.19.0: - resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} + /@babel/helper-plugin-utils@7.22.5: + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-simple-access/7.19.4: - resolution: {integrity: sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.2 - dev: true - - /@babel/helper-simple-access/7.20.2: - resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} + /@babel/helper-simple-access@7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.22.5 dev: true - /@babel/helper-split-export-declaration/7.18.6: - resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} + /@babel/helper-split-export-declaration@7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.22.5 dev: true - /@babel/helper-string-parser/7.19.4: - resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} + /@babel/helper-string-parser@7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-identifier/7.19.1: - resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} + /@babel/helper-validator-identifier@7.22.5: + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-option/7.18.6: - resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} + /@babel/helper-validator-option@7.22.5: + resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} engines: {node: '>=6.9.0'} dev: true - /@babel/helpers/7.20.6: - resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==} + /@babel/helpers@7.22.6: + resolution: {integrity: sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight/7.18.6: - resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} + /@babel/highlight@7.22.5: + resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-validator-identifier': 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 dev: true - /@babel/parser/7.19.3: - resolution: {integrity: sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==} + /@babel/parser@7.22.7: + resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.22.5 dev: true - /@babel/parser/7.20.5: - resolution: {integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.20.5 - dev: true - - /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.5: - resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} + /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.3): + resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-module-transforms': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-simple-access': 7.19.4 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.21.3 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/runtime/7.20.1: - resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.21.3): + resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - regenerator-runtime: 0.13.10 + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/template/7.18.10: - resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.21.3): + resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/traverse/7.19.3: - resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} + /@babel/runtime@7.22.6: + resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.19.3 - '@babel/types': 7.20.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + regenerator-runtime: 0.13.11 dev: true - /@babel/traverse/7.20.1: - resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} + /@babel/template@7.22.5: + resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.2 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 dev: true - /@babel/traverse/7.20.5: - resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} + /@babel/traverse@7.22.8: + resolution: {integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.20.2: - resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.19.4 - '@babel/helper-validator-identifier': 7.19.1 - to-fast-properties: 2.0.0 - dev: true - - /@babel/types/7.20.5: - resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} + /@babel/types@7.22.5: + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.19.4 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 dev: true - /@bcoe/v8-coverage/0.2.3: + /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@changesets/apply-release-plan/6.1.2: - resolution: {integrity: sha512-H8TV9E/WtJsDfoDVbrDGPXmkZFSv7W2KLqp4xX4MKZXshb0hsQZUNowUa8pnus9qb/5OZrFFRVsUsDCVHNW/AQ==} + /@changesets/apply-release-plan@6.1.4: + resolution: {integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==} dependencies: - '@babel/runtime': 7.20.1 - '@changesets/config': 2.2.0 + '@babel/runtime': 7.22.6 + '@changesets/config': 2.3.1 '@changesets/get-version-range-type': 0.3.2 - '@changesets/git': 1.5.0 - '@changesets/types': 5.2.0 + '@changesets/git': 2.0.0 + '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 fs-extra: 7.0.1 lodash.startcase: 4.4.0 outdent: 0.5.0 - prettier: 2.8.0 + prettier: 2.8.7 resolve-from: 5.0.0 - semver: 5.7.1 + semver: 7.5.4 dev: true - /@changesets/assemble-release-plan/5.2.2: - resolution: {integrity: sha512-B1qxErQd85AeZgZFZw2bDKyOfdXHhG+X5S+W3Da2yCem8l/pRy4G/S7iOpEcMwg6lH8q2ZhgbZZwZ817D+aLuQ==} + /@changesets/assemble-release-plan@5.2.4: + resolution: {integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.22.6 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.4 - '@changesets/types': 5.2.0 + '@changesets/get-dependents-graph': 1.3.6 + '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 - semver: 5.7.1 + semver: 7.5.4 dev: true - /@changesets/changelog-git/0.1.13: - resolution: {integrity: sha512-zvJ50Q+EUALzeawAxax6nF2WIcSsC5PwbuLeWkckS8ulWnuPYx8Fn/Sjd3rF46OzeKA8t30loYYV6TIzp4DIdg==} + /@changesets/changelog-git@0.1.14: + resolution: {integrity: sha512-+vRfnKtXVWsDDxGctOfzJsPhaCdXRYoe+KyWYoq5X/GqoISREiat0l3L8B0a453B2B4dfHGcZaGyowHbp9BSaA==} dependencies: - '@changesets/types': 5.2.0 + '@changesets/types': 5.2.1 dev: true - /@changesets/changelog-github/0.4.7: - resolution: {integrity: sha512-UUG5sKwShs5ha1GFnayUpZNcDGWoY7F5XxhOEHS62sDPOtoHQZsG3j1nC5RxZ3M1URHA321cwVZHeXgu99Y3ew==} + /@changesets/changelog-github@0.4.8: + resolution: {integrity: sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw==} dependencies: - '@changesets/get-github-info': 0.5.1 - '@changesets/types': 5.2.0 + '@changesets/get-github-info': 0.5.2 + '@changesets/types': 5.2.1 dotenv: 8.6.0 transitivePeerDependencies: - encoding dev: true - /@changesets/cli/2.25.2: - resolution: {integrity: sha512-ACScBJXI3kRyMd2R8n8SzfttDHi4tmKSwVwXBazJOylQItSRSF4cGmej2E4FVf/eNfGy6THkL9GzAahU9ErZrA==} + /@changesets/cli@2.26.1: + resolution: {integrity: sha512-XnTa+b51vt057fyAudvDKGB0Sh72xutQZNAdXkCqPBKO2zvs2yYZx5hFZj1u9cbtpwM6Sxtcr02/FQJfZOzemQ==} hasBin: true dependencies: - '@babel/runtime': 7.20.1 - '@changesets/apply-release-plan': 6.1.2 - '@changesets/assemble-release-plan': 5.2.2 - '@changesets/changelog-git': 0.1.13 - '@changesets/config': 2.2.0 + '@babel/runtime': 7.22.6 + '@changesets/apply-release-plan': 6.1.4 + '@changesets/assemble-release-plan': 5.2.4 + '@changesets/changelog-git': 0.1.14 + '@changesets/config': 2.3.1 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.4 - '@changesets/get-release-plan': 3.0.15 - '@changesets/git': 1.5.0 + '@changesets/get-dependents-graph': 1.3.6 + '@changesets/get-release-plan': 3.0.17 + '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 - '@changesets/pre': 1.0.13 - '@changesets/read': 0.5.8 - '@changesets/types': 5.2.0 - '@changesets/write': 0.2.2 + '@changesets/pre': 1.0.14 + '@changesets/read': 0.5.9 + '@changesets/types': 5.2.1 + '@changesets/write': 0.2.3 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 '@types/semver': 6.2.3 @@ -577,210 +520,316 @@ packages: p-limit: 2.3.0 preferred-pm: 3.0.3 resolve-from: 5.0.0 - semver: 5.7.1 + semver: 5.7.2 spawndamnit: 2.0.0 term-size: 2.2.1 - tty-table: 4.1.6 + tty-table: 4.2.1 dev: true - /@changesets/config/2.2.0: - resolution: {integrity: sha512-GGaokp3nm5FEDk/Fv2PCRcQCOxGKKPRZ7prcMqxEr7VSsG75MnChQE8plaW1k6V8L2bJE+jZWiRm19LbnproOw==} + /@changesets/config@2.3.1: + resolution: {integrity: sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w==} dependencies: '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.4 + '@changesets/get-dependents-graph': 1.3.6 '@changesets/logger': 0.0.5 - '@changesets/types': 5.2.0 + '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 micromatch: 4.0.5 dev: true - /@changesets/errors/0.1.4: + /@changesets/errors@0.1.4: resolution: {integrity: sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q==} dependencies: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph/1.3.4: - resolution: {integrity: sha512-+C4AOrrFY146ydrgKOo5vTZfj7vetNu1tWshOID+UjPUU9afYGDXI8yLnAeib1ffeBXV3TuGVcyphKpJ3cKe+A==} + /@changesets/get-dependents-graph@1.3.6: + resolution: {integrity: sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q==} dependencies: - '@changesets/types': 5.2.0 + '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 - semver: 5.7.1 + semver: 7.5.4 dev: true - /@changesets/get-github-info/0.5.1: - resolution: {integrity: sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw==} + /@changesets/get-github-info@0.5.2: + resolution: {integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==} dependencies: dataloader: 1.4.0 - node-fetch: 2.6.7 + node-fetch: 2.6.12 transitivePeerDependencies: - encoding dev: true - /@changesets/get-release-plan/3.0.15: - resolution: {integrity: sha512-W1tFwxE178/en+zSj/Nqbc3mvz88mcdqUMJhRzN1jDYqN3QI4ifVaRF9mcWUU+KI0gyYEtYR65tour690PqTcA==} + /@changesets/get-release-plan@3.0.17: + resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} dependencies: - '@babel/runtime': 7.20.1 - '@changesets/assemble-release-plan': 5.2.2 - '@changesets/config': 2.2.0 - '@changesets/pre': 1.0.13 - '@changesets/read': 0.5.8 - '@changesets/types': 5.2.0 + '@babel/runtime': 7.22.6 + '@changesets/assemble-release-plan': 5.2.4 + '@changesets/config': 2.3.1 + '@changesets/pre': 1.0.14 + '@changesets/read': 0.5.9 + '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 dev: true - /@changesets/get-version-range-type/0.3.2: + /@changesets/get-version-range-type@0.3.2: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/1.5.0: - resolution: {integrity: sha512-Xo8AT2G7rQJSwV87c8PwMm6BAc98BnufRMsML7m7Iw8Or18WFvFmxqG5aOL5PBvhgq9KrKvaeIBNIymracSuHg==} + /@changesets/git@2.0.0: + resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.22.6 '@changesets/errors': 0.1.4 - '@changesets/types': 5.2.0 + '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 + micromatch: 4.0.5 spawndamnit: 2.0.0 dev: true - /@changesets/logger/0.0.5: + /@changesets/logger@0.0.5: resolution: {integrity: sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw==} dependencies: chalk: 2.4.2 dev: true - /@changesets/parse/0.3.15: - resolution: {integrity: sha512-3eDVqVuBtp63i+BxEWHPFj2P1s3syk0PTrk2d94W9JD30iG+OER0Y6n65TeLlY8T2yB9Fvj6Ev5Gg0+cKe/ZUA==} + /@changesets/parse@0.3.16: + resolution: {integrity: sha512-127JKNd167ayAuBjUggZBkmDS5fIKsthnr9jr6bdnuUljroiERW7FBTDNnNVyJ4l69PzR57pk6mXQdtJyBCJKg==} dependencies: - '@changesets/types': 5.2.0 + '@changesets/types': 5.2.1 js-yaml: 3.14.1 dev: true - /@changesets/pre/1.0.13: - resolution: {integrity: sha512-jrZc766+kGZHDukjKhpBXhBJjVQMied4Fu076y9guY1D3H622NOw8AQaLV3oQsDtKBTrT2AUFjt9Z2Y9Qx+GfA==} + /@changesets/pre@1.0.14: + resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.22.6 '@changesets/errors': 0.1.4 - '@changesets/types': 5.2.0 + '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 dev: true - /@changesets/read/0.5.8: - resolution: {integrity: sha512-eYaNfxemgX7f7ELC58e7yqQICW5FB7V+bd1lKt7g57mxUrTveYME+JPaBPpYx02nP53XI6CQp6YxnR9NfmFPKw==} + /@changesets/read@0.5.9: + resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: - '@babel/runtime': 7.20.1 - '@changesets/git': 1.5.0 + '@babel/runtime': 7.22.6 + '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 - '@changesets/parse': 0.3.15 - '@changesets/types': 5.2.0 + '@changesets/parse': 0.3.16 + '@changesets/types': 5.2.1 chalk: 2.4.2 fs-extra: 7.0.1 p-filter: 2.1.0 dev: true - /@changesets/types/4.1.0: + /@changesets/types@4.1.0: resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} dev: true - /@changesets/types/5.2.0: - resolution: {integrity: sha512-km/66KOqJC+eicZXsm2oq8A8bVTSpkZJ60iPV/Nl5Z5c7p9kk8xxh6XGRTlnludHldxOOfudhnDN2qPxtHmXzA==} + /@changesets/types@5.2.1: + resolution: {integrity: sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg==} dev: true - /@changesets/write/0.2.2: - resolution: {integrity: sha512-kCYNHyF3xaId1Q/QE+DF3UTrHTyg3Cj/f++T8S8/EkC+jh1uK2LFnM9h+EzV+fsmnZDrs7r0J4LLpeI/VWC5Hg==} + /@changesets/write@0.2.3: + resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: - '@babel/runtime': 7.20.1 - '@changesets/types': 5.2.0 + '@babel/runtime': 7.22.6 + '@changesets/types': 5.2.1 fs-extra: 7.0.1 human-id: 1.0.2 - prettier: 2.8.0 + prettier: 2.8.7 dev: true - /@cspotcode/source-map-support/0.8.1: + /@cspotcode/source-map-support@0.8.1: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} dependencies: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@dprint/formatter/0.2.0: - resolution: {integrity: sha512-E1q1JaOPeEUBhG//IUayqJQvNpqprZ0OCF8B/bIhUqSsMIp0Y74PgF8JPvDCrOdq43qiGUYAavVO8iCBHOoU/A==} + /@definitelytyped/dts-critic@0.0.163(typescript@5.1.6): + resolution: {integrity: sha512-HsTvylj8x2gQaawsOCcN2Xk2Cx0wgV9kaj83hgsO9SITZSPd7dA0UkHyNRadbMkMwqNDKcnizcmWdz0+0gIo8A==} + engines: {node: '>=10.17.0'} + peerDependencies: + typescript: '*' + dependencies: + '@definitelytyped/header-parser': 0.0.163 + command-exists: 1.2.9 + rimraf: 3.0.2 + semver: 6.3.1 + tmp: 0.2.1 + typescript: 5.1.6 + yargs: 15.4.1 dev: true - /@dprint/typescript/0.68.5: - resolution: {integrity: sha512-dHoRj84w5C8YerucLj//195nDkuHtAtwISByoHJg7OUzJNSu93oh29wBxbSShJQ/jkF335BwqiMbhPTXbTvzhA==} + /@definitelytyped/dtslint@0.0.163(typescript@5.1.6): + resolution: {integrity: sha512-U0uw7Zu0QdYSuBMYgxvRYjkhkeulTEg8vDgJ7TiYQUv/wODeujSAmGahQn51E5hOlSMYUw7A9utdbUukxE02SQ==} + engines: {node: '>=10.0.0'} + hasBin: true + peerDependencies: + typescript: '>= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev || >=5.0.0-dev' + dependencies: + '@definitelytyped/dts-critic': 0.0.163(typescript@5.1.6) + '@definitelytyped/header-parser': 0.0.163 + '@definitelytyped/typescript-versions': 0.0.163 + '@definitelytyped/utils': 0.0.163 + '@typescript-eslint/eslint-plugin': 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.56.0(eslint@8.36.0)(typescript@5.1.6) + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.1.6) + '@typescript-eslint/utils': 5.62.0(eslint@8.36.0)(typescript@5.1.6) + eslint: 8.36.0 + fs-extra: 6.0.1 + json-stable-stringify: 1.0.2 + strip-json-comments: 2.0.1 + tslint: 5.14.0(typescript@5.1.6) + typescript: 5.1.6 + yargs: 15.4.1 + transitivePeerDependencies: + - supports-color dev: true - /@dsherret/to-absolute-glob/2.0.2: - resolution: {integrity: sha512-InCaQ/KEOcFtAFztn47wadritBLP2nT6m/ucbBnIgI5YwxuMzKKCHtqazR2+D1yR6y1ZTnPea9aLFEUrTttUSQ==} - engines: {node: '>=0.10.0'} + /@definitelytyped/header-parser@0.0.163: + resolution: {integrity: sha512-Jr+/q+ESfc7uWldz/j11BfpjIN/gB4WmwhFENhWaMwM0W/9p0ShF+OiUqGhk2Q3Iz8v/oyWzSsxyxgasg9kCxQ==} dependencies: - is-absolute: 1.0.0 - is-negated-glob: 1.0.0 + '@definitelytyped/typescript-versions': 0.0.163 + '@types/parsimmon': 1.10.6 + parsimmon: 1.18.1 dev: true - /@effect-ts/build-utils/0.40.3_wzvflwv62ngf22ppz3frldq37m_smskbqsf3q6kbozdrpluio47kq: - resolution: {integrity: sha512-4AogENdrtSyEFLYgyFNlj0d+W2ckZ/ZTapCO2lWdl4kRGHQr4/beKoNmAbPNyfxZeoJ/7rFEa1mB1Tvm7eIdlw==} + /@definitelytyped/typescript-versions@0.0.163: + resolution: {integrity: sha512-+GWtJhC+7UaCUnJ+ZkA7bfGuPd6ZbJKEjbHqh76/gOXsqAUOMEa49ufsLlIPUbkEeQlnDNoTHCegE5X/Q+u+/A==} + dev: true + + /@definitelytyped/utils@0.0.163: + resolution: {integrity: sha512-6MX5TxaQbG/j2RkCWbcbLvv+YNipKqY0eQJafDhwC/RprUocpg+uYVNlH8XzdKRWOGJ0pq7SZOsJD4C3A01ZXg==} + dependencies: + '@definitelytyped/typescript-versions': 0.0.163 + '@qiwi/npm-registry-client': 8.9.1 + '@types/node': 14.18.53 + charm: 1.0.2 + fs-extra: 8.1.0 + fstream: 1.0.12 + tar: 6.1.15 + tar-stream: 2.2.0 + dev: true + + /@dependents/detective-less@3.0.2: + resolution: {integrity: sha512-1YUvQ+e0eeTWAHoN8Uz2x2U37jZs6IGutiIE5LXId7cxfUGhtZjzxE06FdUiuiRrW+UE0vNCdSNPH2lY4dQCOQ==} + engines: {node: '>=12'} + dependencies: + gonzales-pe: 4.3.0 + node-source-walk: 5.0.2 + dev: true + + /@dprint/formatter@0.2.0: + resolution: {integrity: sha512-E1q1JaOPeEUBhG//IUayqJQvNpqprZ0OCF8B/bIhUqSsMIp0Y74PgF8JPvDCrOdq43qiGUYAavVO8iCBHOoU/A==} + dev: true + + /@dprint/typescript@0.68.5: + resolution: {integrity: sha512-dHoRj84w5C8YerucLj//195nDkuHtAtwISByoHJg7OUzJNSu93oh29wBxbSShJQ/jkF335BwqiMbhPTXbTvzhA==} + dev: true + + /@effect-ts/build-utils@0.40.7(@effect-ts/core@0.60.5)(cpx@1.5.0)(picocolors@1.0.0): + resolution: {integrity: sha512-shABJprKL9xm5asIeHCuBP4V1FlqoO1TCc5yeiTSxx6VmLbRnNE2GEO7nY+GYF1Fzc0U6hT7h8pVKXm20S0Y/A==} hasBin: true peerDependencies: '@effect-ts/core': '>= 0.28.9' cpx: '>= 1.5.0' picocolors: ^1.0.0 dependencies: - '@effect-ts/core': 0.60.4 + '@effect-ts/core': 0.60.5 cpx: 1.5.0 picocolors: 1.0.0 dev: true - patched: true - /@effect-ts/core/0.60.4: - resolution: {integrity: sha512-kplDLAsiuidDAOipNcZJPbo3YF7eJHdIWe9sK+6l83HjnTwAp8+56s3hgVhTti0mMO7/Wzo9ZnuQlbjo9IykZA==} + /@effect-ts/core@0.60.5: + resolution: {integrity: sha512-qi1WrtJA90XLMnj2hnUszW9Sx4dXP03ZJtCc5DiUBIOhF4Vw7plfb65/bdBySPoC9s7zy995TdUX1XBSxUkl5w==} + dependencies: + '@effect-ts/system': 0.57.5 + dev: true + + /@effect-ts/system@0.57.5: + resolution: {integrity: sha512-/crHGujo0xnuHIYNc1VgP0HGJGFSoSqq88JFXe6FmFyXPpWt8Xu39LyLg7rchsxfXFeEdA9CrIZvLV5eswXV5g==} + dev: true + + /@effect/babel-plugin@0.2.0(@babel/core@7.21.3): + resolution: {integrity: sha512-P6yBZmiKWkm6tzzHonqTQWzj92bguPoRKQzUw1yZh3wke+c35XoqvJjK2Cky6vgw/z4/YAbB9nikrb3rCqYetQ==} + peerDependencies: + '@babel/core': ^6.0.0-0 || 7.x dependencies: - '@effect-ts/system': 0.57.4 + '@babel/core': 7.21.3 dev: true - /@effect-ts/system/0.57.4: - resolution: {integrity: sha512-gGnOCvDv6829EeeC+NgTnwIt4XxclR0KqrG7BRemmNX5cm75cF0CKiuEB/o902wjAlt+MdrxTtFC+XsYdLnxzA==} + /@effect/core@0.0.16: + resolution: {integrity: sha512-JugbKcqo9CPdm4n7t/buO4nYxKwThafh0tXVvPgRC3RcwuOS1dzo3tIk6RVq1wYh8Kg4df5SwmdED2VvN4c/RA==} + dependencies: + '@effect/printer': 0.0.4 + '@tsplus/stdlib': 0.2.8 dev: true - /@effect/io/0.0.30: - resolution: {integrity: sha512-2f7DL01GSwNJbC3l9e1gIm4zSI4FfghFGPDdGbHTL//dUCamt7d8EK7VjB3IECv7xcu3a2edCJUqWHQPDmNoAg==} + /@effect/data@0.14.1: + resolution: {integrity: sha512-MV6nI65oYcm8eZHnC0GnwXdY2tvybeb2lKCVFg+j/R5KptCKaunc0hXtPaXUSZiRgKJNxRRoHGtNzR+dZ/yiiA==} + dev: false + + /@effect/docgen@0.1.1(@types/node@18.15.10)(typescript@5.1.6): + resolution: {integrity: sha512-WymDghrzsbMpNmgTZDo6qYtOUnaSqvVicJPdESrQEterO2aw/iQVTngTIN6bzJUDQOljOYFsFtBzFJwG5hv8MA==} + engines: {node: '>=16.17.1'} + hasBin: true + peerDependencies: + typescript: ^5.x dependencies: - '@effect/printer': 0.1.11 - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.20 + chalk: 2.4.2 + doctrine: 3.0.0 + fs-extra: 7.0.1 + glob: 7.2.3 + markdown-toc: 1.2.0 + prettier: 2.8.8 + rimraf: 2.7.1 + ts-morph: 18.0.0 + ts-node: 10.9.1(@types/node@18.15.10)(typescript@5.1.6) + typescript: 5.1.6 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - '@types/node' dev: true - /@effect/io/0.0.32: - resolution: {integrity: sha512-5Qd8fanB2EQCl0Hwggyzk0/vx8oGrjgKRgZyX14JlszzBi8UAJ6iC1vjjsMQbObRZRNF+fnmN+Zre0T4+Opl7w==} + /@effect/io@0.32.1: + resolution: {integrity: sha512-0KkqeJKU4Y2YBAi9RmCJkqABp6ZpxXXkZA1WnhbiVdIPaV+Izp4Ek2wJsnL+CnOzg/gJJ6DTPLLQVXuSz+Pu8Q==} dependencies: - '@effect/printer': 0.1.11 - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.22 + '@effect/data': 0.14.1 dev: false - /@effect/language-service/0.0.10: - resolution: {integrity: sha512-/e+L5rdhlCeM9JI1z2gHfBAeB40EpibfSEnpowbWO7epLQjIBHB7+dy9RKUjKbbcHPHh4D9cf+GfBKuaB2qO+g==} + /@effect/language-service@0.0.19: + resolution: {integrity: sha512-sKNVo031dkwLfe1jHZzdTiF1UXgLq1lAYd2JG7q416dlmMoxRcMXrZWyw6a/SxIDM0hyIJAEmrz5iUkQPcPdBQ==} dependencies: - '@effect/io': 0.0.30 - '@effect/printer': 0.1.11 - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.20 + '@fp-ts/core': 0.0.11 + '@fp-ts/data': 0.0.41 dev: true - /@effect/printer/0.1.11: - resolution: {integrity: sha512-95ha+/xFmDGG/FN0mZASJLBaU635IlhDcBxYO6sswqaheCz3s92Ouub+xTomjyPYtev5xAnVHQpZaaxcnjFaHQ==} + /@effect/printer@0.0.4: + resolution: {integrity: sha512-oTn6U9GCg01E+kYwUBs4LM6k6hVq0pA7ZAYKdj972n2LjYeqg4+We6ZqoYWH2Pw5TDHOavtIEdYqt61uUxiZgg==} dependencies: - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.22 + '@tsplus/stdlib': 0.2.8 + dev: true + + /@esbuild/android-arm64@0.17.19: + resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true - /@esbuild/android-arm/0.15.18: - resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} + /@esbuild/android-arm@0.17.19: + resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -788,17 +837,80 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.14.54: - resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==} + /@esbuild/android-x64@0.17.19: + resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==} engines: {node: '>=12'} - cpu: [loong64] + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-arm64@0.17.19: + resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-x64@0.17.19: + resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-arm64@0.17.19: + resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-x64@0.17.19: + resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm64@0.17.19: + resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm@0.17.19: + resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==} + engines: {node: '>=12'} + cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@esbuild/linux-loong64/0.15.18: - resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} + /@esbuild/linux-ia32@0.17.19: + resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-loong64@0.17.19: + resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -806,15 +918,129 @@ packages: dev: true optional: true - /@eslint/eslintrc/1.3.3: - resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==} + /@esbuild/linux-mips64el@0.17.19: + resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ppc64@0.17.19: + resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-riscv64@0.17.19: + resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-s390x@0.17.19: + resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-x64@0.17.19: + resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/netbsd-x64@0.17.19: + resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/openbsd-x64@0.17.19: + resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/sunos-x64@0.17.19: + resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-arm64@0.17.19: + resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-ia32@0.17.19: + resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-x64@0.17.19: + resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@eslint-community/eslint-utils@4.4.0(eslint@8.36.0): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 8.36.0 + eslint-visitor-keys: 3.4.1 + dev: true + + /@eslint-community/regexpp@4.5.1: + resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dev: true + + /@eslint/eslintrc@2.1.0: + resolution: {integrity: sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.4.1 - globals: 13.18.0 - ignore: 5.2.1 + espree: 9.6.0 + globals: 13.20.0 + ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -823,37 +1049,23 @@ packages: - supports-color dev: true - /@fp-ts/core/0.0.9: - resolution: {integrity: sha512-FuXKPHTEvvgxV3LulGJXkSpAghovh7wLxux+Pm9LKefC0gtZZQ4OajTjTK5RsQtpyKIsAn26PwdG6W6zksF/UA==} - - /@fp-ts/data/0.0.20: - resolution: {integrity: sha512-7nv25VxgZiJzintT1Bsl4mXOZlIOGag/GsI0Rov1r/RTfOzd4RePpnDYZzC9BFJ5Iru2/mHeXejRuxgBP2v8Qg==} - dependencies: - '@fp-ts/core': 0.0.9 + /@eslint/js@8.36.0: + resolution: {integrity: sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@fp-ts/data/0.0.22: - resolution: {integrity: sha512-chgnnyMAT17WCfAIbD8vvnJOsPtA2Xi79oMNklexprI9YaV/2u8QeeerHCYKuEJihK6GuIJtAYSsOwjBYMfWcQ==} - dependencies: - '@fp-ts/core': 0.0.9 - - /@fp-ts/optic/0.0.5: - resolution: {integrity: sha512-fJqD8XVoFVtkCY4D6o9CiCNxhCNRrYXpukl714+KSqJeQgEuEdpyldf+F33anyppEWjbGE2QnkHpuKlFXsRSkw==} - dependencies: - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.22 - dev: false + /@fp-ts/core@0.0.11: + resolution: {integrity: sha512-BCAJBYzghwoJpcUOARJ1tui50HoYJFlV2pJlVMlsEkDFhD8MTtq8xQVpZCRF66RmtkxtGBYINCQ+5H1lRaL35Q==} + dev: true - /@fp-ts/schema/0.0.5: - resolution: {integrity: sha512-y2zsqJDbe2uKlzLgG80U8TSaW9rDpUzZaBwNNtmvst5x72qZ9d3K/GpmvfmVBSAZ/dNFKh24UyUqbTrjjrxFVA==} + /@fp-ts/data@0.0.41: + resolution: {integrity: sha512-0S93kOQ91D7wp60q/PSVWvMsJjSWJutjt4qX/BvVNV7+fymuC2hTfW2HlE2OcMK11xCNiI6Rq2AkvyzoMhOlpg==} dependencies: - '@fp-ts/core': 0.0.9 - '@fp-ts/data': 0.0.22 - fast-check: 3.3.0 - dev: false + '@fp-ts/core': 0.0.11 + dev: true - /@humanwhocodes/config-array/0.11.7: - resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==} + /@humanwhocodes/config-array@0.11.10: + resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -863,122 +1075,116 @@ packages: - supports-color dev: true - /@humanwhocodes/module-importer/1.0.1: + /@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} dev: true - /@humanwhocodes/object-schema/1.2.1: + /@humanwhocodes/object-schema@1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@istanbuljs/schema/0.1.3: + /@istanbuljs/schema@0.1.3: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} dev: true - /@jest/expect-utils/29.3.1: - resolution: {integrity: sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==} + /@jest/expect-utils@29.6.1: + resolution: {integrity: sha512-o319vIf5pEMx0LmzSxxkYYxo4wrRLKHq9dP1yJU7FoPTB0LfAKSz8SWD6D/6U3v/O52t9cF5t+MeJiRsfk7zMw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.2.0 + jest-get-type: 29.4.3 dev: true - /@jest/schemas/29.0.0: - resolution: {integrity: sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==} + /@jest/schemas@29.6.0: + resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@sinclair/typebox': 0.24.51 + '@sinclair/typebox': 0.27.8 dev: true - /@jest/types/26.6.2: + /@jest/types@26.6.2: resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} engines: {node: '>= 10.14.2'} dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.11 - '@types/yargs': 15.0.14 + '@types/node': 18.15.10 + '@types/yargs': 15.0.15 chalk: 4.1.2 dev: true - /@jest/types/29.3.1: - resolution: {integrity: sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==} + /@jest/types@29.6.1: + resolution: {integrity: sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.0.0 + '@jest/schemas': 29.6.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.11 - '@types/yargs': 17.0.13 + '@types/node': 18.15.10 + '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true - /@jridgewell/gen-mapping/0.1.1: - resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} + /@jridgewell/gen-mapping@0.3.3: + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 dev: true - /@jridgewell/gen-mapping/0.3.2: - resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} + /@jridgewell/resolve-uri@3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 - '@jridgewell/trace-mapping': 0.3.17 dev: true - /@jridgewell/resolve-uri/3.1.0: - resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + /@jridgewell/resolve-uri@3.1.1: + resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} engines: {node: '>=6.0.0'} dev: true - /@jridgewell/set-array/1.1.2: + /@jridgewell/set-array@1.1.2: resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} dev: true - /@jridgewell/sourcemap-codec/1.4.14: + /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} dev: true - /@jridgewell/trace-mapping/0.3.15: - resolution: {integrity: sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==} - dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 + /@jridgewell/sourcemap-codec@1.4.15: + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} dev: true - /@jridgewell/trace-mapping/0.3.17: - resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} + /@jridgewell/trace-mapping@0.3.18: + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 dev: true - /@jridgewell/trace-mapping/0.3.9: + /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@manypkg/find-root/1.1.0: + /@manypkg/find-root@1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.22.6 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 dev: true - /@manypkg/get-packages/1.1.3: + /@manypkg/get-packages@1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.22.6 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -986,13 +1192,13 @@ packages: read-yaml-file: 1.1.0 dev: true - /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents.3: + /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3: resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} requiresBuild: true dev: true optional: true - /@nodelib/fs.scandir/2.1.5: + /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} dependencies: @@ -1000,45 +1206,63 @@ packages: run-parallel: 1.2.0 dev: true - /@nodelib/fs.stat/2.0.5: + /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} dev: true - /@nodelib/fs.walk/1.2.8: + /@nodelib/fs.walk@1.2.8: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.14.0 + fastq: 1.15.0 dev: true - /@pkgr/utils/2.3.1: - resolution: {integrity: sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==} + /@pkgr/utils@2.4.2: + resolution: {integrity: sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dependencies: cross-spawn: 7.0.3 + fast-glob: 3.3.0 is-glob: 4.0.3 - open: 8.4.0 + open: 9.1.0 picocolors: 1.0.0 - tiny-glob: 0.2.9 - tslib: 2.4.1 + tslib: 2.6.0 dev: true - /@repo-tooling/eslint-plugin-dprint/0.0.4_delwud2hnnlzcq6m6ihqj3umw4: + /@qiwi/npm-registry-client@8.9.1: + resolution: {integrity: sha512-rZF+mG+NfijR0SHphhTLHRr4aM4gtfdwoAMY6we2VGQam8vkN1cxGG1Lg/Llrj8Dd0Mu6VjdFQRyMMRZxtZR2A==} + dependencies: + concat-stream: 2.0.0 + graceful-fs: 4.2.11 + normalize-package-data: 3.0.3 + npm-package-arg: 8.1.5 + once: 1.4.0 + request: 2.88.2 + retry: 0.12.0 + safe-buffer: 5.2.1 + semver: 7.5.4 + slide: 1.1.6 + ssri: 8.0.1 + optionalDependencies: + npmlog: 4.1.2 + dev: true + + /@repo-tooling/eslint-plugin-dprint@0.0.4(typescript@5.1.6): resolution: {integrity: sha512-1gQXioqAlyYoRLAQ/4GQ3id8VI9nNO8KKGbbSl5xZf+lo/7Q2zDFhFiuG6owHFYh+2nslQLHy4wJJjOPm2yWEw==} dependencies: '@dprint/formatter': 0.2.0 '@dprint/typescript': 0.68.5 - '@typescript-eslint/utils': 5.40.1_jlrukjo6ocbb6wheurm4l7mijy + '@typescript-eslint/utils': 5.62.0(eslint@8.36.0)(typescript@5.1.6) diff: 5.1.0 - eslint: 8.29.0 + eslint: 8.36.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@rollup/pluginutils/5.0.2: + /@rollup/pluginutils@5.0.2: resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1047,181 +1271,168 @@ packages: rollup: optional: true dependencies: - '@types/estree': 1.0.0 + '@types/estree': 1.0.1 estree-walker: 2.0.2 picomatch: 2.3.1 dev: true - /@sinclair/typebox/0.24.51: - resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} - dev: true - - /@sinclair/typebox/0.25.11: - resolution: {integrity: sha512-GgUJN0Drvh74i8gOl2S8SkHuAgkZJtzzd6EmfBVxpNDB6QmzXdZ3tyUt02Kr42X58as5I187CKiWpLCMJmdLbw==} + /@sinclair/typebox@0.27.8: + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@ts-morph/common/0.7.5: - resolution: {integrity: sha512-nlFunSKAsFWI0Ol/uPxJcpVqXxTGNuaWXTmoQDhcnwj1UM4QmBSUVWzqoQ0OzUlqo4sV1gobfFBkMHuZVemMAQ==} + /@ts-morph/common@0.19.0: + resolution: {integrity: sha512-Unz/WHmd4pGax91rdIKWi51wnVUW11QttMEPpBiBgIewnc9UQIX7UDLxr5vRlqeByXCwhkF6VabSsI0raWcyAQ==} dependencies: - '@dsherret/to-absolute-glob': 2.0.2 - fast-glob: 3.2.12 - is-negated-glob: 1.0.0 - mkdirp: 1.0.4 - multimatch: 5.0.0 - typescript: 4.1.6 + fast-glob: 3.3.0 + minimatch: 7.4.6 + mkdirp: 2.1.6 + path-browserify: 1.0.1 dev: true - /@tsconfig/node10/1.0.9: + /@tsconfig/node10@1.0.9: resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} dev: true - /@tsconfig/node12/1.0.11: + /@tsconfig/node12@1.0.11: resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} dev: true - /@tsconfig/node14/1.0.3: + /@tsconfig/node14@1.0.3: resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} dev: true - /@tsconfig/node16/1.0.3: - resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==} + /@tsconfig/node16@1.0.4: + resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} + dev: true + + /@tsplus/stdlib@0.2.8: + resolution: {integrity: sha512-UKAN06h9V/wUflSbOU1WwACisXEi4+PHwGqR+bwxqcClrEAA8KKTTLZ0ATMbqbVAVTudE0vW4pd5iY6vGvSFBw==} dev: true - /@types/benchmark/2.1.2: + /@types/benchmark@2.1.2: resolution: {integrity: sha512-EDKtLYNMKrig22jEvhXq8TBFyFgVNSPmDF2b9UzJ7+eylPqdZVo17PCUMkn1jP6/1A/0u78VqYC6VrX6b8pDWA==} dev: true - /@types/chai-subset/1.3.3: + /@types/chai-subset@1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} dependencies: '@types/chai': 4.3.4 dev: true - /@types/chai/4.3.3: - resolution: {integrity: sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==} - dev: true - - /@types/chai/4.3.4: + /@types/chai@4.3.4: resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} dev: true - /@types/estree/1.0.0: - resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} + /@types/estree@1.0.1: + resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} dev: true - /@types/glob/8.0.0: - resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} + /@types/glob@8.1.0: + resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.11 + '@types/node': 18.15.10 dev: true - /@types/is-ci/3.0.0: + /@types/is-ci@3.0.0: resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==} dependencies: - ci-info: 3.5.0 + ci-info: 3.8.0 dev: true - /@types/istanbul-lib-coverage/2.0.4: + /@types/istanbul-lib-coverage@2.0.4: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} dev: true - /@types/istanbul-lib-report/3.0.0: + /@types/istanbul-lib-report@3.0.0: resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} dependencies: '@types/istanbul-lib-coverage': 2.0.4 dev: true - /@types/istanbul-reports/3.0.1: + /@types/istanbul-reports@3.0.1: resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} dependencies: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/29.2.4: - resolution: {integrity: sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==} + /@types/jest@29.5.0: + resolution: {integrity: sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==} dependencies: - expect: 29.3.1 - pretty-format: 29.3.1 + expect: 29.6.1 + pretty-format: 29.6.1 dev: true - /@types/json-schema/7.0.11: - resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} + /@types/json-schema@7.0.12: + resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} dev: true - /@types/json5/0.0.29: + /@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/minimatch/3.0.5: - resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} - dev: true - - /@types/minimatch/5.1.2: + /@types/minimatch@5.1.2: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/minimist/1.2.2: + /@types/minimist@1.2.2: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node/12.20.55: + /@types/node@12.20.55: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node/18.11.11: - resolution: {integrity: sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==} + /@types/node@14.18.53: + resolution: {integrity: sha512-soGmOpVBUq+gaBMwom1M+krC/NNbWlosh4AtGA03SyWNDiqSKtwp7OulO1M6+mg8YkHMvJ/y0AkCeO8d1hNb7A==} dev: true - /@types/node/18.8.0: - resolution: {integrity: sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==} + /@types/node@18.15.10: + resolution: {integrity: sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==} dev: true - /@types/normalize-package-data/2.4.1: + /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true - /@types/prettier/2.7.1: - resolution: {integrity: sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==} + /@types/parsimmon@1.10.6: + resolution: {integrity: sha512-FwAQwMRbkhx0J6YELkwIpciVzCcgEqXEbIrIn3a2P5d3kGEHQ3wVhlN3YdVepYP+bZzCYO6OjmD4o9TGOZ40rA==} dev: true - /@types/rimraf/3.0.2: - resolution: {integrity: sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==} - dependencies: - '@types/glob': 8.0.0 - '@types/node': 18.11.11 + /@types/prettier@2.7.2: + resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} dev: true - /@types/semver/6.2.3: + /@types/semver@6.2.3: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} dev: true - /@types/semver/7.3.13: - resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} + /@types/semver@7.5.0: + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: true - /@types/stack-utils/2.0.1: + /@types/stack-utils@2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} dev: true - /@types/yargs-parser/21.0.0: + /@types/yargs-parser@21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: true - /@types/yargs/15.0.14: - resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} + /@types/yargs@15.0.15: + resolution: {integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==} dependencies: '@types/yargs-parser': 21.0.0 dev: true - /@types/yargs/17.0.13: - resolution: {integrity: sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==} + /@types/yargs@17.0.24: + resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==} dependencies: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.45.1_q7carj6as4hvch4splrujktyeu: - resolution: {integrity: sha512-cOizjPlKEh0bXdFrBLTrI/J6B/QMlhwE9auOov53tgB+qMukH6/h8YAK/qw+QJGct/PTbdh2lytGyipxCcEtAw==} + /@typescript-eslint/eslint-plugin@5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@5.1.6): + resolution: {integrity: sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1231,37 +1442,38 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.45.1_jlrukjo6ocbb6wheurm4l7mijy - '@typescript-eslint/scope-manager': 5.45.1 - '@typescript-eslint/type-utils': 5.45.1_jlrukjo6ocbb6wheurm4l7mijy - '@typescript-eslint/utils': 5.45.1_jlrukjo6ocbb6wheurm4l7mijy + '@eslint-community/regexpp': 4.5.1 + '@typescript-eslint/parser': 5.56.0(eslint@8.36.0)(typescript@5.1.6) + '@typescript-eslint/scope-manager': 5.56.0 + '@typescript-eslint/type-utils': 5.56.0(eslint@8.36.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.56.0(eslint@8.36.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.29.0 - ignore: 5.2.1 + eslint: 8.36.0 + grapheme-splitter: 1.0.4 + ignore: 5.2.4 natural-compare-lite: 1.4.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + semver: 7.5.4 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.44.0_jlrukjo6ocbb6wheurm4l7mijy: - resolution: {integrity: sha512-j8GLemAySe8oUCgILdUaT66pemdWSYcwUYG2Pb71O119hCdvkU+4q8sUTbnDg8NhlZEzSWG2N1v4IxT1kEZrGg==} + /@typescript-eslint/experimental-utils@5.62.0(eslint@8.36.0)(typescript@5.1.6): + resolution: {integrity: sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.44.0_jlrukjo6ocbb6wheurm4l7mijy - eslint: 8.29.0 + '@typescript-eslint/utils': 5.62.0(eslint@8.36.0)(typescript@5.1.6) + eslint: 8.36.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.45.1_jlrukjo6ocbb6wheurm4l7mijy: - resolution: {integrity: sha512-JQ3Ep8bEOXu16q0ztsatp/iQfDCtvap7sp/DKo7DWltUquj5AfCOpX2zSzJ8YkAVnrQNqQ5R62PBz2UtrfmCkA==} + /@typescript-eslint/parser@5.56.0(eslint@8.36.0)(typescript@5.1.6): + resolution: {integrity: sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1270,42 +1482,34 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.45.1 - '@typescript-eslint/types': 5.45.1 - '@typescript-eslint/typescript-estree': 5.45.1_delwud2hnnlzcq6m6ihqj3umw4 + '@typescript-eslint/scope-manager': 5.56.0 + '@typescript-eslint/types': 5.56.0 + '@typescript-eslint/typescript-estree': 5.56.0(typescript@5.1.6) debug: 4.3.4 - eslint: 8.29.0 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + eslint: 8.36.0 + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.40.1: - resolution: {integrity: sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 - dev: true - - /@typescript-eslint/scope-manager/5.44.0: - resolution: {integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==} + /@typescript-eslint/scope-manager@5.56.0: + resolution: {integrity: sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.44.0 - '@typescript-eslint/visitor-keys': 5.44.0 + '@typescript-eslint/types': 5.56.0 + '@typescript-eslint/visitor-keys': 5.56.0 dev: true - /@typescript-eslint/scope-manager/5.45.1: - resolution: {integrity: sha512-D6fCileR6Iai7E35Eb4Kp+k0iW7F1wxXYrOhX/3dywsOJpJAQ20Fwgcf+P/TDtvQ7zcsWsrJaglaQWDhOMsspQ==} + /@typescript-eslint/scope-manager@5.62.0: + resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.45.1 - '@typescript-eslint/visitor-keys': 5.45.1 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 dev: true - /@typescript-eslint/type-utils/5.45.1_jlrukjo6ocbb6wheurm4l7mijy: - resolution: {integrity: sha512-aosxFa+0CoYgYEl3aptLe1svP910DJq68nwEJzyQcrtRhC4BN0tJAvZGAe+D0tzjJmFXe+h4leSsiZhwBa2vrA==} + /@typescript-eslint/type-utils@5.56.0(eslint@8.36.0)(typescript@5.1.6): + resolution: {integrity: sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1314,37 +1518,32 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.45.1_delwud2hnnlzcq6m6ihqj3umw4 - '@typescript-eslint/utils': 5.45.1_jlrukjo6ocbb6wheurm4l7mijy + '@typescript-eslint/typescript-estree': 5.56.0(typescript@5.1.6) + '@typescript-eslint/utils': 5.56.0(eslint@8.36.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.29.0 - tsutils: 3.21.0_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + eslint: 8.36.0 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/4.33.0: + /@typescript-eslint/types@4.33.0: resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/types/5.40.1: - resolution: {integrity: sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - - /@typescript-eslint/types/5.44.0: - resolution: {integrity: sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==} + /@typescript-eslint/types@5.56.0: + resolution: {integrity: sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.45.1: - resolution: {integrity: sha512-HEW3U0E5dLjUT+nk7b4lLbOherS1U4ap+b9pfu2oGsW3oPu7genRaY9dDv3nMczC1rbnRY2W/D7SN05wYoGImg==} + /@typescript-eslint/types@5.62.0: + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@3.9.10: + /@typescript-eslint/typescript-estree@4.33.0(typescript@3.9.10): resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1358,15 +1557,15 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0_typescript@3.9.10 + semver: 7.5.4 + tsutils: 3.21.0(typescript@3.9.10) typescript: 3.9.10 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.40.1_delwud2hnnlzcq6m6ihqj3umw4: - resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} + /@typescript-eslint/typescript-estree@5.56.0(typescript@5.1.6): + resolution: {integrity: sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1374,20 +1573,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 + '@typescript-eslint/types': 5.56.0 + '@typescript-eslint/visitor-keys': 5.56.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + semver: 7.5.4 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.44.0_delwud2hnnlzcq6m6ihqj3umw4: - resolution: {integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==} + /@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5): + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1395,20 +1594,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.44.0 - '@typescript-eslint/visitor-keys': 5.44.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + semver: 7.5.4 + tsutils: 3.21.0(typescript@4.9.5) + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.45.1_delwud2hnnlzcq6m6ihqj3umw4: - resolution: {integrity: sha512-76NZpmpCzWVrrb0XmYEpbwOz/FENBi+5W7ipVXAsG3OoFrQKJMiaqsBMbvGRyLtPotGqUfcY7Ur8j0dksDJDng==} + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.1.6): + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1416,79 +1615,59 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.45.1 - '@typescript-eslint/visitor-keys': 5.45.1 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + semver: 7.5.4 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.40.1_jlrukjo6ocbb6wheurm4l7mijy: - resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} + /@typescript-eslint/utils@5.56.0(eslint@8.36.0)(typescript@5.1.6): + resolution: {integrity: sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_delwud2hnnlzcq6m6ihqj3umw4 - eslint: 8.29.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.56.0 + '@typescript-eslint/types': 5.56.0 + '@typescript-eslint/typescript-estree': 5.56.0(typescript@5.1.6) + eslint: 8.36.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 - semver: 7.3.8 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.44.0_jlrukjo6ocbb6wheurm4l7mijy: - resolution: {integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==} + /@typescript-eslint/utils@5.62.0(eslint@8.36.0)(typescript@5.1.6): + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.44.0 - '@typescript-eslint/types': 5.44.0 - '@typescript-eslint/typescript-estree': 5.44.0_delwud2hnnlzcq6m6ihqj3umw4 - eslint: 8.29.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.1.6) + eslint: 8.36.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 - semver: 7.3.8 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.45.1_jlrukjo6ocbb6wheurm4l7mijy: - resolution: {integrity: sha512-rlbC5VZz68+yjAzQBc4I7KDYVzWG2X/OrqoZrMahYq3u8FFtmQYc+9rovo/7wlJH5kugJ+jQXV5pJMnofGmPRw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.45.1 - '@typescript-eslint/types': 5.45.1 - '@typescript-eslint/typescript-estree': 5.45.1_delwud2hnnlzcq6m6ihqj3umw4 - eslint: 8.29.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 - semver: 7.3.8 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/visitor-keys/4.33.0: + /@typescript-eslint/visitor-keys@4.33.0: resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: @@ -1496,75 +1675,100 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@typescript-eslint/visitor-keys/5.40.1: - resolution: {integrity: sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==} + /@typescript-eslint/visitor-keys@5.56.0: + resolution: {integrity: sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.40.1 - eslint-visitor-keys: 3.3.0 + '@typescript-eslint/types': 5.56.0 + eslint-visitor-keys: 3.4.1 dev: true - /@typescript-eslint/visitor-keys/5.44.0: - resolution: {integrity: sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==} + /@typescript-eslint/visitor-keys@5.62.0: + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.44.0 - eslint-visitor-keys: 3.3.0 + '@typescript-eslint/types': 5.62.0 + eslint-visitor-keys: 3.4.1 dev: true - /@typescript-eslint/visitor-keys/5.45.1: - resolution: {integrity: sha512-cy9ln+6rmthYWjH9fmx+5FU/JDpjQb586++x2FZlveq7GdGuLLW9a2Jcst2TGekH82bXpfmRNSwP9tyEs6RjvQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@vitejs/plugin-react@3.0.1(vite@4.2.1): + resolution: {integrity: sha512-mx+QvYwIbbpOIJw+hypjnW1lAbKDHtWK5ibkF/V1/oMBu8HU/chb+SnqJDAsLq1+7rGqjktCEomMTM5KShzUKQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.21.3) + magic-string: 0.27.0 + react-refresh: 0.14.0 + vite: 4.2.1(@types/node@18.15.10) + transitivePeerDependencies: + - supports-color + dev: true + + /@vitest/coverage-c8@0.29.8(vitest@0.29.8): + resolution: {integrity: sha512-y+sEMQMctWokjnSqm3FCQEYFkjLrYaznsxEZHxcx8z2aftpYg3A5tvI1S5himfdEFo7o+OeHzh40bPSWZHW4oQ==} + peerDependencies: + vitest: '>=0.29.0 <1' dependencies: - '@typescript-eslint/types': 5.45.1 - eslint-visitor-keys: 3.3.0 + c8: 7.14.0 + picocolors: 1.0.0 + std-env: 3.3.3 + vitest: 0.29.8 dev: true - /@vitest/coverage-c8/0.25.5: - resolution: {integrity: sha512-tXlg0QVkTQ+7dqhsuwRFovP5vjgYGyBrRREFS55IQ20IsiSaRug9sRblRsckTXmGtz1OMJy/Lxv1gFVo24/ipA==} + /@vitest/expect@0.29.8: + resolution: {integrity: sha512-xlcVXn5I5oTq6NiZSY3ykyWixBxr5mG8HYtjvpgg6KaqHm0mvhX18xuwl5YGxIRNt/A5jidd7CWcNHrSvgaQqQ==} dependencies: - c8: 7.12.0 - vitest: 0.25.5 - transitivePeerDependencies: - - '@edge-runtime/vm' - - '@vitest/browser' - - '@vitest/ui' - - happy-dom - - jsdom - - less - - sass - - stylus - - sugarss - - supports-color - - terser + '@vitest/spy': 0.29.8 + '@vitest/utils': 0.29.8 + chai: 4.3.7 + dev: true + + /@vitest/runner@0.29.8: + resolution: {integrity: sha512-FzdhnRDwEr/A3Oo1jtIk/B952BBvP32n1ObMEb23oEJNO+qO5cBet6M2XWIDQmA7BDKGKvmhUf2naXyp/2JEwQ==} + dependencies: + '@vitest/utils': 0.29.8 + p-limit: 4.0.0 + pathe: 1.1.1 + dev: true + + /@vitest/spy@0.29.8: + resolution: {integrity: sha512-VdjBe9w34vOMl5I5mYEzNX8inTxrZ+tYUVk9jxaZJmHFwmDFC/GV3KBFTA/JKswr3XHvZL+FE/yq5EVhb6pSAw==} + dependencies: + tinyspy: 1.1.1 + dev: true + + /@vitest/utils@0.29.8: + resolution: {integrity: sha512-qGzuf3vrTbnoY+RjjVVIBYfuWMjn3UMUqyQtdGNZ6ZIIyte7B37exj6LaVkrZiUTvzSadVvO/tJm8AEgbGCBPg==} + dependencies: + cli-truncate: 3.1.0 + diff: 5.1.0 + loupe: 2.3.6 + pretty-format: 27.5.1 dev: true - /acorn-jsx/5.3.2_acorn@8.8.1: + /acorn-jsx@5.3.2(acorn@8.10.0): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.8.1 + acorn: 8.10.0 dev: true - /acorn-walk/8.2.0: + /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} dev: true - /acorn/8.8.0: - resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - - /acorn/8.8.1: - resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} + /acorn@8.10.0: + resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} engines: {node: '>=0.4.0'} hasBin: true dev: true - /ajv/6.12.6: + /ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: fast-deep-equal: 3.1.3 @@ -1573,67 +1777,96 @@ packages: uri-js: 4.4.1 dev: true - /ansi-colors/4.1.3: + /ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} dev: true - /ansi-red/0.1.1: + /ansi-red@0.1.1: resolution: {integrity: sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==} engines: {node: '>=0.10.0'} dependencies: ansi-wrap: 0.1.0 dev: true - /ansi-regex/3.0.1: + /ansi-regex@2.1.1: + resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} + engines: {node: '>=0.10.0'} + dev: true + + /ansi-regex@3.0.1: resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==} engines: {node: '>=4'} dev: true - /ansi-regex/5.0.1: + /ansi-regex@4.1.1: + resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} + engines: {node: '>=6'} + dev: true + + /ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} dev: true - /ansi-split/1.0.1: + /ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + dev: true + + /ansi-split@1.0.1: resolution: {integrity: sha512-RRxQym4DFtDNmHIkW6aeFVvrXURb11lGAEPXNiryjCe8bK8RsANjzJ0M2aGOkvBYwP4Bl/xZ8ijtr6D3j1x/eg==} dependencies: ansi-regex: 3.0.1 dev: true - /ansi-styles/3.2.1: + /ansi-styles@2.2.1: + resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} + engines: {node: '>=0.10.0'} + dev: true + + /ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} dependencies: color-convert: 1.9.3 dev: true - /ansi-styles/4.3.0: + /ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} dependencies: color-convert: 2.0.1 dev: true - /ansi-styles/5.2.0: + /ansi-styles@5.2.0: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} dev: true - /ansi-wrap/0.1.0: + /ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + dev: true + + /ansi-wrap@0.1.0: resolution: {integrity: sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==} engines: {node: '>=0.10.0'} dev: true - /anymatch/1.3.2: + /any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + dev: true + + /anymatch@1.3.2: resolution: {integrity: sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==} dependencies: micromatch: 2.3.11 normalize-path: 2.1.1 dev: true - /anymatch/3.1.2: - resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} + /anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 @@ -1641,161 +1874,216 @@ packages: dev: true optional: true - /app-module-path/2.2.0: + /app-module-path@2.2.0: resolution: {integrity: sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ==} dev: true - /arg/4.1.3: + /aproba@1.2.0: + resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} + dev: true + optional: true + + /are-we-there-yet@1.1.7: + resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==} + dependencies: + delegates: 1.0.0 + readable-stream: 2.3.8 + dev: true + optional: true + + /arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} dev: true - /argparse/1.0.10: + /argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 dev: true - /argparse/2.0.1: + /argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /arr-diff/2.0.0: + /arr-diff@2.0.0: resolution: {integrity: sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==} engines: {node: '>=0.10.0'} dependencies: arr-flatten: 1.1.0 dev: true - /arr-diff/4.0.0: + /arr-diff@4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} engines: {node: '>=0.10.0'} dev: true - /arr-flatten/1.1.0: + /arr-flatten@1.1.0: resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} engines: {node: '>=0.10.0'} dev: true - /arr-union/3.1.0: + /arr-union@3.1.0: resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} engines: {node: '>=0.10.0'} dev: true - /array-differ/3.0.0: - resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} - engines: {node: '>=8'} + /array-buffer-byte-length@1.0.0: + resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + dependencies: + call-bind: 1.0.2 + is-array-buffer: 3.0.2 dev: true - /array-includes/3.1.5: - resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==} + /array-includes@3.1.6: + resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 - get-intrinsic: 1.1.3 + define-properties: 1.2.0 + es-abstract: 1.21.3 + get-intrinsic: 1.2.1 is-string: 1.0.7 dev: true - /array-union/2.1.0: + /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} dev: true - /array-unique/0.2.1: + /array-unique@0.2.1: resolution: {integrity: sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==} engines: {node: '>=0.10.0'} dev: true - /array-unique/0.3.2: + /array-unique@0.3.2: resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} engines: {node: '>=0.10.0'} dev: true - /array.prototype.flat/1.3.0: - resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==} + /array.prototype.flat@1.3.1: + resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.3 es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flat/1.3.1: - resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} + /array.prototype.flatmap@1.3.1: + resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.3 es-shim-unscopables: 1.0.0 dev: true - /arrify/1.0.1: + /arrify@1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} dev: true - /arrify/2.0.1: - resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} - engines: {node: '>=8'} + /asn1@0.2.6: + resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} + dependencies: + safer-buffer: 2.1.2 + dev: true + + /assert-plus@1.0.0: + resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} + engines: {node: '>=0.8'} dev: true - /assertion-error/1.1.0: + /assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: true - /assign-symbols/1.0.0: + /assign-symbols@1.0.0: resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} engines: {node: '>=0.10.0'} dev: true - /ast-module-types/2.7.1: + /ast-module-types@2.7.1: resolution: {integrity: sha512-Rnnx/4Dus6fn7fTqdeLEAn5vUll5w7/vts0RN608yFa6si/rDOUonlIIiwugHBFWjylHjxm9owoSZn71KwG4gw==} dev: true - /ast-module-types/3.0.0: + /ast-module-types@3.0.0: resolution: {integrity: sha512-CMxMCOCS+4D+DkOQfuZf+vLrSEmY/7xtORwdxs4wtcC1wVgvk2MqFFTwQCFhvWsI4KPU9lcWXPI8DgRiz+xetQ==} engines: {node: '>=6.0'} dev: true - /async-each/1.0.3: - resolution: {integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==} + /ast-module-types@4.0.0: + resolution: {integrity: sha512-Kd0o8r6CDazJGCRzs8Ivpn0xj19oNKrULhoJFzhGjRsLpekF2zyZs9Ukz+JvZhWD6smszfepakTFhAaYpsI12g==} + engines: {node: '>=12.0'} + dev: true + + /async-each@1.0.6: + resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} + dev: true + + /asynckit@0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true - /atob/2.1.2: + /atob@2.1.2: resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} engines: {node: '>= 4.5.0'} hasBin: true dev: true - /autolinker/0.28.1: + /autolinker@0.28.1: resolution: {integrity: sha512-zQAFO1Dlsn69eXaO6+7YZc+v84aquQKbwpzCE3L0stj56ERn9hutFxPopViLjo9G+rWwjozRhgS5KJ25Xy19cQ==} dependencies: gulp-header: 1.8.12 dev: true - /babel-plugin-annotate-pure-calls/0.4.0_@babel+core@7.20.5: + /available-typed-arrays@1.0.5: + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} + dev: true + + /aws-sign2@0.7.0: + resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} + dev: true + + /aws4@1.12.0: + resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} + dev: true + + /babel-code-frame@6.26.0: + resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} + dependencies: + chalk: 1.1.3 + esutils: 2.0.3 + js-tokens: 3.0.2 + dev: true + + /babel-plugin-annotate-pure-calls@0.4.0(@babel/core@7.21.3): resolution: {integrity: sha512-oi4M/PWUJOU9ZyRGoPTfPMqdyMp06jbJAomd3RcyYuzUtBOddv98BqLm96Lucpi2QFoQHkdGQt0ACvw7VzVEQA==} peerDependencies: '@babel/core': ^6.0.0-0 || 7.x dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.21.3 dev: true - /babel-runtime/6.26.0: + /babel-runtime@6.26.0: resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} dependencies: core-js: 2.6.12 regenerator-runtime: 0.11.1 dev: true - /balanced-match/1.0.2: + /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} dev: true - /base/0.11.2: + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + dev: true + + /base@0.11.2: resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} engines: {node: '>=0.10.0'} dependencies: @@ -1808,58 +2096,71 @@ packages: pascalcase: 0.1.1 dev: true - /base64-js/1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + /bcrypt-pbkdf@1.0.2: + resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} + dependencies: + tweetnacl: 0.14.5 dev: true - /better-path-resolve/1.0.0: + /better-path-resolve@1.0.0: resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} engines: {node: '>=4'} dependencies: is-windows: 1.0.2 dev: true - /binary-extensions/1.13.1: + /big-integer@1.6.51: + resolution: {integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==} + engines: {node: '>=0.6'} + dev: true + + /binary-extensions@1.13.1: resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} engines: {node: '>=0.10.0'} dev: true - /binary-extensions/2.2.0: + /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} dev: true optional: true - /bindings/1.5.0: + /bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} - requiresBuild: true dependencies: file-uri-to-path: 1.0.0 dev: true optional: true - /bl/4.1.0: + /bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.2 dev: true - /brace-expansion/1.1.11: + /bplist-parser@0.2.0: + resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==} + engines: {node: '>= 5.10.0'} + dependencies: + big-integer: 1.6.51 + dev: true + + /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 dev: true - /brace-expansion/2.0.1: + /brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} dependencies: balanced-match: 1.0.2 dev: true - /braces/1.8.5: + /braces@1.8.5: resolution: {integrity: sha512-xU7bpz2ytJl1bH9cgIurjpg/n8Gohy9GTw81heDYLJQ4RU60dlyJsa+atVF2pI0yMMvKxI9HkKwjePCj5XI1hw==} engines: {node: '>=0.10.0'} dependencies: @@ -1868,7 +2169,7 @@ packages: repeat-element: 1.1.4 dev: true - /braces/2.3.2: + /braces@2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} dependencies: @@ -1886,48 +2187,59 @@ packages: - supports-color dev: true - /braces/3.0.2: + /braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} dependencies: fill-range: 7.0.1 dev: true - /breakword/1.0.5: - resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} + /breakword@1.0.6: + resolution: {integrity: sha512-yjxDAYyK/pBvws9H4xKYpLDpYKEH6CzrBPAuXq3x18I+c/2MkVtT3qAr7Oloi6Dss9qNhPVueAAVU1CSeNDIXw==} dependencies: wcwidth: 1.0.1 dev: true - /browserslist/4.21.4: - resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} + /browserslist@4.21.9: + resolution: {integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001436 - electron-to-chromium: 1.4.284 - node-releases: 2.0.6 - update-browserslist-db: 1.0.10_browserslist@4.21.4 + caniuse-lite: 1.0.30001515 + electron-to-chromium: 1.4.459 + node-releases: 2.0.13 + update-browserslist-db: 1.0.11(browserslist@4.21.9) dev: true - /buffer-from/1.1.2: + /buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: true - /buffer/5.7.1: + /buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: true - /builtin-modules/1.1.1: + /builtin-modules@1.1.1: resolution: {integrity: sha512-wxXCdllwGhI2kCC0MnvTGYTMvnVZTvqgypkiTI8Pa5tcz2i6VqsqwYGgqwXji+4RgCzms6EajE4IxiUH6HH8nQ==} engines: {node: '>=0.10.0'} dev: true - /c8/7.12.0: - resolution: {integrity: sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==} + /builtins@1.0.3: + resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} + dev: true + + /bundle-name@3.0.0: + resolution: {integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==} + engines: {node: '>=12'} + dependencies: + run-applescript: 5.0.0 + dev: true + + /c8@7.14.0: + resolution: {integrity: sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==} engines: {node: '>=10.12.0'} hasBin: true dependencies: @@ -1940,12 +2252,17 @@ packages: istanbul-reports: 3.1.5 rimraf: 3.0.2 test-exclude: 6.0.0 - v8-to-istanbul: 9.0.1 + v8-to-istanbul: 9.1.0 yargs: 16.2.0 yargs-parser: 20.2.9 dev: true - /cache-base/1.0.1: + /cac@6.7.14: + resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} + engines: {node: '>=8'} + dev: true + + /cache-base@1.0.1: resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} engines: {node: '>=0.10.0'} dependencies: @@ -1960,19 +2277,19 @@ packages: unset-value: 1.0.0 dev: true - /call-bind/1.0.2: + /call-bind@1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.1 dev: true - /callsites/3.1.0: + /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} dev: true - /camelcase-keys/6.2.2: + /camelcase-keys@6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} dependencies: @@ -1981,29 +2298,20 @@ packages: quick-lru: 4.0.1 dev: true - /camelcase/5.3.1: + /camelcase@5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} dev: true - /caniuse-lite/1.0.30001436: - resolution: {integrity: sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==} + /caniuse-lite@1.0.30001515: + resolution: {integrity: sha512-eEFDwUOZbE24sb+Ecsx3+OvNETqjWIdabMy52oOkIgcUtAsQifjUG9q4U9dgTHJM2mfk4uEPxc0+xuFdJ629QA==} dev: true - /chai/4.3.6: - resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==} - engines: {node: '>=4'} - dependencies: - assertion-error: 1.1.0 - check-error: 1.0.2 - deep-eql: 3.0.1 - get-func-name: 2.0.0 - loupe: 2.3.4 - pathval: 1.1.1 - type-detect: 4.0.8 + /caseless@0.12.0: + resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} dev: true - /chai/4.3.7: + /chai@4.3.7: resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==} engines: {node: '>=4'} dependencies: @@ -2016,7 +2324,18 @@ packages: type-detect: 4.0.8 dev: true - /chalk/2.4.2: + /chalk@1.1.3: + resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} + engines: {node: '>=0.10.0'} + dependencies: + ansi-styles: 2.2.1 + escape-string-regexp: 1.0.5 + has-ansi: 2.0.0 + strip-ansi: 3.0.1 + supports-color: 2.0.0 + dev: true + + /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} dependencies: @@ -2025,7 +2344,7 @@ packages: supports-color: 5.5.0 dev: true - /chalk/4.1.2: + /chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} dependencies: @@ -2033,25 +2352,26 @@ packages: supports-color: 7.2.0 dev: true - /chalk/5.1.2: - resolution: {integrity: sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + /chardet@0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: true - /chardet/0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + /charm@1.0.2: + resolution: {integrity: sha512-wqW3VdPnlSWT4eRiYX+hcs+C6ViBPUWk1qTCd+37qw9kEm/a5n2qcyQDMBWvSYKN/ctqZzeXNQaeBjOetJJUkw==} + dependencies: + inherits: 2.0.4 dev: true - /check-error/1.0.2: + /check-error@1.0.2: resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} dev: true - /chokidar/1.7.0: + /chokidar@1.7.0: resolution: {integrity: sha512-mk8fAWcRUOxY7btlLtitj3A45jOwSAxH4tOFOoEGbVsl6cL6pPMWUy7dwZ/canfj3QEdP6FHSnf/l1c6/WkzVg==} deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. dependencies: anymatch: 1.3.2 - async-each: 1.0.3 + async-each: 1.0.6 glob-parent: 2.0.0 inherits: 2.0.4 is-binary-path: 1.0.1 @@ -2064,12 +2384,12 @@ packages: - supports-color dev: true - /chokidar/3.5.3: + /chokidar@3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} requiresBuild: true dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -2081,16 +2401,17 @@ packages: dev: true optional: true - /ci-info/3.5.0: - resolution: {integrity: sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw==} + /chownr@2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} dev: true - /ci-info/3.6.1: - resolution: {integrity: sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==} + /ci-info@3.8.0: + resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} engines: {node: '>=8'} dev: true - /class-utils/0.3.6: + /class-utils@0.3.6: resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} engines: {node: '>=0.10.0'} dependencies: @@ -2100,19 +2421,35 @@ packages: static-extend: 0.1.2 dev: true - /cli-cursor/3.1.0: + /cli-cursor@3.1.0: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 dev: true - /cli-spinners/2.7.0: - resolution: {integrity: sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==} + /cli-spinners@2.9.0: + resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} engines: {node: '>=6'} dev: true - /cliui/6.0.0: + /cli-truncate@3.1.0: + resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + slice-ansi: 5.0.0 + string-width: 5.1.2 + dev: true + + /cliui@5.0.0: + resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} + dependencies: + string-width: 3.1.0 + strip-ansi: 5.2.0 + wrap-ansi: 5.1.0 + dev: true + + /cliui@6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: string-width: 4.2.3 @@ -2120,7 +2457,7 @@ packages: wrap-ansi: 6.2.0 dev: true - /cliui/7.0.4: + /cliui@7.0.4: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: string-width: 4.2.3 @@ -2128,7 +2465,7 @@ packages: wrap-ansi: 7.0.0 dev: true - /cliui/8.0.1: + /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} dependencies: @@ -2137,23 +2474,29 @@ packages: wrap-ansi: 7.0.0 dev: true - /clone/1.0.4: + /clone@1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} dev: true - /code-block-writer/10.1.1: - resolution: {integrity: sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw==} + /code-block-writer@12.0.0: + resolution: {integrity: sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==} dev: true - /coffee-script/1.12.7: + /code-point-at@1.1.0: + resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==} + engines: {node: '>=0.10.0'} + dev: true + optional: true + + /coffee-script@1.12.7: resolution: {integrity: sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==} engines: {node: '>=0.8.0'} deprecated: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) hasBin: true dev: true - /collection-visit/1.0.0: + /collection-visit@1.0.0: resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} engines: {node: '>=0.10.0'} dependencies: @@ -2161,111 +2504,140 @@ packages: object-visit: 1.0.1 dev: true - /color-convert/1.9.3: + /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 dev: true - /color-convert/2.0.1: + /color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 dev: true - /color-name/1.1.3: + /color-name@1.1.3: resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} dev: true - /color-name/1.1.4: + /color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true - /commander/2.20.3: + /combined-stream@1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + dependencies: + delayed-stream: 1.0.0 + dev: true + + /command-exists@1.2.9: + resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} + dev: true + + /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: true - /commander/4.1.1: + /commander@4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} dev: true - /commander/7.2.0: + /commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} dev: true - /commondir/1.0.1: + /commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + dev: true + + /commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} dev: true - /component-emitter/1.3.0: + /component-emitter@1.3.0: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} dev: true - /concat-map/0.0.1: + /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} dev: true - /concat-stream/1.6.2: + /concat-stream@1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} engines: {'0': node >= 0.8} dependencies: buffer-from: 1.1.2 inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 + typedarray: 0.0.6 + dev: true + + /concat-stream@2.0.0: + resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} + engines: {'0': node >= 6.0} + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.2 typedarray: 0.0.6 dev: true - /concat-with-sourcemaps/1.1.0: + /concat-with-sourcemaps@1.1.0: resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==} dependencies: source-map: 0.6.1 dev: true - /concurrently/7.6.0: + /concurrently@7.6.0: resolution: {integrity: sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==} engines: {node: ^12.20.0 || ^14.13.0 || >=16.0.0} hasBin: true dependencies: chalk: 4.1.2 - date-fns: 2.29.3 + date-fns: 2.30.0 lodash: 4.17.21 - rxjs: 7.5.7 - shell-quote: 1.7.4 + rxjs: 7.8.1 + shell-quote: 1.8.1 spawn-command: 0.0.2-1 supports-color: 8.1.1 tree-kill: 1.2.2 - yargs: 17.6.2 + yargs: 17.7.2 dev: true - /convert-source-map/1.8.0: - resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} - dependencies: - safe-buffer: 5.1.2 + /console-control-strings@1.1.0: + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: true + optional: true - /convert-source-map/1.9.0: + /convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} dev: true - /copy-descriptor/0.1.1: + /copy-descriptor@0.1.1: resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} engines: {node: '>=0.10.0'} dev: true - /core-js/2.6.12: + /core-js@2.6.12: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: true - /core-util-is/1.0.3: + /core-util-is@1.0.2: + resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} + dev: true + + /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cpx/1.5.0: + /cpx@1.5.0: resolution: {integrity: sha512-jHTjZhsbg9xWgsP2vuNW2jnnzBX+p4T+vNI9Lbjzs1n4KhOfa22bQppiFYLsWQKd8TzmL5aSP/Me3yfsCwXbDA==} hasBin: true dependencies: @@ -2276,19 +2648,19 @@ packages: glob2base: 0.0.12 minimatch: 3.1.2 mkdirp: 0.5.6 - resolve: 1.22.1 + resolve: 1.22.2 safe-buffer: 5.2.1 - shell-quote: 1.7.3 + shell-quote: 1.8.1 subarg: 1.0.0 transitivePeerDependencies: - supports-color dev: true - /create-require/1.1.1: + /create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} dev: true - /cross-spawn/5.1.0: + /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} dependencies: lru-cache: 4.1.5 @@ -2296,7 +2668,7 @@ packages: which: 1.3.1 dev: true - /cross-spawn/7.0.3: + /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} dependencies: @@ -2305,19 +2677,19 @@ packages: which: 2.0.2 dev: true - /csv-generate/3.4.3: + /csv-generate@3.4.3: resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} dev: true - /csv-parse/4.16.3: + /csv-parse@4.16.3: resolution: {integrity: sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==} dev: true - /csv-stringify/5.6.5: + /csv-stringify@5.6.5: resolution: {integrity: sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==} dev: true - /csv/5.5.3: + /csv@5.5.3: resolution: {integrity: sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g==} engines: {node: '>= 0.1.90'} dependencies: @@ -2327,16 +2699,25 @@ packages: stream-transform: 2.1.3 dev: true - /dataloader/1.4.0: + /dashdash@1.14.1: + resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} + engines: {node: '>=0.10'} + dependencies: + assert-plus: 1.0.0 + dev: true + + /dataloader@1.4.0: resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} dev: true - /date-fns/2.29.3: - resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} + /date-fns@2.30.0: + resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} + dependencies: + '@babel/runtime': 7.22.6 dev: true - /debug/2.6.9: + /debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: supports-color: '*' @@ -2347,7 +2728,7 @@ packages: ms: 2.0.0 dev: true - /debug/3.2.7: + /debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: supports-color: '*' @@ -2358,7 +2739,7 @@ packages: ms: 2.1.3 dev: true - /debug/4.3.4: + /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -2370,7 +2751,7 @@ packages: ms: 2.1.2 dev: true - /decamelize-keys/1.1.1: + /decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} dependencies: @@ -2378,73 +2759,84 @@ packages: map-obj: 1.0.1 dev: true - /decamelize/1.2.0: + /decamelize@1.2.0: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} engines: {node: '>=0.10.0'} dev: true - /decode-uri-component/0.2.0: - resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==} + /decode-uri-component@0.2.2: + resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} dev: true - /deep-eql/3.0.1: - resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} - engines: {node: '>=0.12'} - dependencies: - type-detect: 4.0.8 - dev: true - - /deep-eql/4.1.3: + /deep-eql@4.1.3: resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} engines: {node: '>=6'} dependencies: type-detect: 4.0.8 dev: true - /deep-extend/0.6.0: + /deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} dev: true - /deep-is/0.1.4: + /deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /defaults/1.0.4: + /default-browser-id@3.0.0: + resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==} + engines: {node: '>=12'} + dependencies: + bplist-parser: 0.2.0 + untildify: 4.0.0 + dev: true + + /default-browser@4.0.0: + resolution: {integrity: sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==} + engines: {node: '>=14.16'} + dependencies: + bundle-name: 3.0.0 + default-browser-id: 3.0.0 + execa: 7.1.1 + titleize: 3.0.0 + dev: true + + /defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: clone: 1.0.4 dev: true - /define-lazy-prop/2.0.0: - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} - engines: {node: '>=8'} + /define-lazy-prop@3.0.0: + resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==} + engines: {node: '>=12'} dev: true - /define-properties/1.1.4: - resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} + /define-properties@1.2.0: + resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: true - /define-property/0.2.5: + /define-property@0.2.5: resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 0.1.6 dev: true - /define-property/1.0.0: + /define-property@1.0.0: resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 1.0.2 dev: true - /define-property/2.0.2: + /define-property@2.0.2: resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} engines: {node: '>=0.10.0'} dependencies: @@ -2452,37 +2844,58 @@ packages: isobject: 3.0.1 dev: true - /dependency-tree/8.1.2: - resolution: {integrity: sha512-c4CL1IKxkKng0oT5xrg4uNiiMVFqTGOXqHSFx7XEFdgSsp6nw3AGGruICppzJUrfad/r7GLqt26rmWU4h4j39A==} + /delayed-stream@1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + dev: true + + /delegates@1.0.0: + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + dev: true + optional: true + + /dependency-tree@9.0.0: + resolution: {integrity: sha512-osYHZJ1fBSon3lNLw70amAXsQ+RGzXsPvk9HbBgTLbp/bQBmpH5mOmsUvqXU+YEWVU0ZLewsmzOET/8jWswjDQ==} engines: {node: ^10.13 || ^12 || >=14} hasBin: true dependencies: commander: 2.20.3 debug: 4.3.4 - filing-cabinet: 3.3.0 - precinct: 8.3.1 - typescript: 3.9.10 + filing-cabinet: 3.3.1 + precinct: 9.2.1 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /detect-indent/6.1.0: + /detect-indent@6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} dev: true - /detective-amd/3.1.2: + /detective-amd@3.1.2: resolution: {integrity: sha512-jffU26dyqJ37JHR/o44La6CxtrDf3Rt9tvd2IbImJYxWKTMdBjctp37qoZ6ZcY80RHg+kzWz4bXn39e4P7cctQ==} engines: {node: '>=6.0'} hasBin: true dependencies: ast-module-types: 3.0.0 - escodegen: 2.0.0 + escodegen: 2.1.0 get-amd-module-type: 3.0.2 node-source-walk: 4.3.0 dev: true - /detective-cjs/3.1.3: + /detective-amd@4.2.0: + resolution: {integrity: sha512-RbuEJHz78A8nW7CklkqTzd8lDCN42En53dgEIsya0DilpkwslamSZDasLg8dJyxbw46OxhSQeY+C2btdSkCvQQ==} + engines: {node: '>=12'} + hasBin: true + dependencies: + ast-module-types: 4.0.0 + escodegen: 2.1.0 + get-amd-module-type: 4.1.0 + node-source-walk: 5.0.2 + dev: true + + /detective-cjs@3.1.3: resolution: {integrity: sha512-ljs7P0Yj9MK64B7G0eNl0ThWSYjhAaSYy+fQcpzaKalYl/UoQBOzOeLCSFEY1qEBhziZ3w7l46KG/nH+s+L7BQ==} engines: {node: '>=6.0'} dependencies: @@ -2490,14 +2903,29 @@ packages: node-source-walk: 4.3.0 dev: true - /detective-es6/2.2.2: + /detective-cjs@4.1.0: + resolution: {integrity: sha512-QxzMwt5MfPLwS7mG30zvnmOvHLx5vyVvjsAV6gQOyuMoBR5G1DhS1eJZ4P10AlH+HSnk93mTcrg3l39+24XCtg==} + engines: {node: '>=12'} + dependencies: + ast-module-types: 4.0.0 + node-source-walk: 5.0.2 + dev: true + + /detective-es6@2.2.2: resolution: {integrity: sha512-eZUKCUsbHm8xoeoCM0z6JFwvDfJ5Ww5HANo+jPR7AzkFpW9Mun3t/TqIF2jjeWa2TFbAiGaWESykf2OQp3oeMw==} engines: {node: '>=6.0'} dependencies: node-source-walk: 4.3.0 dev: true - /detective-less/1.0.2: + /detective-es6@3.0.1: + resolution: {integrity: sha512-evPeYIEdK1jK3Oji5p0hX4sPV/1vK+o4ihcWZkMQE6voypSW/cIBiynOLxQk5KOOQbdP8oOAsYqouMTYO5l1sw==} + engines: {node: '>=12'} + dependencies: + node-source-walk: 5.0.2 + dev: true + + /detective-less@1.0.2: resolution: {integrity: sha512-Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA==} engines: {node: '>= 6.0'} dependencies: @@ -2508,28 +2936,28 @@ packages: - supports-color dev: true - /detective-postcss/4.0.0: + /detective-postcss@4.0.0: resolution: {integrity: sha512-Fwc/g9VcrowODIAeKRWZfVA/EufxYL7XfuqJQFroBKGikKX83d2G7NFw6kDlSYGG3LNQIyVa+eWv1mqre+v4+A==} engines: {node: ^10 || ^12 || >=14} dependencies: debug: 4.3.4 is-url: 1.2.4 - postcss: 8.4.19 + postcss: 8.4.25 postcss-values-parser: 2.0.1 transitivePeerDependencies: - supports-color dev: true - /detective-postcss/5.1.1: - resolution: {integrity: sha512-YJMsvA0Y6/ST9abMNcQytl9iFQ2bfu4I7B74IUiAvyThfaI9Y666yipL+SrqfReoIekeIEwmGH72oeqX63mwUw==} - engines: {node: 12.x || 14.x || 16.x} + /detective-postcss@6.1.3: + resolution: {integrity: sha512-7BRVvE5pPEvk2ukUWNQ+H2XOq43xENWbH0LcdCE14mwgTBEAMoAx+Fc1rdp76SmyZ4Sp48HlV7VedUnP6GA1Tw==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dependencies: is-url: 1.2.4 - postcss: 8.4.19 - postcss-values-parser: 5.0.0_postcss@8.4.19 + postcss: 8.4.25 + postcss-values-parser: 6.0.2(postcss@8.4.25) dev: true - /detective-sass/3.0.2: + /detective-sass@3.0.2: resolution: {integrity: sha512-DNVYbaSlmti/eztFGSfBw4nZvwsTaVXEQ4NsT/uFckxhJrNRFUh24d76KzoCC3aarvpZP9m8sC2L1XbLej4F7g==} engines: {node: '>=6.0'} dependencies: @@ -2537,7 +2965,15 @@ packages: node-source-walk: 4.3.0 dev: true - /detective-scss/2.0.2: + /detective-sass@4.1.3: + resolution: {integrity: sha512-xGRbwGaGte57gvEqM8B9GDiURY3El/H49vA6g9wFkxq9zalmTlTAuqWu+BsH0iwonGPruLt55tZZDEZqPc6lag==} + engines: {node: '>=12'} + dependencies: + gonzales-pe: 4.3.0 + node-source-walk: 5.0.2 + dev: true + + /detective-scss@2.0.2: resolution: {integrity: sha512-hDWnWh/l0tht/7JQltumpVea/inmkBaanJUcXRB9kEEXVwVUMuZd6z7eusQ6GcBFrfifu3pX/XPyD7StjbAiBg==} engines: {node: '>=6.0'} dependencies: @@ -2545,15 +2981,33 @@ packages: node-source-walk: 4.3.0 dev: true - /detective-stylus/1.0.3: + /detective-scss@3.1.1: + resolution: {integrity: sha512-FWkfru1jZBhUeuBsOeGKXKAVDrzYFSQFK2o2tuG/nCCFQ0U/EcXC157MNAcR5mmj+mCeneZzlkBOFJTesDjrww==} + engines: {node: '>=12'} + dependencies: + gonzales-pe: 4.3.0 + node-source-walk: 5.0.2 + dev: true + + /detective-stylus@1.0.3: resolution: {integrity: sha512-4/bfIU5kqjwugymoxLXXLltzQNeQfxGoLm2eIaqtnkWxqbhap9puDVpJPVDx96hnptdERzS5Cy6p9N8/08A69Q==} dev: true - /detective-typescript/7.0.2: + /detective-stylus@2.0.1: + resolution: {integrity: sha512-/Tvs1pWLg8eYwwV6kZQY5IslGaYqc/GACxjcaGudiNtN5nKCH6o2WnJK3j0gA3huCnoQcbv8X7oz/c1lnvE3zQ==} + engines: {node: '>=6.0'} + dev: true + + /detective-stylus@3.0.0: + resolution: {integrity: sha512-1xYTzbrduExqMYmte7Qk99IRA3Aa6oV7PYzd+3yDcQXkmENvyGF/arripri6lxRDdNYEb4fZFuHtNRAXbz3iAA==} + engines: {node: '>=12'} + dev: true + + /detective-typescript@7.0.2: resolution: {integrity: sha512-unqovnhxzvkCz3m1/W4QW4qGsvXCU06aU2BAm8tkza+xLnp9SOFnob2QsTxUv5PdnQKfDvWcv9YeOeFckWejwA==} engines: {node: ^10.13 || >=12.0.0} dependencies: - '@typescript-eslint/typescript-estree': 4.33.0_typescript@3.9.10 + '@typescript-eslint/typescript-estree': 4.33.0(typescript@3.9.10) ast-module-types: 2.7.1 node-source-walk: 4.3.0 typescript: 3.9.10 @@ -2561,664 +3015,297 @@ packages: - supports-color dev: true - /diacritics-map/0.1.0: + /detective-typescript@9.1.1: + resolution: {integrity: sha512-Uc1yVutTF0RRm1YJ3g//i1Cn2vx1kwHj15cnzQP6ff5koNzQ0idc1zAC73ryaWEulA0ElRXFTq6wOqe8vUQ3MA==} + engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} + dependencies: + '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) + ast-module-types: 4.0.0 + node-source-walk: 5.0.2 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: true + + /diacritics-map@0.1.0: resolution: {integrity: sha512-3omnDTYrGigU0i4cJjvaKwD52B8aoqyX/NEIkukFFkogBemsIbhSa1O414fpTp5nuszJG6lvQ5vBvDVNCbSsaQ==} engines: {node: '>=0.8.0'} dev: true - /diff-sequences/26.6.2: + /diff-sequences@26.6.2: resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} engines: {node: '>= 10.14.2'} dev: true - /diff-sequences/29.3.1: - resolution: {integrity: sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==} + /diff-sequences@29.4.3: + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /diff/4.0.2: + /diff@3.5.0: + resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} + engines: {node: '>=0.3.1'} + dev: true + + /diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} dev: true - /diff/5.1.0: + /diff@5.1.0: resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==} engines: {node: '>=0.3.1'} dev: true - /dir-glob/3.0.1: + /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} dependencies: path-type: 4.0.0 dev: true - /docs-ts/0.6.10_bccowfhumyeojfpizsad764w2m_dmjzcauo3cshxeipj7bv64ktgm: - resolution: {integrity: sha512-DTX9c5AJ92ojMOKqqvwF8t77C8Gdgs9FPB8seymHs+F+Wl6aapc3ZkHUM+p8o+jwcBmPoihxssdK903dfwQ1JQ==} - hasBin: true - peerDependencies: - prettier: ^2.0.0 - typescript: ^3.3.1 || ^4.x - dependencies: - chalk: 2.4.2 - doctrine: 3.0.0 - fp-ts: 2.12.3 - fs-extra: 7.0.1 - glob: 7.2.3 - io-ts: 2.2.19_fp-ts@2.12.3 - logging-ts: 0.3.4_fp-ts@2.12.3 - markdown-toc: 1.2.0 - prettier: 2.7.1 - rimraf: 2.7.1 - ts-morph: 9.1.0 - ts-node: 8.10.2_typescript@4.8.4 - typescript: 4.8.4 - dev: true - patched: true - - /docs-ts/0.6.10_usdb6gajlcntnpmfr66l6o5ntm_m6ozmxoytcakqsjkoivozufc4u: - resolution: {integrity: sha512-DTX9c5AJ92ojMOKqqvwF8t77C8Gdgs9FPB8seymHs+F+Wl6aapc3ZkHUM+p8o+jwcBmPoihxssdK903dfwQ1JQ==} - hasBin: true - peerDependencies: - prettier: ^2.0.0 - typescript: ^3.3.1 || ^4.x - dependencies: - chalk: 2.4.2 - doctrine: 3.0.0 - fp-ts: 2.13.1 - fs-extra: 7.0.1 - glob: 7.2.3 - io-ts: 2.2.19_fp-ts@2.13.1 - logging-ts: 0.3.4_fp-ts@2.13.1 - markdown-toc: 1.2.0 - prettier: 2.8.0 - rimraf: 2.7.1 - ts-morph: 9.1.0 - ts-node: 8.10.2_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' - dev: true - patched: true - - /doctrine/2.1.0: + /doctrine@2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 dev: true - /doctrine/3.0.0: + /doctrine@3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 dev: true - /dotenv/8.6.0: + /dotenv@8.6.0: resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} engines: {node: '>=10'} dev: true - /duplexer/0.1.2: + /duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: true - /electron-to-chromium/1.4.284: - resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} + /eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true - /emoji-regex/8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - dev: true - - /enhanced-resolve/5.10.0: - resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} - engines: {node: '>=10.13.0'} + /ecc-jsbn@0.1.2: + resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} dependencies: - graceful-fs: 4.2.10 - tapable: 2.2.1 + jsbn: 0.1.1 + safer-buffer: 2.1.2 dev: true - /enquirer/2.3.6: - resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} - engines: {node: '>=8.6'} - dependencies: - ansi-colors: 4.1.3 + /electron-to-chromium@1.4.459: + resolution: {integrity: sha512-XXRS5NFv8nCrBL74Rm3qhJjA2VCsRFx0OjHKBMPI0otij56aun8UWiKTDABmd5/7GTR021pA4wivs+Ri6XCElg==} dev: true - /error-ex/1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - dependencies: - is-arrayish: 0.2.1 + /emoji-regex@7.0.3: + resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} dev: true - /es-abstract/1.20.4: - resolution: {integrity: sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - function.prototype.name: 1.1.5 - get-intrinsic: 1.1.3 - get-symbol-description: 1.0.0 - has: 1.0.3 - has-property-descriptors: 1.0.0 - has-symbols: 1.0.3 - internal-slot: 1.0.3 - is-callable: 1.2.7 - is-negative-zero: 2.0.2 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 - is-string: 1.0.7 - is-weakref: 1.0.2 - object-inspect: 1.12.2 - object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.4.3 - safe-regex-test: 1.0.0 - string.prototype.trimend: 1.0.5 - string.prototype.trimstart: 1.0.5 - unbox-primitive: 1.0.2 + /emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: true - /es-shim-unscopables/1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} - dependencies: - has: 1.0.3 + /emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: true - /es-to-primitive/1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} - engines: {node: '>= 0.4'} + /end-of-stream@1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: - is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 - dev: true - - /esbuild-android-64/0.14.54: - resolution: {integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-android-64/0.15.18: - resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-android-arm64/0.14.54: - resolution: {integrity: sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-android-arm64/0.15.18: - resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-64/0.14.54: - resolution: {integrity: sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-64/0.15.18: - resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-arm64/0.14.54: - resolution: {integrity: sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-arm64/0.15.18: - resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-64/0.14.54: - resolution: {integrity: sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-64/0.15.18: - resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-arm64/0.14.54: - resolution: {integrity: sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-arm64/0.15.18: - resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-32/0.14.54: - resolution: {integrity: sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-32/0.15.18: - resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-64/0.14.54: - resolution: {integrity: sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-64/0.15.18: - resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-arm/0.14.54: - resolution: {integrity: sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-arm/0.15.18: - resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-arm64/0.14.54: - resolution: {integrity: sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-arm64/0.15.18: - resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-mips64le/0.14.54: - resolution: {integrity: sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-mips64le/0.15.18: - resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-ppc64le/0.14.54: - resolution: {integrity: sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-ppc64le/0.15.18: - resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-riscv64/0.14.54: - resolution: {integrity: sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-riscv64/0.15.18: - resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-s390x/0.14.54: - resolution: {integrity: sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-s390x/0.15.18: - resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-netbsd-64/0.14.54: - resolution: {integrity: sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-netbsd-64/0.15.18: - resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-openbsd-64/0.14.54: - resolution: {integrity: sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-openbsd-64/0.15.18: - resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-sunos-64/0.14.54: - resolution: {integrity: sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true + once: 1.4.0 dev: true - optional: true - /esbuild-sunos-64/0.15.18: - resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true + /enhanced-resolve@5.15.0: + resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} + engines: {node: '>=10.13.0'} + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 dev: true - optional: true - /esbuild-windows-32/0.14.54: - resolution: {integrity: sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true + /enquirer@2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.3 dev: true - optional: true - /esbuild-windows-32/0.15.18: - resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true + /error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + dependencies: + is-arrayish: 0.2.1 dev: true - optional: true - /esbuild-windows-64/0.14.54: - resolution: {integrity: sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true + /error-stack-parser@2.1.4: + resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} + dependencies: + stackframe: 1.3.4 dev: true - optional: true - /esbuild-windows-64/0.15.18: - resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true + /es-abstract@1.21.3: + resolution: {integrity: sha512-ZU4miiY1j3sGPFLJ34VJXEqhpmL+HGByCinGHv4HC+Fxl2fI2Z4yR6tl0mORnDr6PA8eihWo4LmSWDbvhALckg==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.0 + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + es-set-tostringtag: 2.0.1 + es-to-primitive: 1.2.1 + function.prototype.name: 1.1.5 + get-intrinsic: 1.2.1 + get-symbol-description: 1.0.0 + globalthis: 1.0.3 + gopd: 1.0.1 + has: 1.0.3 + has-property-descriptors: 1.0.0 + has-proto: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + is-array-buffer: 3.0.2 + is-callable: 1.2.7 + is-negative-zero: 2.0.2 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + is-string: 1.0.7 + is-typed-array: 1.1.10 + is-weakref: 1.0.2 + object-inspect: 1.12.3 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.5.0 + safe-regex-test: 1.0.0 + string.prototype.trim: 1.2.7 + string.prototype.trimend: 1.0.6 + string.prototype.trimstart: 1.0.6 + typed-array-byte-offset: 1.0.0 + typed-array-length: 1.0.4 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.10 dev: true - optional: true - /esbuild-windows-arm64/0.14.54: - resolution: {integrity: sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true + /es-set-tostringtag@2.0.1: + resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.1 + has: 1.0.3 + has-tostringtag: 1.0.0 dev: true - optional: true - /esbuild-windows-arm64/0.15.18: - resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true + /es-shim-unscopables@1.0.0: + resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + dependencies: + has: 1.0.3 dev: true - optional: true - /esbuild/0.14.54: - resolution: {integrity: sha512-Cy9llcy8DvET5uznocPyqL3BFRrFXSVqbgpMJ9Wz8oVjZlh/zUSNbPRbov0VX7VxN2JH1Oa0uNxZ7eLRb62pJA==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/linux-loong64': 0.14.54 - esbuild-android-64: 0.14.54 - esbuild-android-arm64: 0.14.54 - esbuild-darwin-64: 0.14.54 - esbuild-darwin-arm64: 0.14.54 - esbuild-freebsd-64: 0.14.54 - esbuild-freebsd-arm64: 0.14.54 - esbuild-linux-32: 0.14.54 - esbuild-linux-64: 0.14.54 - esbuild-linux-arm: 0.14.54 - esbuild-linux-arm64: 0.14.54 - esbuild-linux-mips64le: 0.14.54 - esbuild-linux-ppc64le: 0.14.54 - esbuild-linux-riscv64: 0.14.54 - esbuild-linux-s390x: 0.14.54 - esbuild-netbsd-64: 0.14.54 - esbuild-openbsd-64: 0.14.54 - esbuild-sunos-64: 0.14.54 - esbuild-windows-32: 0.14.54 - esbuild-windows-64: 0.14.54 - esbuild-windows-arm64: 0.14.54 - dev: true - - /esbuild/0.15.18: - resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} + /es-to-primitive@1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + dev: true + + /esbuild@0.17.19: + resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.15.18 - '@esbuild/linux-loong64': 0.15.18 - esbuild-android-64: 0.15.18 - esbuild-android-arm64: 0.15.18 - esbuild-darwin-64: 0.15.18 - esbuild-darwin-arm64: 0.15.18 - esbuild-freebsd-64: 0.15.18 - esbuild-freebsd-arm64: 0.15.18 - esbuild-linux-32: 0.15.18 - esbuild-linux-64: 0.15.18 - esbuild-linux-arm: 0.15.18 - esbuild-linux-arm64: 0.15.18 - esbuild-linux-mips64le: 0.15.18 - esbuild-linux-ppc64le: 0.15.18 - esbuild-linux-riscv64: 0.15.18 - esbuild-linux-s390x: 0.15.18 - esbuild-netbsd-64: 0.15.18 - esbuild-openbsd-64: 0.15.18 - esbuild-sunos-64: 0.15.18 - esbuild-windows-32: 0.15.18 - esbuild-windows-64: 0.15.18 - esbuild-windows-arm64: 0.15.18 - dev: true - - /escalade/3.1.1: + '@esbuild/android-arm': 0.17.19 + '@esbuild/android-arm64': 0.17.19 + '@esbuild/android-x64': 0.17.19 + '@esbuild/darwin-arm64': 0.17.19 + '@esbuild/darwin-x64': 0.17.19 + '@esbuild/freebsd-arm64': 0.17.19 + '@esbuild/freebsd-x64': 0.17.19 + '@esbuild/linux-arm': 0.17.19 + '@esbuild/linux-arm64': 0.17.19 + '@esbuild/linux-ia32': 0.17.19 + '@esbuild/linux-loong64': 0.17.19 + '@esbuild/linux-mips64el': 0.17.19 + '@esbuild/linux-ppc64': 0.17.19 + '@esbuild/linux-riscv64': 0.17.19 + '@esbuild/linux-s390x': 0.17.19 + '@esbuild/linux-x64': 0.17.19 + '@esbuild/netbsd-x64': 0.17.19 + '@esbuild/openbsd-x64': 0.17.19 + '@esbuild/sunos-x64': 0.17.19 + '@esbuild/win32-arm64': 0.17.19 + '@esbuild/win32-ia32': 0.17.19 + '@esbuild/win32-x64': 0.17.19 + dev: true + + /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} dev: true - /escape-string-regexp/1.0.5: + /escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} dev: true - /escape-string-regexp/2.0.0: + /escape-string-regexp@2.0.0: resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} engines: {node: '>=8'} dev: true - /escape-string-regexp/4.0.0: + /escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} dev: true - /escodegen/2.0.0: - resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} + /escodegen@2.1.0: + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} engines: {node: '>=6.0'} hasBin: true dependencies: esprima: 4.0.1 estraverse: 5.3.0 esutils: 2.0.3 - optionator: 0.8.3 optionalDependencies: source-map: 0.6.1 dev: true - /eslint-import-resolver-node/0.3.6: - resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} + /eslint-import-resolver-node@0.3.7: + resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 - resolve: 1.22.1 + is-core-module: 2.12.1 + resolve: 1.22.2 transitivePeerDependencies: - supports-color dev: true - /eslint-import-resolver-typescript/3.5.2_lt3hqehuojhfcbzgzqfngbtmrq: - resolution: {integrity: sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==} + /eslint-import-resolver-typescript@3.5.3(eslint-plugin-import@2.27.5)(eslint@8.36.0): + resolution: {integrity: sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '*' eslint-plugin-import: '*' dependencies: debug: 4.3.4 - enhanced-resolve: 5.10.0 - eslint: 8.29.0 - eslint-plugin-import: 2.26.0_qfsg7upu5e4dqco5ntekgyqxwu - get-tsconfig: 4.2.0 - globby: 13.1.2 - is-core-module: 2.11.0 + enhanced-resolve: 5.15.0 + eslint: 8.36.0 + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0) + get-tsconfig: 4.6.2 + globby: 13.2.2 + is-core-module: 2.12.1 is-glob: 4.0.3 - synckit: 0.8.4 + synckit: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.4_wbv6cezew2qbikiravago3ef2u: - resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0): + resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -3238,52 +3325,52 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.45.1_jlrukjo6ocbb6wheurm4l7mijy + '@typescript-eslint/parser': 5.56.0(eslint@8.36.0)(typescript@5.1.6) debug: 3.2.7 - eslint: 8.29.0 - eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.5.2_lt3hqehuojhfcbzgzqfngbtmrq + eslint: 8.36.0 + eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-typescript: 3.5.3(eslint-plugin-import@2.27.5)(eslint@8.36.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-codegen/0.16.1: - resolution: {integrity: sha512-+mKDJezeoziyQOuPicRj6im1GxzxDvv+EgAZAOTIxBwaWTadppgwZGFMeUrWucNM2duJXmvLDcbsmVT69ORgQA==} + /eslint-plugin-codegen@0.17.0: + resolution: {integrity: sha512-6DDDob+7PjyNJyy9ynHFFsLp0+aUtWbXiiT/SfU161NCxo1zevewq7VvtDiJh15gMBvVZSFs6hXqYJWT3NUZvA==} dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.21.3 '@babel/generator': 7.12.17 - '@babel/parser': 7.19.3 - '@babel/traverse': 7.19.3 + '@babel/parser': 7.22.7 + '@babel/traverse': 7.22.8 expect: 26.6.2 - fp-ts: 2.12.3 + fp-ts: 2.16.0 glob: 7.2.3 - io-ts: 2.2.19_fp-ts@2.12.3 + io-ts: 2.2.20(fp-ts@2.16.0) io-ts-extra: 0.11.6 js-yaml: 3.14.1 lodash: 4.17.21 read-pkg-up: 7.0.1 - string.prototype.matchall: 4.0.7 + string.prototype.matchall: 4.0.8 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-deprecation/1.3.3_jlrukjo6ocbb6wheurm4l7mijy: + /eslint-plugin-deprecation@1.3.3(eslint@8.36.0)(typescript@5.1.6): resolution: {integrity: sha512-Bbkv6ZN2cCthVXz/oZKPwsSY5S/CbgTLRG4Q2s2gpPpgNsT0uJ0dB5oLNiWzFYY8AgKX4ULxXFG1l/rDav9QFA==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: ^3.7.5 || ^4.0.0 dependencies: - '@typescript-eslint/experimental-utils': 5.44.0_jlrukjo6ocbb6wheurm4l7mijy - eslint: 8.29.0 - tslib: 2.4.1 - tsutils: 3.21.0_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.36.0)(typescript@5.1.6) + eslint: 8.36.0 + tslib: 2.6.0 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_qfsg7upu5e4dqco5ntekgyqxwu: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0): + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -3292,46 +3379,48 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.45.1_jlrukjo6ocbb6wheurm4l7mijy - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 - debug: 2.6.9 + '@typescript-eslint/parser': 5.56.0(eslint@8.36.0)(typescript@5.1.6) + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.29.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_wbv6cezew2qbikiravago3ef2u + eslint: 8.36.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0) has: 1.0.3 - is-core-module: 2.10.0 + is-core-module: 2.12.1 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.5 - resolve: 1.22.1 - tsconfig-paths: 3.14.1 + object.values: 1.1.6 + resolve: 1.22.2 + semver: 6.3.1 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /eslint-plugin-simple-import-sort/8.0.0_eslint@8.29.0: - resolution: {integrity: sha512-bXgJQ+lqhtQBCuWY/FUWdB27j4+lqcvXv5rUARkzbeWLwea+S5eBZEQrhnO+WgX3ZoJHVj0cn943iyXwByHHQw==} + /eslint-plugin-simple-import-sort@10.0.0(eslint@8.36.0): + resolution: {integrity: sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==} peerDependencies: eslint: '>=5.0.0' dependencies: - eslint: 8.29.0 + eslint: 8.36.0 dev: true - /eslint-plugin-sort-destructure-keys/1.4.0_eslint@8.29.0: - resolution: {integrity: sha512-txU9l22mblz7YpyjJNYFy4wb5PVXiRMbc9lqFPPhvY4wKyBBYQvb31TIcduf7iRb4Bv01aiXcJiuCkOOrVY48Q==} + /eslint-plugin-sort-destructure-keys@1.5.0(eslint@8.36.0): + resolution: {integrity: sha512-xGLyqHtbFXZNXQSvAiQ4ISBYokrbUywEhmaA50fKtSKgceCv5y3zjoNuZwcnajdM6q29Nxj+oXC9KcqfMsAPrg==} engines: {node: '>=6.0.0'} peerDependencies: eslint: 3 - 8 dependencies: - eslint: 8.29.0 + eslint: 8.36.0 natural-compare-lite: 1.4.0 dev: true - /eslint-scope/5.1.1: + /eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} dependencies: @@ -3339,41 +3428,34 @@ packages: estraverse: 4.3.0 dev: true - /eslint-scope/7.1.1: - resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} + /eslint-scope@7.2.0: + resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.29.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.29.0 - eslint-visitor-keys: 2.1.0 - dev: true - - /eslint-visitor-keys/2.1.0: + /eslint-visitor-keys@2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.3.0: - resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} + /eslint-visitor-keys@3.4.1: + resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.29.0: - resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==} + /eslint@8.36.0: + resolution: {integrity: sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.11.7 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0) + '@eslint-community/regexpp': 4.5.1 + '@eslint/eslintrc': 2.1.0 + '@eslint/js': 8.36.0 + '@humanwhocodes/config-array': 0.11.10 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -3382,32 +3464,30 @@ packages: debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 - eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 - eslint-visitor-keys: 3.3.0 - espree: 9.4.1 - esquery: 1.4.0 + eslint-scope: 7.2.0 + eslint-visitor-keys: 3.4.1 + espree: 9.6.0 + esquery: 1.5.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.18.0 + globals: 13.20.0 grapheme-splitter: 1.0.4 - ignore: 5.2.1 + ignore: 5.2.4 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.2.0 + js-sdsl: 4.4.1 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 - optionator: 0.9.1 - regexpp: 3.2.0 + optionator: 0.9.3 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 text-table: 0.2.0 @@ -3415,62 +3495,92 @@ packages: - supports-color dev: true - /espree/9.4.1: - resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} + /espree@9.6.0: + resolution: {integrity: sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.8.1 - acorn-jsx: 5.3.2_acorn@8.8.1 - eslint-visitor-keys: 3.3.0 + acorn: 8.10.0 + acorn-jsx: 5.3.2(acorn@8.10.0) + eslint-visitor-keys: 3.4.1 dev: true - /esprima/4.0.1: + /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} hasBin: true dev: true - /esquery/1.4.0: - resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} + /esquery@1.5.0: + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 dev: true - /esrecurse/4.3.0: + /esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 dev: true - /estraverse/4.3.0: + /estraverse@4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} dev: true - /estraverse/5.3.0: + /estraverse@5.3.0: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} dev: true - /estree-walker/2.0.2: + /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: true - /esutils/2.0.3: + /esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} dev: true - /expand-brackets/0.1.5: + /execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + dev: true + + /execa@7.1.1: + resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==} + engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 4.3.1 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.1.0 + onetime: 6.0.0 + signal-exit: 3.0.7 + strip-final-newline: 3.0.0 + dev: true + + /expand-brackets@0.1.5: resolution: {integrity: sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==} engines: {node: '>=0.10.0'} dependencies: is-posix-bracket: 0.1.1 dev: true - /expand-brackets/2.1.4: + /expand-brackets@2.1.4: resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} engines: {node: '>=0.10.0'} dependencies: @@ -3485,14 +3595,14 @@ packages: - supports-color dev: true - /expand-range/1.8.2: + /expand-range@1.8.2: resolution: {integrity: sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==} engines: {node: '>=0.10.0'} dependencies: fill-range: 2.2.4 dev: true - /expect/26.6.2: + /expect@26.6.2: resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} engines: {node: '>= 10.14.2'} dependencies: @@ -3504,25 +3614,26 @@ packages: jest-regex-util: 26.0.0 dev: true - /expect/29.3.1: - resolution: {integrity: sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==} + /expect@29.6.1: + resolution: {integrity: sha512-XEdDLonERCU1n9uR56/Stx9OqojaLAQtZf9PrCHH9Hl8YXiEIka3H4NXJ3NOIBmQJTg7+j7buh34PMHfJujc8g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/expect-utils': 29.3.1 - jest-get-type: 29.2.0 - jest-matcher-utils: 29.3.1 - jest-message-util: 29.3.1 - jest-util: 29.3.1 + '@jest/expect-utils': 29.6.1 + '@types/node': 18.15.10 + jest-get-type: 29.4.3 + jest-matcher-utils: 29.6.1 + jest-message-util: 29.6.1 + jest-util: 29.6.1 dev: true - /extend-shallow/2.0.1: + /extend-shallow@2.0.1: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} engines: {node: '>=0.10.0'} dependencies: is-extendable: 0.1.1 dev: true - /extend-shallow/3.0.2: + /extend-shallow@3.0.2: resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} engines: {node: '>=0.10.0'} dependencies: @@ -3530,11 +3641,15 @@ packages: is-extendable: 1.0.1 dev: true - /extendable-error/0.1.7: + /extend@3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + dev: true + + /extendable-error@0.1.7: resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==} dev: true - /external-editor/3.1.0: + /external-editor@3.1.0: resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} engines: {node: '>=4'} dependencies: @@ -3543,14 +3658,14 @@ packages: tmp: 0.0.33 dev: true - /extglob/0.3.2: + /extglob@0.3.2: resolution: {integrity: sha512-1FOj1LOwn42TMrruOHGt18HemVnbwAmAak7krWk+wa93KXxGbK+2jpezm+ytJYDaBX0/SPLZFHKM7m+tKobWGg==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 1.0.0 dev: true - /extglob/2.0.4: + /extglob@2.0.4: resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} engines: {node: '>=0.10.0'} dependencies: @@ -3566,25 +3681,24 @@ packages: - supports-color dev: true - /fast-check/3.1.4: - resolution: {integrity: sha512-AC4o8U7riY668tHAcJ10PHWpmhaNDfyzs2THFwQ6FJMPP05EmHKEmYvup7B1DCS+kKAzzosjSF51TamUM5IyPA==} - engines: {node: '>=8.0.0'} - dependencies: - pure-rand: 5.0.3 + /extsprintf@1.3.0: + resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} + engines: {'0': node >=0.6.0} dev: true - /fast-check/3.3.0: - resolution: {integrity: sha512-Zu6tZ4g0T4H9Tiz3tdNPEHrSbuICj7yhdOM9RCZKNMkpjZ9avDV3ORklXaEmh4zvkX24/bGZ9DxKKqWfXttUqw==} + /fast-check@3.11.0: + resolution: {integrity: sha512-H2tctb7AGfFQfz+DEr3UWhJ3s47LXsGp5g3jeJr5tHjnf4xUvpArIqiwcDmL2EXiv+auLHIpF5MqaIpIKvpxiA==} engines: {node: '>=8.0.0'} dependencies: - pure-rand: 5.0.3 + pure-rand: 6.0.2 + dev: false - /fast-deep-equal/3.1.3: + /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} dev: true - /fast-glob/3.2.12: - resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} + /fast-glob@3.3.0: + resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -3594,61 +3708,60 @@ packages: micromatch: 4.0.5 dev: true - /fast-json-stable-stringify/2.1.0: + /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: true - /fast-levenshtein/2.0.6: + /fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} dev: true - /fastq/1.14.0: - resolution: {integrity: sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==} + /fastq@1.15.0: + resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 dev: true - /file-entry-cache/6.0.1: + /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 dev: true - /file-uri-to-path/1.0.0: + /file-uri-to-path@1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} - requiresBuild: true dev: true optional: true - /filename-regex/2.0.1: + /filename-regex@2.0.1: resolution: {integrity: sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==} engines: {node: '>=0.10.0'} dev: true - /filing-cabinet/3.3.0: - resolution: {integrity: sha512-Tnbpbme1ONaHXV5DGcw0OFpcfP3p2itRf5VXO1bguBXdIewDbK6ZFBK//DGKM0BuCzaQLQNY4f5gljzxY1VCUw==} + /filing-cabinet@3.3.1: + resolution: {integrity: sha512-renEK4Hh6DUl9Vl22Y3cxBq1yh8oNvbAdXnhih0wVpmea+uyKjC9K4QeRjUaybIiIewdzfum+Fg15ZqJ/GyCaA==} engines: {node: '>=10.13.0'} hasBin: true dependencies: app-module-path: 2.2.0 commander: 2.20.3 debug: 4.3.4 - enhanced-resolve: 5.10.0 + enhanced-resolve: 5.15.0 is-relative-path: 1.0.2 module-definition: 3.4.0 module-lookup-amd: 7.0.1 - resolve: 1.22.1 + resolve: 1.22.2 resolve-dependency-path: 2.0.0 sass-lookup: 3.0.0 stylus-lookup: 3.0.2 - tsconfig-paths: 3.14.1 + tsconfig-paths: 3.14.2 typescript: 3.9.10 transitivePeerDependencies: - supports-color dev: true - /fill-range/2.2.4: + /fill-range@2.2.4: resolution: {integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==} engines: {node: '>=0.10.0'} dependencies: @@ -3659,7 +3772,7 @@ packages: repeat-string: 1.6.1 dev: true - /fill-range/4.0.0: + /fill-range@4.0.0: resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} engines: {node: '>=0.10.0'} dependencies: @@ -3669,18 +3782,25 @@ packages: to-regex-range: 2.1.1 dev: true - /fill-range/7.0.1: + /fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 dev: true - /find-index/0.1.1: + /find-index@0.1.1: resolution: {integrity: sha512-uJ5vWrfBKMcE6y2Z8834dwEZj9mNGxYa3t3I53OwFeuZ8D9oc2E5zcsrkuhX6h4iYrjhiv0T3szQmxlAV9uxDg==} dev: true - /find-up/4.1.0: + /find-up@3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} + dependencies: + locate-path: 3.0.0 + dev: true + + /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} dependencies: @@ -3688,7 +3808,7 @@ packages: path-exists: 4.0.0 dev: true - /find-up/5.0.0: + /find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} dependencies: @@ -3696,14 +3816,14 @@ packages: path-exists: 4.0.0 dev: true - /find-yarn-workspace-root2/1.2.16: + /find-yarn-workspace-root2@1.2.16: resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} dependencies: micromatch: 4.0.5 pkg-dir: 4.2.0 dev: true - /flat-cache/3.0.4: + /flat-cache@3.0.4: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: @@ -3711,28 +3831,34 @@ packages: rimraf: 3.0.2 dev: true - /flatted/3.2.7: + /flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: true - /flatten/1.0.3: + /flatten@1.0.3: resolution: {integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==} deprecated: flatten is deprecated in favor of utility frameworks such as lodash. dev: true - /for-in/1.0.2: + /for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + dependencies: + is-callable: 1.2.7 + dev: true + + /for-in@1.0.2: resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} engines: {node: '>=0.10.0'} dev: true - /for-own/0.1.5: + /for-own@0.1.5: resolution: {integrity: sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==} engines: {node: '>=0.10.0'} dependencies: for-in: 1.0.2 dev: true - /foreground-child/2.0.0: + /foreground-child@2.0.0: resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} engines: {node: '>=8.0.0'} dependencies: @@ -3740,52 +3866,80 @@ packages: signal-exit: 3.0.7 dev: true - /fp-ts/2.12.3: - resolution: {integrity: sha512-8m0XvW8kZbfnJOA4NvSVXu95mLbPf4LQGwQyqVukIYS4KzSNJiyKSmuZUmbVHteUi6MGkAJGPb0goPZqI+Tsqg==} + /forever-agent@0.6.1: + resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} + dev: true + + /form-data@2.3.3: + resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} + engines: {node: '>= 0.12'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 dev: true - /fp-ts/2.13.1: - resolution: {integrity: sha512-0eu5ULPS2c/jsa1lGFneEFFEdTbembJv8e4QKXeVJ3lm/5hyve06dlKZrpxmMwJt6rYen7sxmHHK2CLaXvWuWQ==} + /fp-ts@2.16.0: + resolution: {integrity: sha512-bLq+KgbiXdTEoT1zcARrWEpa5z6A/8b7PcDW7Gef3NSisQ+VS7ll2Xbf1E+xsgik0rWub/8u0qP/iTTjj+PhxQ==} dev: true - /fragment-cache/0.2.1: + /fragment-cache@0.2.1: resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} engines: {node: '>=0.10.0'} dependencies: map-cache: 0.2.2 dev: true - /fs-extra/7.0.1: + /fs-constants@1.0.0: + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + dev: true + + /fs-extra@6.0.1: + resolution: {integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 4.0.0 + universalify: 0.1.2 + dev: true + + /fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 jsonfile: 4.0.0 universalify: 0.1.2 dev: true - /fs-extra/8.1.0: + /fs-extra@8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 jsonfile: 4.0.0 universalify: 0.1.2 dev: true - /fs-readdir-recursive/1.1.0: + /fs-minipass@2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + dev: true + + /fs-readdir-recursive@1.1.0: resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} dev: true - /fs.realpath/1.0.0: + /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: true - /fsevents/1.2.13: + /fsevents@1.2.13: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 requiresBuild: true dependencies: bindings: 1.5.0 @@ -3793,7 +3947,7 @@ packages: dev: true optional: true - /fsevents/2.3.2: + /fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] @@ -3801,30 +3955,54 @@ packages: dev: true optional: true - /function-bind/1.1.1: + /fstream@1.0.12: + resolution: {integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==} + engines: {node: '>=0.6'} + dependencies: + graceful-fs: 4.2.11 + inherits: 2.0.4 + mkdirp: 0.5.6 + rimraf: 2.7.1 + dev: true + + /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} dev: true - /function.prototype.name/1.1.5: + /function.prototype.name@1.1.5: resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.3 functions-have-names: 1.2.3 dev: true - /functions-have-names/1.2.3: + /functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} dev: true - /gensync/1.0.0-beta.2: + /gauge@2.7.4: + resolution: {integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==} + dependencies: + aproba: 1.2.0 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + object-assign: 4.1.1 + signal-exit: 3.0.7 + string-width: 1.0.2 + strip-ansi: 3.0.1 + wide-align: 1.1.5 + dev: true + optional: true + + /gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} dev: true - /get-amd-module-type/3.0.2: + /get-amd-module-type@3.0.2: resolution: {integrity: sha512-PcuKwB8ouJnKuAPn6Hk3UtdfKoUV3zXRqVEvj8XGIXqjWfgd1j7QGdXy5Z9OdQfzVt1Sk29HVe/P+X74ccOuqw==} engines: {node: '>=6.0'} dependencies: @@ -3832,45 +4010,67 @@ packages: node-source-walk: 4.3.0 dev: true - /get-caller-file/2.0.5: + /get-amd-module-type@4.1.0: + resolution: {integrity: sha512-0e/eK6vTGCnSfQ6eYs3wtH05KotJYIP7ZIZEueP/KlA+0dIAEs8bYFvOd/U56w1vfjhJqBagUxVMyy9Tr/cViQ==} + engines: {node: '>=12'} + dependencies: + ast-module-types: 4.0.0 + node-source-walk: 5.0.2 + dev: true + + /get-caller-file@2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} dev: true - /get-func-name/2.0.0: + /get-func-name@2.0.0: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} dev: true - /get-intrinsic/1.1.3: - resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==} + /get-intrinsic@1.2.1: + resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: function-bind: 1.1.1 has: 1.0.3 + has-proto: 1.0.1 has-symbols: 1.0.3 dev: true - /get-own-enumerable-property-symbols/3.0.2: + /get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: true - /get-symbol-description/1.0.0: + /get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + dev: true + + /get-symbol-description@1.0.0: resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.1 dev: true - /get-tsconfig/4.2.0: - resolution: {integrity: sha512-X8u8fREiYOE6S8hLbq99PeykTDoLVnxvF4DjWKJmz9xy2nNRdUcV8ZN9tniJFeKyTU3qnC9lL8n4Chd6LmVKHg==} + /get-tsconfig@4.6.2: + resolution: {integrity: sha512-E5XrT4CbbXcXWy+1jChlZmrmCwd5KGx502kDCXJJ7y898TtWW9FwoG5HfOLVRKmlmDGkWN2HM9Ho+/Y8F0sJDg==} + dependencies: + resolve-pkg-maps: 1.0.0 dev: true - /get-value/2.0.6: + /get-value@2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} engines: {node: '>=0.10.0'} dev: true - /glob-base/0.3.0: + /getpass@0.1.7: + resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} + dependencies: + assert-plus: 1.0.0 + dev: true + + /glob-base@0.3.0: resolution: {integrity: sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==} engines: {node: '>=0.10.0'} dependencies: @@ -3878,27 +4078,34 @@ packages: is-glob: 2.0.1 dev: true - /glob-parent/2.0.0: + /glob-parent@2.0.0: resolution: {integrity: sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==} dependencies: is-glob: 2.0.1 dev: true - /glob-parent/5.1.2: + /glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 dev: true - /glob-parent/6.0.2: + /glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 dev: true - /glob/7.2.3: + /glob2base@0.0.12: + resolution: {integrity: sha512-ZyqlgowMbfj2NPjxaZZ/EtsXlOch28FRXgMd64vqZWk1bT9+wvSRLYD1om9M7QfQru51zJPAT17qXm4/zd+9QA==} + engines: {node: '>= 0.10'} + dependencies: + find-index: 0.1.1 + dev: true + + /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: fs.realpath: 1.0.0 @@ -3909,91 +4116,85 @@ packages: path-is-absolute: 1.0.1 dev: true - /glob/8.0.3: - resolution: {integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==} - engines: {node: '>=12'} + /glob@9.3.2: + resolution: {integrity: sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 5.1.1 - once: 1.4.0 - dev: true - - /glob2base/0.0.12: - resolution: {integrity: sha512-ZyqlgowMbfj2NPjxaZZ/EtsXlOch28FRXgMd64vqZWk1bT9+wvSRLYD1om9M7QfQru51zJPAT17qXm4/zd+9QA==} - engines: {node: '>= 0.10'} - dependencies: - find-index: 0.1.1 + minimatch: 7.4.6 + minipass: 4.2.8 + path-scurry: 1.10.1 dev: true - /globals/11.12.0: + /globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} dev: true - /globals/13.18.0: - resolution: {integrity: sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==} + /globals@13.20.0: + resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: true - /globalyzer/0.1.0: - resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} + /globalthis@1.0.3: + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} + dependencies: + define-properties: 1.2.0 dev: true - /globby/11.1.0: + /globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.12 - ignore: 5.2.1 + fast-glob: 3.3.0 + ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 dev: true - /globby/13.1.2: - resolution: {integrity: sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==} + /globby@13.2.2: + resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.2.12 - ignore: 5.2.0 + fast-glob: 3.3.0 + ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 dev: true - /globrex/0.1.2: + /globrex@0.1.2: resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} dev: true - /gonzales-pe/4.3.0: + /gonzales-pe@4.3.0: resolution: {integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==} engines: {node: '>=0.6.0'} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 dev: true - /graceful-fs/4.2.10: - resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} + /gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.2.1 dev: true - /grapheme-splitter/1.0.4: - resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} + /graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: true - /graphviz/0.0.9: - resolution: {integrity: sha512-SmoY2pOtcikmMCqCSy2NO1YsRfu9OO0wpTlOYW++giGjfX1a6gax/m1Fo8IdUd0/3H15cTOfR1SMKwohj4LKsg==} - engines: {node: '>=0.6.8'} - dependencies: - temp: 0.4.0 + /grapheme-splitter@1.0.4: + resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true - /gray-matter/2.1.1: + /gray-matter@2.1.1: resolution: {integrity: sha512-vbmvP1Fe/fxuT2QuLVcqb2BfK7upGhhbLIt9/owWEvPYrZZEkelLcq2HqzxosV+PQ67dUFLaAeNpH7C4hhICAA==} engines: {node: '>=0.10.0'} dependencies: @@ -4004,7 +4205,7 @@ packages: toml: 2.3.6 dev: true - /gulp-header/1.8.12: + /gulp-header@1.8.12: resolution: {integrity: sha512-lh9HLdb53sC7XIZOYzTXM4lFuXElv3EVkSDhsd7DoJBj7hm+Ni7D3qYbb+Rr8DuM8nRanBvkVO9d7askreXGnQ==} deprecated: Removed event-stream from gulp-header dependencies: @@ -4013,44 +4214,75 @@ packages: through2: 2.0.5 dev: true - /hard-rejection/2.1.0: + /har-schema@2.0.0: + resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} + engines: {node: '>=4'} + dev: true + + /har-validator@5.1.5: + resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} + engines: {node: '>=6'} + deprecated: this library is no longer supported + dependencies: + ajv: 6.12.6 + har-schema: 2.0.0 + dev: true + + /hard-rejection@2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} dev: true - /has-bigints/1.0.2: + /has-ansi@2.0.0: + resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: 2.1.1 + dev: true + + /has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: true - /has-flag/3.0.0: + /has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} dev: true - /has-flag/4.0.0: + /has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} dev: true - /has-property-descriptors/1.0.0: + /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.1 + dev: true + + /has-proto@1.0.1: + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} dev: true - /has-symbols/1.0.3: + /has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} dev: true - /has-tostringtag/1.0.0: + /has-tostringtag@1.0.0: resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 dev: true - /has-value/0.3.1: + /has-unicode@2.0.1: + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + dev: true + optional: true + + /has-value@0.3.1: resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==} engines: {node: '>=0.10.0'} dependencies: @@ -4059,7 +4291,7 @@ packages: isobject: 2.1.0 dev: true - /has-value/1.0.0: + /has-value@1.0.0: resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==} engines: {node: '>=0.10.0'} dependencies: @@ -4068,12 +4300,12 @@ packages: isobject: 3.0.1 dev: true - /has-values/0.1.4: + /has-values@0.1.4: resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==} engines: {node: '>=0.10.0'} dev: true - /has-values/1.0.0: + /has-values@1.0.0: resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==} engines: {node: '>=0.10.0'} dependencies: @@ -4081,47 +4313,68 @@ packages: kind-of: 4.0.0 dev: true - /has/1.0.3: + /has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 dev: true - /hosted-git-info/2.8.9: + /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: true - /html-escaper/2.0.2: + /hosted-git-info@4.1.0: + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} + dependencies: + lru-cache: 6.0.0 + dev: true + + /html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /human-id/1.0.2: + /http-signature@1.2.0: + resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} + engines: {node: '>=0.8', npm: '>=1.3.7'} + dependencies: + assert-plus: 1.0.0 + jsprim: 1.4.2 + sshpk: 1.17.0 + dev: true + + /human-id@1.0.2: resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} dev: true - /iconv-lite/0.4.24: + /human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + dev: true + + /human-signals@4.3.1: + resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} + engines: {node: '>=14.18.0'} + dev: true + + /iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 dev: true - /ieee754/1.2.1: + /ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} dev: true - /ignore/5.2.0: - resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} - engines: {node: '>= 4'} - dev: true - - /ignore/5.2.1: - resolution: {integrity: sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==} + /ignore@5.2.4: + resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} dev: true - /import-fresh/3.3.0: + /import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} dependencies: @@ -4129,107 +4382,99 @@ packages: resolve-from: 4.0.0 dev: true - /imurmurhash/0.1.4: + /imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} dev: true - /indent-string/4.0.0: + /indent-string@4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} dev: true - /indexes-of/1.0.1: + /indexes-of@1.0.1: resolution: {integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==} dev: true - /inflight/1.0.6: + /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: once: 1.4.0 wrappy: 1.0.2 dev: true - /inherits/2.0.4: + /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} dev: true - /ini/1.3.8: + /ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} dev: true - /internal-slot/1.0.3: - resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} + /internal-slot@1.0.5: + resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.1 has: 1.0.3 side-channel: 1.0.4 dev: true - /io-ts-extra/0.11.6: + /io-ts-extra@0.11.6: resolution: {integrity: sha512-rTsvx3W5B2nx7p/eGf+OsEaBTmjSjLzxBDEiweCjwqIL9ZN6CZjG7hFK8zyGJyM0I2uCsRU4uYUhaTgg2SKHkQ==} dependencies: - fp-ts: 2.13.1 - io-ts: 2.2.19_fp-ts@2.13.1 - dev: true - - /io-ts/2.2.19_fp-ts@2.12.3: - resolution: {integrity: sha512-ED0GQwvKRr5C2jqOOJCkuJW2clnbzqFexQ8V7Qsb+VB36S1Mk/OKH7k0FjSe4mjKy9qBRA3OqgVGyFMUEKIubw==} - peerDependencies: - fp-ts: ^2.5.0 - dependencies: - fp-ts: 2.12.3 + fp-ts: 2.16.0 + io-ts: 2.2.20(fp-ts@2.16.0) dev: true - /io-ts/2.2.19_fp-ts@2.13.1: - resolution: {integrity: sha512-ED0GQwvKRr5C2jqOOJCkuJW2clnbzqFexQ8V7Qsb+VB36S1Mk/OKH7k0FjSe4mjKy9qBRA3OqgVGyFMUEKIubw==} + /io-ts@2.2.20(fp-ts@2.16.0): + resolution: {integrity: sha512-Rq2BsYmtwS5vVttie4rqrOCIfHCS9TgpRLFpKQCM1wZBBRY9nWVGmEvm2FnDbSE2un1UE39DvFpTR5UL47YDcA==} peerDependencies: fp-ts: ^2.5.0 dependencies: - fp-ts: 2.13.1 - dev: true - - /is-absolute/1.0.0: - resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} - engines: {node: '>=0.10.0'} - dependencies: - is-relative: 1.0.0 - is-windows: 1.0.2 + fp-ts: 2.16.0 dev: true - /is-accessor-descriptor/0.1.6: + /is-accessor-descriptor@0.1.6: resolution: {integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 dev: true - /is-accessor-descriptor/1.0.0: + /is-accessor-descriptor@1.0.0: resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 6.0.3 dev: true - /is-arrayish/0.2.1: + /is-array-buffer@3.0.2: + resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.10 + dev: true + + /is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} dev: true - /is-bigint/1.0.4: + /is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 dev: true - /is-binary-path/1.0.1: + /is-binary-path@1.0.1: resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} engines: {node: '>=0.10.0'} dependencies: binary-extensions: 1.13.1 dev: true - /is-binary-path/2.1.0: + /is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} dependencies: @@ -4237,7 +4482,7 @@ packages: dev: true optional: true - /is-boolean-object/1.1.2: + /is-boolean-object@1.1.2: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} dependencies: @@ -4245,56 +4490,50 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-buffer/1.1.6: + /is-buffer@1.1.6: resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} dev: true - /is-callable/1.2.7: + /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} dev: true - /is-ci/3.0.1: + /is-ci@3.0.1: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: - ci-info: 3.5.0 + ci-info: 3.8.0 dev: true - /is-core-module/2.10.0: - resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} + /is-core-module@2.12.1: + resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} dependencies: has: 1.0.3 dev: true - /is-core-module/2.11.0: - resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} - dependencies: - has: 1.0.3 - dev: true - - /is-data-descriptor/0.1.4: + /is-data-descriptor@0.1.4: resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 dev: true - /is-data-descriptor/1.0.0: + /is-data-descriptor@1.0.0: resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 6.0.3 dev: true - /is-date-object/1.0.5: + /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: true - /is-descriptor/0.1.6: + /is-descriptor@0.1.6: resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} engines: {node: '>=0.10.0'} dependencies: @@ -4303,7 +4542,7 @@ packages: kind-of: 5.1.0 dev: true - /is-descriptor/1.0.2: + /is-descriptor@1.0.2: resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} engines: {node: '>=0.10.0'} dependencies: @@ -4312,144 +4551,171 @@ packages: kind-of: 6.0.3 dev: true - /is-docker/2.2.1: + /is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} hasBin: true dev: true - /is-dotfile/1.0.3: + /is-docker@3.0.0: + resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + hasBin: true + dev: true + + /is-dotfile@1.0.3: resolution: {integrity: sha512-9YclgOGtN/f8zx0Pr4FQYMdibBiTaH3sn52vjYip4ZSf6C4/6RfTEZ+MR4GvKhCxdPh21Bg42/WL55f6KSnKpg==} engines: {node: '>=0.10.0'} dev: true - /is-equal-shallow/0.1.3: + /is-equal-shallow@0.1.3: resolution: {integrity: sha512-0EygVC5qPvIyb+gSz7zdD5/AAoS6Qrx1e//6N4yv4oNm30kqvdmG66oZFWVlQHUWe5OjP08FuTw2IdT0EOTcYA==} engines: {node: '>=0.10.0'} dependencies: is-primitive: 2.0.0 dev: true - /is-extendable/0.1.1: + /is-extendable@0.1.1: resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} engines: {node: '>=0.10.0'} dev: true - /is-extendable/1.0.1: + /is-extendable@1.0.1: resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} engines: {node: '>=0.10.0'} dependencies: is-plain-object: 2.0.4 dev: true - /is-extglob/1.0.0: + /is-extglob@1.0.0: resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} engines: {node: '>=0.10.0'} dev: true - /is-extglob/2.1.1: + /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} dev: true - /is-fullwidth-code-point/3.0.0: + /is-fullwidth-code-point@1.0.0: + resolution: {integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==} + engines: {node: '>=0.10.0'} + dependencies: + number-is-nan: 1.0.1 + dev: true + optional: true + + /is-fullwidth-code-point@2.0.0: + resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} + engines: {node: '>=4'} + dev: true + + /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} dev: true - /is-glob/2.0.1: + /is-fullwidth-code-point@4.0.0: + resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} + engines: {node: '>=12'} + dev: true + + /is-glob@2.0.1: resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 1.0.0 dev: true - /is-glob/4.0.3: + /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 dev: true - /is-interactive/1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} + /is-inside-container@1.0.0: + resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==} + engines: {node: '>=14.16'} + hasBin: true + dependencies: + is-docker: 3.0.0 dev: true - /is-negated-glob/1.0.0: - resolution: {integrity: sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==} - engines: {node: '>=0.10.0'} + /is-interactive@1.0.0: + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} dev: true - /is-negative-zero/2.0.2: + /is-negative-zero@2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} dev: true - /is-number-object/1.0.7: + /is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: true - /is-number/2.1.0: + /is-number@2.1.0: resolution: {integrity: sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 dev: true - /is-number/3.0.0: + /is-number@3.0.0: resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 dev: true - /is-number/4.0.0: + /is-number@4.0.0: resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} engines: {node: '>=0.10.0'} dev: true - /is-number/7.0.0: + /is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} dev: true - /is-obj/1.0.1: + /is-obj@1.0.1: resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} engines: {node: '>=0.10.0'} dev: true - /is-path-inside/3.0.3: + /is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} dev: true - /is-plain-obj/1.1.0: + /is-plain-obj@1.1.0: resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} engines: {node: '>=0.10.0'} dev: true - /is-plain-object/2.0.4: + /is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 dev: true - /is-posix-bracket/0.1.1: + /is-posix-bracket@0.1.1: resolution: {integrity: sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==} engines: {node: '>=0.10.0'} dev: true - /is-primitive/2.0.0: + /is-primitive@2.0.0: resolution: {integrity: sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==} engines: {node: '>=0.10.0'} dev: true - /is-regex/1.1.4: + /is-regex@1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} dependencies: @@ -4457,114 +4723,129 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-regexp/1.0.0: + /is-regexp@1.0.0: resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} engines: {node: '>=0.10.0'} dev: true - /is-relative-path/1.0.2: + /is-relative-path@1.0.2: resolution: {integrity: sha512-i1h+y50g+0hRbBD+dbnInl3JlJ702aar58snAeX+MxBAPvzXGej7sYoPMhlnykabt0ZzCJNBEyzMlekuQZN7fA==} dev: true - /is-relative/1.0.0: - resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} - engines: {node: '>=0.10.0'} - dependencies: - is-unc-path: 1.0.0 - dev: true - - /is-shared-array-buffer/1.0.2: + /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 dev: true - /is-string/1.0.7: + /is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + dev: true + + /is-stream@3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + + /is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: true - /is-subdir/1.2.0: + /is-subdir@1.2.0: resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} engines: {node: '>=4'} dependencies: better-path-resolve: 1.0.0 dev: true - /is-symbol/1.0.4: + /is-symbol@1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 dev: true - /is-unc-path/1.0.0: - resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} - engines: {node: '>=0.10.0'} + /is-typed-array@1.1.10: + resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} + engines: {node: '>= 0.4'} dependencies: - unc-path-regex: 0.1.2 + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.0 dev: true - /is-unicode-supported/0.1.0: + /is-typedarray@1.0.0: + resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} + dev: true + + /is-unicode-supported@0.1.0: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} dev: true - /is-url-superb/4.0.0: + /is-url-superb@4.0.0: resolution: {integrity: sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==} engines: {node: '>=10'} dev: true - /is-url/1.2.4: + /is-url@1.2.4: resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==} dev: true - /is-weakref/1.0.2: + /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 dev: true - /is-windows/1.0.2: + /is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} dev: true - /is-wsl/2.2.0: + /is-wsl@2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} dependencies: is-docker: 2.2.1 dev: true - /isarray/1.0.0: + /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} dev: true - /isexe/2.0.0: + /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true - /isobject/2.1.0: + /isobject@2.1.0: resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} engines: {node: '>=0.10.0'} dependencies: isarray: 1.0.0 dev: true - /isobject/3.0.1: + /isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} dev: true - /istanbul-lib-coverage/3.2.0: + /isstream@0.1.2: + resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} + dev: true + + /istanbul-lib-coverage@3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} engines: {node: '>=8'} dev: true - /istanbul-lib-report/3.0.0: + /istanbul-lib-report@3.0.0: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: @@ -4573,7 +4854,7 @@ packages: supports-color: 7.2.0 dev: true - /istanbul-reports/3.1.5: + /istanbul-reports@3.1.5: resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} engines: {node: '>=8'} dependencies: @@ -4581,7 +4862,7 @@ packages: istanbul-lib-report: 3.0.0 dev: true - /jest-diff/26.6.2: + /jest-diff@26.6.2: resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} engines: {node: '>= 10.14.2'} dependencies: @@ -4591,27 +4872,27 @@ packages: pretty-format: 26.6.2 dev: true - /jest-diff/29.3.1: - resolution: {integrity: sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==} + /jest-diff@29.6.1: + resolution: {integrity: sha512-FsNCvinvl8oVxpNLttNQX7FAq7vR+gMDGj90tiP7siWw1UdakWUGqrylpsYrpvj908IYckm5Y0Q7azNAozU1Kg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 29.3.1 - jest-get-type: 29.2.0 - pretty-format: 29.3.1 + diff-sequences: 29.4.3 + jest-get-type: 29.4.3 + pretty-format: 29.6.1 dev: true - /jest-get-type/26.3.0: + /jest-get-type@26.3.0: resolution: {integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==} engines: {node: '>= 10.14.2'} dev: true - /jest-get-type/29.2.0: - resolution: {integrity: sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==} + /jest-get-type@29.4.3: + resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-matcher-utils/26.6.2: + /jest-matcher-utils@26.6.2: resolution: {integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==} engines: {node: '>= 10.14.2'} dependencies: @@ -4621,72 +4902,76 @@ packages: pretty-format: 26.6.2 dev: true - /jest-matcher-utils/29.3.1: - resolution: {integrity: sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==} + /jest-matcher-utils@29.6.1: + resolution: {integrity: sha512-SLaztw9d2mfQQKHmJXKM0HCbl2PPVld/t9Xa6P9sgiExijviSp7TnZZpw2Fpt+OI3nwUO/slJbOfzfUMKKC5QA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - jest-diff: 29.3.1 - jest-get-type: 29.2.0 - pretty-format: 29.3.1 + jest-diff: 29.6.1 + jest-get-type: 29.4.3 + pretty-format: 29.6.1 dev: true - /jest-message-util/26.6.2: + /jest-message-util@26.6.2: resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.22.5 '@jest/types': 26.6.2 '@types/stack-utils': 2.0.1 chalk: 4.1.2 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 micromatch: 4.0.5 pretty-format: 26.6.2 slash: 3.0.0 stack-utils: 2.0.6 dev: true - /jest-message-util/29.3.1: - resolution: {integrity: sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==} + /jest-message-util@29.6.1: + resolution: {integrity: sha512-KoAW2zAmNSd3Gk88uJ56qXUWbFk787QKmjjJVOjtGFmmGSZgDBrlIL4AfQw1xyMYPNVD7dNInfIbur9B2rd/wQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.18.6 - '@jest/types': 29.3.1 + '@babel/code-frame': 7.22.5 + '@jest/types': 29.6.1 '@types/stack-utils': 2.0.1 chalk: 4.1.2 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 29.3.1 + pretty-format: 29.6.1 slash: 3.0.0 stack-utils: 2.0.6 dev: true - /jest-regex-util/26.0.0: + /jest-regex-util@26.0.0: resolution: {integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==} engines: {node: '>= 10.14.2'} dev: true - /jest-util/29.3.1: - resolution: {integrity: sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==} + /jest-util@29.6.1: + resolution: {integrity: sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 - '@types/node': 18.11.11 + '@jest/types': 29.6.1 + '@types/node': 18.15.10 chalk: 4.1.2 - ci-info: 3.6.1 - graceful-fs: 4.2.10 + ci-info: 3.8.0 + graceful-fs: 4.2.11 picomatch: 2.3.1 dev: true - /js-sdsl/4.2.0: - resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==} + /js-sdsl@4.4.1: + resolution: {integrity: sha512-6Gsx8R0RucyePbWqPssR8DyfuXmLBooYN5cZFZKjHGnQuaf7pEzhtpceagJxVu4LqhYY5EYA7nko3FmeHZ1KbA==} dev: true - /js-tokens/4.0.0: + /js-tokens@3.0.2: + resolution: {integrity: sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==} + dev: true + + /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: true - /js-yaml/3.14.1: + /js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true dependencies: @@ -4694,95 +4979,123 @@ packages: esprima: 4.0.1 dev: true - /js-yaml/4.1.0: + /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true dependencies: argparse: 2.0.1 dev: true - /jsesc/2.5.2: + /jsbn@0.1.1: + resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} + dev: true + + /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} hasBin: true dev: true - /json-parse-even-better-errors/2.3.1: - resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + /json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + dev: true + + /json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + dev: true + + /json-schema@0.4.0: + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} + dev: true + + /json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: true - /json-schema-traverse/0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + /json-stable-stringify@1.0.2: + resolution: {integrity: sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==} + dependencies: + jsonify: 0.0.1 dev: true - /json-stable-stringify-without-jsonify/1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + /json-stringify-safe@5.0.1: + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} dev: true - /json5/1.0.1: - resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} + /json5@1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 dev: true - /json5/2.2.1: - resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} + /json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true dev: true - /jsonfile/4.0.0: + /jsonc-parser@3.2.0: + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} + dev: true + + /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 + dev: true + + /jsonify@0.0.1: + resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} + dev: true + + /jsprim@1.4.2: + resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} + engines: {node: '>=0.6.0'} + dependencies: + assert-plus: 1.0.0 + extsprintf: 1.3.0 + json-schema: 0.4.0 + verror: 1.10.0 dev: true - /kind-of/3.2.2: + /kind-of@3.2.2: resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} engines: {node: '>=0.10.0'} dependencies: is-buffer: 1.1.6 dev: true - /kind-of/4.0.0: + /kind-of@4.0.0: resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==} engines: {node: '>=0.10.0'} dependencies: is-buffer: 1.1.6 dev: true - /kind-of/5.1.0: + /kind-of@5.1.0: resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} engines: {node: '>=0.10.0'} dev: true - /kind-of/6.0.3: + /kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} dev: true - /kleur/4.1.5: + /kleur@4.1.5: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} dev: true - /lazy-cache/2.0.2: + /lazy-cache@2.0.2: resolution: {integrity: sha512-7vp2Acd2+Kz4XkzxGxaB1FWOi8KjWIWsgdfD5MCb86DWvlLqhRPM+d6Pro3iNEL5VT9mstz5hKAlcd+QR6H3aA==} engines: {node: '>=0.10.0'} dependencies: set-getter: 0.1.1 dev: true - /levn/0.3.0: - resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - dev: true - - /levn/0.4.1: + /levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} dependencies: @@ -4790,11 +5103,11 @@ packages: type-check: 0.4.0 dev: true - /lines-and-columns/1.2.4: + /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /list-item/1.1.1: + /list-item@1.1.1: resolution: {integrity: sha512-S3D0WZ4J6hyM8o5SNKWaMYB1ALSacPZ2nHGEuCjmHZ+dc03gFeNZoNDcqfcnO4vDhTZmNrqrpYZCdXsRh22bzw==} engines: {node: '>=0.10.0'} dependencies: @@ -4804,65 +5117,73 @@ packages: repeat-string: 1.6.1 dev: true - /load-yaml-file/0.2.0: + /load-yaml-file@0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 js-yaml: 3.14.1 pify: 4.0.1 strip-bom: 3.0.0 dev: true - /local-pkg/0.4.2: - resolution: {integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==} + /local-pkg@0.4.3: + resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} engines: {node: '>=14'} dev: true - /locate-path/5.0.0: + /locate-path@3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 + dev: true + + /locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} dependencies: p-locate: 4.1.0 dev: true - /locate-path/6.0.0: + /locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} dependencies: p-locate: 5.0.0 dev: true - /lodash._reinterpolate/3.0.0: + /lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} dev: true - /lodash.merge/4.6.2: + /lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: true - /lodash.startcase/4.4.0: + /lodash.startcase@4.4.0: resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} dev: true - /lodash.template/4.5.0: + /lodash.template@4.5.0: resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} dependencies: lodash._reinterpolate: 3.0.0 lodash.templatesettings: 4.2.0 dev: true - /lodash.templatesettings/4.2.0: + /lodash.templatesettings@4.2.0: resolution: {integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==} dependencies: lodash._reinterpolate: 3.0.0 dev: true - /lodash/4.17.21: + /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} dev: true - /log-symbols/4.1.0: + /log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: @@ -4870,126 +5191,123 @@ packages: is-unicode-supported: 0.1.0 dev: true - /logging-ts/0.3.4_fp-ts@2.12.3: - resolution: {integrity: sha512-TJYaSB88h8N9/ojruoGZgJeQEwpLmDNWpGf03hDgjPNo5QnwO28vkSH/H8/9aMoX8zeShVJUOnKRM6zs5ifR0A==} - peerDependencies: - fp-ts: ^2.0.5 - dependencies: - fp-ts: 2.12.3 - dev: true - - /logging-ts/0.3.4_fp-ts@2.13.1: - resolution: {integrity: sha512-TJYaSB88h8N9/ojruoGZgJeQEwpLmDNWpGf03hDgjPNo5QnwO28vkSH/H8/9aMoX8zeShVJUOnKRM6zs5ifR0A==} - peerDependencies: - fp-ts: ^2.0.5 - dependencies: - fp-ts: 2.13.1 - dev: true - - /loupe/2.3.4: - resolution: {integrity: sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ==} + /loupe@2.3.6: + resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} dependencies: get-func-name: 2.0.0 dev: true - /loupe/2.3.6: - resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} - dependencies: - get-func-name: 2.0.0 + /lru-cache@10.0.0: + resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} + engines: {node: 14 || >=16.14} dev: true - /lru-cache/4.1.5: + /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: pseudomap: 1.0.2 yallist: 2.1.2 dev: true - /lru-cache/6.0.0: + /lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + dependencies: + yallist: 3.1.1 + dev: true + + /lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} dependencies: yallist: 4.0.0 dev: true - /madge/5.0.1: - resolution: {integrity: sha512-krmSWL9Hkgub74bOjnjWRoFPAJvPwSG6Dbta06qhWOq6X/n/FPzO3ESZvbFYVIvG2g4UHXvCJN1b+RZLaSs9nA==} - engines: {node: ^10.13 || ^12 || >=14} + /madge@6.0.0: + resolution: {integrity: sha512-dddxP62sj5pL+l9MJnq9C34VFqmRj+2+uSOdn/7lOTSliLRH0WyQ8uCEF3VxkPRNOBvMKK2xumnIE15HRSAL9A==} + engines: {node: '>=14'} hasBin: true dependencies: chalk: 4.1.2 commander: 7.2.0 commondir: 1.0.1 debug: 4.3.4 - dependency-tree: 8.1.2 - detective-amd: 3.1.2 - detective-cjs: 3.1.3 - detective-es6: 2.2.2 + dependency-tree: 9.0.0 + detective-amd: 4.2.0 + detective-cjs: 4.1.0 + detective-es6: 3.0.1 detective-less: 1.0.2 - detective-postcss: 5.1.1 - detective-sass: 3.0.2 - detective-scss: 2.0.2 - detective-stylus: 1.0.3 - detective-typescript: 7.0.2 - graphviz: 0.0.9 + detective-postcss: 6.1.3 + detective-sass: 4.1.3 + detective-scss: 3.1.1 + detective-stylus: 2.0.1 + detective-typescript: 9.1.1 ora: 5.4.1 pluralize: 8.0.0 precinct: 8.3.1 pretty-ms: 7.0.1 rc: 1.2.8 + stream-to-array: 2.3.0 + ts-graphviz: 1.8.1 typescript: 3.9.10 walkdir: 0.4.1 transitivePeerDependencies: - supports-color dev: true - /make-dir/2.1.0: + /magic-string@0.27.0: + resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true + + /make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} dependencies: pify: 4.0.1 - semver: 5.7.1 + semver: 5.7.2 dev: true - /make-dir/3.1.0: + /make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} dependencies: - semver: 6.3.0 + semver: 6.3.1 dev: true - /make-error/1.3.6: + /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} dev: true - /map-cache/0.2.2: + /map-cache@0.2.2: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} engines: {node: '>=0.10.0'} dev: true - /map-obj/1.0.1: + /map-obj@1.0.1: resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} engines: {node: '>=0.10.0'} dev: true - /map-obj/4.3.0: + /map-obj@4.3.0: resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} engines: {node: '>=8'} dev: true - /map-visit/1.0.0: + /map-visit@1.0.0: resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==} engines: {node: '>=0.10.0'} dependencies: object-visit: 1.0.1 dev: true - /markdown-link/0.1.1: + /markdown-link@0.1.1: resolution: {integrity: sha512-TurLymbyLyo+kAUUAV9ggR9EPcDjP/ctlv9QAFiqUH7c+t6FlsbivPo9OKTU8xdOx9oNd2drW/Fi5RRElQbUqA==} engines: {node: '>=0.10.0'} dev: true - /markdown-toc/1.2.0: + /markdown-toc@1.2.0: resolution: {integrity: sha512-eOsq7EGd3asV0oBfmyqngeEIhrbkc7XVP63OwcJBIhH2EpG2PzFcbZdhy1jutXSlRBBVMNXHvMtSr5LAxSUvUg==} engines: {node: '>=0.10.0'} hasBin: true @@ -5000,7 +5318,7 @@ packages: lazy-cache: 2.0.2 list-item: 1.1.1 markdown-link: 0.1.1 - minimist: 1.2.7 + minimist: 1.2.8 mixin-deep: 1.3.2 object.pick: 1.3.0 remarkable: 1.7.4 @@ -5008,11 +5326,11 @@ packages: strip-color: 0.1.0 dev: true - /math-random/1.0.4: + /math-random@1.0.4: resolution: {integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==} dev: true - /meow/6.1.1: + /meow@6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} dependencies: @@ -5029,16 +5347,20 @@ packages: yargs-parser: 18.1.3 dev: true - /merge2/1.4.1: + /merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + dev: true + + /merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} dev: true - /micro-memoize/4.0.11: - resolution: {integrity: sha512-CjxsaYe4j43df32DtzzNCwanPqZjZDwuQAZilsCYpa2ZVtSPDjHXbTlR4gsEZRyO9/twHs0b7HLjvy/sowl7sA==} + /micro-memoize@4.1.2: + resolution: {integrity: sha512-+HzcV2H+rbSJzApgkj0NdTakkC+bnyeiUxgT6/m7mjcz1CmM22KYFKp+EVj1sWe4UYcnriJr5uqHQD/gMHLD+g==} dev: true - /micromatch/2.3.11: + /micromatch@2.3.11: resolution: {integrity: sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==} engines: {node: '>=0.10.0'} dependencies: @@ -5057,7 +5379,7 @@ packages: regex-cache: 0.4.4 dev: true - /micromatch/3.1.10: + /micromatch@3.1.10: resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} engines: {node: '>=0.10.0'} dependencies: @@ -5078,7 +5400,7 @@ packages: - supports-color dev: true - /micromatch/4.0.5: + /micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} dependencies: @@ -5086,30 +5408,47 @@ packages: picomatch: 2.3.1 dev: true - /mimic-fn/2.1.0: + /mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + dev: true + + /mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.52.0 + dev: true + + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} dev: true - /min-indent/1.0.1: + /mimic-fn@4.0.0: + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} + dev: true + + /min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} dev: true - /minimatch/3.1.2: + /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 dev: true - /minimatch/5.1.1: - resolution: {integrity: sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==} + /minimatch@7.4.6: + resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 dev: true - /minimist-options/4.1.0: + /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} dependencies: @@ -5118,11 +5457,41 @@ packages: kind-of: 6.0.3 dev: true - /minimist/1.2.7: - resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} + /minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + dev: true + + /minipass@3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} + dependencies: + yallist: 4.0.0 + dev: true + + /minipass@4.2.8: + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} + dev: true + + /minipass@5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} + dev: true + + /minipass@7.0.2: + resolution: {integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==} + engines: {node: '>=16 || 14 >=14.17'} dev: true - /mixin-deep/1.3.2: + /minizlib@2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + yallist: 4.0.0 + dev: true + + /mixin-deep@1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} dependencies: @@ -5130,25 +5499,40 @@ packages: is-extendable: 1.0.1 dev: true - /mixme/0.5.4: - resolution: {integrity: sha512-3KYa4m4Vlqx98GPdOHghxSdNtTvcP8E0kkaJ5Dlh+h2DRzF7zpuVVcA8B0QpKd11YJeP9QQ7ASkKzOeu195Wzw==} + /mixme@0.5.9: + resolution: {integrity: sha512-VC5fg6ySUscaWUpI4gxCBTQMH2RdUpNrk+MsbpCYtIvf9SBJdiUey4qE7BXviJsJR4nDQxCZ+3yaYNW3guz/Pw==} engines: {node: '>= 8.0.0'} dev: true - /mkdirp/0.5.6: + /mkdirp@0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 dev: true - /mkdirp/1.0.4: + /mkdirp@1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} hasBin: true dev: true - /module-definition/3.4.0: + /mkdirp@2.1.6: + resolution: {integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==} + engines: {node: '>=10'} + hasBin: true + dev: true + + /mlly@1.4.0: + resolution: {integrity: sha512-ua8PAThnTwpprIaU47EPeZ/bPUVp2QYBbWMphUQpVdBI3Lgqzm5KZQ45Agm3YJedHXaIHl6pBGabaLSUPPSptg==} + dependencies: + acorn: 8.10.0 + pathe: 1.1.1 + pkg-types: 1.0.3 + ufo: 1.1.2 + dev: true + + /module-definition@3.4.0: resolution: {integrity: sha512-XxJ88R1v458pifaSkPNLUTdSPNVGMP2SXVncVmApGO+gAfrLANiYe6JofymCzVceGOMwQE2xogxBSc8uB7XegA==} engines: {node: '>=6.0'} hasBin: true @@ -5157,7 +5541,16 @@ packages: node-source-walk: 4.3.0 dev: true - /module-lookup-amd/7.0.1: + /module-definition@4.1.0: + resolution: {integrity: sha512-rHXi/DpMcD2qcKbPCTklDbX9lBKJrUSl971TW5l6nMpqKCIlzJqmQ8cfEF5M923h2OOLHPDVlh5pJxNyV+AJlw==} + engines: {node: '>=12'} + hasBin: true + dependencies: + ast-module-types: 4.0.0 + node-source-walk: 5.0.2 + dev: true + + /module-lookup-amd@7.0.1: resolution: {integrity: sha512-w9mCNlj0S8qviuHzpakaLVc+/7q50jl9a/kmJ/n8bmXQZgDPkQHnPBb8MUOYh3WpAYkXuNc2c+khsozhIp/amQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -5171,42 +5564,30 @@ packages: - supports-color dev: true - /ms/2.0.0: + /ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} dev: true - /ms/2.1.2: + /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true - /ms/2.1.3: + /ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /multimatch/5.0.0: - resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} - engines: {node: '>=10'} - dependencies: - '@types/minimatch': 3.0.5 - array-differ: 3.0.0 - array-union: 2.1.0 - arrify: 2.0.1 - minimatch: 3.1.2 - dev: true - - /nan/2.17.0: + /nan@2.17.0: resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} - requiresBuild: true dev: true optional: true - /nanoid/3.3.4: - resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} + /nanoid@3.3.6: + resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true - /nanomatch/1.2.13: + /nanomatch@1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} dependencies: @@ -5225,16 +5606,16 @@ packages: - supports-color dev: true - /natural-compare-lite/1.4.0: + /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} dev: true - /natural-compare/1.4.0: + /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true - /node-fetch/2.6.7: - resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + /node-fetch@2.6.12: + resolution: {integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==} engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 @@ -5245,47 +5626,107 @@ packages: whatwg-url: 5.0.0 dev: true - /node-releases/2.0.6: - resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==} + /node-releases@2.0.13: + resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} dev: true - /node-source-walk/4.3.0: + /node-source-walk@4.3.0: resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==} engines: {node: '>=6.0'} dependencies: - '@babel/parser': 7.20.5 + '@babel/parser': 7.22.7 dev: true - /normalize-package-data/2.5.0: + /node-source-walk@5.0.2: + resolution: {integrity: sha512-Y4jr/8SRS5hzEdZ7SGuvZGwfORvNsSsNRwDXx5WisiqzsVfeftDvRgfeqWNgZvWSJbgubTRVRYBzK6UO+ErqjA==} + engines: {node: '>=12'} + dependencies: + '@babel/parser': 7.22.7 + dev: true + + /normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.1 - semver: 5.7.1 + resolve: 1.22.2 + semver: 5.7.2 + validate-npm-package-license: 3.0.4 + dev: true + + /normalize-package-data@3.0.3: + resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} + engines: {node: '>=10'} + dependencies: + hosted-git-info: 4.1.0 + is-core-module: 2.12.1 + semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true - /normalize-path/2.1.1: + /normalize-path@2.1.1: resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} engines: {node: '>=0.10.0'} dependencies: remove-trailing-separator: 1.1.0 dev: true - /normalize-path/3.0.0: + /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} dev: true optional: true - /npm-run-path/4.0.1: + /npm-package-arg@8.1.5: + resolution: {integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==} + engines: {node: '>=10'} + dependencies: + hosted-git-info: 4.1.0 + semver: 7.5.4 + validate-npm-package-name: 3.0.0 + dev: true + + /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} dependencies: path-key: 3.1.1 dev: true - /object-copy/0.1.0: + /npm-run-path@5.1.0: + resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + path-key: 4.0.0 + dev: true + + /npmlog@4.1.2: + resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} + requiresBuild: true + dependencies: + are-we-there-yet: 1.1.7 + console-control-strings: 1.1.0 + gauge: 2.7.4 + set-blocking: 2.0.0 + dev: true + optional: true + + /number-is-nan@1.0.1: + resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} + engines: {node: '>=0.10.0'} + dev: true + optional: true + + /oauth-sign@0.9.0: + resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} + dev: true + + /object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + dev: true + optional: true + + /object-copy@0.1.0: resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} engines: {node: '>=0.10.0'} dependencies: @@ -5294,33 +5735,33 @@ packages: kind-of: 3.2.2 dev: true - /object-inspect/1.12.2: - resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} + /object-inspect@1.12.3: + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} dev: true - /object-keys/1.1.1: + /object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} dev: true - /object-visit/1.0.1: + /object-visit@1.0.1: resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 dev: true - /object.assign/4.1.4: + /object.assign@4.1.4: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.2.0 has-symbols: 1.0.3 object-keys: 1.1.1 dev: true - /object.omit/2.0.1: + /object.omit@2.0.1: resolution: {integrity: sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==} engines: {node: '>=0.10.0'} dependencies: @@ -5328,76 +5769,72 @@ packages: is-extendable: 0.1.1 dev: true - /object.pick/1.3.0: + /object.pick@1.3.0: resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 dev: true - /object.values/1.1.5: - resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==} + /object.values@1.1.6: + resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.3 dev: true - /once/1.4.0: + /once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 dev: true - /onetime/5.1.2: + /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 dev: true - /open/8.4.0: - resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==} + /onetime@6.0.0: + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} dependencies: - define-lazy-prop: 2.0.0 - is-docker: 2.2.1 - is-wsl: 2.2.0 + mimic-fn: 4.0.0 dev: true - /optionator/0.8.3: - resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} - engines: {node: '>= 0.8.0'} + /open@9.1.0: + resolution: {integrity: sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==} + engines: {node: '>=14.16'} dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.3 + default-browser: 4.0.0 + define-lazy-prop: 3.0.0 + is-inside-container: 1.0.0 + is-wsl: 2.2.0 dev: true - /optionator/0.9.1: - resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} + /optionator@0.9.3: + resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} engines: {node: '>= 0.8.0'} dependencies: + '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 - word-wrap: 1.2.3 dev: true - /ora/5.4.1: + /ora@5.4.1: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} dependencies: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.7.0 + cli-spinners: 2.9.0 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -5405,68 +5842,82 @@ packages: wcwidth: 1.0.1 dev: true - /os-tmpdir/1.0.2: + /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} dev: true - /outdent/0.5.0: + /outdent@0.5.0: resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} dev: true - /p-filter/2.1.0: + /p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} dependencies: p-map: 2.1.0 dev: true - /p-limit/2.3.0: + /p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} dependencies: p-try: 2.2.0 dev: true - /p-limit/3.1.0: + /p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 dev: true - /p-locate/4.1.0: + /p-limit@4.0.0: + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + yocto-queue: 1.0.0 + dev: true + + /p-locate@3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + dependencies: + p-limit: 2.3.0 + dev: true + + /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} dependencies: p-limit: 2.3.0 dev: true - /p-locate/5.0.0: + /p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} dependencies: p-limit: 3.1.0 dev: true - /p-map/2.1.0: + /p-map@2.1.0: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} dev: true - /p-try/2.2.0: + /p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} dev: true - /parent-module/1.0.1: + /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} dependencies: callsites: 3.1.0 dev: true - /parse-glob/3.0.4: + /parse-glob@3.0.4: resolution: {integrity: sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==} engines: {node: '>=0.10.0'} dependencies: @@ -5476,90 +5927,132 @@ packages: is-glob: 2.0.1 dev: true - /parse-json/5.2.0: + /parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.22.5 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 dev: true - /parse-ms/2.1.0: + /parse-ms@2.1.0: resolution: {integrity: sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==} engines: {node: '>=6'} dev: true - /pascalcase/0.1.1: + /parsimmon@1.18.1: + resolution: {integrity: sha512-u7p959wLfGAhJpSDJVYXoyMCXWYwHia78HhRBWqk7AIbxdmlrfdp5wX0l3xv/iTSH5HvhN9K7o26hwwpgS5Nmw==} + dev: true + + /pascalcase@0.1.1: resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} engines: {node: '>=0.10.0'} dev: true - /path-exists/4.0.0: + /path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + dev: true + + /path-exists@3.0.0: + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} + dev: true + + /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} dev: true - /path-is-absolute/1.0.1: + /path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} dev: true - /path-key/3.1.1: + /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} dev: true - /path-parse/1.0.7: + /path-key@4.0.0: + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} + dev: true + + /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /path-type/4.0.0: + /path-scurry@1.10.1: + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + lru-cache: 10.0.0 + minipass: 7.0.2 + dev: true + + /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} dev: true - /pathval/1.1.1: + /pathe@1.1.1: + resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} + dev: true + + /pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true - /picocolors/1.0.0: + /performance-now@2.1.0: + resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} + dev: true + + /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: true - /picomatch/2.3.1: + /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} dev: true - /pid-cwd/1.2.0: + /pid-cwd@1.2.0: resolution: {integrity: sha512-8QQzIdBmy4bd2l1NKWON1X8flO5TQQRzU2uRDua/XaxSC0iJ+rgbDrlX76t0W3DaJ7OevTYpftyvQ6oMe3hclQ==} dev: true - /pify/4.0.1: + /pify@4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} dev: true - /pkg-dir/4.2.0: + /pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} dependencies: find-up: 4.1.0 dev: true - /pluralize/8.0.0: + /pkg-types@1.0.3: + resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} + dependencies: + jsonc-parser: 3.2.0 + mlly: 1.4.0 + pathe: 1.1.1 + dev: true + + /pluralize@8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} dev: true - /posix-character-classes/0.1.1: + /posix-character-classes@0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} dev: true - /postcss-values-parser/2.0.1: + /postcss-values-parser@2.0.1: resolution: {integrity: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==} engines: {node: '>=6.14.4'} dependencies: @@ -5568,37 +6061,28 @@ packages: uniq: 1.0.1 dev: true - /postcss-values-parser/5.0.0_postcss@8.4.19: - resolution: {integrity: sha512-2viDDjMMrt21W2izbeiJxl3kFuD/+asgB0CBwPEgSyhCmBnDIa/y+pLaoyX+q3I3DHH0oPPL3cgjVTQvlS1Maw==} + /postcss-values-parser@6.0.2(postcss@8.4.25): + resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} engines: {node: '>=10'} peerDependencies: - postcss: ^8.0.9 + postcss: ^8.2.9 dependencies: color-name: 1.1.4 is-url-superb: 4.0.0 - postcss: 8.4.19 + postcss: 8.4.25 quote-unquote: 1.0.0 dev: true - /postcss/8.4.17: - resolution: {integrity: sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.4 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - - /postcss/8.4.19: - resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} + /postcss@8.4.25: + resolution: {integrity: sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.4 + nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 dev: true - /precinct/8.3.1: + /precinct@8.3.1: resolution: {integrity: sha512-pVppfMWLp2wF68rwHqBIpPBYY8Kd12lDhk8LVQzOwqllifVR15qNFyod43YLyFpurKRZQKnE7E4pofAagDOm2Q==} engines: {node: ^10.13 || ^12 || >=14} hasBin: true @@ -5620,7 +6104,28 @@ packages: - supports-color dev: true - /preferred-pm/3.0.3: + /precinct@9.2.1: + resolution: {integrity: sha512-uzKHaTyiVejWW7VJtHInb9KBUq9yl9ojxXGujhjhDmPon2wgZPBKQIKR+6csGqSlUeGXAA4MEFnU6DesxZib+A==} + engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} + hasBin: true + dependencies: + '@dependents/detective-less': 3.0.2 + commander: 9.5.0 + detective-amd: 4.2.0 + detective-cjs: 4.1.0 + detective-es6: 3.0.1 + detective-postcss: 6.1.3 + detective-sass: 4.1.3 + detective-scss: 3.1.1 + detective-stylus: 3.0.0 + detective-typescript: 9.1.1 + module-definition: 4.1.0 + node-source-walk: 5.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /preferred-pm@3.0.3: resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} engines: {node: '>=10'} dependencies: @@ -5630,34 +6135,29 @@ packages: which-pm: 2.0.0 dev: true - /prelude-ls/1.1.2: - resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} - engines: {node: '>= 0.8.0'} - dev: true - - /prelude-ls/1.2.1: + /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} dev: true - /preserve/0.2.0: + /preserve@0.2.0: resolution: {integrity: sha512-s/46sYeylUfHNjI+sA/78FAHlmIuKqI9wNnzEOGehAlUUYeObv5C2mOinXBjyUyWmJ2SfcS2/ydApH4hTF4WXQ==} engines: {node: '>=0.10.0'} dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier@2.8.7: + resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} engines: {node: '>=10.13.0'} hasBin: true dev: true - /prettier/2.8.0: - resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} + /prettier@2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} hasBin: true dev: true - /pretty-format/26.6.2: + /pretty-format@26.6.2: resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} engines: {node: '>= 10'} dependencies: @@ -5667,57 +6167,80 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/29.3.1: - resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==} + /pretty-format@27.5.1: + resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + dev: true + + /pretty-format@29.6.1: + resolution: {integrity: sha512-7jRj+yXO0W7e4/tSJKoR7HRIHLPPjtNaUGG2xxKQnGvPNRkgWcQ0AZX6P4KBRJN4FcTBWb3sa7DVUJmocYuoog==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.0.0 + '@jest/schemas': 29.6.0 ansi-styles: 5.2.0 react-is: 18.2.0 dev: true - /pretty-ms/7.0.1: + /pretty-ms@7.0.1: resolution: {integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==} engines: {node: '>=10'} dependencies: parse-ms: 2.1.0 dev: true - /process-nextick-args/2.0.1: + /process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: true - /ps-list/7.2.0: + /ps-list@7.2.0: resolution: {integrity: sha512-v4Bl6I3f2kJfr5o80ShABNHAokIgY+wFDTQfE+X3zWYgSGQOCBeYptLZUpoOALBqO5EawmDN/tjTldJesd0ujQ==} engines: {node: '>=10'} dev: true - /pseudomap/1.0.2: + /pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} dev: true - /punycode/2.1.1: - resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} + /psl@1.9.0: + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + dev: true + + /punycode@2.3.0: + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} dev: true - /pure-rand/5.0.3: - resolution: {integrity: sha512-9N8x1h8dptBQpHyC7aZMS+iNOAm97WMGY0AFrguU1cpfW3I5jINkWe5BIY5md0ofy+1TCIELsVcm/GJXZSaPbw==} + /pure-rand@6.0.2: + resolution: {integrity: sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==} + dev: false + + /qs@6.5.3: + resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} + engines: {node: '>=0.6'} + dev: true - /queue-microtask/1.2.3: + /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: true - /quick-lru/4.0.1: + /quick-lru@4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} dev: true - /quote-unquote/1.0.0: + /quote-unquote@1.0.0: resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==} dev: true - /randomatic/3.1.1: + /ramda@0.26.1: + resolution: {integrity: sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==} + dev: true + + /randomatic@3.1.1: resolution: {integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==} engines: {node: '>= 0.10.0'} dependencies: @@ -5726,25 +6249,30 @@ packages: math-random: 1.0.4 dev: true - /rc/1.2.8: + /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true dependencies: deep-extend: 0.6.0 ini: 1.3.8 - minimist: 1.2.7 + minimist: 1.2.8 strip-json-comments: 2.0.1 dev: true - /react-is/17.0.2: + /react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} dev: true - /react-is/18.2.0: + /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true - /read-pkg-up/7.0.1: + /react-refresh@0.14.0: + resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} + engines: {node: '>=0.10.0'} + dev: true + + /read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} dependencies: @@ -5753,7 +6281,7 @@ packages: type-fest: 0.8.1 dev: true - /read-pkg/5.2.0: + /read-pkg@5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: @@ -5763,18 +6291,18 @@ packages: type-fest: 0.6.0 dev: true - /read-yaml-file/1.1.0: + /read-yaml-file@1.1.0: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} engines: {node: '>=6'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 js-yaml: 3.14.1 pify: 4.0.1 strip-bom: 3.0.0 dev: true - /readable-stream/2.3.7: - resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} + /readable-stream@2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -5785,8 +6313,8 @@ packages: util-deprecate: 1.0.2 dev: true - /readable-stream/3.6.0: - resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} + /readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} dependencies: inherits: 2.0.4 @@ -5794,18 +6322,18 @@ packages: util-deprecate: 1.0.2 dev: true - /readdirp/2.2.1: + /readdirp@2.2.1: resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 micromatch: 3.1.10 - readable-stream: 2.3.7 + readable-stream: 2.3.8 transitivePeerDependencies: - supports-color dev: true - /readdirp/3.6.0: + /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} dependencies: @@ -5813,7 +6341,7 @@ packages: dev: true optional: true - /redent/3.0.0: + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} dependencies: @@ -5821,22 +6349,22 @@ packages: strip-indent: 3.0.0 dev: true - /regenerator-runtime/0.11.1: + /regenerator-runtime@0.11.1: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} dev: true - /regenerator-runtime/0.13.10: - resolution: {integrity: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==} + /regenerator-runtime@0.13.11: + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: true - /regex-cache/0.4.4: + /regex-cache@0.4.4: resolution: {integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==} engines: {node: '>=0.10.0'} dependencies: is-equal-shallow: 0.1.3 dev: true - /regex-not/1.0.2: + /regex-not@1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} dependencies: @@ -5844,21 +6372,16 @@ packages: safe-regex: 1.1.0 dev: true - /regexp.prototype.flags/1.4.3: - resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} + /regexp.prototype.flags@1.5.0: + resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.2.0 functions-have-names: 1.2.3 dev: true - /regexpp/3.2.0: - resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} - engines: {node: '>=8'} - dev: true - - /remarkable/1.7.4: + /remarkable@1.7.4: resolution: {integrity: sha512-e6NKUXgX95whv7IgddywbeN/ItCkWbISmc2DiqHJb0wTrqZIexqdco5b8Z3XZoo/48IdNVKM9ZCvTPJ4F5uvhg==} engines: {node: '>= 0.10.0'} hasBin: true @@ -5867,30 +6390,57 @@ packages: autolinker: 0.28.1 dev: true - /remove-trailing-separator/1.1.0: + /remove-trailing-separator@1.1.0: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} dev: true - /repeat-element/1.1.4: + /repeat-element@1.1.4: resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} engines: {node: '>=0.10.0'} dev: true - /repeat-string/1.6.1: + /repeat-string@1.6.1: resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} engines: {node: '>=0.10'} dev: true - /require-directory/2.1.1: + /request@2.88.2: + resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} + engines: {node: '>= 6'} + deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 + dependencies: + aws-sign2: 0.7.0 + aws4: 1.12.0 + caseless: 0.12.0 + combined-stream: 1.0.8 + extend: 3.0.2 + forever-agent: 0.6.1 + form-data: 2.3.3 + har-validator: 5.1.5 + http-signature: 1.2.0 + is-typedarray: 1.0.0 + isstream: 0.1.2 + json-stringify-safe: 5.0.1 + mime-types: 2.1.35 + oauth-sign: 0.9.0 + performance-now: 2.1.0 + qs: 6.5.3 + safe-buffer: 5.2.1 + tough-cookie: 2.5.0 + tunnel-agent: 0.6.0 + uuid: 3.4.0 + dev: true + + /require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} dev: true - /require-main-filename/2.0.0: + /require-main-filename@2.0.0: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} dev: true - /requirejs-config-file/4.0.0: + /requirejs-config-file@4.0.0: resolution: {integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==} engines: {node: '>=10.13.0'} dependencies: @@ -5898,42 +6448,46 @@ packages: stringify-object: 3.3.0 dev: true - /requirejs/2.3.6: + /requirejs@2.3.6: resolution: {integrity: sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==} engines: {node: '>=0.4.0'} hasBin: true dev: true - /resolve-dependency-path/2.0.0: + /resolve-dependency-path@2.0.0: resolution: {integrity: sha512-DIgu+0Dv+6v2XwRaNWnumKu7GPufBBOr5I1gRPJHkvghrfCGOooJODFvgFimX/KRxk9j0whD2MnKHzM1jYvk9w==} engines: {node: '>=6.0.0'} dev: true - /resolve-from/4.0.0: + /resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} dev: true - /resolve-from/5.0.0: + /resolve-from@5.0.0: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} dev: true - /resolve-url/0.2.1: + /resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + dev: true + + /resolve-url@0.2.1: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated dev: true - /resolve/1.22.1: - resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} + /resolve@1.22.2: + resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true dependencies: - is-core-module: 2.11.0 + is-core-module: 2.12.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true - /restore-cursor/3.1.0: + /restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} dependencies: @@ -5941,85 +6495,97 @@ packages: signal-exit: 3.0.7 dev: true - /ret/0.1.15: + /ret@0.1.15: resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} engines: {node: '>=0.12'} dev: true - /reusify/1.0.4: + /retry@0.12.0: + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} + dev: true + + /reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true - /rimraf/2.7.1: + /rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true dependencies: glob: 7.2.3 dev: true - /rimraf/3.0.2: + /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.2.3 dev: true - /rollup/2.77.3: - resolution: {integrity: sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==} - engines: {node: '>=10.0.0'} + /rimraf@4.4.1: + resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} + engines: {node: '>=14'} hasBin: true - optionalDependencies: - fsevents: 2.3.2 + dependencies: + glob: 9.3.2 dev: true - /rollup/2.79.1: - resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} - engines: {node: '>=10.0.0'} + /rollup@3.26.2: + resolution: {integrity: sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: fsevents: 2.3.2 dev: true - /run-parallel/1.2.0: + /run-applescript@5.0.0: + resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==} + engines: {node: '>=12'} + dependencies: + execa: 5.1.1 + dev: true + + /run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 dev: true - /rxjs/7.5.7: - resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==} + /rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: - tslib: 2.4.1 + tslib: 2.6.0 dev: true - /safe-buffer/5.1.2: + /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: true - /safe-buffer/5.2.1: + /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} dev: true - /safe-regex-test/1.0.0: + /safe-regex-test@1.0.0: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.1 is-regex: 1.1.4 dev: true - /safe-regex/1.1.0: + /safe-regex@1.1.0: resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} dependencies: ret: 0.1.15 dev: true - /safer-buffer/2.1.2: + /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass-lookup/3.0.0: + /sass-lookup@3.0.0: resolution: {integrity: sha512-TTsus8CfFRn1N44bvdEai1no6PqdmDiQUiqW5DlpmtT+tYnIt1tXtDIph5KA1efC+LmioJXSnCtUVpcK9gaKIg==} engines: {node: '>=6.0.0'} hasBin: true @@ -6027,36 +6593,36 @@ packages: commander: 2.20.3 dev: true - /semver/5.7.1: - resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} + /semver@5.7.2: + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} hasBin: true dev: true - /semver/6.3.0: - resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} + /semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true dev: true - /semver/7.3.8: - resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 dev: true - /set-blocking/2.0.0: + /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: true - /set-getter/0.1.1: + /set-getter@0.1.1: resolution: {integrity: sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==} engines: {node: '>=0.10.0'} dependencies: to-object-path: 0.3.0 dev: true - /set-value/2.0.1: + /set-value@2.0.1: resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} engines: {node: '>=0.10.0'} dependencies: @@ -6066,83 +6632,95 @@ packages: split-string: 3.1.0 dev: true - /shebang-command/1.2.0: + /shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 dev: true - /shebang-command/2.0.0: + /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 dev: true - /shebang-regex/1.0.0: + /shebang-regex@1.0.0: resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} engines: {node: '>=0.10.0'} dev: true - /shebang-regex/3.0.0: + /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} dev: true - /shell-quote/1.7.3: - resolution: {integrity: sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==} - dev: true - - /shell-quote/1.7.4: - resolution: {integrity: sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==} + /shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} dev: true - /shellwords-ts/3.0.0: - resolution: {integrity: sha512-4uZTHR2P7zKRZmSoOiUCFK1K+5LlDxay/RVNWDDImnGG1/4r/dZ2Y3rzpo871Iche913yOgYeKrrxl+3vengFw==} + /shellwords-ts@3.0.1: + resolution: {integrity: sha512-GabK4ApLMqHFRGlpgNqg8dmtHTnYHt0WUUJkIeMd3QaDrUUBEDXHSSNi3I0PzMimg8W+I0EN4TshQxsnHv1cwg==} dev: true - /side-channel/1.0.4: + /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 - object-inspect: 1.12.2 + get-intrinsic: 1.2.1 + object-inspect: 1.12.3 + dev: true + + /siginfo@2.0.0: + resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} dev: true - /signal-exit/3.0.7: + /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: true - /slash/2.0.0: + /slash@2.0.0: resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} engines: {node: '>=6'} dev: true - /slash/3.0.0: + /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} dev: true - /slash/4.0.0: + /slash@4.0.0: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} dev: true - /smartwrap/2.0.2: + /slice-ansi@5.0.0: + resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 4.0.0 + dev: true + + /slide@1.1.6: + resolution: {integrity: sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==} + dev: true + + /smartwrap@2.0.2: resolution: {integrity: sha512-vCsKNQxb7PnCNd2wY1WClWifAc2lwqsG8OaswpJkVJsvMGcnEntdTCDajZCkk93Ay1U3t/9puJmb525Rg5MZBA==} engines: {node: '>=6'} hasBin: true dependencies: array.prototype.flat: 1.3.1 - breakword: 1.0.5 + breakword: 1.0.6 grapheme-splitter: 1.0.4 strip-ansi: 6.0.1 wcwidth: 1.0.1 yargs: 15.4.1 dev: true - /snapdragon-node/2.1.1: + /snapdragon-node@2.1.1: resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} engines: {node: '>=0.10.0'} dependencies: @@ -6151,14 +6729,14 @@ packages: snapdragon-util: 3.0.1 dev: true - /snapdragon-util/3.0.1: + /snapdragon-util@3.0.1: resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 dev: true - /snapdragon/0.8.2: + /snapdragon@0.8.2: resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} engines: {node: '>=0.10.0'} dependencies: @@ -6174,111 +6752,170 @@ packages: - supports-color dev: true - /source-map-js/1.0.2: + /source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} dev: true - /source-map-resolve/0.5.3: + /source-map-resolve@0.5.3: resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} deprecated: See https://github.com/lydell/source-map-resolve#deprecated dependencies: atob: 2.1.2 - decode-uri-component: 0.2.0 + decode-uri-component: 0.2.2 resolve-url: 0.2.1 source-map-url: 0.4.1 urix: 0.1.0 dev: true - /source-map-support/0.5.21: + /source-map-support@0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: true - /source-map-url/0.4.1: + /source-map-url@0.4.1: resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} deprecated: See https://github.com/lydell/source-map-url#deprecated dev: true - /source-map/0.5.7: + /source-map@0.5.7: resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: + /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - requiresBuild: true dev: true - /spawn-command/0.0.2-1: + /spawn-command@0.0.2-1: resolution: {integrity: sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==} dev: true - /spawndamnit/2.0.0: + /spawndamnit@2.0.0: resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==} dependencies: cross-spawn: 5.1.0 signal-exit: 3.0.7 dev: true - /spdx-correct/3.1.1: - resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} + /spdx-correct@3.2.0: + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.12 + spdx-license-ids: 3.0.13 dev: true - /spdx-exceptions/2.3.0: + /spdx-exceptions@2.3.0: resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} dev: true - /spdx-expression-parse/3.0.1: + /spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.12 + spdx-license-ids: 3.0.13 + dev: true + + /spdx-license-ids@3.0.13: + resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + dev: true + + /split-string@3.1.0: + resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 3.0.2 + dev: true + + /sprintf-js@1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + dev: true + + /sshpk@1.17.0: + resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==} + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + asn1: 0.2.6 + assert-plus: 1.0.0 + bcrypt-pbkdf: 1.0.2 + dashdash: 1.14.1 + ecc-jsbn: 0.1.2 + getpass: 0.1.7 + jsbn: 0.1.1 + safer-buffer: 2.1.2 + tweetnacl: 0.14.5 + dev: true + + /ssri@8.0.1: + resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.3.6 + dev: true + + /stack-utils@2.0.6: + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} + engines: {node: '>=10'} + dependencies: + escape-string-regexp: 2.0.0 + dev: true + + /stackback@0.0.2: + resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} dev: true - /spdx-license-ids/3.0.12: - resolution: {integrity: sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==} + /stackframe@1.3.4: + resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} dev: true - /split-string/3.1.0: - resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} + /static-extend@0.1.2: + resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} engines: {node: '>=0.10.0'} dependencies: - extend-shallow: 3.0.2 + define-property: 0.2.5 + object-copy: 0.1.0 dev: true - /sprintf-js/1.0.3: - resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + /std-env@3.3.3: + resolution: {integrity: sha512-Rz6yejtVyWnVjC1RFvNmYL10kgjC49EOghxWn0RFqlCHGFpQx+Xe7yW3I4ceK1SGrWIGMjD5Kbue8W/udkbMJg==} dev: true - /stack-utils/2.0.6: - resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} - engines: {node: '>=10'} + /stream-to-array@2.3.0: + resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} dependencies: - escape-string-regexp: 2.0.0 + any-promise: 1.3.0 dev: true - /static-extend/0.1.2: - resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} + /stream-transform@2.1.3: + resolution: {integrity: sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ==} + dependencies: + mixme: 0.5.9 + dev: true + + /string-width@1.0.2: + resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==} engines: {node: '>=0.10.0'} dependencies: - define-property: 0.2.5 - object-copy: 0.1.0 + code-point-at: 1.1.0 + is-fullwidth-code-point: 1.0.0 + strip-ansi: 3.0.1 dev: true + optional: true - /stream-transform/2.1.3: - resolution: {integrity: sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ==} + /string-width@3.1.0: + resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} + engines: {node: '>=6'} dependencies: - mixme: 0.5.4 + emoji-regex: 7.0.3 + is-fullwidth-code-point: 2.0.0 + strip-ansi: 5.2.0 dev: true - /string-width/4.2.3: + /string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} dependencies: @@ -6287,48 +6924,66 @@ packages: strip-ansi: 6.0.1 dev: true - /string.prototype.matchall/4.0.7: - resolution: {integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==} + /string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + dev: true + + /string.prototype.matchall@4.0.8: + resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 - get-intrinsic: 1.1.3 + define-properties: 1.2.0 + es-abstract: 1.21.3 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 - internal-slot: 1.0.3 - regexp.prototype.flags: 1.4.3 + internal-slot: 1.0.5 + regexp.prototype.flags: 1.5.0 side-channel: 1.0.4 dev: true - /string.prototype.trimend/1.0.5: - resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} + /string.prototype.trim@1.2.7: + resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.21.3 + dev: true + + /string.prototype.trimend@1.0.6: + resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.3 dev: true - /string.prototype.trimstart/1.0.5: - resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} + /string.prototype.trimstart@1.0.6: + resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.3 dev: true - /string_decoder/1.1.1: + /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 dev: true - /string_decoder/1.3.0: + /string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 dev: true - /stringify-object/3.3.0: + /stringify-object@3.3.0: resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} engines: {node: '>=4'} dependencies: @@ -6337,47 +6992,78 @@ packages: is-regexp: 1.0.0 dev: true - /strip-ansi/6.0.1: + /strip-ansi@3.0.1: + resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: 2.1.1 + dev: true + + /strip-ansi@5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} + dependencies: + ansi-regex: 4.1.1 + dev: true + + /strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 dev: true - /strip-bom/3.0.0: + /strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: true + + /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} dev: true - /strip-color/0.1.0: + /strip-color@0.1.0: resolution: {integrity: sha512-p9LsUieSjWNNAxVCXLeilaDlmuUOrDS5/dF9znM1nZc7EGX5+zEFC0bEevsNIaldjlks+2jns5Siz6F9iK6jwA==} engines: {node: '>=0.10.0'} dev: true - /strip-indent/3.0.0: + /strip-final-newline@2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + dev: true + + /strip-final-newline@3.0.0: + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} + dev: true + + /strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} dependencies: min-indent: 1.0.1 dev: true - /strip-json-comments/2.0.1: + /strip-json-comments@2.0.1: resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} engines: {node: '>=0.10.0'} dev: true - /strip-json-comments/3.1.1: + /strip-json-comments@3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} dev: true - /strip-literal/1.0.0: - resolution: {integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==} + /strip-literal@1.0.1: + resolution: {integrity: sha512-QZTsipNpa2Ppr6v1AmJHESqJ3Uz247MUS0OjrnnZjFAvEoWqxuyFuXn2xLgMtRnijJShAa1HL0gtJyUs7u7n3Q==} dependencies: - acorn: 8.8.1 + acorn: 8.10.0 dev: true - /stylus-lookup/3.0.2: + /stylus-lookup@3.0.2: resolution: {integrity: sha512-oEQGHSjg/AMaWlKe7gqsnYzan8DLcGIHe0dUaFkucZZ14z4zjENRlQMCHT4FNsiWnJf17YN9OvrCfCoi7VvOyg==} engines: {node: '>=6.0.0'} hasBin: true @@ -6388,62 +7074,85 @@ packages: - supports-color dev: true - /subarg/1.0.0: + /subarg@1.0.0: resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} dependencies: - minimist: 1.2.7 + minimist: 1.2.8 + dev: true + + /supports-color@2.0.0: + resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} + engines: {node: '>=0.8.0'} dev: true - /supports-color/5.5.0: + /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} dependencies: has-flag: 3.0.0 dev: true - /supports-color/7.2.0: + /supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 dev: true - /supports-color/8.1.1: + /supports-color@8.1.1: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} engines: {node: '>=10'} dependencies: has-flag: 4.0.0 dev: true - /supports-preserve-symlinks-flag/1.0.0: + /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} dev: true - /synckit/0.8.4: - resolution: {integrity: sha512-Dn2ZkzMdSX827QbowGbU/4yjWuvNaCoScLLoMo/yKbu+P4GBR6cRGKZH27k6a9bRzdqcyd1DE96pQtQ6uNkmyw==} + /synckit@0.8.5: + resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: - '@pkgr/utils': 2.3.1 - tslib: 2.4.1 + '@pkgr/utils': 2.4.2 + tslib: 2.6.0 dev: true - /tapable/2.2.1: + /tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} dev: true - /temp/0.4.0: - resolution: {integrity: sha512-IsFisGgDKk7qzK9erMIkQe/XwiSUdac7z3wYOsjcLkhPBy3k1SlvLoIh2dAHIlEpgA971CgguMrx9z8fFg7tSA==} - engines: {'0': node >=0.4.0} + /tar-stream@2.2.0: + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} + engines: {node: '>=6'} + dependencies: + bl: 4.1.0 + end-of-stream: 1.4.4 + fs-constants: 1.0.0 + inherits: 2.0.4 + readable-stream: 3.6.2 + dev: true + + /tar@6.1.15: + resolution: {integrity: sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==} + engines: {node: '>=10'} + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 5.0.0 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 dev: true - /term-size/2.2.1: + /term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} dev: true - /test-exclude/6.0.0: + /test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} dependencies: @@ -6452,68 +7161,63 @@ packages: minimatch: 3.1.2 dev: true - /text-table/0.2.0: + /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true - /through2/2.0.5: + /through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: - readable-stream: 2.3.7 + readable-stream: 2.3.8 xtend: 4.0.2 dev: true - /tiny-glob/0.2.9: - resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} - dependencies: - globalyzer: 0.1.0 - globrex: 0.1.2 - dev: true - - /tinybench/2.3.1: - resolution: {integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==} + /tinybench@2.5.0: + resolution: {integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==} dev: true - /tinypool/0.2.4: - resolution: {integrity: sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==} + /tinypool@0.4.0: + resolution: {integrity: sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==} engines: {node: '>=14.0.0'} dev: true - /tinypool/0.3.0: - resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==} + /tinyspy@1.1.1: + resolution: {integrity: sha512-UVq5AXt/gQlti7oxoIg5oi/9r0WpF7DGEVwXgqWSMmyN16+e3tl5lIvTaOpJ3TAtu5xFzWccFRM4R5NaWHF+4g==} engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.3.3: - resolution: {integrity: sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==} - engines: {node: '>=14.0.0'} - dev: true - - /tinyspy/1.0.2: - resolution: {integrity: sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==} - engines: {node: '>=14.0.0'} + /titleize@3.0.0: + resolution: {integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==} + engines: {node: '>=12'} dev: true - /tmp/0.0.33: + /tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} dependencies: os-tmpdir: 1.0.2 dev: true - /to-fast-properties/2.0.0: + /tmp@0.2.1: + resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} + engines: {node: '>=8.17.0'} + dependencies: + rimraf: 3.0.2 + dev: true + + /to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} dev: true - /to-object-path/0.3.0: + /to-object-path@0.3.0: resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 dev: true - /to-regex-range/2.1.1: + /to-regex-range@2.1.1: resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==} engines: {node: '>=0.10.0'} dependencies: @@ -6521,14 +7225,14 @@ packages: repeat-string: 1.6.1 dev: true - /to-regex-range/5.0.1: + /to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 dev: true - /to-regex/3.0.2: + /to-regex@3.0.2: resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} engines: {node: '>=0.10.0'} dependencies: @@ -6538,64 +7242,66 @@ packages: safe-regex: 1.1.0 dev: true - /toml/2.3.6: + /toml@2.3.6: resolution: {integrity: sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ==} dev: true - /tr46/0.0.3: + /tough-cookie@2.5.0: + resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} + engines: {node: '>=0.8'} + dependencies: + psl: 1.9.0 + punycode: 2.3.0 + dev: true + + /tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: true - /tree-kill/1.2.2: + /tree-kill@1.2.2: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} hasBin: true dev: true - /trim-newlines/3.0.1: + /trim-newlines@3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} dev: true - /ts-morph/9.1.0: - resolution: {integrity: sha512-sei4u651MBenr27sD6qLDXN3gZ4thiX71E3qV7SuVtDas0uvK2LtgZkIYUf9DKm/fLJ6AB/+yhRJ1vpEBJgy7Q==} + /ts-codemod@4.0.4: + resolution: {integrity: sha512-Jw6aaKsUozk8zalfiFRP5CtP3F4JSVE70ocLLEEYvDwoebOWfGU+V3Usf2Lcs59h9Az/D2IHKx6D0AW2gU6vuA==} + hasBin: true dependencies: - '@dsherret/to-absolute-glob': 2.0.2 - '@ts-morph/common': 0.7.5 - code-block-writer: 10.1.1 + chalk: 2.4.2 + debug: 4.3.4 + fs-extra: 8.1.0 + json5: 2.2.3 + ramda: 0.26.1 + ts-curry: 1.0.4 + ts-node: 8.10.2(typescript@3.9.10) + typescript: 3.9.10 + yargs: 14.2.3 + transitivePeerDependencies: + - supports-color dev: true - /ts-node/10.9.1_5ra3kupzwcghzakkfdrtyjk72u: - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true + /ts-curry@1.0.4: + resolution: {integrity: sha512-mJGJ6jcY6gm+tYUcw5gBqHaSkb1Mw3w28PbRJAZP+kraalEv6MpMHy+y3fsTBhQpcR7BpcqDmRcvdC4sn/6U5A==} + dev: true + + /ts-graphviz@1.8.1: + resolution: {integrity: sha512-54/fe5iu0Jb6X0pmDmzsA2UHLfyHjUEUwfHtZcEOR0fZ6Myf+dFoO6eNsyL8CBDMJ9u7WWEewduVaiaXlvjSVw==} + engines: {node: '>=14.16'} + dev: true + + /ts-morph@18.0.0: + resolution: {integrity: sha512-Kg5u0mk19PIIe4islUI/HWRvm9bC1lHejK4S0oh1zaZ77TMZAEmQC0sHQYiu2RgCQFZKXz1fMVi/7nOOeirznA==} dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.3 - '@types/node': 18.8.0 - acorn: 8.8.0 - acorn-walk: 8.2.0 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 4.8.4 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 + '@ts-morph/common': 0.19.0 + code-block-writer: 12.0.0 dev: true - /ts-node/10.9.1_epw4ub6wmth47offoc6plymnk4: + /ts-node@10.9.1(@types/node@18.15.10)(typescript@5.1.6): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -6613,35 +7319,20 @@ packages: '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.3 - '@types/node': 18.11.11 - acorn: 8.8.0 + '@tsconfig/node16': 1.0.4 + '@types/node': 18.15.10 + acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + typescript: 5.1.6 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-node/8.10.2_delwud2hnnlzcq6m6ihqj3umw4: - resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} - engines: {node: '>=6.0.0'} - hasBin: true - peerDependencies: - typescript: '>=2.7' - dependencies: - arg: 4.1.3 - diff: 4.0.2 - make-error: 1.3.6 - source-map-support: 0.5.21 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' - yn: 3.1.1 - dev: true - - /ts-node/8.10.2_typescript@4.8.4: + /ts-node@8.10.2(typescript@3.9.10): resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} engines: {node: '>=6.0.0'} hasBin: true @@ -6652,86 +7343,95 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.8.4 + typescript: 3.9.10 yn: 3.1.1 dev: true - /tsconfig-paths/3.14.1: - resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==} + /tsconfig-paths@3.14.2: + resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} dependencies: '@types/json5': 0.0.29 - json5: 1.0.1 - minimist: 1.2.7 + json5: 1.0.2 + minimist: 1.2.8 strip-bom: 3.0.0 dev: true - /tslib/1.14.1: + /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tslib/2.1.0: + /tslib@2.1.0: resolution: {integrity: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==} dev: true - /tslib/2.4.1: - resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} + /tslib@2.6.0: + resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} dev: true - /tslint/6.1.3_delwud2hnnlzcq6m6ihqj3umw4: - resolution: {integrity: sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==} + /tslint@5.14.0(typescript@5.1.6): + resolution: {integrity: sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ==} engines: {node: '>=4.8.0'} - deprecated: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. hasBin: true peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 4.0.0-dev' + typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' dependencies: - '@babel/code-frame': 7.18.6 + babel-code-frame: 6.26.0 builtin-modules: 1.1.1 chalk: 2.4.2 commander: 2.20.3 - diff: 4.0.2 + diff: 3.5.0 glob: 7.2.3 js-yaml: 3.14.1 minimatch: 3.1.2 mkdirp: 0.5.6 - resolve: 1.22.1 - semver: 5.7.1 + resolve: 1.22.2 + semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0_delwud2hnnlzcq6m6ihqj3umw4 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + tsutils: 2.29.0(typescript@5.1.6) + typescript: 5.1.6 dev: true - /tsutils/2.29.0_delwud2hnnlzcq6m6ihqj3umw4: + /tsutils@2.29.0(typescript@5.1.6): resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} peerDependencies: typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' dependencies: tslib: 1.14.1 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + typescript: 5.1.6 dev: true - /tsutils/3.21.0_delwud2hnnlzcq6m6ihqj3umw4: + /tsutils@3.21.0(typescript@3.9.10): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz' + typescript: 3.9.10 dev: true - /tsutils/3.21.0_typescript@3.9.10: + /tsutils@3.21.0(typescript@4.9.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 3.9.10 + typescript: 4.9.5 dev: true - /tty-table/4.1.6: - resolution: {integrity: sha512-kRj5CBzOrakV4VRRY5kUWbNYvo/FpOsz65DzI5op9P+cHov3+IqPbo1JE1ZnQGkHdZgNFDsrEjrfqqy/Ply9fw==} + /tsutils@3.21.0(typescript@5.1.6): + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 5.1.6 + dev: true + + /tty-table@4.2.1: + resolution: {integrity: sha512-xz0uKo+KakCQ+Dxj1D/tKn2FSyreSYWzdkL/BYhgN6oMW808g8QRMuh1atAV9fjTPbWBjfbkKQpI/5rEcnAc7g==} engines: {node: '>=8.0.0'} hasBin: true dependencies: @@ -6741,76 +7441,102 @@ packages: smartwrap: 2.0.2 strip-ansi: 6.0.1 wcwidth: 1.0.1 - yargs: 17.6.2 + yargs: 17.7.2 dev: true - /type-check/0.3.2: - resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} - engines: {node: '>= 0.8.0'} + /tunnel-agent@0.6.0: + resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} dependencies: - prelude-ls: 1.1.2 + safe-buffer: 5.2.1 + dev: true + + /tweetnacl@0.14.5: + resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} dev: true - /type-check/0.4.0: + /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 dev: true - /type-detect/4.0.8: + /type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} dev: true - /type-fest/0.13.1: + /type-fest@0.13.1: resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} engines: {node: '>=10'} dev: true - /type-fest/0.20.2: + /type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} dev: true - /type-fest/0.21.3: + /type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} dev: true - /type-fest/0.6.0: + /type-fest@0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} dev: true - /type-fest/0.8.1: + /type-fest@0.8.1: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} dev: true - /typedarray/0.0.6: + /typed-array-byte-offset@1.0.0: + resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.10 + dev: true + + /typed-array-length@1.0.4: + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + is-typed-array: 1.1.10 + dev: true + + /typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript/3.9.10: + /typescript@3.9.10: resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /typescript/4.1.6: - resolution: {integrity: sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==} + /typescript@4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /typescript/4.8.4: - resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} - engines: {node: '>=4.2.0'} + /typescript@5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + engines: {node: '>=14.17'} hasBin: true dev: true - /ultra-runner/3.10.5: + /ufo@1.1.2: + resolution: {integrity: sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==} + dev: true + + /ultra-runner@3.10.5: resolution: {integrity: sha512-0U2OPII7sbvtbu9rhDlUUkP4Au/DPz2Tzbnawd/XwDuUruDqd+t/Bmel3cLJxl3yMLHf0OY0TMcIx9zzxdlAZw==} engines: {node: '>=10.0.0'} hasBin: true @@ -6818,15 +7544,15 @@ packages: ansi-split: 1.0.1 chalk: 4.1.2 cross-spawn: 7.0.3 - fast-glob: 3.2.12 + fast-glob: 3.3.0 globrex: 0.1.2 - ignore: 5.2.0 - json5: 2.2.1 - micro-memoize: 4.0.11 + ignore: 5.2.4 + json5: 2.2.3 + micro-memoize: 4.1.2 npm-run-path: 4.0.1 pid-cwd: 1.2.0 ps-list: 7.2.0 - shellwords-ts: 3.0.0 + shellwords-ts: 3.0.1 string-width: 4.2.3 tslib: 2.1.0 type-fest: 0.21.3 @@ -6835,7 +7561,7 @@ packages: yargs: 16.2.0 dev: true - /unbox-primitive/1.0.2: + /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: call-bind: 1.0.2 @@ -6844,12 +7570,7 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unc-path-regex/0.1.2: - resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} - engines: {node: '>=0.10.0'} - dev: true - - /union-value/1.0.1: + /union-value@1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'} dependencies: @@ -6859,16 +7580,16 @@ packages: set-value: 2.0.1 dev: true - /uniq/1.0.1: + /uniq@1.0.1: resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==} dev: true - /universalify/0.1.2: + /universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} dev: true - /unset-value/1.0.0: + /unset-value@1.0.0: resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} engines: {node: '>=0.10.0'} dependencies: @@ -6876,83 +7597,106 @@ packages: isobject: 3.0.1 dev: true - /update-browserslist-db/1.0.10_browserslist@4.21.4: - resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} + /untildify@4.0.0: + resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} + engines: {node: '>=8'} + dev: true + + /update-browserslist-db@1.0.11(browserslist@4.21.9): + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.4 + browserslist: 4.21.9 escalade: 3.1.1 picocolors: 1.0.0 dev: true - /uri-js/4.4.1: + /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: - punycode: 2.1.1 + punycode: 2.3.0 dev: true - /urix/0.1.0: + /urix@0.1.0: resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} deprecated: Please see https://github.com/lydell/urix#deprecated dev: true - /use/3.1.1: + /use@3.1.1: resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} engines: {node: '>=0.10.0'} dev: true - /util-deprecate/1.0.2: + /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: true - /v8-compile-cache-lib/3.0.1: + /uuid@3.4.0: + resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. + hasBin: true + dev: true + + /v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} dev: true - /v8-to-istanbul/9.0.1: - resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} + /v8-to-istanbul@9.1.0: + resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/trace-mapping': 0.3.18 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.9.0 dev: true - /validate-npm-package-license/3.0.4: + /validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: - spdx-correct: 3.1.1 + spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 dev: true - /vite/2.9.15: - resolution: {integrity: sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==} - engines: {node: '>=12.2.0'} + /validate-npm-package-name@3.0.0: + resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} + dependencies: + builtins: 1.0.3 + dev: true + + /verror@1.10.0: + resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} + engines: {'0': node >=0.6.0} + dependencies: + assert-plus: 1.0.0 + core-util-is: 1.0.2 + extsprintf: 1.3.0 + dev: true + + /vite-node@0.29.8(@types/node@18.15.10): + resolution: {integrity: sha512-b6OtCXfk65L6SElVM20q5G546yu10/kNrhg08afEoWlFRJXFq9/6glsvSVY+aI6YeC1tu2TtAqI2jHEQmOmsFw==} + engines: {node: '>=v14.16.0'} hasBin: true - peerDependencies: - less: '*' - sass: '*' - stylus: '*' - peerDependenciesMeta: - less: - optional: true - sass: - optional: true - stylus: - optional: true dependencies: - esbuild: 0.14.54 - postcss: 8.4.17 - resolve: 1.22.1 - rollup: 2.77.3 - optionalDependencies: - fsevents: 2.3.2 + cac: 6.7.14 + debug: 4.3.4 + mlly: 1.4.0 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 4.2.1(@types/node@18.15.10) + transitivePeerDependencies: + - '@types/node' + - less + - sass + - stylus + - sugarss + - supports-color + - terser dev: true - /vite/3.2.5_@types+node@18.11.11: - resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} + /vite@4.2.1(@types/node@18.15.10): + resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -6976,52 +7720,17 @@ packages: terser: optional: true dependencies: - '@types/node': 18.11.11 - esbuild: 0.15.18 - postcss: 8.4.19 - resolve: 1.22.1 - rollup: 2.79.1 + '@types/node': 18.15.10 + esbuild: 0.17.19 + postcss: 8.4.25 + resolve: 1.22.2 + rollup: 3.26.2 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.16.0: - resolution: {integrity: sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==} - engines: {node: '>=v14.16.0'} - hasBin: true - peerDependencies: - '@vitest/ui': '*' - c8: '*' - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@vitest/ui': - optional: true - c8: - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@types/chai': 4.3.3 - '@types/chai-subset': 1.3.3 - '@types/node': 18.8.0 - chai: 4.3.6 - debug: 4.3.4 - local-pkg: 0.4.2 - tinypool: 0.2.4 - tinyspy: 0.3.3 - vite: 2.9.15 - transitivePeerDependencies: - - less - - sass - - stylus - - supports-color - dev: true - - /vitest/0.25.5: - resolution: {integrity: sha512-lFKSTZV+AjuL44/yNC0aDPKTiasYSqOQ97Gg2G4P2LnjyzQ21ZUs4rQOscHK3lrSnVuir3+1QavHzbDgH4tWQA==} + /vitest@0.29.8: + resolution: {integrity: sha512-JIAVi2GK5cvA6awGpH0HvH/gEG9PZ0a/WoxdiV3PmqK+3CjQMf8c+J/Vhv4mdZ2nRyXFw66sAg6qz7VNkaHfDQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -7030,6 +7739,9 @@ packages: '@vitest/ui': '*' happy-dom: '*' jsdom: '*' + playwright: '*' + safaridriver: '*' + webdriverio: '*' peerDependenciesMeta: '@edge-runtime/vm': optional: true @@ -7041,21 +7753,37 @@ packages: optional: true jsdom: optional: true + playwright: + optional: true + safaridriver: + optional: true + webdriverio: + optional: true dependencies: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 - '@types/node': 18.11.11 - acorn: 8.8.1 + '@types/node': 18.15.10 + '@vitest/expect': 0.29.8 + '@vitest/runner': 0.29.8 + '@vitest/spy': 0.29.8 + '@vitest/utils': 0.29.8 + acorn: 8.10.0 acorn-walk: 8.2.0 + cac: 6.7.14 chai: 4.3.7 debug: 4.3.4 - local-pkg: 0.4.2 + local-pkg: 0.4.3 + pathe: 1.1.1 + picocolors: 1.0.0 source-map: 0.6.1 - strip-literal: 1.0.0 - tinybench: 2.3.1 - tinypool: 0.3.0 - tinyspy: 1.0.2 - vite: 3.2.5_@types+node@18.11.11 + std-env: 3.3.3 + strip-literal: 1.0.1 + tinybench: 2.5.0 + tinypool: 0.4.0 + tinyspy: 1.1.1 + vite: 4.2.1(@types/node@18.15.10) + vite-node: 0.29.8(@types/node@18.15.10) + why-is-node-running: 2.2.2 transitivePeerDependencies: - less - sass @@ -7065,29 +7793,29 @@ packages: - terser dev: true - /walkdir/0.4.1: + /walkdir@0.4.1: resolution: {integrity: sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==} engines: {node: '>=6.0.0'} dev: true - /wcwidth/1.0.1: + /wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: defaults: 1.0.4 dev: true - /webidl-conversions/3.0.1: + /webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: true - /whatwg-url/5.0.0: + /whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 dev: true - /which-boxed-primitive/1.0.2: + /which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: is-bigint: 1.0.4 @@ -7097,11 +7825,11 @@ packages: is-symbol: 1.0.4 dev: true - /which-module/2.0.0: - resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} + /which-module@2.0.1: + resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} dev: true - /which-pm/2.0.0: + /which-pm@2.0.0: resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==} engines: {node: '>=8.15'} dependencies: @@ -7109,14 +7837,26 @@ packages: path-exists: 4.0.0 dev: true - /which/1.3.1: + /which-typed-array@1.1.10: + resolution: {integrity: sha512-uxoA5vLUfRPdjCuJ1h5LlYdmTLbYfums398v3WLkM+i/Wltl2/XyZpQWKbN++ck5L64SR/grOHqtXCUKmlZPNA==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.0 + is-typed-array: 1.1.10 + dev: true + + /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true dependencies: isexe: 2.0.0 dev: true - /which/2.0.2: + /which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} hasBin: true @@ -7124,12 +7864,32 @@ packages: isexe: 2.0.0 dev: true - /word-wrap/1.2.3: - resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} - engines: {node: '>=0.10.0'} + /why-is-node-running@2.2.2: + resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} + engines: {node: '>=8'} + hasBin: true + dependencies: + siginfo: 2.0.0 + stackback: 0.0.2 + dev: true + + /wide-align@1.1.5: + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + dependencies: + string-width: 1.0.2 + dev: true + optional: true + + /wrap-ansi@5.1.0: + resolution: {integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==} + engines: {node: '>=6'} + dependencies: + ansi-styles: 3.2.1 + string-width: 3.1.0 + strip-ansi: 5.2.0 dev: true - /wrap-ansi/6.2.0: + /wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} dependencies: @@ -7138,7 +7898,7 @@ packages: strip-ansi: 6.0.1 dev: true - /wrap-ansi/7.0.0: + /wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} dependencies: @@ -7147,33 +7907,37 @@ packages: strip-ansi: 6.0.1 dev: true - /wrappy/1.0.2: + /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /xtend/4.0.2: + /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} dev: true - /y18n/4.0.3: + /y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} dev: true - /y18n/5.0.8: + /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} dev: true - /yallist/2.1.2: + /yallist@2.1.2: resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} dev: true - /yallist/4.0.0: + /yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: true + + /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: true - /yamljs/0.3.0: + /yamljs@0.3.0: resolution: {integrity: sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==} hasBin: true dependencies: @@ -7181,7 +7945,14 @@ packages: glob: 7.2.3 dev: true - /yargs-parser/18.1.3: + /yargs-parser@15.0.3: + resolution: {integrity: sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==} + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + dev: true + + /yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} dependencies: @@ -7189,17 +7960,33 @@ packages: decamelize: 1.2.0 dev: true - /yargs-parser/20.2.9: + /yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} dev: true - /yargs-parser/21.1.1: + /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} dev: true - /yargs/15.4.1: + /yargs@14.2.3: + resolution: {integrity: sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==} + dependencies: + cliui: 5.0.0 + decamelize: 1.2.0 + find-up: 3.0.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 3.1.0 + which-module: 2.0.1 + y18n: 4.0.3 + yargs-parser: 15.0.3 + dev: true + + /yargs@15.4.1: resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} engines: {node: '>=8'} dependencies: @@ -7211,12 +7998,12 @@ packages: require-main-filename: 2.0.0 set-blocking: 2.0.0 string-width: 4.2.3 - which-module: 2.0.0 + which-module: 2.0.1 y18n: 4.0.3 yargs-parser: 18.1.3 dev: true - /yargs/16.2.0: + /yargs@16.2.0: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} dependencies: @@ -7229,8 +8016,8 @@ packages: yargs-parser: 20.2.9 dev: true - /yargs/17.6.2: - resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} + /yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} dependencies: cliui: 8.0.1 @@ -7242,20 +8029,19 @@ packages: yargs-parser: 21.1.1 dev: true - /yn/3.1.1: + /yn@3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} dev: true - /yocto-queue/0.1.0: + /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: true - '@cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz': - resolution: {tarball: https://cdn.jsdelivr.net/npm/@tsplus/installer@0.0.155/compiler/typescript.tgz} - name: typescript - version: 5.0.0-tsplus.20221122 - engines: {node: '>=4.2.0'} - hasBin: true + /yocto-queue@1.0.0: + resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} + engines: {node: '>=12.20'} dev: true + +publishDirectory: dist diff --git a/src/Bigint.ts b/src/Bigint.ts new file mode 100644 index 0000000000..60ee089b97 --- /dev/null +++ b/src/Bigint.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Bigint.ts.html + * - Module: "@effect/data/Bigint" + * ``` + */ + +export * from "@effect/data/Bigint" diff --git a/src/Boolean.ts b/src/Boolean.ts new file mode 100644 index 0000000000..0d9af15e8b --- /dev/null +++ b/src/Boolean.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Boolean.ts.html + * - Module: "@effect/data/Boolean" + * ``` + */ + +export * from "@effect/data/Boolean" diff --git a/src/Brand.ts b/src/Brand.ts new file mode 100644 index 0000000000..c86f188c30 --- /dev/null +++ b/src/Brand.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Brand.ts.html + * - Module: "@effect/data/Brand" + * ``` + */ + +export * from "@effect/data/Brand" diff --git a/src/Cache.ts b/src/Cache.ts new file mode 100644 index 0000000000..f17081c52a --- /dev/null +++ b/src/Cache.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Cache.ts.html + * - Module: "@effect/io/Cache" + * ``` + */ + +export * from "@effect/io/Cache" diff --git a/src/Cause.ts b/src/Cause.ts new file mode 100644 index 0000000000..a7fbe40954 --- /dev/null +++ b/src/Cause.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Cause.ts.html + * - Module: "@effect/io/Cause" + * ``` + */ + +export * from "@effect/io/Cause" diff --git a/src/Chunk.ts b/src/Chunk.ts new file mode 100644 index 0000000000..4b5d52b29a --- /dev/null +++ b/src/Chunk.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Chunk.ts.html + * - Module: "@effect/data/Chunk" + * ``` + */ + +export * from "@effect/data/Chunk" diff --git a/src/Clock.ts b/src/Clock.ts new file mode 100644 index 0000000000..40655cd6be --- /dev/null +++ b/src/Clock.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Clock.ts.html + * - Module: "@effect/io/Clock" + * ``` + */ + +export * from "@effect/io/Clock" diff --git a/src/Concurrency.ts b/src/Concurrency.ts new file mode 100644 index 0000000000..3866a1d356 --- /dev/null +++ b/src/Concurrency.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Concurrency.ts.html + * - Module: "@effect/io/Concurrency" + * ``` + */ + +export * from "@effect/io/Concurrency" diff --git a/src/Config.ts b/src/Config.ts new file mode 100644 index 0000000000..3b8f14eeb9 --- /dev/null +++ b/src/Config.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Config.ts.html + * - Module: "@effect/io/Config" + * ``` + */ + +export * from "@effect/io/Config" diff --git a/src/Context.ts b/src/Context.ts new file mode 100644 index 0000000000..7072ed34cd --- /dev/null +++ b/src/Context.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Context.ts.html + * - Module: "@effect/data/Context" + * ``` + */ + +export * from "@effect/data/Context" diff --git a/src/Data.ts b/src/Data.ts new file mode 100644 index 0000000000..5eb9130375 --- /dev/null +++ b/src/Data.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Data.ts.html + * - Module: "@effect/data/Data" + * ``` + */ + +export * from "@effect/data/Data" diff --git a/src/DefaultServices.ts b/src/DefaultServices.ts new file mode 100644 index 0000000000..3086256743 --- /dev/null +++ b/src/DefaultServices.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/DefaultServices.ts.html + * - Module: "@effect/io/DefaultServices" + * ``` + */ + +export * from "@effect/io/DefaultServices" diff --git a/src/Deferred.ts b/src/Deferred.ts new file mode 100644 index 0000000000..5a7ccc8326 --- /dev/null +++ b/src/Deferred.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Deferred.ts.html + * - Module: "@effect/io/Deferred" + * ``` + */ + +export * from "@effect/io/Deferred" diff --git a/src/DeterministicRandom.ts b/src/DeterministicRandom.ts new file mode 100644 index 0000000000..9a798511ae --- /dev/null +++ b/src/DeterministicRandom.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Random.ts.html + * - Module: "@effect/data/Random" + * ``` + */ + +export * from "@effect/data/Random" diff --git a/src/Differ.ts b/src/Differ.ts new file mode 100644 index 0000000000..94a41526b3 --- /dev/null +++ b/src/Differ.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ.ts.html + * - Module: "@effect/data/Differ" + * ``` + */ + +export * from "@effect/data/Differ" diff --git a/src/DifferChunkPatch.ts b/src/DifferChunkPatch.ts new file mode 100644 index 0000000000..37fb24734a --- /dev/null +++ b/src/DifferChunkPatch.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/ChunkPatch.ts.html + * - Module: "@effect/data/Differ/ChunkPatch" + * ``` + */ + +export * from "@effect/data/Differ/ChunkPatch" diff --git a/src/DifferContextPatch.ts b/src/DifferContextPatch.ts new file mode 100644 index 0000000000..5770c01170 --- /dev/null +++ b/src/DifferContextPatch.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/ContextPatch.ts.html + * - Module: "@effect/data/Differ/ContextPatch" + * ``` + */ + +export * from "@effect/data/Differ/ContextPatch" diff --git a/src/DifferHashMapPatch.ts b/src/DifferHashMapPatch.ts new file mode 100644 index 0000000000..7648309efb --- /dev/null +++ b/src/DifferHashMapPatch.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/HashMapPatch.ts.html + * - Module: "@effect/data/Differ/HashMapPatch" + * ``` + */ + +export * from "@effect/data/Differ/HashMapPatch" diff --git a/src/DifferHashSetPatch.ts b/src/DifferHashSetPatch.ts new file mode 100644 index 0000000000..472e8e1938 --- /dev/null +++ b/src/DifferHashSetPatch.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/HashSetPatch.ts.html + * - Module: "@effect/data/Differ/HashSetPatch" + * ``` + */ + +export * from "@effect/data/Differ/HashSetPatch" diff --git a/src/DifferOrPatch.ts b/src/DifferOrPatch.ts new file mode 100644 index 0000000000..a5dff3aa6f --- /dev/null +++ b/src/DifferOrPatch.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/OrPatch.ts.html + * - Module: "@effect/data/Differ/OrPatch" + * ``` + */ + +export * from "@effect/data/Differ/OrPatch" diff --git a/src/Duration.ts b/src/Duration.ts new file mode 100644 index 0000000000..cce943fa4f --- /dev/null +++ b/src/Duration.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Duration.ts.html + * - Module: "@effect/data/Duration" + * ``` + */ + +export * from "@effect/data/Duration" diff --git a/src/Effect.ts b/src/Effect.ts new file mode 100644 index 0000000000..d4e3561110 --- /dev/null +++ b/src/Effect.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Effect.ts.html + * - Module: "@effect/io/Effect" + * ``` + */ + +export * from "@effect/io/Effect" diff --git a/src/Either.ts b/src/Either.ts new file mode 100644 index 0000000000..98a40c1e18 --- /dev/null +++ b/src/Either.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Either.ts.html + * - Module: "@effect/data/Either" + * ``` + */ + +export * from "@effect/data/Either" diff --git a/src/Equal.ts b/src/Equal.ts new file mode 100644 index 0000000000..1ef14ebf12 --- /dev/null +++ b/src/Equal.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Equal.ts.html + * - Module: "@effect/data/Equal" + * ``` + */ + +export * from "@effect/data/Equal" diff --git a/src/Equivalence.ts b/src/Equivalence.ts new file mode 100644 index 0000000000..4a67aa0650 --- /dev/null +++ b/src/Equivalence.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Equivalence.ts.html + * - Module: "@effect/data/Equivalence" + * ``` + */ + +export * from "@effect/data/Equivalence" diff --git a/src/ExecutionStrategy.ts b/src/ExecutionStrategy.ts new file mode 100644 index 0000000000..b693fbaeb7 --- /dev/null +++ b/src/ExecutionStrategy.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/ExecutionStrategy.ts.html + * - Module: "@effect/io/ExecutionStrategy" + * ``` + */ + +export * from "@effect/io/ExecutionStrategy" diff --git a/src/Exit.ts b/src/Exit.ts new file mode 100644 index 0000000000..eeacae46a3 --- /dev/null +++ b/src/Exit.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Exit.ts.html + * - Module: "@effect/io/Exit" + * ``` + */ + +export * from "@effect/io/Exit" diff --git a/src/Fiber.ts b/src/Fiber.ts new file mode 100644 index 0000000000..1194c89a16 --- /dev/null +++ b/src/Fiber.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Fiber.ts.html + * - Module: "@effect/io/Fiber" + * ``` + */ + +export * from "@effect/io/Fiber" diff --git a/src/FiberId.ts b/src/FiberId.ts new file mode 100644 index 0000000000..63d9951a19 --- /dev/null +++ b/src/FiberId.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Id.ts.html + * - Module: "@effect/io/Fiber/Id" + * ``` + */ + +export * from "@effect/io/Fiber/Id" diff --git a/src/FiberRef.ts b/src/FiberRef.ts new file mode 100644 index 0000000000..bce6d6749f --- /dev/null +++ b/src/FiberRef.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/FiberRef.ts.html + * - Module: "@effect/io/FiberRef" + * ``` + */ + +export * from "@effect/io/FiberRef" diff --git a/src/index/FiberRefs.ts b/src/FiberRefs.ts similarity index 100% rename from src/index/FiberRefs.ts rename to src/FiberRefs.ts diff --git a/src/FiberRuntimeFlags.ts b/src/FiberRuntimeFlags.ts new file mode 100644 index 0000000000..285aef9f4e --- /dev/null +++ b/src/FiberRuntimeFlags.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags.ts.html + * - Module: "@effect/io/Fiber/Runtime/Flags" + * ``` + */ + +export * from "@effect/io/Fiber/Runtime/Flags" diff --git a/src/FiberRuntimeFlagsPatch.ts b/src/FiberRuntimeFlagsPatch.ts new file mode 100644 index 0000000000..ebefc704cc --- /dev/null +++ b/src/FiberRuntimeFlagsPatch.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags/Patch.ts.html + * - Module: "@effect/io/Fiber/Runtime/Flags/Patch" + * ``` + */ + +export * from "@effect/io/Fiber/Runtime/Flags/Patch" diff --git a/src/FiberStatus.ts b/src/FiberStatus.ts new file mode 100644 index 0000000000..290cd75ad4 --- /dev/null +++ b/src/FiberStatus.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Status.ts.html + * - Module: "@effect/io/Fiber/Status" + * ``` + */ + +export * from "@effect/io/Fiber/Status" diff --git a/src/Function.ts b/src/Function.ts new file mode 100644 index 0000000000..0fb3f10d12 --- /dev/null +++ b/src/Function.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Function.ts.html + * - Module: "@effect/data/Function" + * ``` + */ + +export * from "@effect/data/Function" diff --git a/src/HKT.ts b/src/HKT.ts new file mode 100644 index 0000000000..4aec8938dc --- /dev/null +++ b/src/HKT.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/HKT.ts.html + * - Module: "@effect/data/HKT" + * ``` + */ + +export * from "@effect/data/HKT" diff --git a/src/Hash.ts b/src/Hash.ts new file mode 100644 index 0000000000..e2b416724b --- /dev/null +++ b/src/Hash.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Hash.ts.html + * - Module: "@effect/data/Hash" + * ``` + */ + +export * from "@effect/data/Hash" diff --git a/src/HashMap.ts b/src/HashMap.ts new file mode 100644 index 0000000000..872cdc9f7e --- /dev/null +++ b/src/HashMap.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/HashMap.ts.html + * - Module: "@effect/data/HashMap" + * ``` + */ + +export * from "@effect/data/HashMap" diff --git a/src/HashSet.ts b/src/HashSet.ts new file mode 100644 index 0000000000..c93d8ad05d --- /dev/null +++ b/src/HashSet.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/HashSet.ts.html + * - Module: "@effect/data/HashSet" + * ``` + */ + +export * from "@effect/data/HashSet" diff --git a/src/Hub.ts b/src/Hub.ts new file mode 100644 index 0000000000..9831c51f5a --- /dev/null +++ b/src/Hub.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Hub.ts.html + * - Module: "@effect/io/Hub" + * ``` + */ + +export * from "@effect/io/Hub" diff --git a/src/KeyedPool.ts b/src/KeyedPool.ts new file mode 100644 index 0000000000..fdee9512c2 --- /dev/null +++ b/src/KeyedPool.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.gitKeyedPool.io/io/modules/KeyedPool.ts.html + * - Module: "@effect/io/KeyedPool" + * ``` + */ + +export * from "@effect/io/KeyedPool" diff --git a/src/Layer.ts b/src/Layer.ts new file mode 100644 index 0000000000..9988cb1a0d --- /dev/null +++ b/src/Layer.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.gitLayer.io/io/modules/Layer.ts.html + * - Module: "@effect/io/Layer" + * ``` + */ + +export * from "@effect/io/Layer" diff --git a/src/List.ts b/src/List.ts new file mode 100644 index 0000000000..c3a2b67784 --- /dev/null +++ b/src/List.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/List.ts.html + * - Module: "@effect/data/List" + * ``` + */ + +export * from "@effect/data/List" diff --git a/src/Logger.ts b/src/Logger.ts new file mode 100644 index 0000000000..2004e13ae2 --- /dev/null +++ b/src/Logger.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Logger.ts.html + * - Module: "@effect/io/Logger" + * ``` + */ + +export * from "@effect/io/Logger" diff --git a/src/LoggerLevel.ts b/src/LoggerLevel.ts new file mode 100644 index 0000000000..f15c68b0a6 --- /dev/null +++ b/src/LoggerLevel.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html + * - Module: "@effect/io/Logger/Level" + * ``` + */ + +export * from "@effect/io/Logger/Level" diff --git a/src/LoggerSpan.ts b/src/LoggerSpan.ts new file mode 100644 index 0000000000..b9bf5fdb75 --- /dev/null +++ b/src/LoggerSpan.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Logger/Span.ts.html + * - Module: "@effect/io/Logger/Span" + * ``` + */ + +export * from "@effect/io/Logger/Span" diff --git a/src/Metric.ts b/src/Metric.ts new file mode 100644 index 0000000000..f1c83d0aa1 --- /dev/null +++ b/src/Metric.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric.ts.html + * - Module: "@effect/io/Metric" + * ``` + */ + +export * from "@effect/io/Metric" diff --git a/src/MetricBoundaries.ts b/src/MetricBoundaries.ts new file mode 100644 index 0000000000..4778a0fbdb --- /dev/null +++ b/src/MetricBoundaries.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Boundaries.ts.html + * - Module: "@effect/io/Metric/Boundaries" + * ``` + */ + +export * from "@effect/io/Metric/Boundaries" diff --git a/src/MetricHook.ts b/src/MetricHook.ts new file mode 100644 index 0000000000..24204d53f1 --- /dev/null +++ b/src/MetricHook.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Hook.ts.html + * - Module: "@effect/io/Metric/Hook" + * ``` + */ + +export * from "@effect/io/Metric/Hook" diff --git a/src/MetricKey.ts b/src/MetricKey.ts new file mode 100644 index 0000000000..a71ef1a17a --- /dev/null +++ b/src/MetricKey.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Key.ts.html + * - Module: "@effect/io/Metric/Key" + * ``` + */ + +export * from "@effect/io/Metric/Key" diff --git a/src/MetricKeyType.ts b/src/MetricKeyType.ts new file mode 100644 index 0000000000..6136cd44ce --- /dev/null +++ b/src/MetricKeyType.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/KeyType.ts.html + * - Module: "@effect/io/Metric/KeyType" + * ``` + */ + +export * from "@effect/io/Metric/KeyType" diff --git a/src/MetricLabel.ts b/src/MetricLabel.ts new file mode 100644 index 0000000000..95aefd291b --- /dev/null +++ b/src/MetricLabel.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Label.ts.html + * - Module: "@effect/io/Metric/Label" + * ``` + */ + +export * from "@effect/io/Metric/Label" diff --git a/src/MetricPair.ts b/src/MetricPair.ts new file mode 100644 index 0000000000..c37bbafab3 --- /dev/null +++ b/src/MetricPair.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Pair.ts.html + * - Module: "@effect/io/Metric/Pair" + * ``` + */ + +export * from "@effect/io/Metric/Pair" diff --git a/src/MetricPolling.ts b/src/MetricPolling.ts new file mode 100644 index 0000000000..1f8bcd7afb --- /dev/null +++ b/src/MetricPolling.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Polling.ts.html + * - Module: "@effect/io/Metric/Polling" + * ``` + */ + +export * from "@effect/io/Metric/Polling" diff --git a/src/MetricRegistry.ts b/src/MetricRegistry.ts new file mode 100644 index 0000000000..aba05dfd53 --- /dev/null +++ b/src/MetricRegistry.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Registry.ts.html + * - Module: "@effect/io/Metric/Registry" + * ``` + */ + +export * from "@effect/io/Metric/Registry" diff --git a/src/MetricState.ts b/src/MetricState.ts new file mode 100644 index 0000000000..e2316a6656 --- /dev/null +++ b/src/MetricState.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/State.ts.html + * - Module: "@effect/io/Metric/State" + * ``` + */ + +export * from "@effect/io/Metric/State" diff --git a/src/MutableHashMap.ts b/src/MutableHashMap.ts new file mode 100644 index 0000000000..3e036f10a6 --- /dev/null +++ b/src/MutableHashMap.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableHashMap.ts.html + * - Module: "@effect/data/MutableHashMap" + * ``` + */ + +export * from "@effect/data/MutableHashMap" diff --git a/src/MutableHashSet.ts b/src/MutableHashSet.ts new file mode 100644 index 0000000000..39a5412416 --- /dev/null +++ b/src/MutableHashSet.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableHashSet.ts.html + * - Module: "@effect/data/MutableHashSet" + * ``` + */ + +export * from "@effect/data/MutableHashSet" diff --git a/src/MutableList.ts b/src/MutableList.ts new file mode 100644 index 0000000000..f0dfa24d88 --- /dev/null +++ b/src/MutableList.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableList.ts.html + * - Module: "@effect/data/MutableList" + * ``` + */ + +export * from "@effect/data/MutableList" diff --git a/src/MutableQueue.ts b/src/MutableQueue.ts new file mode 100644 index 0000000000..e2d4caad02 --- /dev/null +++ b/src/MutableQueue.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableQueue.ts.html + * - Module: "@effect/data/MutableQueue" + * ``` + */ + +export * from "@effect/data/MutableQueue" diff --git a/src/MutableRef.ts b/src/MutableRef.ts new file mode 100644 index 0000000000..9fb06bd373 --- /dev/null +++ b/src/MutableRef.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableRef.ts.html + * - Module: "@effect/data/MutableRef" + * ``` + */ + +export * from "@effect/data/MutableRef" diff --git a/src/Number.ts b/src/Number.ts new file mode 100644 index 0000000000..2881533975 --- /dev/null +++ b/src/Number.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Number.ts.html + * - Module: "@effect/data/Number" + * ``` + */ + +export * from "@effect/data/Number" diff --git a/src/Option.ts b/src/Option.ts new file mode 100644 index 0000000000..9777f82b35 --- /dev/null +++ b/src/Option.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Option.ts.html + * - Module: "@effect/data/Option" + * ``` + */ + +export * from "@effect/data/Option" diff --git a/src/Order.ts b/src/Order.ts new file mode 100644 index 0000000000..75c4f4cbfb --- /dev/null +++ b/src/Order.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Order.ts.html + * - Module: "@effect/data/Order" + * ``` + */ + +export * from "@effect/data/Order" diff --git a/src/Ordering.ts b/src/Ordering.ts new file mode 100644 index 0000000000..454cecc79f --- /dev/null +++ b/src/Ordering.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Ordering.ts.html + * - Module: "@effect/data/Ordering" + * ``` + */ + +export * from "@effect/data/Ordering" diff --git a/src/Pipeable.ts b/src/Pipeable.ts new file mode 100644 index 0000000000..c7f98c49e3 --- /dev/null +++ b/src/Pipeable.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Pipeable.ts.html + * - Module: "@effect/data/Pipeable" + * ``` + */ + +export * from "@effect/data/Pipeable" diff --git a/src/Pool.ts b/src/Pool.ts new file mode 100644 index 0000000000..3c5730504c --- /dev/null +++ b/src/Pool.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.gitPool.io/io/modules/Pool.ts.html + * - Module: "@effect/io/Pool" + * ``` + */ + +export * from "@effect/io/Pool" diff --git a/src/Predicate.ts b/src/Predicate.ts new file mode 100644 index 0000000000..bc0b24c82d --- /dev/null +++ b/src/Predicate.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Predicate.ts.html + * - Module: "@effect/data/Predicate" + * ``` + */ + +export * from "@effect/data/Predicate" diff --git a/src/Queue.ts b/src/Queue.ts new file mode 100644 index 0000000000..25af15b7a9 --- /dev/null +++ b/src/Queue.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.gitQueue.io/io/modules/Queue.ts.html + * - Module: "@effect/io/Queue" + * ``` + */ + +export * from "@effect/io/Queue" diff --git a/src/Random.ts b/src/Random.ts new file mode 100644 index 0000000000..6717d4400d --- /dev/null +++ b/src/Random.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Random.ts.html + * - Module: "@effect/io/Random" + * ``` + */ + +export * from "@effect/io/Random" diff --git a/src/ReadonlyArray.ts b/src/ReadonlyArray.ts new file mode 100644 index 0000000000..53c178c2e3 --- /dev/null +++ b/src/ReadonlyArray.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/ReadonlyArray.ts.html + * - Module: "@effect/data/ReadonlyArray" + * ``` + */ + +export * from "@effect/data/ReadonlyArray" diff --git a/src/ReadonlyRecord.ts b/src/ReadonlyRecord.ts new file mode 100644 index 0000000000..68726684dc --- /dev/null +++ b/src/ReadonlyRecord.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/ReadonlyRecord.ts.html + * - Module: "@effect/data/ReadonlyRecord" + * ``` + */ + +export * from "@effect/data/ReadonlyRecord" diff --git a/src/RedBlackTree.ts b/src/RedBlackTree.ts new file mode 100644 index 0000000000..d66c6e0cee --- /dev/null +++ b/src/RedBlackTree.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/RedBlackTree.ts.html + * - Module: "@effect/data/RedBlackTree" + * ``` + */ + +export * from "@effect/data/RedBlackTree" diff --git a/src/Ref.ts b/src/Ref.ts new file mode 100644 index 0000000000..80262a7eff --- /dev/null +++ b/src/Ref.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Ref.ts.html + * - Module: "@effect/io/Ref" + * ``` + */ + +export * from "@effect/io/Ref" diff --git a/src/Reloadable.ts b/src/Reloadable.ts new file mode 100644 index 0000000000..7f9a2f7bf8 --- /dev/null +++ b/src/Reloadable.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Reloadable.ts.html + * - Module: "@effect/io/Reloadable" + * ``` + */ + +export * from "@effect/io/Reloadable" diff --git a/src/Request.ts b/src/Request.ts new file mode 100644 index 0000000000..1fb7513133 --- /dev/null +++ b/src/Request.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Request.ts.html + * - Module: "@effect/io/Request" + * ``` + */ + +export * from "@effect/io/Request" diff --git a/src/RequestBlock.ts b/src/RequestBlock.ts new file mode 100644 index 0000000000..28e7c37c3a --- /dev/null +++ b/src/RequestBlock.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/RequestBlock.ts.html + * - Module: "@effect/io/RequestBlock" + * ``` + */ + +export * from "@effect/io/RequestBlock" diff --git a/src/RequestResolver.ts b/src/RequestResolver.ts new file mode 100644 index 0000000000..6afe6ec773 --- /dev/null +++ b/src/RequestResolver.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/RequestResolver.ts.html + * - Module: "@effect/io/RequestResolver" + * ``` + */ + +export * from "@effect/io/RequestResolver" diff --git a/src/Resource.ts b/src/Resource.ts new file mode 100644 index 0000000000..1d1d129c3c --- /dev/null +++ b/src/Resource.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Resource.ts.html + * - Module: "@effect/io/Resource" + * ``` + */ + +export * from "@effect/io/Resource" diff --git a/src/Runtime.ts b/src/Runtime.ts new file mode 100644 index 0000000000..9add2f392a --- /dev/null +++ b/src/Runtime.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Runtime.ts.html + * - Module: "@effect/io/Runtime" + * ``` + */ + +export * from "@effect/io/Runtime" diff --git a/src/Schedule.ts b/src/Schedule.ts new file mode 100644 index 0000000000..c93bb97dd8 --- /dev/null +++ b/src/Schedule.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Schedule.ts.html + * - Module: "@effect/io/Schedule" + * ``` + */ + +export * from "@effect/io/Schedule" diff --git a/src/ScheduleDecision.ts b/src/ScheduleDecision.ts new file mode 100644 index 0000000000..99fe1df18d --- /dev/null +++ b/src/ScheduleDecision.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Schedule/Decision.ts.html + * - Module: "@effect/io/Schedule/Decision" + * ``` + */ + +export * from "@effect/io/Schedule/Decision" diff --git a/src/ScheduleInterval.ts b/src/ScheduleInterval.ts new file mode 100644 index 0000000000..6d83fa1ee9 --- /dev/null +++ b/src/ScheduleInterval.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Schedule/Interval.ts.html + * - Module: "@effect/io/Schedule/Interval" + * ``` + */ + +export * from "@effect/io/Schedule/Interval" diff --git a/src/ScheduleIntervals.ts b/src/ScheduleIntervals.ts new file mode 100644 index 0000000000..96987e2500 --- /dev/null +++ b/src/ScheduleIntervals.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Schedule/Intervals.ts.html + * - Module: "@effect/io/Schedule/Intervals" + * ``` + */ + +export * from "@effect/io/Schedule/Intervals" diff --git a/src/Scheduler.ts b/src/Scheduler.ts new file mode 100644 index 0000000000..fd2faf9be7 --- /dev/null +++ b/src/Scheduler.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Scheduler.ts.html + * - Module: "@effect/io/Scheduler" + * ``` + */ + +export * from "@effect/io/Scheduler" diff --git a/src/Scope.ts b/src/Scope.ts new file mode 100644 index 0000000000..8adb2bde5d --- /dev/null +++ b/src/Scope.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Scope.ts.html + * - Module: "@effect/io/Scope" + * ``` + */ + +export * from "@effect/io/Scope" diff --git a/src/ScopedCache.ts b/src/ScopedCache.ts new file mode 100644 index 0000000000..a01c19fa8b --- /dev/null +++ b/src/ScopedCache.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/ScopedCache.ts.html + * - Module: "@effect/io/ScopedCache" + * ``` + */ + +export * from "@effect/io/ScopedCache" diff --git a/src/ScopedRef.ts b/src/ScopedRef.ts new file mode 100644 index 0000000000..adbf571053 --- /dev/null +++ b/src/ScopedRef.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/ScopedRef.ts.html + * - Module: "@effect/io/ScopedRef" + * ``` + */ + +export * from "@effect/io/ScopedRef" diff --git a/src/SortedMap.ts b/src/SortedMap.ts new file mode 100644 index 0000000000..d1e27fe1d9 --- /dev/null +++ b/src/SortedMap.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/SortedMap.ts.html + * - Module: "@effect/data/SortedMap" + * ``` + */ + +export * from "@effect/data/SortedMap" diff --git a/src/SortedSet.ts b/src/SortedSet.ts new file mode 100644 index 0000000000..303957dc67 --- /dev/null +++ b/src/SortedSet.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/SortedSet.ts.html + * - Module: "@effect/data/SortedSet" + * ``` + */ + +export * from "@effect/data/SortedSet" diff --git a/src/String.ts b/src/String.ts new file mode 100644 index 0000000000..5580505ee6 --- /dev/null +++ b/src/String.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/String.ts.html + * - Module: "@effect/data/String" + * ``` + */ + +export * from "@effect/data/String" diff --git a/src/Struct.ts b/src/Struct.ts new file mode 100644 index 0000000000..a5b455b75b --- /dev/null +++ b/src/Struct.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Struct.ts.html + * - Module: "@effect/data/Struct" + * ``` + */ + +export * from "@effect/data/Struct" diff --git a/src/Supervisor.ts b/src/Supervisor.ts new file mode 100644 index 0000000000..eb9cb9c5dd --- /dev/null +++ b/src/Supervisor.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Supervisor.ts.html + * - Module: "@effect/io/Supervisor" + * ``` + */ + +export * from "@effect/io/Supervisor" diff --git a/src/Symbol.ts b/src/Symbol.ts new file mode 100644 index 0000000000..f77607ced6 --- /dev/null +++ b/src/Symbol.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Symbol.ts.html + * - Module: "@effect/data/Symbol" + * ``` + */ + +export * from "@effect/data/Symbol" diff --git a/src/SynchronizedRef.ts b/src/SynchronizedRef.ts new file mode 100644 index 0000000000..26967090d5 --- /dev/null +++ b/src/SynchronizedRef.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Ref/Synchronized.ts.html + * - Module: "@effect/io/Ref/Synchronized" + * ``` + */ + +export * from "@effect/io/Ref/Synchronized" diff --git a/src/Tracer.ts b/src/Tracer.ts new file mode 100644 index 0000000000..fee98b005c --- /dev/null +++ b/src/Tracer.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Tracer.ts.html + * - Module: "@effect/io/Tracer" + * ``` + */ + +export * from "@effect/io/Tracer" diff --git a/src/Tuple.ts b/src/Tuple.ts new file mode 100644 index 0000000000..27a6219d56 --- /dev/null +++ b/src/Tuple.ts @@ -0,0 +1,10 @@ +/** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Tuple.ts.html + * - Module: "@effect/data/Tuple" + * ``` + */ + +export * from "@effect/data/Tuple" diff --git a/src/collection.ts b/src/collection.ts deleted file mode 100644 index 64f467bea4..0000000000 --- a/src/collection.ts +++ /dev/null @@ -1,147 +0,0 @@ -/** - * @since 2.0.0 - */ - -import * as Chunk from "@fp-ts/data/Chunk" -import * as HashMap from "@fp-ts/data/HashMap" -import * as HashSet from "@fp-ts/data/HashSet" -import * as List from "@fp-ts/data/List" -import * as MutableHashMap from "@fp-ts/data/mutable/MutableHashMap" -import * as MutableHashSet from "@fp-ts/data/mutable/MutableHashSet" -import * as MutableList from "@fp-ts/data/mutable/MutableList" -import * as MutableListBuilder from "@fp-ts/data/mutable/MutableListBuilder" -import * as MutableQueue from "@fp-ts/data/mutable/MutableQueue" -import * as ImmutableQueue from "@fp-ts/data/Queue" -import * as ReadonlyArray from "@fp-ts/data/ReadonlyArray" -import * as RedBlackTree from "@fp-ts/data/RedBlackTree" -import * as SortedMap from "@fp-ts/data/SortedMap" -import * as SortedSet from "@fp-ts/data/SortedSet" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Chunk.ts.html - * - Module: "@fp-ts/data/Chunk" - * ``` - */ - Chunk, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/HashMap.ts.html - * - Module: "@fp-ts/data/HashMap" - * ``` - */ - HashMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/HashSet.ts.html - * - Module: "@fp-ts/data/HashSet" - * ``` - */ - HashSet, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Queue.ts.html - * - Module: "@fp-ts/data/Queue" - * ``` - */ - ImmutableQueue, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/List.ts.html - * - Module: "@fp-ts/data/List" - * ``` - */ - List, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/mutable/MutableHashMap.ts.html - * - Module: "@fp-ts/data/mutable/MutableHashMap" - * ``` - */ - MutableHashMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/mutable/MutableHashSet.ts.html - * - Module: "@fp-ts/data/mutable/MutableHashSet" - * ``` - */ - MutableHashSet, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/mutable/MutableList.ts.html - * - Module: "@fp-ts/data/mutable/MutableList" - * ``` - */ - MutableList, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/mutable/MutableListBuilder.ts.html - * - Module: "@fp-ts/data/mutable/MutableListBuilder" - * ``` - */ - MutableListBuilder, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/mutable/MutableQueue.ts.html - * - Module: "@fp-ts/data/mutable/MutableQueue" - * ``` - */ - MutableQueue, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/ReadonlyArray.ts.html - * - Module: "@fp-ts/data/ReadonlyArray" - * ``` - */ - ReadonlyArray, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/RedBlackTree.ts.html - * - Module: "@fp-ts/data/RedBlackTree" - * ``` - */ - RedBlackTree, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/SortedMap.ts.html - * - Module: "@fp-ts/data/SortedMap" - * ``` - */ - SortedMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/SortedSet.ts.html - * - Module: "@fp-ts/data/SortedSet" - * ``` - */ - SortedSet -} diff --git a/src/data.ts b/src/data.ts deleted file mode 100644 index 301a12a476..0000000000 --- a/src/data.ts +++ /dev/null @@ -1,97 +0,0 @@ -/** - * @since 2.0.0 - */ - -import * as HKT from "@fp-ts/core/HKT" -import * as Boolean from "@fp-ts/data/Boolean" -import * as Function from "@fp-ts/data/Function" -import * as Identity from "@fp-ts/data/Identity" -import * as Json from "@fp-ts/data/Json" -import * as MutableRef from "@fp-ts/data/mutable/MutableRef" -import * as Ordering from "@fp-ts/data/Ordering" -import * as PCGRandom from "@fp-ts/data/Random" -import * as Differ from "effect/data/Differ" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Boolean.ts.html - * - Module: "@fp-ts/data/Boolean" - * ``` - */ - Boolean, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Differ.ts.html - * - Module: "@fp-ts/data/Differ" - * ``` - */ - Differ, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Function.ts.html - * - Module: "@fp-ts/data/Function" - * ``` - */ - Function, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/HKT.ts.html - * - Module: "@fp-ts/core/HKT" - * ``` - */ - HKT, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Identity.ts.html - * - Module: "@fp-ts/data/Identity" - * ``` - */ - Identity, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Json.ts.html - * - Module: "@fp-ts/data/Json" - * ``` - */ - Json, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/mutable/MutableRef.ts.html - * - Module: "@fp-ts/data/mutable/MutableRef" - * ``` - */ - MutableRef, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Ordering.ts.html - * - Module: "@fp-ts/data/Ordering" - * ``` - */ - Ordering, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Random.ts.html - * - Module: "@fp-ts/data/Random" - * ``` - */ - PCGRandom -} diff --git a/src/data/Differ.ts b/src/data/Differ.ts deleted file mode 100644 index 728ab0811c..0000000000 --- a/src/data/Differ.ts +++ /dev/null @@ -1,64 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Differ.ts.html - * - Module: "@fp-ts/data/Differ" - * ``` - */ - -import * as ChunkPatch from "@fp-ts/data/Differ/ChunkPatch" -import * as ContextPatch from "@fp-ts/data/Differ/ContextPatch" -import * as HashMapPatch from "@fp-ts/data/Differ/HashMapPatch" -import * as HashSetPatch from "@fp-ts/data/Differ/HashSetPatch" -import * as OrPatch from "@fp-ts/data/Differ/OrPatch" - -export * from "@fp-ts/data/Differ" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Differ/ChunkPatch.ts.html - * - Module: "@fp-ts/data/Differ/ChunkPatch" - * ``` - */ - ChunkPatch, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Differ/ContextPatch.ts.html - * - Module: "@fp-ts/data/Differ/ContextPatch" - * ``` - */ - ContextPatch, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Differ/HashMapPatch.ts.html - * - Module: "@fp-ts/data/Differ/HashMapPatch" - * ``` - */ - HashMapPatch, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Differ/HashSetPatch.ts.html - * - Module: "@fp-ts/data/Differ/HashSetPatch" - * ``` - */ - HashSetPatch, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/Differ/OrPatch.ts.html - * - Module: "@fp-ts/data/Differ/OrPatch" - * ``` - */ - OrPatch -} diff --git a/src/debug.ts b/src/debug.ts deleted file mode 100644 index d134787153..0000000000 --- a/src/debug.ts +++ /dev/null @@ -1,43 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Debug.ts.html - * - Module: "@effect/io/Debug" - * ``` - */ -import { - Debug, - getCallTrace, - getCallTraceFromNewError, - isTraceEnabled, - runtimeDebug, - withCallTrace -} from "@effect/io/Debug" - -export { - /** - * @since 2.0.0 - */ - Debug, - /** - * @since 2.0.0 - */ - getCallTrace, - /** - * @since 2.0.0 - */ - getCallTraceFromNewError, - /** - * @since 2.0.0 - */ - isTraceEnabled, - /** - * @since 2.0.0 - */ - runtimeDebug, - /** - * @since 2.0.0 - */ - withCallTrace -} diff --git a/src/index.ts b/src/index.ts index d17aad0ebf..b93fbf784a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,49 +2,112 @@ * @since 2.0.0 */ -import * as Cached from "@effect/io/Cached" -import * as Cause from "@effect/io/Cause" -import * as Clock from "@effect/io/Clock" -import * as DefaultServices from "@effect/io/DefaultServices" -import * as Deferred from "@effect/io/Deferred" -import * as Effect from "@effect/io/Effect" -import * as ExecutionStrategy from "@effect/io/ExecutionStrategy" -import * as Exit from "@effect/io/Exit" -import * as FiberRef from "@effect/io/FiberRef" -import * as Hub from "@effect/io/Hub" -import * as Layer from "@effect/io/Layer" -import * as Queue from "@effect/io/Queue" -import * as Random from "@effect/io/Random" -import * as Reloadable from "@effect/io/Reloadable" -import * as Runtime from "@effect/io/Runtime" -import * as Scope from "@effect/io/Scope" -import * as Supervisor from "@effect/io/Supervisor" -import * as Tracer from "@effect/io/Tracer" -import * as Context from "@fp-ts/data/Context" -import * as Duration from "@fp-ts/data/Duration" -import * as Either from "@fp-ts/data/Either" -import * as Equal from "@fp-ts/data/Equal" -import { absurd, flow, hole, identity, pipe, unsafeCoerce } from "@fp-ts/data/Function" -import * as Number from "@fp-ts/data/Number" -import * as Option from "@fp-ts/data/Option" -import * as Predicate from "@fp-ts/data/Predicate" -import * as String from "@fp-ts/data/String" -import * as Codec from "@fp-ts/schema/Codec" -import * as Fiber from "effect/index/Fiber" -import * as FiberRefs from "effect/index/FiberRefs" -import * as Logger from "effect/index/Logger" -import * as Metric from "effect/index/Metric" -import * as Optic from "effect/index/Optic" -import * as Ref from "effect/index/Ref" -import * as Schedule from "effect/index/Schedule" +import * as Bigint from "effect/Bigint" +import * as Boolean from "effect/Boolean" +import * as Brand from "effect/Brand" +import * as Cache from "effect/Cache" +import * as Cause from "effect/Cause" +import * as Chunk from "effect/Chunk" +import * as Clock from "effect/Clock" +import * as Concurrency from "effect/Concurrency" +import * as Config from "effect/Config" +import * as Context from "effect/Context" +import * as Data from "effect/Data" +import * as DefaultServices from "effect/DefaultServices" +import * as Deferred from "effect/Deferred" +import * as DeterministicRandom from "effect/DeterministicRandom" +import * as Differ from "effect/Differ" +import * as DifferChunkPatch from "effect/DifferChunkPatch" +import * as DifferContextPatch from "effect/DifferContextPatch" +import * as DifferHashMapPatch from "effect/DifferHashMapPatch" +import * as DifferHashSetPatch from "effect/DifferHashSetPatch" +import * as DifferOrPatch from "effect/DifferOrPatch" +import * as Duration from "effect/Duration" +import * as Effect from "effect/Effect" +import * as Either from "effect/Either" +import * as Equal from "effect/Equal" +import * as Equivalence from "effect/Equivalence" +import * as ExecutionStrategy from "effect/ExecutionStrategy" +import * as Exit from "effect/Exit" +import * as Fiber from "effect/Fiber" +import * as FiberId from "effect/FiberId" +import * as FiberRef from "effect/FiberRef" +import * as FiberRefs from "effect/FiberRefs" +import * as FiberRuntimeFlags from "effect/FiberRuntimeFlags" +import * as FiberRuntimeFlagsPatch from "effect/FiberRuntimeFlagsPatch" +import * as FiberStatus from "effect/FiberStatus" +import { absurd, hole, identity, pipe, unsafeCoerce } from "effect/Function" +import * as Function from "effect/Function" +import * as Hash from "effect/Hash" +import * as HashMap from "effect/HashMap" +import * as HashSet from "effect/HashSet" +import * as HKT from "effect/HKT" +import * as Hub from "effect/Hub" +import * as KeyedPool from "effect/KeyedPool" +import * as Layer from "effect/Layer" +import * as List from "effect/List" +import * as Logger from "effect/Logger" +import * as LoggerLevel from "effect/LoggerLevel" +import * as LoggerSpan from "effect/LoggerSpan" +import * as Metric from "effect/Metric" +import * as MetricBoundaries from "effect/MetricBoundaries" +import * as MetricHook from "effect/MetricHook" +import * as MetricKey from "effect/MetricKey" +import * as MetricKeyType from "effect/MetricKeyType" +import * as MetricLabel from "effect/MetricLabel" +import * as MetricPair from "effect/MetricPair" +import * as MetricPolling from "effect/MetricPolling" +import * as MetricRegistry from "effect/MetricRegistry" +import * as MetricState from "effect/MetricState" +import * as MutableHashMap from "effect/MutableHashMap" +import * as MutableHashSet from "effect/MutableHashSet" +import * as MutableList from "effect/MutableList" +import * as MutableQueue from "effect/MutableQueue" +import * as MutableRef from "effect/MutableRef" +import * as Number from "effect/Number" +import * as Option from "effect/Option" +import * as Order from "effect/Order" +import * as Ordering from "effect/Ordering" +import * as Pipeable from "effect/Pipeable" +import * as Pool from "effect/Pool" +import * as Predicate from "effect/Predicate" +import * as Queue from "effect/Queue" +import * as Random from "effect/Random" +import * as ReadonlyArray from "effect/ReadonlyArray" +import * as ReadonlyRecord from "effect/ReadonlyRecord" +import * as RedBlackTree from "effect/RedBlackTree" +import * as Ref from "effect/Ref" +import * as Reloadable from "effect/Reloadable" +import * as Request from "effect/Request" +import * as RequestBlock from "effect/RequestBlock" +import * as RequestResolver from "effect/RequestResolver" +import * as Resource from "effect/Resource" +import * as Runtime from "effect/Runtime" +import * as Schedule from "effect/Schedule" +import * as ScheduleDecision from "effect/ScheduleDecision" +import * as ScheduleInterval from "effect/ScheduleInterval" +import * as ScheduleIntervals from "effect/ScheduleIntervals" +import * as Scheduler from "effect/Scheduler" +import * as Scope from "effect/Scope" +import * as ScopedCache from "effect/ScopedCache" +import * as ScopedRef from "effect/ScopedRef" +import * as SortedMap from "effect/SortedMap" +import * as SortedSet from "effect/SortedSet" +import * as String from "effect/String" +import * as Struct from "effect/Struct" +import * as Supervisor from "effect/Supervisor" +import * as Symbol from "effect/Symbol" +import * as SynchronizedRef from "effect/SynchronizedRef" +import * as Tracer from "effect/Tracer" +import * as Tuple from "effect/Tuple" export { /** * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#absurd - * - Module: "@fp-ts/data/Function" + * - Docs: https://effect-ts.github.io/data/modules/Function.ts.html#absurd + * - Module: "effect/Function" * ``` */ absurd, @@ -52,48 +115,107 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://effect-ts.github.io/io/modules/Cached.ts.html - * - Module: "@effect/io/Cached" + * - Docs: https://effect-ts.github.io/data/modules/Bigint.ts.html + * - Module: "effect/Bigint" * ``` */ - Cached, + Bigint, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Boolean.ts.html + * - Module: "effect/Boolean" + * ``` + */ + Boolean, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Brand.ts.html + * - Module: "effect/Brand" + * ``` + */ + Brand, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Cache.ts.html + * - Module: "effect/Cache" + * ``` + */ + Cache, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Cause.ts.html - * - Module: "@effect/io/Cause" + * - Module: "effect/Cause" * ``` */ Cause, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Chunk.ts.html + * - Module: "effect/Chunk" + * ``` + */ + Chunk, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Clock.ts.html - * - Module: "@effect/io/Clock" + * - Module: "effect/Clock" * ``` */ Clock, /** * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Concurrency.ts.html + * - Module: "effect/Concurrency" + * ``` + */ + Concurrency, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Config.ts.html + * - Module: "effect/Config" + * ``` */ - Codec, + Config, /** * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Context.ts.html - * - Module: "@fp-ts/data/Context" + * - Docs: https://effect-ts.github.io/data/modules/Context.ts.html + * - Module: "effect/Context" * ``` */ Context, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Data.ts.html + * - Module: "effect/Data" + * ``` + */ + Data, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/DefaultServices.ts.html - * - Module: "@effect/io/DefaultServices" + * - Module: "effect/DefaultServices" * ``` */ DefaultServices, @@ -102,7 +224,7 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Deferred.ts.html - * - Module: "@effect/io/Deferred" + * - Module: "effect/Deferred" * ``` */ Deferred, @@ -110,8 +232,71 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Duration.ts.html - * - Module: "@fp-ts/data/Duration" + * - Docs: https://effect-ts.github.io/data/modules/Random.ts.html + * - Module: "effect/Random" + * ``` + */ + DeterministicRandom, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ.ts.html + * - Module: "effect/Differ" + * ``` + */ + Differ, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/ChunkPatch.ts.html + * - Module: "effect/DifferChunkPatch" + * ``` + */ + DifferChunkPatch, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/ContextPatch.ts.html + * - Module: "effect/DifferContextPatch" + * ``` + */ + DifferContextPatch, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/HashMapPatch.ts.html + * - Module: "effect/DifferHashMapPatch" + * ``` + */ + DifferHashMapPatch, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/HashSetPatch.ts.html + * - Module: "effect/DifferHashSetPatch" + * ``` + */ + DifferHashSetPatch, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Differ/OrPatch.ts.html + * - Module: "effect/DifferOrPatch" + * ``` + */ + DifferOrPatch, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Duration.ts.html + * - Module: "effect/Duration" * ``` */ Duration, @@ -120,7 +305,7 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Effect.ts.html - * - Module: "@effect/io/Effect" + * - Module: "effect/Effect" * ``` */ Effect, @@ -128,8 +313,8 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Either.ts.html - * - Module: "@fp-ts/data/Either" + * - Docs: https://effect-ts.github.io/data/modules/Either.ts.html + * - Module: "effect/Either" * ``` */ Either, @@ -137,17 +322,26 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Equal.ts.html - * - Module: "@fp-ts/data/Equal" + * - Docs: https://effect-ts.github.io/data/modules/Equal.ts.html + * - Module: "effect/Equal" * ``` */ Equal, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Equivalence.ts.html + * - Module: "effect/Equivalence" + * ``` + */ + Equivalence, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/ExecutionStrategy.ts.html - * - Module: "@effect/io/ExecutionStrategy" + * - Module: "effect/ExecutionStrategy" * ``` */ ExecutionStrategy, @@ -156,7 +350,7 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Exit.ts.html - * - Module: "@effect/io/Exit" + * - Module: "effect/Exit" * ``` */ Exit, @@ -165,16 +359,25 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Fiber.ts.html - * - Module: "@effect/io/Fiber" + * - Module: "effect/Fiber" * ``` */ Fiber, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Id.ts.html + * - Module: "effect/FiberId" + * ``` + */ + FiberId, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/FiberRef.ts.html - * - Module: "@effect/io/FiberRef" + * - Module: "effect/FiberRef" * ``` */ FiberRef, @@ -183,7 +386,7 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/FiberRefs.ts.html - * - Module: "@effect/io/FiberRefs" + * - Module: "effect/FiberRefs" * ``` */ FiberRefs, @@ -191,17 +394,80 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Function.ts.html - * - Module: "@fp-ts/data/Function" + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags.ts.html + * - Module: "effect/FiberRuntimeFlags" * ``` */ - flow, + FiberRuntimeFlags, /** * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#hole - * - Module: "@fp-ts/data/Function" + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags/Patch.ts.html + * - Module: "effect/FiberRuntimeFlagsPatch" + * ``` + */ + FiberRuntimeFlagsPatch, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Fiber/Status.ts.html + * - Module: "effect/FiberStatus" + * ``` + */ + FiberStatus, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Function.ts.html + * - Module: "effect/Function" + * ``` + */ + Function, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Hash.ts.html + * - Module: "effect/Hash" + * ``` + */ + Hash, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/HashMap.ts.html + * - Module: "effect/HashMap" + * ``` + */ + HashMap, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/HashSet.ts.html + * - Module: "effect/HashSet" + * ``` + */ + HashSet, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://fp-ts.github.io/core/modules/HKT.ts.html + * - Module: "effect/HKT" + * ``` + */ + HKT, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Function.ts.html#hole + * - Module: "effect/Function" * ``` */ hole, @@ -210,7 +476,7 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Hub.ts.html - * - Module: "@effect/io/Hub" + * - Module: "effect/Hub" * ``` */ Hub, @@ -218,35 +484,71 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#identity - * - Module: "@fp-ts/data/Function" + * - Docs: https://effect-ts.github.io/data/modules/Function.ts.html#identity + * - Module: "effect/Function" * ``` */ identity, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/KeyedPool.ts.html + * - Module: "effect/KeyedPool" + * ``` + */ + KeyedPool, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Layer.ts.html - * - Module: "@effect/io/Layer" + * - Module: "effect/Layer" * ``` */ Layer, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/List.ts.html + * - Module: "effect/List" + * ``` + */ + List, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Logger.ts.html - * - Module: "@effect/io/Logger" + * - Module: "effect/Logger" * ``` */ Logger, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html + * - Module: "effect/LoggerLevel" + * ``` + */ + LoggerLevel, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Logger/Span.ts.html + * - Module: "effect/LoggerSpan" + * ``` + */ + LoggerSpan, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Metric.ts.html - * - Module: "@effect/io/Metric" + * - Module: "effect/Metric" * ``` */ Metric, @@ -254,26 +556,143 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Number.ts.html - * - Module: "@fp-ts/data/Number" + * - Docs: https://effect-ts.github.io/io/modules/Metric/Boundaries.ts.html + * - Module: "effect/MetricBoundaries" * ``` */ - Number, + MetricBoundaries, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Hook.ts.html + * - Module: "effect/MetricHook" + * ``` + */ + MetricHook, /** * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/optic/modules/index.ts.html - * - Module: "@fp-ts/optic" + * - Docs: https://effect-ts.github.io/io/modules/Metric/Key.ts.html + * - Module: "effect/MetricKey" * ``` */ - Optic, + MetricKey, /** * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Option.ts.html - * - Module: "@fp-ts/data/Option" + * - Docs: https://effect-ts.github.io/io/modules/Metric/KeyType.ts.html + * - Module: "effect/MetricKeyType" + * ``` + */ + MetricKeyType, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Label.ts.html + * - Module: "effect/MetricLabel" + * ``` + */ + MetricLabel, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Pair.ts.html + * - Module: "effect/MetricPair" + * ``` + */ + MetricPair, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/PollingPolling.ts.html + * - Module: "effect/MetricPolling" + * ``` + */ + MetricPolling, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/Registry.ts.html + * - Module: "effect/MetricRegistry" + * ``` + */ + MetricRegistry, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Metric/State.ts.html + * - Module: "effect/MetricState" + * ``` + */ + MetricState, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableHashMap.ts.html + * - Module: "effect/MutableHashMap" + * ``` + */ + MutableHashMap, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableHashSet.ts.html + * - Module: "effect/MutableHashSet" + * ``` + */ + MutableHashSet, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableList.ts.html + * - Module: "effect/MutableList" + * ``` + */ + MutableList, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/MutableQueue.ts.html + * - Module: "effect/MutableQueue" + * ``` + */ + MutableQueue, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/mutable/MutableRef.ts.html + * - Module: "effect/mutable/MutableRef" + * ``` + */ + MutableRef, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Number.ts.html + * - Module: "effect/Number" + * ``` + */ + Number, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Option.ts.html + * - Module: "effect/Option" * ``` */ Option, @@ -281,8 +700,26 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#pipe - * - Module: "@fp-ts/data/Function" + * - Docs: https://effect-ts.github.io/data/modules/Order.ts.html + * - Module: "effect/Order" + * ``` + */ + Order, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Ordering.ts.html + * - Module: "effect/Ordering" + * ``` + */ + Ordering, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Function.ts.html#pipe + * - Module: "effect/Function" * ``` */ pipe, @@ -290,8 +727,26 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/Predicate.ts.html - * - Module: "@fp-ts/data/Predicate" + * - Docs: https://effect-ts.github.io/data/modules/Pipeable.ts.html + * - Module: "effect/Pipeable" + * ``` + */ + Pipeable, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Pool.ts.html + * - Module: "effect/Pool" + * ``` + */ + Pool, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Predicate.ts.html + * - Module: "effect/Predicate" * ``` */ Predicate, @@ -300,7 +755,7 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Queue.ts.html - * - Module: "@effect/io/Queue" + * - Module: "effect/Queue" * ``` */ Queue, @@ -309,16 +764,43 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Random.ts.html - * - Module: "@effect/io/Random" + * - Module: "effect/Random" * ``` */ Random, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/ReadonlyArray.ts.html + * - Module: "effect/ReadonlyArray" + * ``` + */ + ReadonlyArray, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/ReadonlyRecord.ts.html + * - Module: "effect/ReadonlyRecord" + * ``` + */ + ReadonlyRecord, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/RedBlackTree.ts.html + * - Module: "effect/RedBlackTree" + * ``` + */ + RedBlackTree, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Ref.ts.html - * - Module: "@effect/io/Ref" + * - Module: "effect/Ref" * ``` */ Ref, @@ -327,16 +809,52 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Reloadable.ts.html - * - Module: "@effect/io/Reloadable" + * - Module: "effect/Reloadable" * ``` */ Reloadable, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Request.ts.html + * - Module: "effect/Request" + * ``` + */ + Request, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/RequestBlock.ts.html + * - Module: "effect/RequestBlock" + * ``` + */ + RequestBlock, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/RequestResolver.ts.html + * - Module: "effect/RequestResolver" + * ``` + */ + RequestResolver, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Resource.ts.html + * - Module: "effect/Resource" + * ``` + */ + Resource, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Runtime.ts.html - * - Module: "@effect/io/Runtime" + * - Module: "effect/Runtime" * ``` */ Runtime, @@ -345,16 +863,52 @@ export { * * ```md * - Docs: https://effect-ts.github.io/io/modules/Schedule.ts.html - * - Module: "@effect/io/Schedule" + * - Module: "effect/Schedule" * ``` */ Schedule, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Schedule/Decision.ts.html + * - Module: "effect/ScheduleDecision" + * ``` + */ + ScheduleDecision, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Schedule/Interval.ts.html + * - Module: "effect/ScheduleInterval" + * ``` + */ + ScheduleInterval, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Schedule/Intervals.ts.html + * - Module: "effect/ScheduleIntervals" + * ``` + */ + ScheduleIntervals, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Scheduler.ts.html + * - Module: "effect/Scheduler" + * ``` + */ + Scheduler, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Scope.ts.html - * - Module: "@effect/io/Scope" + * - Module: "effect/Scope" * ``` */ Scope, @@ -362,29 +916,101 @@ export { * @since 2.0.0 * * ```md - * - Docs: https://fp-ts.github.io/data/modules/String.ts.html - * - Module: "@fp-ts/data/String" + * - Docs: https://effect-ts.github.io/io/modules/ScopedCache.ts.html + * - Module: "effect/ScopedCache" + * ``` + */ + ScopedCache, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/ScopedRef.ts.html + * - Module: "effect/ScopedRef" + * ``` + */ + ScopedRef, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/SortedMap.ts.html + * - Module: "effect/SortedMap" + * ``` + */ + SortedMap, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/SortedSet.ts.html + * - Module: "effect/SortedSet" + * ``` + */ + SortedSet, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/String.ts.html + * - Module: "effect/String" * ``` */ String, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Struct.ts.html + * - Module: "effect/Struct" + * ``` + */ + Struct, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Supervisor.ts.html - * - Module: "@effect/io/Supervisor" + * - Module: "effect/Supervisor" * ``` */ Supervisor, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Symbol.ts.html + * - Module: "effect/Symbol" + * ``` + */ + Symbol, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/io/modules/Ref/Synchronized.ts.html + * - Module: "effect/SynchronizedRef" + * ``` + */ + SynchronizedRef, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Tracer.ts.html - * - Module: "@effect/io/Tracer" + * - Module: "effect/Tracer" * ``` */ Tracer, + /** + * @since 2.0.0 + * + * ```md + * - Docs: https://effect-ts.github.io/data/modules/Tuple.ts.html + * - Module: "effect/Tuple" + * ``` + */ + Tuple, /** * @since 2.0.0 */ diff --git a/src/index/Fiber.ts b/src/index/Fiber.ts deleted file mode 100644 index e7d1b80c3f..0000000000 --- a/src/index/Fiber.ts +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Fiber.ts.html - * - Module: "@effect/io/Fiber" - * ``` - */ - -import * as Id from "@effect/io/Fiber/Id" -import * as RuntimeFlags from "@effect/io/Fiber/Runtime/Flags" -import * as RuntimeFlagsPatch from "@effect/io/Fiber/Runtime/Flags/Patch" -import * as Status from "@effect/io/Fiber/Status" - -export * from "@effect/io/Fiber" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Fiber/Id.ts.html - * - Module: "@effect/io/Fiber/Id" - * ``` - */ - Id, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags.ts.html - * - Module: "@effect/io/Fiber/Runtime/Flags" - * ``` - */ - RuntimeFlags, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags/Patch.ts.html - * - Module: "@effect/io/Fiber/Runtime/Flags/Patch" - * ``` - */ - RuntimeFlagsPatch, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Fiber/Status.ts.html - * - Module: "@effect/io/Fiber/Status" - * ``` - */ - Status -} diff --git a/src/index/Logger.ts b/src/index/Logger.ts deleted file mode 100644 index a0b70ebdd5..0000000000 --- a/src/index/Logger.ts +++ /dev/null @@ -1,34 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Logger.ts.html - * - Module: "@effect/io/Logger" - * ``` - */ - -import * as Level from "@effect/io/Logger/Level" -import * as Span from "@effect/io/Logger/Span" - -export * from "@effect/io/Logger" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html - * - Module: "@effect/io/Logger/Level" - * ``` - */ - Level as LogLevel, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Logger/Span.ts.html - * - Module: "@effect/io/Logger/Span" - * ``` - */ - Span as LogSpan -} diff --git a/src/index/Metric.ts b/src/index/Metric.ts deleted file mode 100644 index 4f3167ef18..0000000000 --- a/src/index/Metric.ts +++ /dev/null @@ -1,104 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric.ts.html - * - Module: "@effect/io/Metric" - * ``` - */ - -import * as Boundaries from "@effect/io/Metric/Boundaries" -import * as Hook from "@effect/io/Metric/Hook" -import * as Key from "@effect/io/Metric/Key" -import * as KeyType from "@effect/io/Metric/KeyType" -import * as Label from "@effect/io/Metric/Label" -import * as Pair from "@effect/io/Metric/Pair" -import * as Polling from "@effect/io/Metric/Polling" -import * as Registry from "@effect/io/Metric/Registry" -import * as State from "@effect/io/Metric/State" - -export * from "@effect/io/Metric" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/Boundaries.ts.html - * - Module: "@effect/io/Metric/Boundaries" - * ``` - */ - Boundaries, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/Hook.ts.html - * - Module: "@effect/io/Metric/Hook" - * ``` - */ - Hook, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/Key.ts.html - * - Module: "@effect/io/Metric/Key" - * ``` - */ - Key, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/KeyType.ts.html - * - Module: "@effect/io/Metric/KeyType" - * ``` - */ - KeyType, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/Label.ts.html - * - Module: "@effect/io/Metric/Label" - * ``` - */ - Label, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/Pair.ts.html - * - Module: "@effect/io/Metric/Pair" - * ``` - */ - Pair, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/Polling.ts.html - * - Module: "@effect/io/Metric/Polling" - * ``` - */ - Polling, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/Registry.ts.html - * - Module: "@effect/io/Metric/Registry" - * ``` - */ - Registry, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Metric/State.ts.html - * - Module: "@effect/io/Metric/State" - * ``` - */ - State -} diff --git a/src/index/Optic.ts b/src/index/Optic.ts deleted file mode 100644 index 5735841b43..0000000000 --- a/src/index/Optic.ts +++ /dev/null @@ -1,188 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/index.ts.html - * - Docs: https://fp-ts.github.io/optic/modules/experimental.ts.html - * - Module: "@fp-ts/optic" - * - Module: "@fp-ts/optic/experimental" - * ``` - */ - -import { toggle } from "@fp-ts/optic/data/Boolean" -import { cons as consChunk, head as headChunk, index as indexChunk, tail as tailChunk } from "@fp-ts/optic/data/Chunk" -import { left, right } from "@fp-ts/optic/data/Either" -import { getAt as getAtHashMap, getIndex as getIndexHashMap } from "@fp-ts/optic/data/HashMap" -import { cons as consList, head as headList, index as indexList, tail as tailList } from "@fp-ts/optic/data/List" -import { none } from "@fp-ts/optic/data/Option" -import { consNonEmpty as consNonEmptyReadonlyArray } from "@fp-ts/optic/data/ReadonlyArray" -import { getAt as getAtSortedMap, getIndex as getIndexSortedMap } from "@fp-ts/optic/data/SortedMap" -import { index as indexString } from "@fp-ts/optic/data/String" - -export * from "@fp-ts/optic" -export * from "@fp-ts/optic/experimental" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#cons - * - Module: "@fp-ts/optic/data/Chunk" - * ``` - */ - consChunk, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#cons - * - Module: "@fp-ts/optic/data/List" - * ``` - */ - consList, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/ReadonlyArray.ts.html#consNonEmpty - * - Module: "@fp-ts/optic/data/ReadonlyArray" - * ``` - */ - consNonEmptyReadonlyArray, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/HashMap.ts.html#getAt - * - Module: "@fp-ts/optic/data/HashMap" - * ``` - */ - getAtHashMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/SortedMap.ts.html#getAt - * - Module: "@fp-ts/optic/data/SortedMap" - * ``` - */ - getAtSortedMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/HashMap.ts.html#getIndex - * - Module: "@fp-ts/optic/data/HashMap" - * ``` - */ - getIndexHashMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/SortedMap.ts.html#getIndex - * - Module: "@fp-ts/optic/data/SortedMap" - * ``` - */ - getIndexSortedMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#head - * - Module: "@fp-ts/optic/data/Chunk" - * ``` - */ - headChunk, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#head - * - Module: "@fp-ts/optic/data/List" - * ``` - */ - headList, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#index - * - Module: "@fp-ts/optic/data/Chunk" - * ``` - */ - indexChunk, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#index - * - Module: "@fp-ts/optic/data/List" - * ``` - */ - indexList, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/String.ts.html#index - * - Module: "@fp-ts/optic/data/String" - * ``` - */ - indexString, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Either.ts.html#left - * - Module: "@fp-ts/optic/data/Either" - * ``` - */ - left, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Option.ts.html#none - * - Module: "@fp-ts/optic/data/Option" - * ``` - */ - none, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Either.ts.html#right - * - Module: "@fp-ts/optic/data/Either" - * ``` - */ - right, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Chunk.ts.html#tail - * - Module: "@fp-ts/optic/data/Chunk" - * ``` - */ - tailChunk, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/List.ts.html#tail - * - Module: "@fp-ts/optic/data/List" - * ``` - */ - tailList, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/optic/modules/data/Boolean.ts.html#toggle - * - Module: "@fp-ts/optic/data/Boolean" - * ``` - */ - toggle -} diff --git a/src/index/Ref.ts b/src/index/Ref.ts deleted file mode 100644 index 6676861fc7..0000000000 --- a/src/index/Ref.ts +++ /dev/null @@ -1,34 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Ref.ts.html - * - Module: "@effect/io/Ref" - * ``` - */ - -import * as SynchronizedRef from "@effect/io/Ref/Synchronized" -import * as ScopedRef from "@effect/io/ScopedRef" - -export * from "@effect/io/Ref" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/ScopedRef.ts.html - * - Module: "@effect/io/ScopedRef" - * ``` - */ - ScopedRef, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Ref/Synchronized.ts.html - * - Module: "@effect/io/Ref/Synchronized" - * ``` - */ - SynchronizedRef -} diff --git a/src/index/Schedule.ts b/src/index/Schedule.ts deleted file mode 100644 index 0e11d658e9..0000000000 --- a/src/index/Schedule.ts +++ /dev/null @@ -1,44 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Schedule.ts.html - * - Module: "@effect/io/Schedule" - * ``` - */ - -import * as Decision from "@effect/io/Schedule/Decision" -import * as Interval from "@effect/io/Schedule/Interval" -import * as Intervals from "@effect/io/Schedule/Intervals" - -export * from "@effect/io/Schedule" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Schedule/Decision.ts.html - * - Module: "@effect/io/Schedule/Decision" - * ``` - */ - Decision, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Schedule/Interval.ts.html - * - Module: "@effect/io/Schedule/Interval" - * ``` - */ - Interval, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://effect-ts.github.io/io/modules/Schedule/Intervals.ts.html - * - Module: "@effect/io/Schedule/Intervals" - * ``` - */ - Intervals -} diff --git a/src/schema.ts b/src/schema.ts deleted file mode 100644 index 36fe5b6bf2..0000000000 --- a/src/schema.ts +++ /dev/null @@ -1,57 +0,0 @@ -/** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/schema - * ``` - */ - -import * as Arbitrary from "@fp-ts/schema/Arbitrary" -import * as AST from "@fp-ts/schema/AST" - -import * as DecodeError from "@fp-ts/schema/DecodeError" -import * as Decoder from "@fp-ts/schema/Decoder" -import * as Encoder from "@fp-ts/schema/Encoder" -import * as Guard from "@fp-ts/schema/Guard" -import * as Pretty from "@fp-ts/schema/Pretty" -import * as Provider from "@fp-ts/schema/Provider" -import * as Schema from "@fp-ts/schema/Schema" - -export { - /** - * @since 2.0.0 - */ - Arbitrary, - /** - * @since 2.0.0 - */ - AST, - /** - * @since 2.0.0 - */ - DecodeError, - /** - * @since 2.0.0 - */ - Decoder, - /** - * @since 2.0.0 - */ - Encoder, - /** - * @since 2.0.0 - */ - Guard, - /** - * @since 2.0.0 - */ - Pretty, - /** - * @since 2.0.0 - */ - Provider, - /** - * @since 2.0.0 - */ - Schema -} diff --git a/src/typeclass.ts b/src/typeclass.ts deleted file mode 100644 index d7390edad2..0000000000 --- a/src/typeclass.ts +++ /dev/null @@ -1,317 +0,0 @@ -/** - * @since 2.0.0 - */ - -import * as Alternative from "@fp-ts/core/typeclass/Alternative" -import * as Applicative from "@fp-ts/core/typeclass/Applicative" -import * as Bicovariant from "@fp-ts/core/typeclass/Bicovariant" -import * as Bounded from "@fp-ts/core/typeclass/Bounded" -import * as Chainable from "@fp-ts/core/typeclass/Chainable" -import * as Contravariant from "@fp-ts/core/typeclass/Contravariant" -import * as Coproduct from "@fp-ts/core/typeclass/Coproduct" -import * as Covariant from "@fp-ts/core/typeclass/Covariant" -import * as FlatMap from "@fp-ts/core/typeclass/FlatMap" -import * as Foldable from "@fp-ts/core/typeclass/Foldable" -import * as Invariant from "@fp-ts/core/typeclass/Invariant" -import * as Monad from "@fp-ts/core/typeclass/Monad" -import * as Monoid from "@fp-ts/core/typeclass/Monoid" -import * as NonEmptyTraversable from "@fp-ts/core/typeclass/NonEmptyTraversable" -import * as Of from "@fp-ts/core/typeclass/Of" -import * as Order from "@fp-ts/core/typeclass/Order" -import * as Pointed from "@fp-ts/core/typeclass/Pointed" -import * as Product from "@fp-ts/core/typeclass/Product" -import * as SemiAlternative from "@fp-ts/core/typeclass/SemiAlternative" -import * as SemiApplicative from "@fp-ts/core/typeclass/SemiApplicative" -import * as SemiCoproduct from "@fp-ts/core/typeclass/SemiCoproduct" -import * as Semigroup from "@fp-ts/core/typeclass/Semigroup" -import * as SemiProduct from "@fp-ts/core/typeclass/SemiProduct" -import * as Traversable from "@fp-ts/core/typeclass/Traversable" -import * as Compactable from "@fp-ts/data/typeclass/Compactable" -import * as CovariantWithIndex from "@fp-ts/data/typeclass/CovariantWithIndex" -import * as Filterable from "@fp-ts/data/typeclass/Filterable" -import * as FilterableWithIndex from "@fp-ts/data/typeclass/FilterableWithIndex" -import * as Gen from "@fp-ts/data/typeclass/Gen" -import * as Seq from "@fp-ts/data/typeclass/Seq" -import * as TraversableFilterable from "@fp-ts/data/typeclass/TraversableFilterable" - -export { - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Alternative.ts.html - * - Module: "@fp-ts/core/typeclass/Alternative" - * ``` - */ - Alternative, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Applicative.ts.html - * - Module: "@fp-ts/core/typeclass/Applicative" - * ``` - */ - Applicative, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Bicovariant.ts.html - * - Module: "@fp-ts/core/typeclass/Bicovariant" - * ``` - */ - Bicovariant, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Bounded.ts.html - * - Module: "@fp-ts/core/typeclass/Bounded" - * ``` - */ - Bounded, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Chainable.ts.html - * - Module: "@fp-ts/core/typeclass/Chainable" - * ``` - */ - Chainable, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Compactable.ts.html - * - Module: "@fp-ts/core/typeclass/Compactable" - * ``` - */ - Compactable, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Contravatiant.ts.html - * - Module: "@fp-ts/core/typeclass/Contravariant" - * ``` - */ - Contravariant, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Coproduct.ts.html - * - Module: "@fp-ts/core/typeclass/Coproduct" - * ``` - */ - Coproduct, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Covariant.ts.html - * - Module: "@fp-ts/core/typeclass/Covariant" - * ``` - */ - Covariant, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/typeclass/ContravatiantWithIndex.ts.html - * - Module: "@fp-ts/data/typeclass/ContravariantWithIndex" - * ``` - */ - CovariantWithIndex, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Filterable.ts.html - * - Module: "@fp-ts/core/typeclass/Filterable" - * ``` - */ - Filterable, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/typeclass/FilterableWithIndex.ts.html - * - Module: "@fp-ts/data/typeclass/FilterableWithIndex" - * ``` - */ - FilterableWithIndex, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/FlatMap.ts.html - * - Module: "@fp-ts/core/typeclass/FlatMap" - * ``` - */ - FlatMap, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Foldable.ts.html - * - Module: "@fp-ts/core/typeclass/Foldable" - * ``` - */ - Foldable, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/typeclass/Gen.ts.html - * - Module: "@fp-ts/data/typeclass/Gen" - * ``` - */ - Gen, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Invariant.ts.html - * - Module: "@fp-ts/core/typeclass/Invariant" - * ``` - */ - Invariant, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Monad.ts.html - * - Module: "@fp-ts/core/typeclass/Monad" - * ``` - */ - Monad, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Monoid.ts.html - * - Module: "@fp-ts/core/typeclass/Monoid" - * ``` - */ - Monoid, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/NonEmptyTraversable.ts.html - * - Module: "@fp-ts/core/typeclass/NonEmptyTraversable" - * ``` - */ - NonEmptyTraversable, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Of.ts.html - * - Module: "@fp-ts/core/typeclass/Of" - * ``` - */ - Of, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Order.ts.html - * - Module: "@fp-ts/core/typeclass/Order" - * ``` - */ - Order, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Pointed.ts.html - * - Module: "@fp-ts/core/typeclass/Pointed" - * ``` - */ - Pointed, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Product.ts.html - * - Module: "@fp-ts/core/typeclass/Product" - * ``` - */ - Product, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/SemiAlternative.ts.html - * - Module: "@fp-ts/core/typeclass/SemiAlternative" - * ``` - */ - SemiAlternative, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/SemiApplicative.ts.html - * - Module: "@fp-ts/core/typeclass/SemiApplicative" - * ``` - */ - SemiApplicative, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/SemiCoproduct.ts.html - * - Module: "@fp-ts/core/typeclass/SemiCoproduct" - * ``` - */ - SemiCoproduct, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Semigroup.ts.html - * - Module: "@fp-ts/core/typeclass/Semigroup" - * ``` - */ - Semigroup, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/SemiProduct.ts.html - * - Module: "@fp-ts/core/typeclass/SemiProduct" - * ``` - */ - SemiProduct, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/data/modules/typeclass/Seq.ts.html - * - Module: "@fp-ts/data/typeclass/Seq" - * ``` - */ - Seq, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/Traversable.ts.html - * - Module: "@fp-ts/core/typeclass/Traversable" - * ``` - */ - Traversable, - /** - * @since 2.0.0 - * - * ```md - * - Docs: https://fp-ts.github.io/core/modules/typeclass/TraversableFilterable.ts.html - * - Module: "@fp-ts/core/typeclass/TraversableFilterable" - * ``` - */ - TraversableFilterable -} diff --git a/test/Data.ts b/test/Data.ts new file mode 100644 index 0000000000..b7d8b87c20 --- /dev/null +++ b/test/Data.ts @@ -0,0 +1,7 @@ +import { Data } from "effect" + +describe("Data", () => { + it("exports", () => { + expect(Data.struct).exist + }) +}) diff --git a/test/Effect.ts b/test/Effect.ts new file mode 100644 index 0000000000..500638b056 --- /dev/null +++ b/test/Effect.ts @@ -0,0 +1,7 @@ +import { Effect } from "effect" + +describe("Effect", () => { + it("exports", () => { + expect(Effect.succeed).exist + }) +}) diff --git a/test/index.ts b/test/index.ts index 363be6897b..e0436150f9 100644 --- a/test/index.ts +++ b/test/index.ts @@ -1,11 +1,7 @@ import { Effect } from "effect" -describe("effect", () => { - it("basic usage", () => - Effect.unsafeRunPromise(Effect.gen(function*($) { - const a = yield* $(Effect.succeed(2)) - const b = yield* $(Effect.succeed(3)) - const c = yield* $(Effect.sync(() => a + b)) - expect(c).toBe(5) - }))) +describe("exports", () => { + it("Effect", () => { + expect(Effect.succeed).exist + }) }) diff --git a/test/top-level-functions.ts b/test/top-level-functions.ts new file mode 100644 index 0000000000..c4c4450b0a --- /dev/null +++ b/test/top-level-functions.ts @@ -0,0 +1,11 @@ +import { absurd, hole, identity, pipe, unsafeCoerce } from "effect" + +describe("top level functions", () => { + it("exports", () => { + expect(absurd).exist + expect(hole).exist + expect(identity).exist + expect(pipe).exist + expect(unsafeCoerce).exist + }) +}) diff --git a/tsconfig.base.json b/tsconfig.base.json index 5b86a2022f..41687f343c 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -25,7 +25,6 @@ "allowJs": false, "checkJs": false, "forceConsistentCasingInFileNames": true, - "suppressImplicitAnyIndexErrors": true, "stripInternal": true, "noImplicitAny": true, "noImplicitThis": true, @@ -49,14 +48,7 @@ "1002": "none" } } - ], - "transformers": [ - { - "name": "./plugins/tsPlugin.ts", - "trace": { "exclude": ["src/**/*.ts"] } - } - ], - "tsPlusEnabled": false + ] }, "include": [], "exclude": ["node_modules", "build", "lib"]