UNPKG

json-csv

Version:

Easily convert JSON array to CSV in Node.JS via buffered or streaming.

42 lines (41 loc) 873 B
{ "name": "json-csv", "version": "4.0.21", "description": "Easily convert JSON array to CSV in Node.JS via buffered or streaming.", "homepage": "https://github.com/IWSLLC/json-csv", "author": "Nathan Bridgewater <info@iws.io> (http://iws.io/)", "keywords": [ "csv", "export", "json" ], "repository": { "type": "git", "url": "git@github.com:IWSLLC/json-csv.git" }, "main": "./src/index.js", "engines": { "node": ">=10" }, "files": [ "src" ], "devDependencies": { "@iwsio/eslint-config": "^1.0.10", "coffeescript": "^2.7.0", "debug": "^4.4.1", "mocha": "^9.2.2", "should": "^13.2.3", "typescript": "^5.8.3" }, "bugs": { "url": "https://github.com/IWSLLC/json-csv/issues" }, "directories": { "test": "test" }, "scripts": { "test": "mocha $@" }, "license": "BSD-3" }