forked from mholt/PapaParse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparse.jquery.json
45 lines (45 loc) · 949 Bytes
/
parse.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "parse",
"version": "4.0.6",
"title": "Papa Parse",
"description": "Powerful CSV parser that converts CSV to JSON and JSON to CSV. Supports web workers and streaming large files. Fastest CSV parser for JavaScript.",
"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": "https://twitter.com/mholt6"
},
"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"
}
}