0
0

增加了git功能,但是还未完善

This commit is contained in:
xubing
2025-11-24 17:53:48 +08:00
parent 925024bce1
commit fa1e291bed
682 changed files with 131314 additions and 157 deletions

23
node_modules/diff3/package.json generated vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "diff3",
"version": "0.0.3",
"description": "A diff3 engine for nodejs",
"main": "diff3.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axosoft/diff3.git"
},
"keywords": [
"diff3",
"diff"
],
"author": "Tyler Wanek",
"license": "MIT",
"bugs": {
"url": "https://github.com/axosoft/diff3/issues"
},
"homepage": "https://github.com/axosoft/diff3#readme"
}