35 lines
578 B
JSON
35 lines
578 B
JSON
{
|
|
"name": "babyparse",
|
|
"version": "0.4.6",
|
|
"title": "BabyParse",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Rich-Harris/BabyParse.git"
|
|
},
|
|
"description": "Fast and reliable CSV parser based on PapaParse",
|
|
"keywords": [
|
|
"csv",
|
|
"parse",
|
|
"parsing",
|
|
"parser",
|
|
"delimited",
|
|
"text",
|
|
"data",
|
|
"auto-detect",
|
|
"comma",
|
|
"tab",
|
|
"stream"
|
|
],
|
|
"author": {
|
|
"name": "Rich Harris",
|
|
"url": "http://rich-harris.co.uk"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"main": "babyparse.js"
|
|
}
|