Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2026-08-26 09:31:34 +08:00
parent 9b8c4bfab6
commit 394eb0285d
34137 changed files with 3589424 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "launch-editor-middleware",
"version": "2.14.1",
"description": "express middleware for launching editor",
"keywords": [
"editor",
"express",
"middleware"
],
"homepage": "https://github.com/vitejs/launch-editor#readme",
"bugs": {
"url": "https://github.com/vitejs/launch-editor/issues"
},
"license": "MIT",
"author": "Evan You",
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/launch-editor.git"
},
"files": [
"index.js",
"index.d.ts"
],
"main": "index.js",
"dependencies": {
"launch-editor": "^2.14.1"
},
"scripts": {
"test": "node --test --experimental-test-module-mocks"
}
}