-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 838 Bytes
/
package.json
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
32
33
34
35
36
37
38
39
{
"name": "stream-csv-as-json",
"version": "1.0.5",
"description": "Streams CSV files.",
"main": "index.js",
"scripts": {
"test": "node tests/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uhop/stream-csv-as-json.git"
},
"keywords": [
"scanner",
"lexer",
"tokenizer",
"parser",
"csv",
"stream",
"streaming"
],
"author": "Eugene Lazutkin <[email protected]> (http://lazutkin.com/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/uhop/stream-csv-as-json/issues"
},
"homepage": "https://github.com/uhop/stream-csv-as-json#readme",
"devDependencies": {
"heya-unit": "^0.3.0",
"stream-chain": "^2.2.5"
},
"dependencies": {
"stream-json": "^1.8.0"
},
"files": [
"/*.js",
"/utils"
]
}