csv-database
Version:
lightweight CSV database
25 lines • 451 B
JSON
{
"name": "csv-database",
"version": "0.9.2",
"description": "lightweight CSV database",
"main": "index.js",
"keywords": [
"csv",
"database",
"db",
"crud",
"storage",
"flat file",
"file"
],
"repository": {
"url": "https://github.com/ysnglt/node-csvdb"
},
"dependencies": {
"fast-csv": "^2.4.1",
"proper-lockfile": "^2.0.1",
"tempy": "^0.2.1"
},
"author": "ysnglt",
"license": "MIT"
}