Comparing version 3.0.1 to 3.0.4
{ | ||
"name": "json-csv", | ||
"version": "3.0.1", | ||
"version": "3.0.4", | ||
"description": "Export a richly structured, JSON array to CSV", | ||
@@ -21,5 +21,5 @@ "homepage": "https://github.com/IWSLLC/json-csv", | ||
"devDependencies": { | ||
"coffeescript": "^2.4.1", | ||
"debug": "^4.1.1", | ||
"mocha": "^6.2.2", | ||
"coffeescript": "^2.5.1", | ||
"debug": "^4.3.1", | ||
"mocha": "^6.2.3", | ||
"should": "^13.2.3" | ||
@@ -35,8 +35,8 @@ }, | ||
"concat-stream": "^2.0.0", | ||
"lodash": "^4.17.15" | ||
"lodash": "^4.17.20" | ||
}, | ||
"scripts": { | ||
"test": "./bin/t" | ||
"test": "mocha \"./test/**/*.{js,coffee}\" $@" | ||
}, | ||
"license": "BSD-3" | ||
} |
json-csv | ||
======== | ||
[![Build status](https://travis-ci.org/IWSLLC/json-csv.svg?branch=master)](https://travis-ci.org/IWSLLC/json-csv) | ||
[![Build Status](https://travis-ci.com/IWSLLC/json-csv.svg?branch=main)](https://travis-ci.com/IWSLLC/json-csv) | ||
Simple CSV export module that can export a rich JSON array of objects to CSV. | ||
Simple CSV export module that can export a rich JSON array of objects to CSV. (Formerly [json-csv](https://www.npmjs.com/package/json-csv)) | ||
Moved to: [@iwsio/json-csv](https://www.npmjs.com/package/@iwsio/json-csv) | ||
Usage | ||
@@ -9,0 +11,0 @@ ----- |
Sorry, the diff of this file is not supported yet
35169
343
Updatedlodash@^4.17.20