forked from adaltas/node-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 906 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 906 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
{
"name": "csv",
"version": "1.1.0",
"description": "CSV parser with simple api, full of options and tested against large datasets.",
"keywords": ["node", "csv", "tsv", "parser", "parse", "stringifier", "stringify"],
"homepage": "http://www.adaltas.com/projects/node-csv/",
"bugs": "https://github.com/wdavidw/node-csv/issues",
"author": "David Worms <david@adaltas.com> (http://www.adaltas.com)",
"contributors": [
"David Worms <david@adaltas.com> (http://www.adaltas.com)"
],
"license": "BSD-3-Clause",
"engines": {
"node": ">= 0.1.90"
},
"main": "./lib",
"repository": {
"type": "git",
"url": "https://github.com/wdavidw/node-csv.git"
},
"dependencies": {
"csv-generate": "^1.0.0",
"csv-parse": "^1.1.0",
"stream-transform": "^0.1.0",
"csv-stringify": "^1.0.0"
},
"devDependencies": {},
"optionalDependencies": {},
"scripts": {}
}