File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{ "name" : " csv"
2- , "version" : " 0.0.3 "
2+ , "version" : " 0.0.4 "
33, "description" : " CSV parser with simple api, full of options and tested against large datasets."
44, "author" : " David Worms <david@adaltas.com>"
5+ , "contributors" :
6+ [ { "name" : " David Worms" , "email" : " david@adaltas.com" }
7+ , { "name" : " Will White" , "email" : " https://github.com/willwhite" }
8+ , { "name" : " Justin Latimer" , "email" : " https://github.com/justinlatimer" }
9+ ],
510, "directories" : { "lib" : " ./lib" }
611, "main" : " ./lib/csv"
712, "engines" : { "node" : " >= 0.1.90" }
13+ , "keywords" : [" parser" , " csv" ]
814, "repository" :
915 { "type" : " git"
1016 , "url" : " https://github.com/wdavidw/node-csv-parser.git"
1117 }
12- }
18+ }
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ To instrument the tests
218218Contributors
219219------------
220220
221+ * David Worms : < https://github.com/wdavidw >
221222* Will White : < https://github.com/willwhite >
222223* Justin Latimer : < https://github.com/justinlatimer >
223224
You can’t perform that action at this time.
0 commit comments