@erdii/csv2jsonstream
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@erdii/csv2jsonstream", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "the cheapest csv to json-array converter EVER!", | ||
"main": "csv2jsonstream.js", | ||
"bin": "./csv2jsonsteram.js", | ||
"bin": "./csv2jsonstream.js", | ||
"scripts": { | ||
@@ -14,3 +14,9 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": ["csv", "json", "converter", "stream", "array"], | ||
"keywords": [ | ||
"csv", | ||
"json", | ||
"converter", | ||
"stream", | ||
"array" | ||
], | ||
"author": "erdii <erdiicodes@gmail.com>", | ||
@@ -17,0 +23,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3050