format-data
Version:
Format tabular data from object streams to different (standard) formats
38 lines (37 loc) • 793 B
JSON
{
"name": "format-data",
"version": "2.1.2",
"description": "Format tabular data from object streams to different (standard) formats",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/finnp/format-data"
},
"keywords": [
"format",
"serialize",
"tabular",
"ndjson",
"csv",
"json"
],
"author": "Finn Pauls",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnp/format-data/issues"
},
"homepage": "https://github.com/finnp/format-data",
"dependencies": {
"csv-write-stream": "^1.0.0",
"inherits": "^2.0.1",
"ndjson": "^1.2.3",
"ssejson": "^1.2.0"
},
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^3.0.3"
}
}