UNPKG

tabular-data-differ

Version:

A very efficient library for diffing two sorted streams of tabular data, such as CSV files.

42 lines (41 loc) 935 B
{ "name": "tabular-data-differ", "version": "1.1.7", "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": "29.7.0", "@types/jest": "29.5.13", "@types/node": "22.5.5", "jest": "29.7.0", "ts-jest": "29.2.5", "typescript": "5.6.2" } }