vue-papa-parse
Version:
A simple wrapper for for the original PapaParse built for VueJs. Supports both Vue 2 & Vue 3.
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "vue-papa-parse",
"description": "A simple wrapper for for the original PapaParse built for VueJs. Supports both Vue 2 & Vue 3.",
"version": "3.1.0",
"readme": "README.md",
"author": {
"name": "Tim Wickstrom",
"email": "tim@wickstrom.me"
},
"license": "MIT",
"maintainers": [
{
"name": "Tim Wickstrom",
"email": "tim@wickstrom.me",
"web": "https://timwickstrom.com"
}
],
"contributors": [
"Tim Wickstrom <tim@wickstrom.me>"
],
"repository": {
"type": "git",
"url": "https://github.com/twickstrom/vue-papa-parse.git"
},
"bugs": {
"url": "https://github.com/twickstrom/vue-papa-parse/issues"
},
"keywords": [
"vue",
"vuejs",
"vue.js",
"vue2",
"vue3",
"vue-papa-parse",
"PapaParse",
"parse",
"csv",
"json",
"csv-to-json",
"json-to-csv"
],
"homepage": "https://github.com/twickstrom/vue-papa-parse",
"main": "src/index.js",
"dependencies": {
"papaparse": "^5.3.0"
},
"peerDependencies": {
"vue": "^2.6.0 || >=3.0.0"
}
}