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
850 B
41 lines
850 B
{ |
|
"name": "parse", |
|
"version": "2.1.4", |
|
"title": "Papa Parse", |
|
"description": "Papa is a powerful CSV (delimited text) parser that streams large files and gracefully handles malformed input.", |
|
"keywords": [ |
|
"csv", |
|
"parse", |
|
"parsing", |
|
"parser", |
|
"delimited", |
|
"text", |
|
"data", |
|
"auto-detect", |
|
"comma", |
|
"tab", |
|
"pipe", |
|
"file", |
|
"filereader", |
|
"stream", |
|
"encoding" |
|
], |
|
"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", |
|
"download": "https://raw.github.com/mholt/jquery.parse/master/jquery.parse.min.js", |
|
"dependencies": { |
|
"jquery": ">=1.6.0" |
|
} |
|
} |