csv-loader
Advanced tools
| node_modules | ||
| .idea/ | ||
| yarn-error.log |
+13
-14
| { | ||
| "name": "csv-loader", | ||
| "version": "2.1.1", | ||
| "version": "3.0.0", | ||
| "description": "A webpack module to intelligently load csv files.", | ||
@@ -24,2 +24,3 @@ "scripts": { | ||
| ], | ||
| "homepage": "https://github.com/theplatapi/csv-loader", | ||
| "author": { | ||
@@ -37,13 +38,7 @@ "name": "scedast", | ||
| }, | ||
| "licenses": [ | ||
| { | ||
| "type": "MIT", | ||
| "url": "http://opensource.org/licenses/mit-license.html" | ||
| } | ||
| ], | ||
| "license": { | ||
| "type": "MIT" | ||
| }, | ||
| "files": [ | ||
| "LICENSE", | ||
| "package.json", | ||
| "yarn.lock", | ||
| "README.md", | ||
| "index.js", | ||
@@ -54,10 +49,14 @@ ".gitignore" | ||
| "loader-utils": "^1.1.0", | ||
| "papaparse": "^4.2.0" | ||
| "npm": "^6.1.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "papaparse": "^4.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "chai": "^3.5.0", | ||
| "chai": "^4.0.2", | ||
| "memory-fs": "^0.4.1", | ||
| "mocha": "^3.3.0", | ||
| "webpack": "^2.4.1" | ||
| "mocha": "^5.0.0", | ||
| "papaparse": "^4.5.0", | ||
| "webpack": "^4.15.0" | ||
| } | ||
| } |
+4
-4
| # Webpack csv loader | ||
| [](https://npmjs.com/package/csv-loader) | ||
| [](https://npmjs.com/package/csv-loader) | ||
| [](https://npmjs.com/package/csv-loader) | ||
| [](https://travis-ci.org/theplatapi/csv-loader) | ||
@@ -26,3 +27,3 @@ | ||
| Add the csv-loader to your webpack 2 configuration: | ||
| Add the csv-loader to your webpack configuration: | ||
@@ -53,4 +54,3 @@ ``` javascript | ||
| Any options supported by Papa Parse can be passed to this loader with the options object. The current Papa Parse API is available | ||
| [here](http://papaparse.com/docs#config). | ||
| Any options supported by Papa Parse can be passed to this loader with the options object. The current Papa Parse API is available [here](http://papaparse.com/docs#config). | ||
@@ -57,0 +57,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
82621
22.22%0
-100%3
50%5
25%+ Added
+ Added
- Removed