Matthew Holt
10 years ago
5 changed files with 48 additions and 49 deletions
@ -1,40 +1,40 @@
@@ -1,40 +1,40 @@
|
||||
{ |
||||
"name": "papaparse", |
||||
"main": "papaparse.js", |
||||
"homepage": "http://papaparse.com", |
||||
"authors": [ |
||||
"Matthew Holt" |
||||
], |
||||
"description": "Fast and powerful CSV parser for the browser. Converts CSV->JSON and JSON->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" |
||||
] |
||||
"name": "papaparse", |
||||
"main": "papaparse.js", |
||||
"homepage": "http://papaparse.com", |
||||
"authors": [ |
||||
"Matthew Holt" |
||||
], |
||||
"description": "Fast and powerful CSV parser for the browser. Converts CSV->JSON and JSON->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" |
||||
] |
||||
} |
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue