tabular-data-differ
Version:
A very efficient library for diffing two sorted streams of tabular data, such as CSV files.
42 lines (41 loc) • 932 B
JSON
{
"name": "tabular-data-differ",
"version": "1.1.8",
"description": "A very efficient library for diffing two sorted streams of tabular data, such as CSV files.",
"keywords": [
"table",
"tabular data",
"CSV",
"TSV",
"diff",
"difference",
"delta",
"changes",
"comparison"
],
"repository": {
"type": "git",
"url": "https://github.com/livetocode/tabular-data-differ.git"
},
"main": "dist/index.js",
"scripts": {
"compile": "./node_modules/.bin/tsc",
"test": "jest --verbose",
"show-coverage": "open output/coverage/lcov-report/index.html"
},
"author": "Morgan Martinet",
"license": "ISC",
"engines": {
"node": ">=18.11.0"
},
"dependencies": {
},
"devDependencies": {
"@jest/globals": "30.2.0",
"@types/jest": "30.0.0",
"@types/node": "24.x",
"jest": "30.2.0",
"ts-jest": "29.4.6",
"typescript": "5.9.3"
}
}