UNPKG

diff-text

Version:

Just get the diff of a simple inline text.

38 lines (37 loc) 886 B
{ "name": "diff-text", "version": "0.0.2", "description": "Just get the diff of a simple inline text.", "main": "index.js", "scripts": { "test-travis": "nyc npm test && nyc report --reporter=lcov", "test": "mocha test.js", "perf": "node perf.js" }, "repository": { "type": "git", "url": "git+https://github.com/hustcc/line-text-diff.git" }, "keywords": [ "text-diff", "diff", "input-diff", "line-text-diff" ], "author": "ProtoTeam", "license": "ISC", "bugs": { "url": "https://github.com/hustcc/line-text-diff/issues" }, "homepage": "https://github.com/hustcc/line-text-diff#readme", "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^2.11.6", "expect": "^1.14.0", "mocha": "^2.4.5", "nyc": "^5.6.0", "word-table": "^1.0.3", "string-splice": "*", "splice-string": "*" } }