Comparing version 1.0.5 to 1.1.0
{ | ||
"name": "json-csv", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "Export a richly structured, JSON array to CSV", | ||
@@ -16,10 +16,5 @@ "homepage": "https://github.com/IWSLLC/json-csv", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
], | ||
"main": "./index.js", | ||
"engines": { | ||
"node": "*" | ||
"node": ">=0.10" | ||
}, | ||
@@ -39,5 +34,5 @@ "devDependencies": { | ||
"dependencies": { | ||
"concat-stream": "^1.4.6", | ||
"event-stream": "^3.1.7", | ||
"lodash": "^2.4.1" | ||
"concat-stream": "^1.5.1", | ||
"event-stream": "^3.3.2", | ||
"lodash": "^3.10.1" | ||
}, | ||
@@ -44,0 +39,0 @@ "scripts": { |
@@ -53,3 +53,3 @@ json-csv | ||
//optional: filter to tranfsorm value before exporting | ||
//optional: filter to transform value before exporting | ||
filter : function(value) { return value; } | ||
@@ -56,0 +56,0 @@ } |
Sorry, the diff of this file is not supported yet
19891
+ Addedlodash@3.10.1(transitive)
- Removedlodash@2.4.2(transitive)
Updatedconcat-stream@^1.5.1
Updatedevent-stream@^3.3.2
Updatedlodash@^3.10.1