UNPKG

csv-loader

Version:

A webpack module to intelligently load csv files.

57 lines (56 loc) 1.09 kB
{ "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" } }