forked from mafintosh/csv-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 678 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 678 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
30
31
{
"name": "csv-parser",
"version": "1.4.6",
"description": "Streaming csv parser inspired by binary-csv that aims to be faster than everyone else",
"repository": "mafintosh/csv-parser",
"dependencies": {
"generate-function": "^1.0.1",
"generate-object-property": "^1.0.0",
"inherits": "^2.0.1",
"ldjson-stream": "^1.1.0",
"minimist": "^0.2.0"
},
"devDependencies": {
"bops": "^0.1.1",
"concat-stream": "^1.4.5",
"csv-spectrum": "^0.2.0",
"tape": "^2.13.1"
},
"bin": {
"csv-parser": "./bin.js"
},
"scripts": {
"test": "tape test/test.js"
},
"keywords": [
"csv",
"parser",
"fast",
"json"
]
}