async-csv
Version:
ES7 async-await wrapper for the csv package.
36 lines (35 loc) • 789 B
JSON
{
"name": "async-csv",
"version": "2.1.3",
"description": "ES7 async-await wrapper for the csv package.",
"main": "index.js",
"scripts": {
"test": "node node_modules/jest/bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anton-bot/async-csv.git"
},
"keywords": [
"csv",
"async",
"es7",
"csv-parser",
"csv-stringify",
"await-csv",
"async-csv-formatter",
"save-csv-to-file"
],
"author": "Anton Ivanov <anton@ivanov.hk>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/catcher-in-the-try/async-csv/issues"
},
"homepage": "https://github.com/catcher-in-the-try/async-csv#readme",
"dependencies": {
"csv": "^5.1.3"
},
"devDependencies": {
"jest": "^24.9.0"
}
}