paragate
Version:
fast parsers based on Chevrotain
35 lines • 795 B
JSON
{
"name": "paragate",
"version": "4.0.0",
"description": "fast parsers based on Chevrotain",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/loveencounterflow/paragate.git"
},
"keywords": [
"parser",
"parsing",
"chevrotain",
"html",
"markdown"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/loveencounterflow/paragate/issues"
},
"homepage": "https://github.com/loveencounterflow/paragate#readme",
"dependencies": {
"chevrotain": "9.1.0",
"cnd": "^9.0.0",
"datom": "8.0.3",
"intertext": "8.0.0",
"intertype": "^7.0.2",
"multimix": "5.0.0",
"steampipes": "^6.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}