node-jsdifflib
Version:
A diff library to compare text differences between two texts.
28 lines (27 loc) • 626 B
JSON
{
"name": "node-jsdifflib",
"version": "1.1.4",
"description": "A diff library to compare text differences between two texts.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcosc90/node-jsdifflib.git"
},
"keywords": [
"jsdifflib",
"diffchecker",
"text",
"difference"
],
"author": "Marcos Casagrande <=>",
"license": "BSD-2-Clause",
"homepage": "https://github.com/marcosc90/node-jsdifflib#readme"
}