list-parsing
Version:
parser combinators for iterables, async iterables, and Node.js streams
25 lines (24 loc) • 603 B
JSON
{
"name": "list-parsing",
"version": "0.5.0",
"description": "parser combinators for iterables, async iterables, and Node.js streams",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/langdon-holly/list-parsing.git"
},
"keywords": [
"parser",
"parse",
"parsing",
"parser combinator",
"parser combinators"
],
"author": "Langdon Holly",
"license": "0BSD",
"bugs": {
"url": "https://github.com/langdon-holly/list-parsing/issues"
},
"homepage": "https://github.com/langdon-holly/list-parsing",
"dependencies": {}
}