UNPKG

apg

Version:

(Deprecated: use apg-js instead.) An ABNF Parser Generator - generates recursive-descent parsers from grammars written in a superset of Augmented Backus-Naur Form (ABNF)

43 lines (42 loc) 919 B
{ "name": "apg", "version": "3.1.2", "description": "(Deprecated: use apg-js instead.) An ABNF Parser Generator - generates recursive-descent parsers from grammars written in a superset of Augmented Backus-Naur Form (ABNF)", "main": "./src/apg.js", "scripts": { "test": "apg -v" }, "bin": { "apg": "./bin/apg" }, "files": [ "src", "bin", "index.md", "SABNF.md", "RELEASE-NOTES.md", "docco-gen", "apg.html", "main.js" ], "dependencies": { "apg-api": "1.0.x", "apg-conv-api": "1.0.x", "apg-lib": "3.1.x" }, "repository": { "type": "git", "url": "https://github.com/ldthomas/apg-js2.git" }, "bugs": { "url": "https://github.com/ldthomas/apg-js2/issues" }, "keywords": [ "apg", "parser", "generator", "ABNF" ], "author": "Lowell D. Thomas <lowell@coasttocoastresearch.com>", "license": "BSD-3-Clause" }