-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.07 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "csv-loader",
"version": "3.0.5",
"description": "A webpack module to intelligently load csv files.",
"scripts": {
"test": "mocha"
},
"keywords": [
"webpack",
"loader",
"csv",
"types",
"dynamicTyping",
"dynamic",
"conversion",
"automatic",
"parsing",
"Papa Parse",
"tsv",
"dsv"
],
"homepage": "https://github.com/theplatapi/csv-loader",
"author": {
"name": "scedast",
"email": "contact@scedast.com",
"web": "www.scedast.com"
},
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/allenkoren"
},
"repository": {
"type": "git",
"url": "https://github.com/theplatapi/csv-loader.git"
},
"bugs": {
"url": "https://github.com/theplatapi/csv-loader/issues"
},
"license": {
"type": "MIT"
},
"files": [
"index.js",
".gitignore"
],
"dependencies": {
"loader-utils": "^2.0.0",
"papaparse": "^5.2.0"
},
"devDependencies": {
"chai": "^4.0.2",
"memory-fs": "^0.5.0",
"mocha": "^6.0.0",
"webpack": "^4.15.0"
}
}