Matthew Holt
11 years ago
6 changed files with 76 additions and 9 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,45 @@ |
|||||||
|
{ |
||||||
|
"name": "parse", |
||||||
|
"version": "3.0.0", |
||||||
|
"title": "Papa Parse", |
||||||
|
"description": "Powerful CSV parser that converts CSV to JSON and JSON to CSV. Supports web workers and streaming large files. Gracefully handles malformed input.", |
||||||
|
"keywords": [ |
||||||
|
"csv", |
||||||
|
"parse", |
||||||
|
"parsing", |
||||||
|
"parser", |
||||||
|
"delimited", |
||||||
|
"text", |
||||||
|
"data", |
||||||
|
"auto-detect", |
||||||
|
"comma", |
||||||
|
"tab", |
||||||
|
"pipe", |
||||||
|
"file", |
||||||
|
"filereader", |
||||||
|
"stream", |
||||||
|
"encoding", |
||||||
|
"workers", |
||||||
|
"multi-threaded", |
||||||
|
"threading", |
||||||
|
"ajax" |
||||||
|
], |
||||||
|
"author": { |
||||||
|
"name": "Matthew Holt", |
||||||
|
"email": "mholt@users.noreply.github.com", |
||||||
|
"url": "http://mwholt.com" |
||||||
|
}, |
||||||
|
"licenses": [ |
||||||
|
{ |
||||||
|
"type": "MIT", |
||||||
|
"url": "http://opensource.org/licenses/MIT" |
||||||
|
} |
||||||
|
], |
||||||
|
"homepage":"http://papaparse.com", |
||||||
|
"docs": "http://papaparse.com/docs.html", |
||||||
|
"demo": "http://papaparse.com/demo.html", |
||||||
|
"download": "https://raw.github.com/mholt/PapaParse/master/papaparse.min.js", |
||||||
|
"dependencies": { |
||||||
|
"jquery": ">=1.6.0" |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue