UNPKG

csv-read

Version:

Read data from a CSV file using streams. Optimized for big CSV files

36 lines (35 loc) 917 B
{ "name": "csv-read", "version": "2.0.2", "description": "Read data from a CSV file using streams. Optimized for big CSV files", "main": "dist/csvRead.js", "scripts": { "test": "mocha --require firescript/register --reporter lagoon-reporter tests/*.spec.fire" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Andifeind/csv-read.git" }, "keywords": [ "csv", "read", "readcsv", "stream" ], "author": "Andi Heinkelein <andifeind@noname-media.com>", "license": "MIT", "bugs": { "url": "https://github.com/Andifeind/csv-read/issues" }, "homepage": "https://github.com/Andifeind/csv-read#readme", "devDependencies": { "@noname-media/eslint-config-standard": "1.1.0", "firescript": "^0.3.2", "inspect.js": "^1.11.7", "lagoon-reporter": "^0.4.0", "mocha": "^5.2.0" }, "dependencies": { "csv-stream": "^0.2.0" } }