ElMassimo / iles

🏝 The joyful site generator

Home Page:https://iles.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError on first run dev

MelleNi opened this issue Β· comments

commented

Description πŸ“–

When running npm run dev I get:

> iles-app@0.0.0 dev /Users/melle/Documents/Sites/xxx/iles-app
> iles dev --open

(node:75960) ExperimentalWarning: The ESM module loader is experimental.
file:///Users/melle/Documents/Sites/xxx/iles-app/node_modules/vite/dist/node/index.js:61
    const cache = options.cache ?? new SplitVendorChunkCache();
                                 ^

SyntaxError: Unexpected token '?'
    at Loader.moduleStrategy (internal/modules/esm/translators.js:117:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! iles-app@0.0.0 dev: `iles dev --open`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the iles-app@0.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely addition

Reproduction 🐞

Installed it through npm, so should be latest version

Dependencies Info

Run npx iles info and pnpm list (or npm list) and provide the output:

npx iles info doesn't work

npm list:

iles-app@0.0.0 /Users/melle/Documents/Sites/xxx/iles-app
β”œβ”€β”¬ @preact/preset-vite@2.5.0
β”‚ β”œβ”€β”¬ @babel/plugin-transform-react-jsx@7.20.13
β”‚ β”‚ β”œβ”€β”¬ @babel/helper-annotate-as-pure@7.18.6
β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”œβ”€β”¬ @babel/helper-module-imports@7.18.6
β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”œβ”€β”€ @babel/helper-plugin-utils@7.20.2
β”‚ β”‚ β”œβ”€β”¬ @babel/plugin-syntax-jsx@7.18.6
β”‚ β”‚ β”‚ └── @babel/helper-plugin-utils@7.20.2 deduped
β”‚ β”‚ └─┬ @babel/types@7.20.7
β”‚ β”‚   β”œβ”€β”€ @babel/helper-string-parser@7.19.4
β”‚ β”‚   β”œβ”€β”€ @babel/helper-validator-identifier@7.19.1
β”‚ β”‚   └── to-fast-properties@2.0.0
β”‚ β”œβ”€β”¬ @babel/plugin-transform-react-jsx-development@7.18.6
β”‚ β”‚ └── @babel/plugin-transform-react-jsx@7.20.13 deduped
β”‚ β”œβ”€β”¬ @prefresh/vite@2.2.9
β”‚ β”‚ β”œβ”€β”¬ @babel/core@7.20.12
β”‚ β”‚ β”‚ β”œβ”€β”¬ @ampproject/remapping@2.2.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @jridgewell/gen-mapping@0.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @jridgewell/set-array@1.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── @jridgewell/sourcemap-codec@1.4.14
β”‚ β”‚ β”‚ β”‚ └─┬ @jridgewell/trace-mapping@0.3.17
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ @jridgewell/resolve-uri@3.1.0
β”‚ β”‚ β”‚ β”‚   └── @jridgewell/sourcemap-codec@1.4.14 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/code-frame@7.18.6
β”‚ β”‚ β”‚ β”‚ └─┬ @babel/highlight@7.18.6
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ @babel/helper-validator-identifier@7.19.1 deduped
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ chalk@2.4.2
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ ansi-styles@3.2.1
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └─┬ color-convert@1.9.3
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚   └── color-name@1.1.3
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5
β”‚ β”‚ β”‚ β”‚   β”‚ └─┬ supports-color@5.5.0
β”‚ β”‚ β”‚ β”‚   β”‚   └── has-flag@3.0.0
β”‚ β”‚ β”‚ β”‚   └── js-tokens@4.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/generator@7.20.14
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @jridgewell/gen-mapping@0.3.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @jridgewell/set-array@1.1.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @jridgewell/sourcemap-codec@1.4.14 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── @jridgewell/trace-mapping@0.3.17 deduped
β”‚ β”‚ β”‚ β”‚ └── jsesc@2.5.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-compilation-targets@7.20.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/compat-data@7.20.14
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-validator-option@7.18.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ browserslist@4.21.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ caniuse-lite@1.0.30001452
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ electron-to-chromium@1.4.295
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ node-releases@2.0.10
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ update-browserslist-db@1.0.10
β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ escalade@3.1.1
β”‚ β”‚ β”‚ β”‚ β”‚   └── picocolors@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ lru-cache@5.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── yallist@3.1.1
β”‚ β”‚ β”‚ β”‚ └── semver@6.3.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-module-transforms@7.20.11
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-environment-visitor@7.18.9
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-module-imports@7.18.6 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-simple-access@7.20.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-split-export-declaration@7.18.6
β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-validator-identifier@7.19.1 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/template@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/traverse@7.20.13 deduped
β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helpers@7.20.13
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/template@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/traverse@7.20.13 deduped
β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.20.15
β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/template@7.20.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/code-frame@7.18.6 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.20.15 deduped
β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/traverse@7.20.13
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/code-frame@7.18.6 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/generator@7.20.14 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-environment-visitor@7.18.9 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-function-name@7.19.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/template@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-hoist-variables@7.18.6
β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-split-export-declaration@7.18.6 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.20.15 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”‚ β”‚ β”‚ └── globals@11.12.0
β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/types@7.20.7 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ convert-source-map@1.9.0
β”‚ β”‚ β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ gensync@1.0.0-beta.2
β”‚ β”‚ β”‚ β”œβ”€β”€ json5@2.2.3
β”‚ β”‚ β”‚ └── semver@6.3.0
β”‚ β”‚ β”œβ”€β”€ @prefresh/babel-plugin@0.4.4
β”‚ β”‚ β”œβ”€β”€ @prefresh/core@1.4.1
β”‚ β”‚ β”œβ”€β”€ @prefresh/utils@1.1.3
β”‚ β”‚ └── @rollup/pluginutils@4.2.1 deduped
β”‚ β”œβ”€β”¬ @rollup/pluginutils@4.2.1
β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2
β”‚ β”‚ └── picomatch@2.3.1
β”‚ β”œβ”€β”€ babel-plugin-transform-hook-names@1.0.2
β”‚ β”œβ”€β”¬ debug@4.3.4
β”‚ β”‚ └── ms@2.1.2
β”‚ β”œβ”€β”€ kolorist@1.7.0
β”‚ └─┬ resolve@1.22.1
β”‚   β”œβ”€β”¬ is-core-module@2.11.0
β”‚   β”‚ └─┬ has@1.0.3
β”‚   β”‚   └── function-bind@1.1.1 deduped
β”‚   β”œβ”€β”€ path-parse@1.0.7
β”‚   └── supports-preserve-symlinks-flag@1.0.0
β”œβ”€β”¬ iles@0.8.7
β”‚ β”œβ”€β”¬ @antfu/install-pkg@0.1.1
β”‚ β”‚ β”œβ”€β”¬ execa@5.1.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ cross-spawn@7.0.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ path-key@3.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ shebang-command@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── shebang-regex@3.0.0
β”‚ β”‚ β”‚ β”‚ └─┬ which@2.0.2
β”‚ β”‚ β”‚ β”‚   └── isexe@2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ 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
β”‚ β”‚ β”‚ β”‚ └── path-key@3.1.1 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ onetime@5.1.2
β”‚ β”‚ β”‚ β”‚ └── mimic-fn@2.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ signal-exit@3.0.7
β”‚ β”‚ β”‚ └── strip-final-newline@2.0.0
β”‚ β”‚ └─┬ find-up@5.0.0
β”‚ β”‚   β”œβ”€β”¬ locate-path@6.0.0
β”‚ β”‚   β”‚ └─┬ p-locate@5.0.0
β”‚ β”‚   β”‚   └─┬ p-limit@3.1.0
β”‚ β”‚   β”‚     └── yocto-queue@0.1.0
β”‚ β”‚   └── path-exists@4.0.0
β”‚ β”œβ”€β”€ @islands/hydration@0.8.2
β”‚ β”œβ”€β”¬ @islands/mdx@0.8.0
β”‚ β”‚ β”œβ”€β”¬ @mdx-js/mdx@2.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@0.0.1
β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdx@2.0.3
β”‚ β”‚ β”‚ β”œβ”€β”€ astring@1.8.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ estree-util-build-jsx@2.2.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ estree-util-is-identifier-name@2.1.0 deduped
β”‚ β”‚ β”‚ β”‚ └─┬ estree-walker@3.0.3
β”‚ β”‚ β”‚ β”‚   └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ estree-util-is-identifier-name@2.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ estree-walker@3.0.3
β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ hast-util-to-estree@2.3.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ comma-separated-tokens@2.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ estree-util-attach-comments@2.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ estree-util-is-identifier-name@2.1.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ hast-util-whitespace@2.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-mdx-expression@1.3.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-from-markdown@1.3.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── mdast-util-to-markdown@1.5.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-mdxjs-esm@1.3.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-from-markdown@1.3.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── mdast-util-to-markdown@1.5.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ property-information@6.2.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ space-separated-tokens@2.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ style-to-object@0.4.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── inline-style-parser@0.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ unist-util-position@4.0.4
β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ └── zwitch@2.0.4 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ markdown-extensions@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ periscopic@3.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ estree-walker@3.0.3
β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ └─┬ is-reference@3.0.1
β”‚ β”‚ β”‚ β”‚   └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ remark-mdx@2.3.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-mdx@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-from-markdown@1.3.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-mdx-expression@1.3.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-mdx-jsx@2.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ccount@2.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-from-markdown@1.3.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-to-markdown@1.5.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ parse-entities@4.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ character-entities@2.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ character-entities-legacy@3.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ character-reference-invalid@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ decode-named-character-reference@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-alphanumerical@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-alphabetical@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── is-decimal@2.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-decimal@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── is-hexadecimal@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ stringify-entities@4.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ unist-util-remove-position@4.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── unist-util-visit@4.1.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-stringify-position@3.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── vfile-message@3.1.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-mdxjs-esm@1.3.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── mdast-util-to-markdown@1.5.0 deduped
β”‚ β”‚ β”‚ β”‚ └─┬ micromark-extension-mdxjs@1.0.0
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ acorn@8.8.2 deduped
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ acorn-jsx@5.3.2
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ micromark-extension-mdx-expression@1.0.4
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ micromark-factory-mdx-expression@1.0.7
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-events-to-acorn@1.2.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ unist-util-position-from-estree@1.1.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── vfile-message@3.1.4 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ micromark-factory-space@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ micromark-util-events-to-acorn@1.2.1
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ @types/acorn@4.0.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ estree-util-visit@1.2.1
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ vfile-location@4.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── vfile-message@3.1.4 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ └── uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ micromark-extension-mdx-jsx@1.0.3
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ @types/acorn@4.0.6
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── @types/estree@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ estree-util-is-identifier-name@2.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-factory-mdx-expression@1.0.7 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ └── vfile-message@3.1.4 deduped
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ micromark-extension-mdx-md@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ micromark-extension-mdxjs-esm@1.0.3
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ micromark-core-commonmark@1.0.6
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ decode-named-character-reference@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ micromark-factory-destination@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ micromark-factory-label@1.0.2
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ micromark-factory-title@1.0.2
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ micromark-factory-whitespace@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-chunked@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”¬ micromark-util-classify-character@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-html-tag-name@1.1.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-normalize-identifier@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-resolve-all@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-subtokenize@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-events-to-acorn@1.2.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ unist-util-position-from-estree@1.1.2 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ └── vfile-message@3.1.4 deduped
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ micromark-util-combine-extensions@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ micromark-util-chunked@1.0.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”‚ └── micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚   β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚   └── micromark-util-types@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ remark-parse@10.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-from-markdown@1.3.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ decode-named-character-reference@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── character-entities@2.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-to-string@3.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark@3.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/debug@4.1.7
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/ms@0.7.31
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ decode-named-character-reference@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-core-commonmark@1.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-chunked@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-combine-extensions@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-decode-numeric-character-reference@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-encode@1.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-normalize-identifier@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-resolve-all@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-sanitize-uri@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-subtokenize@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-chunked@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── uvu@0.5.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-decode-numeric-character-reference@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-decode-string@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ decode-named-character-reference@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-decode-numeric-character-reference@1.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-normalize-identifier@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-stringify-position@3.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ uvu@0.5.6
β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ dequal@2.0.3
β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ diff@5.1.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ kleur@4.1.5
β”‚ β”‚ β”‚ β”‚ β”‚   └─┬ sade@1.8.1
β”‚ β”‚ β”‚ β”‚ β”‚     └── mri@1.2.0
β”‚ β”‚ β”‚ β”‚ └── unified@10.1.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ remark-rehype@10.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-to-hast@12.3.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-definitions@5.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── unist-util-visit@4.1.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-sanitize-uri@1.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-encode@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ trim-lines@3.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-generated@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-position@4.0.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── unist-util-visit@4.1.2 deduped
β”‚ β”‚ β”‚ β”‚ └── unified@10.1.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ unified@10.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ bail@2.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extend@3.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-buffer@2.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-plain-obj@4.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ trough@2.1.0
β”‚ β”‚ β”‚ β”‚ └── vfile@5.3.7 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ unist-util-position-from-estree@1.1.2
β”‚ β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ unist-util-stringify-position@3.0.3
β”‚ β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-visit@4.1.2 deduped
β”‚ β”‚ β”‚ └─┬ vfile@5.3.7
β”‚ β”‚ β”‚   β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚   β”œβ”€β”€ is-buffer@2.0.5 deduped
β”‚ β”‚ β”‚   β”œβ”€β”€ unist-util-stringify-position@3.0.3 deduped
β”‚ β”‚ β”‚   └─┬ vfile-message@3.1.4
β”‚ β”‚ β”‚     β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚     └── unist-util-stringify-position@3.0.3 deduped
β”‚ β”‚ β”œβ”€β”¬ estree-walker@3.0.3
β”‚ β”‚ β”‚ └── @types/estree@1.0.0
β”‚ β”‚ β”œβ”€β”€ hash-sum@2.0.0
β”‚ β”‚ β”œβ”€β”¬ hast-util-to-html@8.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/hast@2.3.4
β”‚ β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ ccount@2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ comma-separated-tokens@2.0.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ hast-util-raw@7.2.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/parse5@6.0.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ hast-util-from-parse5@7.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ hastscript@7.2.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ comma-separated-tokens@2.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ hast-util-parse-selector@3.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ property-information@6.2.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── space-separated-tokens@2.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ property-information@6.2.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ vfile@5.3.7 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ vfile-location@4.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── vfile@5.3.7 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── web-namespaces@2.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ hast-util-to-parse5@7.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/hast@2.3.4 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ comma-separated-tokens@2.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ property-information@6.2.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ space-separated-tokens@2.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ web-namespaces@2.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── zwitch@2.0.4 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ html-void-elements@2.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ parse5@6.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-position@4.0.4 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-visit@4.1.2 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ vfile@5.3.7 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ web-namespaces@2.0.1
β”‚ β”‚ β”‚ β”‚ └── zwitch@2.0.4 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ hast-util-whitespace@2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ html-void-elements@2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ property-information@6.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ space-separated-tokens@2.0.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ stringify-entities@4.0.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ character-entities-html4@2.1.0
β”‚ β”‚ β”‚ β”‚ └── character-entities-legacy@3.0.0
β”‚ β”‚ β”‚ └── zwitch@2.0.4
β”‚ β”‚ β”œβ”€β”¬ remark-frontmatter@4.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/mdast@3.0.10
β”‚ β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-frontmatter@1.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-to-markdown@1.5.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ longest-streak@3.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mdast-util-phrasing@3.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── unist-util-is@5.2.0 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-to-string@3.1.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-decode-string@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-visit@4.1.2 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── zwitch@2.0.4 deduped
β”‚ β”‚ β”‚ β”‚ └── micromark-extension-frontmatter@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-extension-frontmatter@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ fault@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── format@0.2.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-character@1.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.1
β”‚ β”‚ β”‚ └── unified@10.1.2 deduped
β”‚ β”‚ β”œβ”€β”€ source-map@0.7.4
β”‚ β”‚ └── unist-util-visit@4.1.2 deduped
β”‚ β”œβ”€β”¬ @islands/pages@0.8.1
β”‚ β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”‚ β”œβ”€β”€ deep-equal@2.2.0 deduped
β”‚ β”‚ β”œβ”€β”€ fast-glob@3.2.12 deduped
β”‚ β”‚ β”œβ”€β”¬ gray-matter@4.0.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ js-yaml@3.14.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ argparse@1.0.10
β”‚ β”‚ β”‚ β”‚ β”‚ └── sprintf-js@1.0.3
β”‚ β”‚ β”‚ β”‚ └── esprima@4.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ kind-of@6.0.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ section-matter@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ extend-shallow@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── is-extendable@0.1.1
β”‚ β”‚ β”‚ β”‚ └── kind-of@6.0.3 deduped
β”‚ β”‚ β”‚ └── strip-bom-string@1.0.0
β”‚ β”‚ └── pathe@0.2.0 deduped
β”‚ β”œβ”€β”¬ @islands/prerender@0.8.1
β”‚ β”‚ └── @islands/hydration@0.8.2 deduped
β”‚ β”œβ”€β”€ @nuxt/devalue@2.0.0
β”‚ β”œβ”€β”€ @vitejs/plugin-vue@3.2.0
β”‚ β”œβ”€β”€ @vue/devtools-api@6.5.0
β”‚ β”œβ”€β”¬ @vue/server-renderer@3.2.47
β”‚ β”‚ β”œβ”€β”¬ @vue/compiler-ssr@3.2.47
β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-dom@3.2.47 deduped
β”‚ β”‚ β”‚ └── @vue/shared@3.2.47 deduped
β”‚ β”‚ └── @vue/shared@3.2.47
β”‚ β”œβ”€β”¬ @vueuse/head@0.7.13
β”‚ β”‚ └─┬ @zhead/schema-vue@0.7.4
β”‚ β”‚   β”œβ”€β”¬ @vueuse/shared@9.12.0
β”‚ β”‚   β”‚ └── vue-demi@0.13.11
β”‚ β”‚   └── @zhead/schema@0.7.4
β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”œβ”€β”¬ deep-equal@2.2.0
β”‚ β”‚ β”œβ”€β”¬ call-bind@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ function-bind@1.1.1
β”‚ β”‚ β”‚ └── get-intrinsic@1.2.0 deduped
β”‚ β”‚ β”œβ”€β”¬ es-get-iterator@1.1.3
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ get-intrinsic@1.2.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ has-symbols@1.0.3
β”‚ β”‚ β”‚ β”œβ”€β”€ is-arguments@1.1.1 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ is-map@2.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ is-set@2.0.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ is-string@1.0.7
β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@2.0.5 deduped
β”‚ β”‚ β”‚ └─┬ stop-iteration-iterator@1.0.0
β”‚ β”‚ β”‚   └─┬ internal-slot@1.0.5
β”‚ β”‚ β”‚     β”œβ”€β”€ get-intrinsic@1.2.0 deduped
β”‚ β”‚ β”‚     β”œβ”€β”€ has@1.0.3 deduped
β”‚ β”‚ β”‚     └── side-channel@1.0.4 deduped
β”‚ β”‚ β”œβ”€β”¬ get-intrinsic@1.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ function-bind@1.1.1 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ has@1.0.3 deduped
β”‚ β”‚ β”‚ └── has-symbols@1.0.3 deduped
β”‚ β”‚ β”œβ”€β”¬ is-arguments@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ └─┬ has-tostringtag@1.0.0
β”‚ β”‚ β”‚   └── has-symbols@1.0.3 deduped
β”‚ β”‚ β”œβ”€β”¬ is-array-buffer@3.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ get-intrinsic@1.2.0 deduped
β”‚ β”‚ β”‚ └─┬ is-typed-array@1.1.10
β”‚ β”‚ β”‚   β”œβ”€β”€ available-typed-arrays@1.0.5 deduped
β”‚ β”‚ β”‚   β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚   β”œβ”€β”€ for-each@0.3.3 deduped
β”‚ β”‚ β”‚   β”œβ”€β”€ gopd@1.0.1 deduped
β”‚ β”‚ β”‚   └── has-tostringtag@1.0.0 deduped
β”‚ β”‚ β”œβ”€β”¬ is-date-object@1.0.5
β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped
β”‚ β”‚ β”œβ”€β”¬ is-regex@1.1.4
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped
β”‚ β”‚ β”œβ”€β”¬ is-shared-array-buffer@1.0.2
β”‚ β”‚ β”‚ └── call-bind@1.0.2 deduped
β”‚ β”‚ β”œβ”€β”€ isarray@2.0.5
β”‚ β”‚ β”œβ”€β”¬ object-is@1.1.5
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ └─┬ define-properties@1.2.0
β”‚ β”‚ β”‚   β”œβ”€β”¬ has-property-descriptors@1.0.0
β”‚ β”‚ β”‚   β”‚ └── get-intrinsic@1.2.0 deduped
β”‚ β”‚ β”‚   └── object-keys@1.1.1 deduped
β”‚ β”‚ β”œβ”€β”€ object-keys@1.1.1
β”‚ β”‚ β”œβ”€β”¬ object.assign@4.1.4
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ define-properties@1.2.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ has-symbols@1.0.3 deduped
β”‚ β”‚ β”‚ └── object-keys@1.1.1 deduped
β”‚ β”‚ β”œβ”€β”¬ regexp.prototype.flags@1.4.3
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ define-properties@1.2.0 deduped
β”‚ β”‚ β”‚ └── functions-have-names@1.2.3
β”‚ β”‚ β”œβ”€β”¬ side-channel@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ get-intrinsic@1.2.0 deduped
β”‚ β”‚ β”‚ └── object-inspect@1.12.3
β”‚ β”‚ β”œβ”€β”¬ which-boxed-primitive@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ is-bigint@1.0.4
β”‚ β”‚ β”‚ β”‚ └── has-bigints@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ is-boolean-object@1.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ is-number-object@1.0.7
β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ is-string@1.0.7 deduped
β”‚ β”‚ β”‚ └─┬ is-symbol@1.0.4
β”‚ β”‚ β”‚   └── has-symbols@1.0.3 deduped
β”‚ β”‚ β”œβ”€β”¬ which-collection@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ is-map@2.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ is-set@2.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ is-weakmap@2.0.1
β”‚ β”‚ β”‚ └─┬ is-weakset@2.0.2
β”‚ β”‚ β”‚   β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚ β”‚   └── get-intrinsic@1.2.0 deduped
β”‚ β”‚ └─┬ which-typed-array@1.1.9
β”‚ β”‚   β”œβ”€β”€ available-typed-arrays@1.0.5
β”‚ β”‚   β”œβ”€β”€ call-bind@1.0.2 deduped
β”‚ β”‚   β”œβ”€β”¬ for-each@0.3.3
β”‚ β”‚   β”‚ └── is-callable@1.2.7
β”‚ β”‚   β”œβ”€β”¬ gopd@1.0.1
β”‚ β”‚   β”‚ └── get-intrinsic@1.2.0 deduped
β”‚ β”‚   β”œβ”€β”€ has-tostringtag@1.0.0 deduped
β”‚ β”‚   └── is-typed-array@1.1.10 deduped
β”‚ β”œβ”€β”€ es-module-lexer@0.7.1
β”‚ β”œβ”€β”¬ fast-glob@3.2.12
β”‚ β”‚ β”œβ”€β”€ @nodelib/fs.stat@2.0.5
β”‚ β”‚ β”œβ”€β”¬ @nodelib/fs.walk@1.2.8
β”‚ β”‚ β”‚ β”œβ”€β”¬ @nodelib/fs.scandir@2.1.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @nodelib/fs.stat@2.0.5 deduped
β”‚ β”‚ β”‚ β”‚ └─┬ run-parallel@1.2.0
β”‚ β”‚ β”‚ β”‚   └── queue-microtask@1.2.3
β”‚ β”‚ β”‚ └─┬ fastq@1.15.0
β”‚ β”‚ β”‚   └── reusify@1.0.4
β”‚ β”‚ β”œβ”€β”¬ glob-parent@5.1.2
β”‚ β”‚ β”‚ └─┬ is-glob@4.0.3
β”‚ β”‚ β”‚   └── is-extglob@2.1.1
β”‚ β”‚ β”œβ”€β”€ merge2@1.4.1
β”‚ β”‚ └── micromatch@4.0.5 deduped
β”‚ β”œβ”€β”€ local-pkg@0.4.3
β”‚ β”œβ”€β”¬ mico-spinner@1.4.0
β”‚ β”‚ └── picocolors@0.2.1
β”‚ β”œβ”€β”¬ micromatch@4.0.5
β”‚ β”‚ β”œβ”€β”¬ braces@3.0.2
β”‚ β”‚ β”‚ └─┬ fill-range@7.0.1
β”‚ β”‚ β”‚   └─┬ to-regex-range@5.0.1
β”‚ β”‚ β”‚     └── is-number@7.0.0
β”‚ β”‚ └── picomatch@2.3.1 deduped
β”‚ β”œβ”€β”€ minimist@1.2.8
β”‚ β”œβ”€β”€ pathe@0.2.0
β”‚ β”œβ”€β”€ picocolors@1.0.0
β”‚ β”œβ”€β”¬ unist-util-visit@4.1.2
β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6
β”‚ β”‚ β”œβ”€β”€ unist-util-is@5.2.0
β”‚ β”‚ └─┬ unist-util-visit-parents@5.1.3
β”‚ β”‚   β”œβ”€β”€ @types/unist@2.0.6 deduped
β”‚ β”‚   └── unist-util-is@5.2.0 deduped
β”‚ β”œβ”€β”¬ unplugin-vue-components@0.21.2
β”‚ β”‚ β”œβ”€β”€ @antfu/utils@0.5.2
β”‚ β”‚ β”œβ”€β”€ @rollup/pluginutils@4.2.1 deduped
β”‚ β”‚ β”œβ”€β”¬ chokidar@3.5.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ anymatch@3.1.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ normalize-path@3.0.0 deduped
β”‚ β”‚ β”‚ β”‚ └── picomatch@2.3.1 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ braces@3.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ fsevents@2.3.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ glob-parent@5.1.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ is-binary-path@2.1.0
β”‚ β”‚ β”‚ β”‚ └── binary-extensions@2.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ is-glob@4.0.3 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ normalize-path@3.0.0
β”‚ β”‚ β”‚ └─┬ readdirp@3.6.0
β”‚ β”‚ β”‚   └── picomatch@2.3.1 deduped
β”‚ β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”‚ β”œβ”€β”€ fast-glob@3.2.12 deduped
β”‚ β”‚ β”œβ”€β”€ local-pkg@0.4.3 deduped
β”‚ β”‚ β”œβ”€β”¬ magic-string@0.26.7
β”‚ β”‚ β”‚ └── sourcemap-codec@1.4.8
β”‚ β”‚ β”œβ”€β”¬ minimatch@5.1.6
β”‚ β”‚ β”‚ └─┬ brace-expansion@2.0.1
β”‚ β”‚ β”‚   └── balanced-match@1.0.2
β”‚ β”‚ β”œβ”€β”€ resolve@1.22.1 deduped
β”‚ β”‚ └─┬ unplugin@0.7.2
β”‚ β”‚   β”œβ”€β”€ acorn@8.8.2 deduped
β”‚ β”‚   β”œβ”€β”€ chokidar@3.5.3 deduped
β”‚ β”‚   β”œβ”€β”€ webpack-sources@3.2.3
β”‚ β”‚   └── webpack-virtual-modules@0.4.6
β”‚ β”œβ”€β”¬ vite@3.2.5
β”‚ β”‚ β”œβ”€β”¬ esbuild@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY @esbuild/android-arm@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY @esbuild/linux-loong64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-android-64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-android-arm64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ esbuild-darwin-64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-darwin-arm64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-freebsd-64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-freebsd-arm64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-32@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-arm@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-arm64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-mips64le@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-ppc64le@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-riscv64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-s390x@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-netbsd-64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-openbsd-64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-sunos-64@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-windows-32@0.15.18
β”‚ β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-windows-64@0.15.18
β”‚ β”‚ β”‚ └── UNMET OPTIONAL DEPENDENCY esbuild-windows-arm64@0.15.18
β”‚ β”‚ β”œβ”€β”€ fsevents@2.3.2
β”‚ β”‚ β”œβ”€β”¬ postcss@8.4.21
β”‚ β”‚ β”‚ β”œβ”€β”€ nanoid@3.3.4
β”‚ β”‚ β”‚ β”œβ”€β”€ picocolors@1.0.0 deduped
β”‚ β”‚ β”‚ └── source-map-js@1.0.2
β”‚ β”‚ β”œβ”€β”€ resolve@1.22.1 deduped
β”‚ β”‚ └─┬ rollup@2.79.1
β”‚ β”‚   └── fsevents@2.3.2 deduped
β”‚ β”œβ”€β”¬ vue@3.2.47
β”‚ β”‚ β”œβ”€β”¬ @vue/compiler-dom@3.2.47
β”‚ β”‚ β”‚ β”œβ”€β”¬ @vue/compiler-core@3.2.47
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.20.15 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.47 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2 deduped
β”‚ β”‚ β”‚ β”‚ └── source-map@0.6.1
β”‚ β”‚ β”‚ └── @vue/shared@3.2.47 deduped
β”‚ β”‚ β”œβ”€β”¬ @vue/compiler-sfc@3.2.47
β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.20.15 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-core@3.2.47 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-dom@3.2.47 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-ssr@3.2.47 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ @vue/reactivity-transform@3.2.47
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.20.15 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-core@3.2.47 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.47 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2 deduped
β”‚ β”‚ β”‚ β”‚ └─┬ magic-string@0.25.9
β”‚ β”‚ β”‚ β”‚   └── sourcemap-codec@1.4.8 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.47 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ magic-string@0.25.9
β”‚ β”‚ β”‚ β”‚ └── sourcemap-codec@1.4.8 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ postcss@8.4.21 deduped
β”‚ β”‚ β”‚ └── source-map@0.6.1
β”‚ β”‚ β”œβ”€β”¬ @vue/runtime-dom@3.2.47
β”‚ β”‚ β”‚ β”œβ”€β”¬ @vue/runtime-core@3.2.47
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/reactivity@3.2.47 deduped
β”‚ β”‚ β”‚ β”‚ └── @vue/shared@3.2.47 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.47 deduped
β”‚ β”‚ β”‚ └── csstype@2.6.21
β”‚ β”‚ β”œβ”€β”€ @vue/server-renderer@3.2.47 deduped
β”‚ β”‚ └── @vue/shared@3.2.47 deduped
β”‚ └─┬ vue-router@4.1.6
β”‚   └── @vue/devtools-api@6.5.0 deduped
β”œβ”€β”€ preact@10.12.1
β”œβ”€β”¬ preact-render-to-string@5.2.6
β”‚ └── pretty-format@3.8.0
β”œβ”€β”€ typescript@4.9.5
β”œβ”€β”¬ vitest@0.28.5
β”‚ β”œβ”€β”€ @types/chai@4.3.4
β”‚ β”œβ”€β”¬ @types/chai-subset@1.3.3
β”‚ β”‚ └── @types/chai@4.3.4 deduped
β”‚ β”œβ”€β”€ @types/node@18.13.0
β”‚ β”œβ”€β”¬ @vitest/expect@0.28.5
β”‚ β”‚ β”œβ”€β”€ @vitest/spy@0.28.5 deduped
β”‚ β”‚ β”œβ”€β”€ @vitest/utils@0.28.5 deduped
β”‚ β”‚ └── chai@4.3.7 deduped
β”‚ β”œβ”€β”¬ @vitest/runner@0.28.5
β”‚ β”‚ β”œβ”€β”€ @vitest/utils@0.28.5 deduped
β”‚ β”‚ β”œβ”€β”¬ p-limit@4.0.0
β”‚ β”‚ β”‚ └── yocto-queue@1.0.0
β”‚ β”‚ └── pathe@1.1.0
β”‚ β”œβ”€β”¬ @vitest/spy@0.28.5
β”‚ β”‚ └── tinyspy@1.1.1 deduped
β”‚ β”œβ”€β”¬ @vitest/utils@0.28.5
β”‚ β”‚ β”œβ”€β”¬ cli-truncate@3.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ slice-ansi@5.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-styles@6.2.1
β”‚ β”‚ β”‚ β”‚ └── is-fullwidth-code-point@4.0.0
β”‚ β”‚ β”‚ └─┬ string-width@5.1.2
β”‚ β”‚ β”‚   β”œβ”€β”€ eastasianwidth@0.2.0
β”‚ β”‚ β”‚   β”œβ”€β”€ emoji-regex@9.2.2
β”‚ β”‚ β”‚   └─┬ strip-ansi@7.0.1
β”‚ β”‚ β”‚     └── ansi-regex@6.0.1
β”‚ β”‚ β”œβ”€β”€ diff@5.1.0
β”‚ β”‚ β”œβ”€β”¬ loupe@2.3.6
β”‚ β”‚ β”‚ └── get-func-name@2.0.0 deduped
β”‚ β”‚ β”œβ”€β”€ picocolors@1.0.0 deduped
β”‚ β”‚ └─┬ pretty-format@27.5.1
β”‚ β”‚   β”œβ”€β”€ ansi-regex@5.0.1
β”‚ β”‚   β”œβ”€β”€ ansi-styles@5.2.0
β”‚ β”‚   └── react-is@17.0.2
β”‚ β”œβ”€β”€ acorn@8.8.2
β”‚ β”œβ”€β”€ acorn-walk@8.2.0
β”‚ β”œβ”€β”€ cac@6.7.14
β”‚ β”œβ”€β”¬ chai@4.3.7
β”‚ β”‚ β”œβ”€β”€ assertion-error@1.1.0
β”‚ β”‚ β”œβ”€β”€ check-error@1.0.2
β”‚ β”‚ β”œβ”€β”¬ deep-eql@4.1.3
β”‚ β”‚ β”‚ └── type-detect@4.0.8 deduped
β”‚ β”‚ β”œβ”€β”€ get-func-name@2.0.0
β”‚ β”‚ β”œβ”€β”€ loupe@2.3.6 deduped
β”‚ β”‚ β”œβ”€β”€ pathval@1.1.1
β”‚ β”‚ └── type-detect@4.0.8
β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”œβ”€β”€ local-pkg@0.4.3 deduped
β”‚ β”œβ”€β”€ pathe@1.1.0
β”‚ β”œβ”€β”€ picocolors@1.0.0 deduped
β”‚ β”œβ”€β”€ source-map@0.6.1
β”‚ β”œβ”€β”€ std-env@3.3.2
β”‚ β”œβ”€β”¬ strip-literal@1.0.1
β”‚ β”‚ └── acorn@8.8.2 deduped
β”‚ β”œβ”€β”€ tinybench@2.3.1
β”‚ β”œβ”€β”€ tinypool@0.3.1
β”‚ β”œβ”€β”€ tinyspy@1.1.1
β”‚ β”œβ”€β”€ vite@3.2.5 deduped
β”‚ β”œβ”€β”¬ vite-node@0.28.5
β”‚ β”‚ β”œβ”€β”€ cac@6.7.14 deduped
β”‚ β”‚ β”œβ”€β”€ debug@4.3.4 deduped
β”‚ β”‚ β”œβ”€β”¬ mlly@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ acorn@8.8.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ pathe@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ pkg-types@1.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsonc-parser@3.2.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ mlly@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚ └── pathe@1.1.0
β”‚ β”‚ β”‚ └── ufo@1.0.1
β”‚ β”‚ β”œβ”€β”€ pathe@1.1.0
β”‚ β”‚ β”œβ”€β”€ picocolors@1.0.0 deduped
β”‚ β”‚ β”œβ”€β”€ source-map@0.6.1
β”‚ β”‚ β”œβ”€β”¬ source-map-support@0.5.21
β”‚ β”‚ β”‚ β”œβ”€β”€ buffer-from@1.1.2
β”‚ β”‚ β”‚ └── source-map@0.6.1
β”‚ β”‚ └── vite@3.2.5 deduped
β”‚ └─┬ why-is-node-running@2.2.2
β”‚   β”œβ”€β”€ siginfo@2.0.0
β”‚   └── stackback@0.0.2
└─┬ vue-tsc@0.38.9
  └─┬ @volar/vue-typescript@0.38.9
    β”œβ”€β”¬ @volar/code-gen@0.38.9
    β”‚ └── @volar/source-map@0.38.9 deduped
    β”œβ”€β”€ @volar/source-map@0.38.9
    β”œβ”€β”¬ @volar/vue-code-gen@0.38.9
    β”‚ β”œβ”€β”€ @volar/code-gen@0.38.9 deduped
    β”‚ β”œβ”€β”€ @volar/source-map@0.38.9 deduped
    β”‚ β”œβ”€β”€ @vue/compiler-core@3.2.47 deduped
    β”‚ β”œβ”€β”€ @vue/compiler-dom@3.2.47 deduped
    β”‚ └── @vue/shared@3.2.47 deduped
    β”œβ”€β”€ @vue/compiler-sfc@3.2.47 deduped
    └─┬ @vue/reactivity@3.2.47
      └── @vue/shared@3.2.47 deduped


Logs πŸ“œ

Can provide if necessary

Output

Run DEBUG=iles:* npm run dev or DEBUG=iles:* npm run build and provide the output:

Exact same issue

Screenshots πŸ“·

Can provide if necessary

Hi there!

Please share your Node version, it's likely that you are using Node 12, which reached EOL last year.

Try upgrading to Node 14.

commented

Happy to hear that! Closing this now.