Files
emacs/lisp/emacs-application-framework/app/markdown-previewer/node_modules/babyparse/package.json
2022-01-04 15:21:47 +01:00

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"
}