async-json2csv
Version:
Use es7 async to convert json to csv form data
28 lines (27 loc) • 618 B
JSON
{
"name": "async-json2csv",
"version": "1.0.4",
"description": "Use es7 async to convert json to csv form data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solee0524/async-json2csv.git"
},
"keywords": [
"async",
"json",
"csv",
"koa2",
"json2csv",
"jsontocsv"
],
"author": "solee",
"license": "MIT",
"bugs": {
"url": "https://github.com/solee0524/async-json2csv/issues"
},
"homepage": "https://github.com/solee0524/async-json2csv#readme"
}