This commit is contained in:
Gilles Soulier
2026-01-17 15:58:01 +01:00
parent 1f7f7da0c3
commit dc19315e5d
5616 changed files with 1609815 additions and 18 deletions

17
webui/node_modules/@volar/language-core/package.json generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@volar/language-core",
"version": "2.4.27",
"license": "MIT",
"files": [
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/volarjs/volar.js.git",
"directory": "packages/language-core"
},
"dependencies": {
"@volar/source-map": "2.4.27"
}
}