UNPKG

listmerge

Version:

Combines CSV files by searching for matching values

42 lines (41 loc) 827 B
{ "name": "listmerge", "version": "1.0.5", "description": "Combines CSV files by searching for matching values", "main": "index.js", "bin": { "listmerge": "index.js" }, "keywords": [ "csv", "merge", "combine", "fuzzy", "cli", "stream", "Elastic Search", "Lucene", "BM25" ], "author": "Jonathon Hill <jhill9693@gmail.com>", "license": "MIT", "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "github:compwright/listmerge" }, "dependencies": { "case": "^1.6.3", "csv-parse": "^4.15.4", "csv-stringify": "^5.6.2", "d3-dsv": "^2.0.0", "firstline": "^2.0.2", "inquirer": "^8.0.0", "lodash": "^4.17.21", "wink-bm25-text-search": "^3.0.1", "wink-nlp-utils": "^2.0.6", "yargs": "^17.0.1" } }