chore: add @alcalzone/ansi-tokenize dependency

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-05-26 13:10:22 +08:00
parent 37c4905bbc
commit 8b834c2b7f
3 changed files with 23 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
"prepublishOnly": "vp run build" "prepublishOnly": "vp run build"
}, },
"dependencies": { "dependencies": {
"@alcalzone/ansi-tokenize": "catalog:",
"@vue/runtime-core": "^3.4.0", "@vue/runtime-core": "^3.4.0",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"cli-boxes": "^3.0.0", "cli-boxes": "^3.0.0",
+21
View File
@@ -6,6 +6,9 @@ settings:
catalogs: catalogs:
default: default:
'@alcalzone/ansi-tokenize':
specifier: ^0.1.3
version: 0.1.3
'@types/node': '@types/node':
specifier: ^24.12.4 specifier: ^24.12.4
version: 24.12.4 version: 24.12.4
@@ -140,6 +143,9 @@ importers:
packages/runtime: packages/runtime:
dependencies: dependencies:
'@alcalzone/ansi-tokenize':
specifier: 'catalog:'
version: 0.1.3
'@vue/runtime-core': '@vue/runtime-core':
specifier: ^3.4.0 specifier: ^3.4.0
version: 3.5.34 version: 3.5.34
@@ -235,6 +241,10 @@ importers:
packages: packages:
'@alcalzone/ansi-tokenize@0.1.3':
resolution: {integrity: sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==}
engines: {node: '>=14.13.1'}
'@babel/code-frame@7.29.0': '@babel/code-frame@7.29.0':
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
@@ -1344,6 +1354,10 @@ packages:
humanize-ms@1.2.1: humanize-ms@1.2.1:
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
is-fullwidth-code-point@4.0.0:
resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==}
engines: {node: '>=12'}
is-fullwidth-code-point@5.1.0: is-fullwidth-code-point@5.1.0:
resolution: {integrity: sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==} resolution: {integrity: sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==}
engines: {node: '>=18'} engines: {node: '>=18'}
@@ -1748,6 +1762,11 @@ packages:
snapshots: snapshots:
'@alcalzone/ansi-tokenize@0.1.3':
dependencies:
ansi-styles: 6.2.3
is-fullwidth-code-point: 4.0.0
'@babel/code-frame@7.29.0': '@babel/code-frame@7.29.0':
dependencies: dependencies:
'@babel/helper-validator-identifier': 7.28.5 '@babel/helper-validator-identifier': 7.28.5
@@ -2722,6 +2741,8 @@ snapshots:
dependencies: dependencies:
ms: 2.1.3 ms: 2.1.3
is-fullwidth-code-point@4.0.0: {}
is-fullwidth-code-point@5.1.0: is-fullwidth-code-point@5.1.0:
dependencies: dependencies:
get-east-asian-width: 1.6.0 get-east-asian-width: 1.6.0
+1
View File
@@ -7,6 +7,7 @@ packages:
catalogMode: prefer catalogMode: prefer
catalog: catalog:
"@alcalzone/ansi-tokenize": ^0.1.3
"@types/node": ^24.12.4 "@types/node": ^24.12.4
typescript: ^5 typescript: ^5
vite: npm:@voidzero-dev/vite-plus-core@latest vite: npm:@voidzero-dev/vite-plus-core@latest