You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
766 B
41 lines
766 B
{ |
|
"name": "Papa-Parse", |
|
"version": "4.0.6", |
|
"main": "papaparse.js", |
|
"homepage": "http://papaparse.com", |
|
"authors": [ |
|
"Matthew Holt" |
|
], |
|
"description": "Fast and powerful CSV (delimited text) parser for the browser that converts CSV to JSON and JSON to CSV. Supports web workers and streaming large files.", |
|
"keywords": [ |
|
"csv", |
|
"parse", |
|
"parsing", |
|
"parser", |
|
"delimited", |
|
"text", |
|
"data", |
|
"auto-detect", |
|
"comma", |
|
"tab", |
|
"pipe", |
|
"file", |
|
"filereader", |
|
"stream", |
|
"worker", |
|
"workers", |
|
"ajax", |
|
"thread", |
|
"threading", |
|
"multi-threaded" |
|
], |
|
"license": "MIT", |
|
"ignore": [ |
|
"**/.*", |
|
"node_modules", |
|
"bower_components", |
|
"test", |
|
"tests", |
|
"player" |
|
] |
|
}
|
|
|