Matthew Holt
10 years ago
5 changed files with 48 additions and 49 deletions
@ -1,40 +1,40 @@ |
|||||||
{ |
{ |
||||||
"name": "papaparse", |
"name": "papaparse", |
||||||
"main": "papaparse.js", |
"main": "papaparse.js", |
||||||
"homepage": "http://papaparse.com", |
"homepage": "http://papaparse.com", |
||||||
"authors": [ |
"authors": [ |
||||||
"Matthew Holt" |
"Matthew Holt" |
||||||
], |
], |
||||||
"description": "Fast and powerful CSV parser for the browser. Converts CSV->JSON and JSON->CSV. Supports web workers and streaming large files.", |
"description": "Fast and powerful CSV parser for the browser. Converts CSV->JSON and JSON->CSV. Supports web workers and streaming large files.", |
||||||
"keywords": [ |
"keywords": [ |
||||||
"csv", |
"csv", |
||||||
"parse", |
"parse", |
||||||
"parsing", |
"parsing", |
||||||
"parser", |
"parser", |
||||||
"delimited", |
"delimited", |
||||||
"text", |
"text", |
||||||
"data", |
"data", |
||||||
"auto-detect", |
"auto-detect", |
||||||
"comma", |
"comma", |
||||||
"tab", |
"tab", |
||||||
"pipe", |
"pipe", |
||||||
"file", |
"file", |
||||||
"filereader", |
"filereader", |
||||||
"stream", |
"stream", |
||||||
"worker", |
"worker", |
||||||
"workers", |
"workers", |
||||||
"ajax", |
"ajax", |
||||||
"thread", |
"thread", |
||||||
"threading", |
"threading", |
||||||
"multi-threaded" |
"multi-threaded" |
||||||
], |
], |
||||||
"license": "MIT", |
"license": "MIT", |
||||||
"ignore": [ |
"ignore": [ |
||||||
"**/.*", |
"**/.*", |
||||||
"node_modules", |
"node_modules", |
||||||
"bower_components", |
"bower_components", |
||||||
"test", |
"test", |
||||||
"tests", |
"tests", |
||||||
"player" |
"player" |
||||||
] |
] |
||||||
} |
} |
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue