-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "parse-csv-stream",
"version": "2.0.2",
"description": "Parse any csv file via stream or csv stream from any other source in Node.js for various usecases like database insertion, logging, file creation, batch processing data etc.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayushpratap2494/parse-csv-stream.git"
},
"keywords": [
"csv-stream",
"parse-csv",
"parse-csv-stream",
"csv-2-json",
"csv-json-stream",
"csv-json",
"csv",
"csv-parser"
],
"author": "Ayush Pratap",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayushpratap2494/parse-csv-stream/issues"
},
"homepage": "https://github.com/ayushpratap2494/parse-csv-stream#readme"
}