csv-do
Version:
Command line utilities for CSV based on NodeJS. Split, Group, Aggregate, Mix, Merge csv files.
42 lines (41 loc) • 872 B
JSON
{
"name": "csv-do",
"version": "0.3.5",
"description": "Command line utilities for CSV based on NodeJS. Split, Group, Aggregate, Mix, Merge csv files.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janunezc/csv-do.git"
},
"keywords": [
"CSV",
"SPLIT",
"Merge",
"Join",
"Utility",
"Command",
"Line",
"Aggregate",
"Data",
"Science"
],
"author": "Jose Angel Nunez Chaves",
"license": "MIT",
"bugs": {
"url": "https://github.com/janunezc/csv-do/issues"
},
"homepage": "https://github.com/janunezc/csv-do#readme",
"dependencies": {
"colors": "^1.4.0",
"csvtojson": "^2.0.10",
"jnconsole": "^0.4.0",
"minimist": "^1.2.5",
"objects-to-csv": "^1.3.6"
},
"bin": {
"csv-do": "./index.js"
}
}