sec commit

This commit is contained in:
2024-08-16 15:06:52 +05:30
parent 63dc2b340a
commit dc5b771f30
16489 changed files with 2607484 additions and 0 deletions

24
node_modules/fast-diff/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "fast-diff",
"version": "1.0.1",
"description": "Fast Javascript text diff",
"author": "Jason Chen <jhchen7@gmail.com>",
"main": "diff.js",
"devDependencies": {
"googlediff": "~0.1.0",
"lodash": "~3.9.3",
"seedrandom": "~2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jhchen/fast-diff"
},
"bugs": {
"url": "https://github.com/jhchen/fast-diff/issues"
},
"scripts": {
"test": "node test.js"
},
"license": "Apache 2.0",
"keywords": ["diff"]
}