first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

19
node_modules/@volar/source-map/package.json generated vendored Normal file
View file

@ -0,0 +1,19 @@
{
"name": "@volar/source-map",
"version": "1.10.1",
"main": "out/index.js",
"license": "MIT",
"files": [
"out/**/*.js",
"out/**/*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/volarjs/volar.js.git",
"directory": "packages/source-map"
},
"dependencies": {
"muggle-string": "^0.3.1"
},
"gitHead": "65775648936d786847511f3d8bdd8a3d1dca2e4e"
}