textdiff-patch
Version:
Apply lean text diff delta patches created by textdiff-create.
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "textdiff-patch",
"version": "1.1.10",
"description": "Apply lean text diff delta patches created by textdiff-create.",
"main": "index.js",
"scripts": {
"test": "vitest --run"
},
"repository": {
"type": "git",
"url": "git://github.com/icflorescu/textdiff-patch.git"
},
"keywords": [
"diff",
"text",
"string",
"patch",
"lean"
],
"author": {
"name": "Ionut-Cristian Florescu",
"email": "ionut.florescu@gmail.com",
"url": "https://github.com/icflorescu"
},
"license": "ISC",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/icflorescu"
},
"bugs": {
"url": "https://github.com/icflorescu/textdiff-patch/issues"
},
"homepage": "https://github.com/icflorescu/textdiff-patch#readme",
"devDependencies": {
"@types/node": "^20.12.7",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"vitest": "^1.5.0"
}
}