csv
Version:
CSV parser with simple api, full of options and tested against large datasets.
50 lines (49 loc) • 1.53 kB
JSON
{
"name": "csv",
"version": "0.3.0",
"description": "CSV parser with simple api, full of options and tested against large datasets.",
"homepage": "http://www.adaltas.com/projects/node-csv/",
"bugs": "https://github.com/wdavidw/node-csv-parser/issues",
"author": "David Worms <david@adaltas.com>",
"contributors": [
"David Worms <david@adaltas.com>",
"Will White <https://github.com/willwhite>",
"Justin Latimer <https://github.com/justinlatimer>",
"jonseymour <https://github.com/jonseymour>",
"pascalopitz <https://github.com/pascalopitz>",
"Josh Pschorr <https://github.com/jpschorr>",
"Elad Ben-Israel <https://github.com/eladb>",
"Philippe Plantier <https://github.com/phipla>",
"Tim Oxley <https://github.com/timoxley>",
"Damon Oehlman <https://github.com/DamonOehlman>",
"Alexandru Topliceanu <https://github.com/topliceanu>",
"Visup <https://github.com/visup>",
"Edmund von der Burg <https://github.com/evdb>",
"Douglas Christopher Wilson <https://github.com/dougwilson>"
],
"engines": {
"node": ">= 0.1.90"
},
"keywords": [
"node",
"parser",
"csv"
],
"repository": {
"type": "git",
"url": "git://github.com/wdavidw/node-csv-parser.git"
},
"devDependencies": {
"coffee-script": "latest",
"mocha": "latest",
"should": "latest",
"each": "latest",
"mecano": "latest",
"iconv": "latest"
},
"dependencies": {},
"optionalDependencies": {},
"scripts": {
"test": "make test"
}
}